/* Manifesto — seção compacta (sem “scroll longo” artificial) */
.manifesto-section {
    position: relative;
    padding: clamp(3.5rem, 8vw, 5.5rem) 1.25rem;
    overflow: hidden;
}

.manifesto-section::before {
    content: "“";
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    font-family: 'Fraunces', serif;
    font-size: clamp(12rem, 42vw, 28rem);
    line-height: 1;
    color: rgba(247, 208, 112, 0.04);
    pointer-events: none;
    z-index: 0;
}

.manifesto-inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin: 0 auto;
}

.manifesto-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 3.5rem);
}

.manifesto-image-target {
    width: min(420px, 100%);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.manifesto-copy {
    max-width: 40rem;
}

.manifesto-copy {
    text-align: left;
}

.manifesto-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(247, 208, 112, 0.65);
    margin-bottom: 1.25rem;
}

.manifesto-head {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.75rem, 4.5vw, 3.25rem);
    font-weight: 500;
    line-height: 1.18;
    color: #f8fafc;
}

.manifesto-head .gold-text {
    font-style: italic;
}

.manifesto-sub {
    margin-top: 1.5rem;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    color: rgba(148, 163, 184, 0.95);
    line-height: 1.7;
    max-width: 36rem;
}

@media (max-width: 900px) {
    .manifesto-section {
        padding: clamp(2.15rem, 8.5vw, 3.2rem) 1rem;
    }

    .manifesto-section::before {
        top: 30%;
        font-size: clamp(7rem, 34vw, 12rem);
        color: rgba(247, 208, 112, 0.05);
    }

    .manifesto-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    .manifesto-image-target {
        display: none;
    }

    .manifesto-copy {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .manifesto-eyebrow {
        margin-bottom: 0.8rem;
    }

    .manifesto-sub {
        margin-top: 1rem;
    }
}

.hero-grid {
    position: relative;
    z-index: 3;
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    gap: clamp(1.1rem, 2.5vh, 2rem);
    align-items: center;
}

.hero-grid > div.order-1 {
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: clamp(2rem, 3.2vw, 3.2rem);
    }
}

@media (max-width: 1023px) {
    .hero-grid {
        gap: 1.5rem;
        padding: 0 0.25rem;
    }
}

@media (max-width: 640px) {
    .hero-grid {
        gap: 1.25rem;
        padding: 0;
    }
}

.hero-meta-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

@media (min-width: 1024px) {
    .hero-meta-grid {
        justify-content: flex-start;
    }
}

.hero-meta-tile {
    position: relative;
    flex: 1 1 auto;
    min-width: min(100%, 200px);
    max-width: 280px;
    padding: 1.1rem 1.15rem 1.1rem 1.5rem;
    text-align: left;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, transparent 55%),
        rgba(6, 8, 14, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%, 0 calc(100% - 10px));
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: border-color 0.35s ease, transform 0.4s var(--ease-out-expo);
}

.hero-meta-tile:hover {
    border-color: rgba(247, 208, 112, 0.22);
    transform: translateY(-3px);
}

.hero-meta-tile::before {
    content: attr(data-step);
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    font-family: var(--mono);
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    color: rgba(247, 208, 112, 0.45);
}

.hero-visual-ring {
    position: absolute;
    inset: 10% -3% -22% -3%;
    border-radius: 48% 52% 58% 42% / 42% 48% 52% 58%;
    border: 1px solid rgba(247, 208, 112, 0.12);
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
    animation: ring-morph 14s ease-in-out infinite alternate;
}

.hero-visual-ring::after {
    content: "";
    position: absolute;
    inset: 19% 13% 13%;
    border-radius: inherit;
    border: 1px dashed rgba(247, 208, 112, 0.08);
}

@keyframes ring-morph {
    0% { border-radius: 48% 52% 58% 42% / 42% 48% 52% 58%; transform: rotate(0deg); }
    100% { border-radius: 52% 48% 44% 56% / 54% 46% 50% 50%; transform: rotate(4deg); }
}

.hero-visual {
    position: relative;
    width: 100%;
    max-width: min(480px, 84vw);
    margin: -62px auto 0;
    aspect-ratio: 4 / 5;
    overflow: clip;
    isolation: isolate;
    filter:
        drop-shadow(0 32px 56px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 60px rgba(247, 208, 112, 0.04));
}

