/*
 * Hich Web progressive "wow" layer.
 * Loaded after the core styles: all motion is optional and content remains usable
 * when this file or its companion script is unavailable.
 */

/* 2.5D scenes ------------------------------------------------------------- */

/* Answer-led scroll scenes ------------------------------------------------ */

.answer-parallax {
    --answer-progress: 0;
    --answer-grid-y: 0px;
    --answer-label-y: 0px;
    --answer-copy-y: 0px;
    --answer-ring-y: 0px;
    --answer-ring-y-reverse: 0px;
    --answer-ring-rotate: 0deg;
    --answer-ring-rotate-reverse: 0deg;
    --answer-tilt: 0deg;
    position: relative;
    isolation: isolate;
    overflow: clip;
    perspective: 1200px;
}

.answer-parallax > .section-shell {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}

.answer-parallax__layers {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.answer-parallax__grid {
    position: absolute;
    inset: -25%;
    opacity: 0.23;
    background-image:
        linear-gradient(color-mix(in srgb, currentColor 24%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, currentColor 24%, transparent) 1px, transparent 1px);
    background-size: clamp(1.8rem, 4vw, 3.2rem) clamp(1.8rem, 4vw, 3.2rem);
    transform: translate3d(0, var(--answer-grid-y), -30px) rotate(-3deg) scale(1.08);
    will-change: transform;
}

.answer-parallax__ring {
    position: absolute;
    width: clamp(10rem, 25vw, 24rem);
    aspect-ratio: 1;
    border: clamp(1rem, 2.5vw, 2.4rem) solid color-mix(in srgb, currentColor 13%, transparent);
    border-radius: 50%;
    will-change: transform;
}

.answer-parallax__ring--one {
    top: -42%;
    right: -4%;
    transform: translate3d(0, var(--answer-ring-y), -12px) rotate(var(--answer-ring-rotate));
}

.answer-parallax__ring--two {
    bottom: -58%;
    left: 12%;
    opacity: 0.62;
    transform: translate3d(0, var(--answer-ring-y-reverse), -18px) rotate(var(--answer-ring-rotate-reverse));
}

.answer-parallax__rail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: max(0.35rem, calc((100vw - min(100vw, 1440px)) / 2));
    width: 0.3rem;
    background: color-mix(in srgb, currentColor 15%, transparent);
}

.answer-parallax__rail::after {
    content: "";
    position: absolute;
    inset: 0;
    background: currentColor;
    transform: scaleY(var(--answer-progress));
    transform-origin: top;
}

@media (prefers-reduced-motion: no-preference) {
    .wow-answer-motion .answer-parallax__label {
        transform: translate3d(0, var(--answer-label-y), 30px);
        will-change: transform;
    }

    .wow-answer-motion .answer-parallax__copy {
        transform: translate3d(0, var(--answer-copy-y), 42px) rotateX(var(--answer-tilt));
        transform-origin: 50% 50%;
        transform-style: preserve-3d;
        will-change: transform;
    }
}