@media (min-width: 1024px) {
    .hero-visual {
        margin: -388px auto 0;
        max-width: min(596px, 43vw);
        aspect-ratio: 4 / 5.45;
    }

    .hero-frame-main {
        inset: 0;
    }

    .hero-burger-build {
        --layer-width: clamp(382px, 91%, 538px);
        --burger-scale: 1.075;
        --layer-pao-y: clamp(-66px, -6.9vw, -46px);
        --layer-alface-y: clamp(-150px, -15vw, -108px);
        --layer-tomate-y: clamp(-198px, -19.4vw, -146px);
        --layer-carne-y: clamp(-132px, -14.2vw, -88px);
        --layer-pao-scale: var(--burger-scale);
        --layer-alface-scale: var(--burger-scale);
        --layer-tomate-scale: var(--burger-scale);
        --layer-carne-scale: var(--burger-scale);
        --final-y: clamp(-178px, -16.8vw, -124px);
        --final-scale: var(--burger-scale);
    }
}

@media (min-width: 1280px) {
    .hero-visual {
        margin: -426px auto 0;
        max-width: min(632px, 44vw);
        aspect-ratio: 4 / 5.55;
    }
}

@media (min-width: 1536px) {
    .hero-visual {
        margin-top: -462px;
        max-width: min(672px, 44vw);
    }
}

.hero-visual-panel {
    will-change: transform;
}

.hero-frame-main {
    position: absolute;
    inset: 0;
    border-radius: 0;
    overflow: clip;
    border: 0;
    background: none;
    box-shadow: none;
    clip-path: none;
}

.hero-burger-build {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: clip;
    transform-origin: center bottom;
    --layer-width: clamp(334px, 87%, 476px);
    --burger-scale: 1.04;
    --layer-pao-y: clamp(-52px, -5.6vw, -34px);
    --layer-alface-y: clamp(-126px, -14.4vw, -90px);
    --layer-tomate-y: clamp(-182px, -20vw, -130px);
    --layer-carne-y: clamp(-136px, -15.8vw, -92px);
    --layer-pao-scale: var(--burger-scale);
    --layer-alface-scale: var(--burger-scale);
    --layer-tomate-scale: var(--burger-scale);
    --layer-carne-scale: var(--burger-scale);
    --final-y: clamp(-156px, -16.4vw, -114px);
    --final-scale: var(--burger-scale);
}

.hero-burger-layer,
.hero-burger-final {
    position: absolute;
    inset: 0;
}

.hero-burger-layer {
    pointer-events: none;
    will-change: transform, opacity;
}

.hero-burger-final {
    z-index: 6;
    opacity: 0;
    will-change: transform, opacity;
}

.hero-burger-layer--carne {
    --layer-y: var(--layer-carne-y);
    --layer-scale: var(--layer-carne-scale);
    z-index: 5;
}

.hero-burger-layer--tomate {
    --layer-y: var(--layer-tomate-y);
    --layer-scale: var(--layer-tomate-scale);
    z-index: 4;
}

.hero-burger-layer--alface {
    --layer-y: var(--layer-alface-y);
    --layer-scale: var(--layer-alface-scale);
    z-index: 3;
}

.hero-burger-layer--pao {
    --layer-y: var(--layer-pao-y);
    --layer-scale: var(--layer-pao-scale);
    z-index: 2;
}

.hero-frame-main::after {
    content: "";
    position: absolute;
    inset: 8% 14% 30%;
    pointer-events: none;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(247, 208, 112, 0.1) 0%, rgba(212, 156, 67, 0.05) 38%, rgba(10, 14, 24, 0) 74%);
    filter: blur(22px);
    z-index: 1;
}

.hero-burger-layer img {
    opacity: 0.98;
    width: min(var(--layer-width), 100%);
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    object-position: center bottom;
    transform: translateY(var(--layer-y, 0)) scale(var(--layer-scale, 1.04));
    transform-origin: center bottom;
    backface-visibility: hidden;
}

.hero-burger-final img {
    width: min(var(--layer-width), 100%);
    max-width: min(var(--layer-width), 100%, 1024px);
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    object-fit: contain;
    object-position: center bottom;
    transform: translate3d(0, var(--final-y), 0) scale(var(--final-scale));
    transform-origin: center bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    z-index: 2;
    transition: transform 1.25s var(--ease-out-expo), filter 0.6s ease;
    filter:
        saturate(1.18)
        contrast(1.08)
        brightness(1.04)
        drop-shadow(0 40px 68px rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 28px rgba(247, 208, 112, 0.12))
        drop-shadow(0 0 60px rgba(196, 92, 42, 0.08));
}

@media (max-width: 1023px) {
    .hero-visual {
        margin: 0 auto;
        max-width: min(420px, 72vw);
        aspect-ratio: 1 / 1;
    }

    .hero-visual-ring {
        inset: 11% -2% -21% -2%;
    }

    .hero-burger-build {
        --layer-width: clamp(296px, 84%, 420px);
        --burger-scale: 1.02;
        --layer-pao-y: clamp(-66px, -6.9vw, -46px);
        --layer-alface-y: clamp(-150px, -15vw, -108px);
        --layer-tomate-y: clamp(-198px, -19.4vw, -146px);
        --layer-carne-y: clamp(-132px, -14.2vw, -88px);
        --final-y: clamp(-102px, -11.2vw, -72px);
        --final-scale: var(--burger-scale);
    }
}

@media (max-width: 640px) {
    .hero-visual {
        margin: 0 auto;
        max-width: min(320px, 72vw);
        aspect-ratio: 1 / 1;
    }

    .hero-burger-build {
        --layer-width: clamp(248px, 86%, 344px);
        --burger-scale: 1;
        --layer-pao-y: clamp(-66px, -6.9vw, -46px);
        --layer-alface-y: clamp(-150px, -15vw, -108px);
        --layer-tomate-y: clamp(-198px, -19.4vw, -146px);
        --layer-carne-y: clamp(-132px, -14.2vw, -88px);
        --final-y: clamp(-70px, -8.8vw, -48px);
        --final-scale: var(--burger-scale);
    }
}

.hero-visual:hover .hero-frame-main img {
    transform: translate3d(0, -3px, 0) scale(1.08);
    filter:
        saturate(1.22)
        contrast(1.09)
        brightness(1.06)
        drop-shadow(0 44px 76px rgba(0, 0, 0, 0.62))
        drop-shadow(0 0 32px rgba(247, 208, 112, 0.16))
        drop-shadow(0 0 70px rgba(196, 92, 42, 0.1));
}

.hero-frame-accent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    aspect-ratio: 1;
    border-radius: 3px 22px 3px 18px;
    overflow: hidden;
    border: 1px solid rgba(247, 208, 112, 0.5);
    outline: 1px solid rgba(10, 14, 24, 0.9);
    outline-offset: -3px;
    box-shadow:
        0 32px 64px rgba(0, 0, 0, 0.62),
        0 0 36px rgba(247, 208, 112, 0.1);
    z-index: 2;
    transform: rotate(-2.25deg);
    transition: transform 0.55s var(--ease-out-expo), box-shadow 0.45s ease;
}

.hero-visual:hover .hero-frame-accent {
    transform: translateY(-6px) rotate(-1deg);
    box-shadow:
        0 40px 72px rgba(0, 0, 0, 0.52),
        0 0 44px rgba(247, 208, 112, 0.16);
}

.hero-frame-accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 1.1s var(--ease-out-expo), filter 0.55s ease;
    filter: saturate(1.14) contrast(1.07) brightness(1.03);
}

.hero-visual:hover .hero-frame-accent img {
    transform: scale(1.08);
    filter: saturate(1.2) contrast(1.09) brightness(1.05);
}

@media (max-width: 1023px) {
    .hero-frame-main { inset: 0; }
    .hero-frame-main img { transform: scale(1.02); }
    .hero-visual:hover .hero-frame-accent { transform: none; }
}

.problem-section {
    position: relative;
    overflow: hidden;
}

.photographer-overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background-image: url("https://images.unsplash.com/photo-1542038784456-1ea8e935640e?auto=format&fit=crop&w=1200&q=80");
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    mask-image: linear-gradient(to left, black 25%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 25%, transparent 100%);
    z-index: 0;
}