@media (max-width: 760px) {
    .answer-parallax__ring--one { right: -22%; }
    .answer-parallax__ring--two { left: -18%; }
    .answer-parallax__rail { left: 0; width: 0.22rem; }

    .wow-answer-motion .answer-parallax__label { transform: translate3d(0, var(--answer-label-y), 20px); }
    .wow-answer-motion .answer-parallax__copy { transform: translate3d(0, var(--answer-copy-y), 24px) rotateX(var(--answer-tilt)); }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
    .wow-motion .wow-depth-scene {
        --wow-rx: 0deg;
        --wow-ry: 0deg;
        --wow-scroll-y: 0px;
        position: relative;
        transform: perspective(1100px) translate3d(0, var(--wow-scroll-y), 0) rotateX(var(--wow-rx)) rotateY(var(--wow-ry));
        transform-style: preserve-3d;
        transform-origin: 50% 50%;
        will-change: transform;
        transition: transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
    }

    .wow-motion .wow-depth-scene.is-wow-interacting {
        transition-duration: 90ms;
    }

    .wow-motion .wow-depth-scene .solution-map {
        transform-style: preserve-3d;
    }

    .wow-motion .wow-depth-scene .wow-depth-layer {
        --wow-layer-x: 0px;
        --wow-layer-y: 0px;
        --wow-layer-z: 18px;
        transform: translate3d(var(--wow-layer-x), var(--wow-layer-y), var(--wow-layer-z));
        transform-style: preserve-3d;
        will-change: transform;
        transition: transform 360ms cubic-bezier(0.2, 0.75, 0.2, 1), background-color 180ms ease, color 180ms ease;
    }

    .wow-motion .wow-depth-scene.is-wow-interacting .wow-depth-layer {
        transition-duration: 90ms, 180ms, 180ms;
    }

    .wow-motion .wow-depth-scene .map-node:hover {
        z-index: 3;
        transform: translate3d(calc(var(--wow-layer-x) - 3px), calc(var(--wow-layer-y) - 3px), var(--wow-layer-z));
    }

    .wow-motion .wow-card-tilt {
        --wow-card-rx: 0deg;
        --wow-card-ry: 0deg;
        transform: perspective(1250px) rotateX(var(--wow-card-rx)) rotateY(var(--wow-card-ry)) translateZ(0);
        transform-style: preserve-3d;
        transform-origin: 50% 45%;
        will-change: transform;
        transition: transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
    }

    .wow-motion .wow-card-tilt.is-wow-interacting {
        transition-duration: 80ms;
    }

    .wow-motion .wow-card-tilt .project-visual {
        transform: translateZ(14px);
        transform-style: preserve-3d;
        transition: transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
    }

    .wow-motion .wow-card-tilt .project-open {
        transform: translateZ(18px);
    }
}

/* Consultation offer ------------------------------------------------------ */

.wow-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.consultation-offer {
    --consult-accent: #08c89f;
    --consult-accent-strong: #007d66;
    --consult-ink: #0c2921;
    --consult-muted: #49665e;
    --consult-line: #b9d6cd;
    --consult-soft: #e9f8f3;
    --consult-bg: rgba(250, 255, 252, 0.97);
    --consult-progress: 1;
    --consult-angle: 360deg;
    position: fixed;
    left: max(1rem, env(safe-area-inset-left));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 190;
    display: flex;
    width: min(36rem, calc(100vw - 2rem));
    max-height: calc(100dvh - 2rem);
    overflow: hidden;
    flex-direction: column;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    isolation: isolate;
    border: 1px solid color-mix(in srgb, var(--consult-line) 82%, #fff);
    border-radius: 1.35rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 251, 246, 0.94)),
        var(--consult-bg);
    color: var(--consult-ink);
    color-scheme: light;
    box-shadow:
        0 1.5rem 4.5rem rgba(3, 79, 61, 0.2),
        0 0 0 0.35rem rgba(8, 200, 159, 0.11);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    opacity: 0;
    transform: translate3d(0, 1.15rem, 0) scale(0.975);
    transform-origin: left bottom;
    pointer-events: none;
    transition: opacity 280ms ease, transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.consultation-offer::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 auto 0 0;
    width: 0.3rem;
    background: linear-gradient(180deg, #81efd1, var(--consult-accent), #35a7ff);
    pointer-events: none;
}

.consultation-offer[hidden] {
    display: none !important;
}

.consultation-offer.is-open {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    pointer-events: auto;
}

.consultation-offer.is-closing {
    opacity: 0;
    transform: translate3d(0, 0.7rem, 0) scale(0.985);
    pointer-events: none;
    transition-duration: 200ms;
}