.pain-card {
    position: relative;
    border-radius: 3px 22px 4px 3px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(125deg, rgba(247, 208, 112, 0.04) 0%, transparent 38%),
        linear-gradient(180deg, rgba(18, 22, 34, 0.92) 0%, rgba(8, 10, 16, 0.96) 100%);
    transition: transform 0.4s var(--ease-out-expo), border-color 0.35s ease, box-shadow 0.4s ease;
    box-shadow: 0 4px 0 rgba(247, 208, 112, 0.12), 0 20px 50px rgba(0, 0, 0, 0.4);
}

.pain-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(247, 208, 112, 0.07) 0%, transparent 42%);
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 2;
    pointer-events: none;
}

.pain-card:hover {
    transform: translateY(0) rotate(0);
    border-color: rgba(247, 208, 112, 0.28);
    box-shadow: 0 6px 0 rgba(247, 208, 112, 0.18), 0 28px 60px rgba(0, 0, 0, 0.48);
}

.pain-card:hover::before {
    opacity: 1;
}

.pain-card-index {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 4;
    font-family: var(--mono);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    color: rgba(10, 14, 24, 0.95);
    background: linear-gradient(135deg, var(--gold-light), var(--gold-mid));
    padding: 0.35rem 0.55rem;
    border-radius: 2px;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.pain-card-media {
    height: 148px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.pain-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
    transition: transform 0.75s var(--ease-out-expo), filter 0.5s ease;
}

.pain-card:hover .pain-card-media img {
    transform: scale(1.06);
    filter: saturate(1.12) contrast(1.08);
}

.pain-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, transparent 22%, rgba(10, 14, 24, 0.15) 55%, rgba(10, 14, 24, 0.95) 100%);
}

.pain-card-body {
    position: relative;
    z-index: 3;
    padding: 1.15rem 1.2rem 1.35rem;
    padding-top: 0.85rem;
}

.pain-card-icon {
    width: 2.35rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247, 208, 112, 0.35);
    border-radius: 2px;
    color: var(--gold-light);
    background: rgba(0, 0, 0, 0.25);
    transform: rotate(45deg);
    flex-shrink: 0;
}

.pain-card-icon i {
    transform: rotate(-45deg);
    font-size: 0.85rem;
}

.gallery-section-wrap {
    position: relative;
    background: linear-gradient(180deg, #05070d 0%, #0a0e18 100%);
    padding-bottom: 24px;
}

.gallery-section-wrap::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 200px;
    background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(247, 208, 112, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.gallery-meta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(148, 163, 184, 0.7);
    font-family: var(--mono);
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.gallery-meta-line {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(247, 208, 112, 0.25), transparent);
}

.gallery-meta-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(247, 208, 112, 0.85);
}

.gallery-meta-status::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold-light);
    box-shadow: 0 0 10px rgba(247, 208, 112, 0.8);
    animation: pulse-dot 2.6s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.gallery-carousel {
    position: relative;
    overflow: hidden;
    padding: 32px 0 28px;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.gallery-track {
    display: flex;
    width: max-content;
    gap: 22px;
    padding: 0 12px;
    animation: gallery-scroll 55s linear infinite;
    will-change: transform;
}

.gallery-carousel:hover .gallery-track {
    animation-play-state: paused;
}

.gallery-item {
    position: relative;
    flex: 0 0 clamp(220px, 20vw, 290px);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0d14;
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.55),
        inset 0 0 0 1px rgba(247, 208, 112, 0.04);
    transition: transform 0.55s var(--ease-out-expo),
                border-color 0.45s ease,
                box-shadow 0.45s ease;
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8, 10, 18, 0) 0%,
        rgba(8, 10, 18, 0) 45%,
        rgba(8, 10, 18, 0.55) 78%,
        rgba(8, 10, 18, 0.92) 100%
    );
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out-expo), filter 0.85s ease;
    filter: saturate(1.05) contrast(1.04);
}

.gallery-item:hover {
    transform: translateY(-6px);
    border-color: rgba(247, 208, 112, 0.28);
    box-shadow:
        0 32px 72px rgba(0, 0, 0, 0.6),
        inset 0 0 0 1px rgba(247, 208, 112, 0.12);
}

.gallery-item:hover img {
    transform: scale(1.06);
    filter: saturate(1.15) contrast(1.06);
}

.gallery-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.7rem 0.35rem 0.55rem;
    border-radius: 2px;
    border: 1px solid rgba(247, 208, 112, 0.32);
    background: rgba(8, 10, 18, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: var(--mono);
    font-size: 0.56rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 244, 204, 0.95);
}

.gallery-tag::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--gold-light), var(--gold-mid));
    box-shadow: 0 0 8px rgba(247, 208, 112, 0.6);
}

.gallery-index {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    font-family: var(--mono);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    color: rgba(226, 232, 240, 0.65);
    padding: 0.3rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    background: rgba(8, 10, 18, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.gallery-caption {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 3;
    padding: 1.05rem 1.1rem 1.1rem;
    color: #f1f5f9;
    transform: translateY(6px);
    opacity: 0.94;
    transition: transform 0.45s var(--ease-out-expo), opacity 0.45s ease;
}

.gallery-item:hover .gallery-caption {
    transform: translateY(0);
    opacity: 1;
}

.gallery-caption-title {
    font-family: 'Fraunces', serif;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 0.3rem;
}

.gallery-caption-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--mono);
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.7);
}

.gallery-caption-meta::before {
    content: "";
    width: 1rem;
    height: 1px;
    background: rgba(247, 208, 112, 0.55);
}

@keyframes gallery-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.pricing-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 4px 26px 5px 4px;
    padding: 34px 22px 26px;
    transition: transform 0.4s var(--ease-out-expo), border-color 0.35s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(16px) saturate(1.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
        linear-gradient(180deg, rgba(22, 30, 48, 0.95) 0%, rgba(10, 12, 20, 0.98) 100%);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-card--basic {
    border-radius: 26px 4px 26px 5px;
    border-color: rgba(100, 116, 139, 0.25);
    background:
        repeating-linear-gradient(-12deg, transparent, transparent 40px, rgba(255, 255, 255, 0.015) 40px, rgba(255, 255, 255, 0.015) 41px),
        linear-gradient(195deg, rgba(30, 41, 62, 0.92) 0%, rgba(12, 16, 26, 0.98) 100%);
}

.pricing-card--gold {
    border-radius: 6px 6px 28px 6px;
}

.pricing-card--platinum {
    border-radius: 8px 24px 8px 24px;
    border-color: rgba(180, 200, 220, 0.15);
    background:
        linear-gradient(215deg, rgba(200, 210, 230, 0.06) 0%, transparent 45%),
        linear-gradient(180deg, rgba(26, 32, 48, 0.96) 0%, rgba(8, 10, 18, 0.99) 100%);
}

.js-plan-card {
    will-change: transform, opacity, filter;
}

.pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(247, 208, 112, 0.35) 22%, rgba(247, 208, 112, 0.85) 50%, rgba(247, 208, 112, 0.35) 78%, transparent 100%);
    opacity: 0.75;
}

.pricing-card--basic::before {
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.5), transparent);
    opacity: 0.6;
}

.pricing-card--platinum::before {
    background: linear-gradient(90deg, rgba(180, 200, 220, 0.2), rgba(248, 250, 252, 0.45), rgba(180, 200, 220, 0.2));
    opacity: 0.55;
}

.pricing-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -35% auto;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(247, 208, 112, 0.12) 0%, rgba(247, 208, 112, 0) 70%);
    pointer-events: none;
}

.pricing-card--platinum::after {
    background: radial-gradient(circle, rgba(200, 215, 235, 0.1) 0%, transparent 70%);
}

.pricing-card.highlight {
    background:
        linear-gradient(155deg, rgba(247, 208, 112, 0.1) 0%, transparent 42%),
        linear-gradient(180deg, rgba(52, 36, 14, 0.94) 0%, rgba(14, 11, 8, 0.99) 100%);
    border: 2px solid rgba(212, 156, 67, 0.65);
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 8px 0 rgba(140, 91, 27, 0.35),
        0 32px 70px rgba(0, 0, 0, 0.55);
}

.pricing-card.highlight::after {
    animation: gold-glow 4.2s ease-in-out infinite;
}

.pricing-card:hover {
    border-color: rgba(247, 208, 112, 0.35);
    transform: translateY(-10px);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.42);
}

.pricing-card.highlight:hover {
    transform: translateY(-16px) scale(1.02);
}

.plan-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 7px 14px;
    margin-bottom: 16px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgba(148, 163, 184, 0.5);
    color: #cbd5e1;
    font-family: var(--mono);
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.highlight .plan-kicker {
    background: rgba(0, 0, 0, 0.25);
    border-color: rgba(247, 208, 112, 0.35);
    border-left-color: var(--gold-light);
    color: #fff4cc;
}