.consultation-offer__ambient {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.consultation-offer__ambient span {
    position: absolute;
    border-radius: 50%;
}

.consultation-offer__ambient span:nth-child(1) {
    top: -7rem;
    right: -4rem;
    width: 16rem;
    aspect-ratio: 1;
    border: 1px solid rgba(8, 200, 159, 0.24);
    box-shadow: 0 0 0 2.5rem rgba(8, 200, 159, 0.055), 0 0 0 5rem rgba(53, 167, 255, 0.035);
    animation: consultation-orbit 18s linear infinite;
}

.consultation-offer__ambient span:nth-child(2) {
    right: 1.1rem;
    bottom: 1.15rem;
    width: 0.55rem;
    aspect-ratio: 1;
    background: #35a7ff;
    box-shadow: -1.3rem 0.8rem 0 rgba(8, 200, 159, 0.85), -2.6rem -0.2rem 0 rgba(12, 41, 33, 0.16);
}

.consultation-offer__ambient span:nth-child(3) {
    top: 0;
    right: 4.5rem;
    width: 7rem;
    height: 1px;
    border-radius: 0;
    background: linear-gradient(90deg, transparent, rgba(8, 200, 159, 0.72));
    transform: rotate(42deg);
    transform-origin: right;
}

@keyframes consultation-orbit {
    to { transform: rotate(360deg); }
}

.consultation-offer__topline {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 3.55rem;
    padding: 0.7rem 4.1rem 0.65rem 1.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    border-bottom: 1px solid rgba(73, 102, 94, 0.19);
    color: var(--consult-accent-strong);
    font: 700 0.61rem/1.25 var(--mono, monospace);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.consultation-offer__signal {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.consultation-offer__signal::before {
    content: "";
    width: 0.48rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0.26rem color-mix(in srgb, currentColor 16%, transparent);
    animation: consultation-signal 1.8s ease-in-out infinite;
}

@keyframes consultation-signal {
    50% { box-shadow: 0 0 0 0.42rem color-mix(in srgb, currentColor 5%, transparent); }
}

.consultation-offer__close {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 4;
    display: grid;
    width: 2.75rem;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(12, 41, 33, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    color: inherit;
    font: 400 1.4rem/1 sans-serif;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.consultation-offer__close:hover {
    border-color: var(--consult-accent);
    background: var(--consult-soft);
    color: var(--consult-accent-strong);
    transform: rotate(8deg) scale(1.04);
}

.consultation-offer__icon {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.consultation-offer__close:focus-visible {
    outline: 3px solid var(--consult-accent);
    outline-offset: 2px;
}

.consultation-offer__body {
    position: relative;
    z-index: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1.15rem 1.2rem 1.1rem;
    scrollbar-width: thin;
}

.consultation-offer__hero {
    display: grid;
    grid-template-columns: 6.3rem minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
}

.consultation-offer__number {
    position: relative;
    display: grid;
    width: 6.3rem;
    aspect-ratio: 1;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(from -90deg, var(--consult-accent) var(--consult-angle), rgba(12, 41, 33, 0.1) 0);
    color: var(--consult-ink);
    text-align: center;
}

.consultation-offer__number::before {
    content: "";
    position: absolute;
    inset: 0.34rem;
    border: 1px solid rgba(8, 200, 159, 0.2);
    border-radius: inherit;
    background: linear-gradient(145deg, #fff, #eafbf5);
    box-shadow: inset 0 0 1.7rem rgba(8, 200, 159, 0.08);
}

.consultation-offer__number span,
.consultation-offer__number small {
    position: relative;
    z-index: 1;
}

.consultation-offer__number span {
    font: 650 3.65rem/0.8 var(--display, "Arial Narrow", sans-serif);
    letter-spacing: -0.055em;
    font-variant-numeric: tabular-nums;
}

.consultation-offer__number small {
    margin-top: 0.42rem;
    color: var(--consult-accent-strong);
    font: 700 0.52rem/1 var(--mono, monospace);
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.consultation-offer__heading {
    min-width: 0;
}

.consultation-offer__eyebrow {
    margin: 0 0 0.42rem;
    color: var(--consult-muted);
    font: 700 0.62rem/1.35 var(--mono, monospace);
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.consultation-offer__title {
    min-width: 0;
    max-width: 25rem;
    margin: 0;
    font-family: var(--display, "Arial Narrow", sans-serif);
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.consultation-offer__title strong {
    display: grid;
    gap: 0.04em;
    color: var(--consult-ink);
    font-weight: inherit;
}

.consultation-offer__title strong span { display: block; }
.consultation-offer__title strong span:first-child { color: var(--consult-accent-strong); }

.consultation-offer__copy {
    max-width: 31rem;
    margin: 0.9rem 0 0.8rem;
    color: var(--consult-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.consultation-offer__value {
    display: flex;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.consultation-offer__value span {
    padding: 0.38rem 0.58rem;
    border: 1px solid rgba(12, 41, 33, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--consult-muted);
    font: 700 0.55rem/1 var(--mono, monospace);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.consultation-offer__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.consultation-offer__action {
    display: flex;
    min-width: 0;
    min-height: 3.45rem;
    padding: 0.65rem 0.78rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    border: 1px solid rgba(12, 41, 33, 0.22);
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #08c89f, #7debcf);
    color: #06261e;
    font: 700 0.65rem/1.15 var(--mono, monospace);
    letter-spacing: 0.035em;
    text-transform: uppercase;
    box-shadow: 0 0.35rem 1rem rgba(8, 200, 159, 0.16);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.consultation-offer__action span {
    display: grid;
    min-width: 0;
    gap: 0.22rem;
}

.consultation-offer__action small {
    color: rgba(6, 38, 30, 0.66);
    font: 650 0.48rem/1 var(--mono, monospace);
    letter-spacing: 0.045em;
}

.consultation-offer__action b {
    font-size: 0.7rem;
    font-weight: 750;
}

.consultation-offer__action:last-child {
    background: rgba(255, 255, 255, 0.82);
    color: var(--consult-ink);
    box-shadow: none;
}

.consultation-offer__action:hover {
    border-color: var(--consult-accent-strong);
    box-shadow: 0 0.6rem 1.35rem rgba(8, 200, 159, 0.2);
    transform: translateY(-2px);
}

.consultation-offer__action:focus-visible {
    outline: 3px solid var(--consult-accent);
    outline-offset: 2px;
}

.consultation-offer__footer {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 0.9rem;
    gap: 0.85rem;
    align-items: center;
}

.consultation-offer__track {
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(12, 41, 33, 0.1);
}

.consultation-offer__progress {
    width: 100%;
    height: 100%;
    transform: scaleX(1);
    transform-origin: left;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--consult-accent), #35a7ff);
    will-change: transform;
}

.consultation-offer__timer {
    min-width: 6.3rem;
    color: var(--consult-muted);
    font: 650 0.58rem/1.3 var(--mono, monospace);
    letter-spacing: 0.035em;
    text-align: right;
    text-transform: uppercase;
}

.consultation-offer.is-paused .consultation-offer__timer {
    color: var(--consult-accent-strong);
}

@keyframes consultation-content-in {
    from { opacity: 0; transform: translate3d(0, 0.55rem, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.consultation-offer__topline,
.consultation-offer__hero,
.consultation-offer__copy,
.consultation-offer__value,
.consultation-offer__actions,
.consultation-offer__footer { opacity: 0; }

.consultation-offer.is-open .consultation-offer__topline { animation: consultation-content-in 420ms 70ms both; }
.consultation-offer.is-open .consultation-offer__hero { animation: consultation-content-in 440ms 120ms both; }
.consultation-offer.is-open .consultation-offer__copy { animation: consultation-content-in 440ms 170ms both; }
.consultation-offer.is-open .consultation-offer__value { animation: consultation-content-in 440ms 210ms both; }
.consultation-offer.is-open .consultation-offer__actions { animation: consultation-content-in 440ms 250ms both; }
.consultation-offer.is-open .consultation-offer__footer { animation: consultation-content-in 440ms 290ms both; }

@media (max-width: 460px) {
    .consultation-offer {
        left: max(0.55rem, env(safe-area-inset-left));
        right: max(0.55rem, env(safe-area-inset-right));
        bottom: max(0.55rem, env(safe-area-inset-bottom));
        width: auto;
        max-height: calc(100dvh - 1.1rem);
        border-radius: 1rem;
        box-shadow: 0 1rem 3rem rgba(3, 79, 61, 0.2), 0 0 0 0.25rem rgba(8, 200, 159, 0.1);
    }

    .consultation-offer__topline {
        min-height: 3.15rem;
        padding: 0.6rem 3.55rem 0.55rem 0.85rem;
        font-size: 0.54rem;
    }

    .consultation-offer__close {
        top: 0.35rem;
        right: 0.35rem;
    }

    .consultation-offer__body { padding: 0.85rem; }

    .consultation-offer__hero {
        grid-template-columns: 4.75rem minmax(0, 1fr);
        gap: 0.72rem;
    }

    .consultation-offer__number { width: 4.75rem; }
    .consultation-offer__number::before { inset: 0.27rem; }
    .consultation-offer__number span { font-size: 2.65rem; }
    .consultation-offer__number small { margin-top: 0.28rem; font-size: 0.44rem; }

    .consultation-offer__eyebrow { margin-bottom: 0.3rem; font-size: 0.55rem; }

    .consultation-offer__title {
        font-size: clamp(1.55rem, 7.8vw, 2.05rem);
        line-height: 1.04;
    }

    .consultation-offer__copy {
        margin-block: 0.65rem;
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .consultation-offer__value { margin-bottom: 0.65rem; gap: 0.3rem; }
    .consultation-offer__value span { padding: 0.32rem 0.46rem; font-size: 0.49rem; }
    .consultation-offer__actions { gap: 0.45rem; }
    .consultation-offer__action { min-height: 3.15rem; padding: 0.58rem 0.65rem; font-size: 0.58rem; }
    .consultation-offer__action small { font-size: 0.43rem; }
    .consultation-offer__footer { margin-top: 0.65rem; gap: 0.55rem; }
    .consultation-offer__timer { min-width: 5.7rem; font-size: 0.53rem; }
}

@media (max-width: 350px) {
    .consultation-offer__topline > :last-child { display: none; }
    .consultation-offer__hero { grid-template-columns: 4.35rem minmax(0, 1fr); }
    .consultation-offer__number { width: 4.35rem; }
    .consultation-offer__title { font-size: clamp(1.42rem, 7.5vw, 1.75rem); }
}

@media (max-height: 600px) {
    .consultation-offer__topline { min-height: 3rem; }
    .consultation-offer__body { padding-block: 0.7rem; }
    .consultation-offer__copy { margin-block: 0.5rem; }
    .consultation-offer__value { margin-bottom: 0.5rem; }
    .consultation-offer__footer { margin-top: 0.5rem; }
}

@media (max-height: 380px) and (orientation: landscape) {
    .consultation-offer { max-height: calc(100dvh - 1rem); }
    .consultation-offer__topline { min-height: 2.55rem; padding-block: 0.35rem; }
    .consultation-offer__close { top: 0.25rem; right: 0.35rem; width: 2.45rem; }
    .consultation-offer__body { padding: 0.45rem 1rem 0.5rem; }
    .consultation-offer__hero { grid-template-columns: 4.3rem minmax(0, 1fr); gap: 0.75rem; }
    .consultation-offer__number { width: 4.3rem; }
    .consultation-offer__number::before { inset: 0.25rem; }
    .consultation-offer__number span { font-size: 2.45rem; }
    .consultation-offer__number small { margin-top: 0.22rem; font-size: 0.42rem; }
    .consultation-offer__eyebrow { margin-bottom: 0.18rem; font-size: 0.52rem; }
    .consultation-offer__title { font-size: clamp(1.55rem, 4.4vw, 2rem); line-height: 1; }
    .consultation-offer__copy { margin-block: 0.32rem; font-size: 0.76rem; line-height: 1.35; }
    .consultation-offer__value { display: none; }
    .consultation-offer__actions { gap: 0.45rem; }
    .consultation-offer__action { min-height: 2.7rem; padding-block: 0.42rem; }
    .consultation-offer__footer { margin-top: 0.35rem; }
}

/* Compact consultation card: intentionally quiet, direct and lightweight. */
.consultation-offer {
    left: max(0.8rem, env(safe-area-inset-left));
    bottom: max(0.8rem, env(safe-area-inset-bottom));
    width: min(24rem, calc(100vw - 1.6rem));
    max-height: calc(100dvh - 1.6rem);
    border: 1px solid rgba(12, 41, 33, 0.2);
    border-radius: 0.9rem;
    background: #fafffc;
    box-shadow: 0 0.8rem 2.4rem rgba(3, 51, 39, 0.16);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: translate3d(0, 0.45rem, 0);
    transition: opacity 170ms ease, transform 170ms ease;
}

.consultation-offer::after {
    width: 0.22rem;
    background: var(--consult-accent);
}

.consultation-offer.is-open { transform: translate3d(0, 0, 0); }
.consultation-offer.is-closing {
    transform: translate3d(0, 0.35rem, 0);
    transition-duration: 150ms;
}

.consultation-offer__topline {
    min-height: 2.65rem;
    padding: 0.65rem 3rem 0.55rem 1rem;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(12, 41, 33, 0.12);
    font-size: 0.56rem;
}

.consultation-offer__signal { gap: 0.4rem; }
.consultation-offer__signal::before {
    width: 0.4rem;
    box-shadow: none;
    animation: none;
}

.consultation-offer__close {
    top: 0.32rem;
    right: 0.4rem;
    width: 2rem;
    border-color: transparent;
    border-radius: 0.45rem;
    background: transparent;
    transition: background-color 140ms ease, color 140ms ease;
}

.consultation-offer__close:hover {
    border-color: transparent;
    background: var(--consult-soft);
    color: var(--consult-accent-strong);
    transform: none;
}

.consultation-offer__icon { width: 0.95rem; height: 0.95rem; }

.consultation-offer__body {
    overflow: visible;
    padding: 0.95rem 1rem 1rem;
}

.consultation-offer__hero { display: block; }
.consultation-offer__eyebrow {
    margin-bottom: 0.3rem;
    font-size: 0.53rem;
}

.consultation-offer__title {
    max-width: none;
    font-size: clamp(1.55rem, 5vw, 1.85rem);
    line-height: 1;
}

.consultation-offer__title strong { gap: 0.02em; }

.consultation-offer__copy {
    margin: 0.65rem 0 0.8rem;
    font-size: 0.8rem;
    line-height: 1.42;
}

.consultation-offer__actions { gap: 0.5rem; }

.consultation-offer__action {
    min-height: 2.75rem;
    padding: 0.6rem 0.7rem;
    border-radius: 0.55rem;
    background: var(--consult-accent);
    font-size: 0.58rem;
    box-shadow: none;
    transition: background-color 140ms ease, border-color 140ms ease;
}

.consultation-offer__action span { display: inline; }
.consultation-offer__action:last-child { background: #fff; }
.consultation-offer__action:hover {
    border-color: var(--consult-accent-strong);
    background: #18d2ab;
    box-shadow: none;
    transform: none;
}
.consultation-offer__action:last-child:hover { background: var(--consult-soft); }

.consultation-offer__action-icon {
    width: 0.9rem;
    height: 0.9rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.consultation-offer__topline,
.consultation-offer__hero,
.consultation-offer__copy,
.consultation-offer__actions {
    opacity: 1;
    transform: none;
    animation: none !important;
}

@media (max-width: 460px) {
    .consultation-offer {
        left: max(0.5rem, env(safe-area-inset-left));
        right: max(0.5rem, env(safe-area-inset-right));
        bottom: max(0.5rem, env(safe-area-inset-bottom));
        width: auto;
        max-height: calc(100dvh - 1rem);
        border-radius: 0.8rem;
        box-shadow: 0 0.65rem 1.8rem rgba(3, 51, 39, 0.16);
    }

    .consultation-offer__topline { min-height: 2.5rem; padding: 0.55rem 2.8rem 0.5rem 0.9rem; }
    .consultation-offer__close { top: 0.25rem; right: 0.3rem; width: 2rem; }
    .consultation-offer__body { padding: 0.8rem 0.9rem 0.9rem; }
    .consultation-offer__title { font-size: clamp(1.45rem, 6.6vw, 1.7rem); }
    .consultation-offer__copy { margin-block: 0.55rem 0.7rem; font-size: 0.76rem; }
    .consultation-offer__actions { gap: 0.4rem; }
    .consultation-offer__action { min-height: 2.6rem; padding: 0.55rem 0.62rem; font-size: 0.55rem; }
}

@media (prefers-reduced-motion: reduce) {
    .answer-parallax__grid,
    .answer-parallax__ring,
    .answer-parallax__label,
    .answer-parallax__copy,
    .answer-parallax__rail::after,
    .wow-depth-scene,
    .wow-depth-layer,
    .wow-parallax-layer,
    .wow-card-tilt,
    .consultation-offer,
    .consultation-offer.is-open,
    .consultation-offer.is-closing {
        transform: none !important;
        transition: none !important;
    }

    .consultation-offer__ambient span,
    .consultation-offer__signal::before,
    .consultation-offer__topline,
    .consultation-offer__hero,
    .consultation-offer__copy,
    .consultation-offer__value,
    .consultation-offer__actions,
    .consultation-offer__footer {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .consultation-offer__number { background: rgba(8, 200, 159, 0.24); }
    .consultation-offer__track { display: none; }
    .consultation-offer__footer { grid-template-columns: 1fr; }
    .consultation-offer__timer { justify-self: end; }
}

@media print {
    .consultation-offer,
    .consultation-live {
        display: none !important;
    }
}