.plan-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.plan-title.basic { color: #ffb14b; }
.plan-title.gold { font-size: 2.35rem; }
.plan-title.platinum { color: #f5df98; }

.plan-subtitle {
    margin-bottom: 22px;
    text-align: center;
    color: #9fb0c9;
    font-size: 0.92rem;
    line-height: 1.6;
}

.plan-block {
    margin-bottom: 14px;
    padding: 16px 14px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 3px 14px 3px 3px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.12) 100%);
    position: relative;
}

.plan-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(247, 208, 112, 0.25), transparent);
    border-radius: 2px;
    opacity: 0.7;
}

.pricing-card--basic .plan-block::before {
    background: linear-gradient(180deg, transparent, rgba(148, 163, 184, 0.35), transparent);
}

.highlight .plan-block {
    background: rgba(255, 244, 204, 0.04);
    border-color: rgba(247, 208, 112, 0.15);
}

.plan-block-label {
    font-family: var(--mono);
    font-weight: 500;
    color: rgba(226, 232, 240, 0.92);
    margin-bottom: 12px;
    font-size: 0.6rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.plan-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(247, 208, 112, 0.35);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.plan-cta:hover {
    transform: translateY(-2px);
    border-color: rgba(247, 208, 112, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.22);
}

.plan-cta:focus-visible {
    outline: 2px solid rgba(247, 208, 112, 0.9);
    outline-offset: 4px;
}

.whatsapp-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(5, 8, 15, 0.75);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 50;
}

.whatsapp-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.whatsapp-modal-card {
    width: min(100%, 460px);
    border-radius: 4px 22px 6px 4px;
    border: 1px solid rgba(247, 208, 112, 0.28);
    border-top-width: 3px;
    border-top-color: var(--gold-mid);
    background:
        linear-gradient(145deg, rgba(247, 208, 112, 0.06) 0%, transparent 42%),
        linear-gradient(180deg, rgba(22, 28, 44, 0.98) 0%, rgba(8, 10, 18, 0.99) 100%);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    padding: 28px;
}

.whatsapp-modal-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.whatsapp-modal-copy {
    color: #a9b7cd;
    line-height: 1.6;
    margin-bottom: 14px;
}

.whatsapp-modal-note {
    margin-bottom: 18px;
    color: #d9c88d;
    font-size: 0.88rem;
    line-height: 1.5;
}

.whatsapp-modal-plan {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(247, 208, 112, 0.12);
    border: 1px solid rgba(247, 208, 112, 0.2);
    color: #f8e3a6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.whatsapp-modal-label {
    display: block;
    margin-bottom: 8px;
    color: #e8eef8;
    font-size: 0.92rem;
    font-weight: 600;
}

.whatsapp-modal-form {
    display: grid;
    gap: 14px;
}

.whatsapp-modal-field {
    display: grid;
    gap: 8px;
}

.whatsapp-time-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.whatsapp-time-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #e8eef8;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.whatsapp-time-option:hover {
    transform: translateY(-1px);
    border-color: rgba(247, 208, 112, 0.45);
}

.whatsapp-time-option.is-selected {
    border-color: #f6da91;
    background: linear-gradient(180deg, #f6cd6e 0%, #d49c43 100%);
    color: #1b160b;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.whatsapp-modal-input {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 14px 16px;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-modal-input:focus {
    outline: none;
    border-color: rgba(247, 208, 112, 0.75);
    box-shadow: 0 0 0 4px rgba(247, 208, 112, 0.12);
}

.whatsapp-modal-error {
    min-height: 20px;
    margin-top: 10px;
    color: #ffb4b4;
    font-size: 0.88rem;
}

.whatsapp-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 22px;
}

.whatsapp-modal-btn {
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.whatsapp-modal-btn:hover {
    transform: translateY(-1px);
}

.whatsapp-modal-btn.secondary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #dbe5f4;
}

.whatsapp-modal-btn.primary {
    border: 1px solid #f6da91;
    background: linear-gradient(180deg, #f6cd6e 0%, #d49c43 100%);
    color: #1b160b;
}

.highlight .plan-cta {
    background: linear-gradient(180deg, #f6cd6e 0%, #d49c43 100%);
    border-color: #f6da91;
    color: #1b160b;
}

