:root {
    --color-black: #030202;
    --color-orange: #f09101;
    --color-cream: #f7e7d8;
    --color-graphite: #5a5552;
    --color-taupe: #a4867b;
    --section-divider: rgba(240, 145, 1, 0.48);
    --section-divider-glow: rgba(240, 145, 1, 0.08);
    --font-title: "Stardos Stencil", Georgia, serif;
    --font-body: "Inter", "Noto Color Emoji", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    background: var(--color-black);
    color: var(--color-cream);
    font-family: var(--font-body);
}

a {
    color: inherit;
    text-decoration: none;
}

.page {
    min-height: 100svh;
    overflow: hidden;
    background: var(--color-black);
}

.hero {
    position: relative;
    min-height: 100svh;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.08) 0%, rgba(3, 2, 2, 0) 28%, rgba(3, 2, 2, 0.54) 100%),
        radial-gradient(circle at 50% 42%, rgba(240, 145, 1, 0.12), rgba(3, 2, 2, 0) 38%),
        url("../../img/fundo_aba_1.webp") center top / cover no-repeat;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.hero::before {
    background:
        linear-gradient(90deg, rgba(3, 2, 2, 0.05) 0%, rgba(3, 2, 2, 0.03) 28%, rgba(3, 2, 2, 0.12) 51%, rgba(3, 2, 2, 0.03) 72%, rgba(3, 2, 2, 0.08) 100%),
        radial-gradient(circle at 50% 58%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.44) 74%);
}

.hero::after {
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 84px 84px;
    mix-blend-mode: soft-light;
}

.hero__bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 13px;
    z-index: 2;
    background: linear-gradient(90deg, var(--color-taupe), var(--color-orange) 45%, var(--color-taupe));
    box-shadow: 0 0 24px rgba(240, 145, 1, 0.28);
}

.site-header {
    position: relative;
    z-index: 4;
    width: min(100% - 56px, 1500px);
    min-height: 178px;
    margin: 0 auto;
    padding-top: 36px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(160px, 15vw, 228px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(16px, 2.6vw, 36px);
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(11px, 1.25vw, 20px);
    row-gap: 8px;
    padding-top: 32px;
}

.site-nav--left {
    justify-content: flex-end;
}

.site-nav--right {
    justify-content: flex-start;
}

.site-nav a,
.mobile-menu a {
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(0.72rem, 0.82vw, 0.92rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
    transition: color 180ms ease, transform 180ms ease;
}

.site-nav a {
    max-width: 138px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.mobile-menu a:hover,
.mobile-menu a:focus-visible {
    color: var(--color-orange);
    transform: translateY(-1px);
}

.site-nav a:focus-visible,
.mobile-menu a:focus-visible,
.site-menu-button:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.72);
    outline-offset: 4px;
}

.site-header__logo-link {
    display: inline-flex;
    width: 100%;
    max-width: 228px;
    justify-self: center;
}

.site-header__logo {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.55));
}

.site-menu-button,
.mobile-menu {
    display: none;
}

.hero__content {
    width: min(100%, 1320px);
    min-height: calc(100svh - 178px);
    margin: 0 auto;
    padding: clamp(18px, 2.4vw, 38px) 28px clamp(28px, 4vw, 56px);
    display: grid;
    align-content: center;
    gap: clamp(18px, 2vw, 26px);
}

.hero__grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(286px, 370px);
    align-items: center;
    gap: clamp(30px, 5vw, 76px);
}

.hero__copy {
    max-width: 760px;
    display: grid;
    gap: clamp(14px, 1.55vw, 20px);
}

.hero__kicker {
    margin: 0;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(0.95rem, 1.25vw, 1.12rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.hero__copy h1 {
    max-width: 720px;
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(3.35rem, 5.8vw, 6rem);
    font-weight: 700;
    line-height: 0.88;
    text-transform: uppercase;
    text-shadow: 0 18px 36px rgba(0, 0, 0, 0.82);
}

.hero__copy h1 span {
    display: block;
    color: var(--color-orange);
}

.hero__lead {
    max-width: 660px;
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    font-weight: 500;
    line-height: 1.6;
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.82);
}

.hero__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    padding-top: 4px;
}

.hero__features div {
    min-height: 76px;
    padding: 0 0 0 14px;
    display: grid;
    align-content: start;
    gap: 5px;
    border-left: 2px solid rgba(240, 145, 1, 0.72);
}

.hero__features strong {
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(0.88rem, 1vw, 1rem);
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}

.hero__features span {
    color: var(--color-taupe);
    font-family: var(--font-body);
    font-size: clamp(0.82rem, 0.92vw, 0.94rem);
    line-height: 1.35;
}

.hero__stage {
    width: 100%;
    display: grid;
    justify-items: center;
}

.hero__cta.hero__mobile-cta {
    display: none;
}

.video-frame {
    position: relative;
    width: min(100%, 760px);
    overflow: hidden;
    border: 1px solid rgba(240, 145, 1, 0.5);
    background:
        linear-gradient(135deg, rgba(240, 145, 1, 0.14), rgba(240, 145, 1, 0)),
        rgba(3, 2, 2, 0.9);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.58),
        0 0 0 7px rgba(0, 0, 0, 0.28),
        inset 0 0 44px rgba(240, 145, 1, 0.06);
}

.video-frame--desktop-portrait {
    background:
        linear-gradient(90deg, rgba(3, 2, 2, 0.42), rgba(3, 2, 2, 0.86) 38%, rgba(3, 2, 2, 0.86) 62%, rgba(3, 2, 2, 0.42)),
        radial-gradient(circle at 50% 50%, rgba(240, 145, 1, 0.24), rgba(3, 2, 2, 0) 46%),
        url("../../img/fundo_aba_1.webp") center / cover no-repeat;
}

.video-frame--desktop-portrait::before,
.video-frame--desktop-portrait::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 34%;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.12), rgba(3, 2, 2, 0.5)),
        repeating-linear-gradient(135deg, rgba(247, 231, 216, 0.05) 0 1px, transparent 1px 12px);
    opacity: 0.45;
}

.video-frame--desktop-portrait::before {
    left: 0;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
}

.video-frame--desktop-portrait::after {
    right: 0;
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
}

.video-frame--horizontal {
    aspect-ratio: 16 / 9;
}

.video-frame--vertical {
    display: block;
    width: min(100%, 390px);
    aspect-ratio: 9 / 16;
}

.hero__video {
    width: min(100%, 360px);
    border-color: rgba(240, 145, 1, 0.72);
    box-shadow:
        0 30px 74px rgba(0, 0, 0, 0.62),
        0 0 0 7px rgba(3, 2, 2, 0.36),
        0 0 42px rgba(240, 145, 1, 0.16),
        inset 0 0 44px rgba(240, 145, 1, 0.06);
}

.video-frame__embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: var(--color-black);
}

.youtube-lite {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    appearance: none;
    color: var(--color-cream);
    background: var(--color-black);
    cursor: pointer;
}

.youtube-lite::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.08), rgba(3, 2, 2, 0.32)),
        radial-gradient(circle at 50% 50%, rgba(240, 145, 1, 0.08), rgba(3, 2, 2, 0.38) 70%);
    pointer-events: none;
}

.youtube-lite img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(0.94) contrast(1.08) brightness(0.86);
    transform: scale(1.02);
    transition: transform 220ms ease, filter 220ms ease;
}

.youtube-lite span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: clamp(56px, 6vw, 78px);
    height: clamp(56px, 6vw, 78px);
    display: grid;
    place-items: center;
    border: 2px solid rgba(240, 145, 1, 0.92);
    border-radius: 999px;
    background: rgba(3, 2, 2, 0.5);
    box-shadow:
        0 0 0 8px rgba(3, 2, 2, 0.18),
        0 0 32px rgba(240, 145, 1, 0.36);
    transform: translate(-50%, -50%);
}

.youtube-lite span::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid var(--color-orange);
}

.youtube-lite:hover img,
.youtube-lite:focus-visible img {
    filter: saturate(1.05) contrast(1.12) brightness(0.94);
    transform: scale(1.055);
}

.youtube-lite:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: -6px;
}

.video-frame--desktop-portrait .video-frame__embed {
    inset: 0 auto 0 50%;
    width: min(32%, 270px);
    height: 100%;
    z-index: 2;
    transform: translateX(-50%);
    border-right: 1px solid rgba(240, 145, 1, 0.46);
    border-left: 1px solid rgba(240, 145, 1, 0.46);
    box-shadow:
        0 0 46px rgba(0, 0, 0, 0.76),
        0 0 34px rgba(240, 145, 1, 0.18);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.hero__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    max-width: 100%;
    padding: 16px 34px 15px;
    border: 1px solid rgba(247, 231, 216, 0.46);
    border-radius: 4px;
    overflow: hidden;
    color: var(--color-black);
    background:
        linear-gradient(180deg, rgba(247, 231, 216, 0.82) 0%, rgba(240, 145, 1, 0.95) 34%, rgba(240, 145, 1, 0.88) 72%, rgba(164, 134, 123, 0.68) 100%);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.36),
        0 0 20px rgba(240, 145, 1, 0.22);
    font-family: var(--font-title);
    font-size: clamp(1.04rem, 1.8vw, 1.28rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.26);
    animation: ctaPulse 2.8s ease-in-out infinite;
    will-change: scale, box-shadow, filter;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.hero__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.44) 45%, transparent 60%);
    transform: translateX(-120%);
    animation: ctaShine 4.8s ease-in-out infinite;
}

.hero__cta:hover,
.hero__cta:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow:
        0 22px 42px rgba(0, 0, 0, 0.46),
        0 0 34px rgba(240, 145, 1, 0.4);
}

.hero__cta:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.hero__message {
    width: min(100%, 900px);
    justify-self: center;
    margin: 0;
    padding: 12px 18px;
    border-top: 1px solid rgba(240, 145, 1, 0.28);
    border-bottom: 1px solid rgba(240, 145, 1, 0.18);
    color: var(--color-taupe);
    font-family: var(--font-body);
    font-size: clamp(0.86rem, 1.1vw, 0.98rem);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.88);
}

.hero__secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 4px;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(0.95rem, 1.12vw, 1.05rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: color 180ms ease, transform 180ms ease;
}

.hero__secondary:hover,
.hero__secondary:focus-visible {
    color: var(--color-cream);
    transform: translateY(-2px);
}

.hero__secondary:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.experience {
    position: relative;
    min-height: 100svh;
    padding: clamp(72px, 7vw, 118px) 24px clamp(74px, 7vw, 120px);
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.76) 0%, rgba(3, 2, 2, 0.38) 24%, rgba(3, 2, 2, 0.5) 70%, rgba(3, 2, 2, 0.78) 100%),
        url("../../img/fundo_aba_2.webp") center / cover no-repeat;
    border-top: 2px solid var(--section-divider);
    box-shadow: inset 0 2px 0 var(--section-divider-glow);
}

.experience::before,
.experience::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.experience::before {
    background:
        radial-gradient(circle at 50% 18%, rgba(240, 145, 1, 0.1), rgba(3, 2, 2, 0) 38%),
        radial-gradient(circle at 50% 100%, rgba(240, 145, 1, 0.1), rgba(3, 2, 2, 0) 42%);
}

.experience::after {
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(247, 231, 216, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(247, 231, 216, 0.025) 1px, transparent 1px);
    background-size: 78px 78px;
    mix-blend-mode: soft-light;
}

.experience__inner {
    width: min(100%, 1480px);
    margin: 0 auto;
    display: grid;
    gap: clamp(26px, 3.4vw, 46px);
}

.section-heading {
    width: min(100%, 980px);
    margin: 0 auto;
    display: grid;
    justify-items: center;
    gap: 13px;
    text-align: center;
}

.section-heading__kicker {
    margin: 0;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 10px 0 0;
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(3rem, 7vw, 6.7rem);
    font-weight: 700;
    line-height: 0.88;
    text-transform: uppercase;
    text-shadow: 0 18px 34px rgba(0, 0, 0, 0.82);
}

.section-heading p:not(.section-heading__kicker) {
    max-width: 760px;
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.45vw, 1.25rem);
    font-weight: 500;
    line-height: 1.55;
    text-transform: uppercase;
    text-shadow: 0 7px 20px rgba(0, 0, 0, 0.88);
}

.section-heading::after {
    content: "";
    width: min(280px, 52vw);
    height: 2px;
    margin-top: 8px;
    background: linear-gradient(90deg, transparent, var(--color-orange), transparent);
    box-shadow: 0 0 18px rgba(240, 145, 1, 0.5);
}

.experience__gallery-wrap {
    position: relative;
}

.experience__gallery {
    --gallery-gap: clamp(10px, 1vw, 16px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(34px, 2.3vw, 44px) var(--gallery-gap);
    align-items: start;
}

.gallery-arrow {
    display: none;
}

.gallery-card {
    position: relative;
    min-height: 168px;
    flex: 0 0 calc((100% - var(--gallery-gap) - var(--gallery-gap) - var(--gallery-gap) - var(--gallery-gap) - var(--gallery-gap)) / 6);
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(240, 145, 1, 0.78);
    border-radius: 6px;
    background: rgba(3, 2, 2, 0.72);
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.5),
        inset 0 0 28px rgba(240, 145, 1, 0.05);
    cursor: zoom-in;
}

.gallery-card:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.gallery-card--featured {
    min-height: 310px;
    flex-basis: calc((100% - var(--gallery-gap) - var(--gallery-gap)) / 3);
    aspect-ratio: 16 / 10.8;
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.05), rgba(3, 2, 2, 0.34)),
        radial-gradient(circle at 50% 50%, rgba(240, 145, 1, 0), rgba(3, 2, 2, 0.34));
    pointer-events: none;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.08) brightness(0.8);
    transform: scale(1.02);
    transition: transform 360ms ease, filter 360ms ease;
}

.gallery-card:hover img,
.gallery-card:focus-within img {
    filter: saturate(1.02) contrast(1.12) brightness(0.9);
    transform: scale(1.065);
}

.gallery-card:nth-child(2) img,
.gallery-card:nth-child(5) img,
.gallery-card:nth-child(8) img {
    object-position: center center;
}

.gallery-card:nth-child(3) img,
.gallery-card:nth-child(9) img {
    object-position: center bottom;
}

.experience__actions {
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
}

.experience__actions::before {
    content: "";
    width: min(680px, 70vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(240, 145, 1, 0.85), transparent);
}

.experience__cta {
    margin-top: 2px;
}

.experience__actions p {
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.8);
}

.testimonials {
    position: relative;
    min-height: 100svh;
    padding: clamp(70px, 6vw, 104px) 24px clamp(72px, 6vw, 104px);
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.9), rgba(3, 2, 2, 0.34) 38%, rgba(3, 2, 2, 0.82)),
        url("../../img/fundo_aba_3.webp") center / cover no-repeat;
    border-top: 2px solid var(--section-divider);
    box-shadow: inset 0 2px 0 var(--section-divider-glow);
}

.testimonials::before,
.testimonials::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.testimonials::before {
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 24%, rgba(240, 145, 1, 0.15), rgba(3, 2, 2, 0) 34%),
        radial-gradient(circle at 50% 96%, rgba(240, 145, 1, 0.12), rgba(3, 2, 2, 0) 38%);
}

.testimonials::after {
    inset: 0;
    z-index: -1;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(247, 231, 216, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(247, 231, 216, 0.025) 1px, transparent 1px);
    background-size: 82px 82px;
    mix-blend-mode: soft-light;
}

.testimonials__frame {
    position: relative;
    width: min(100%, 1500px);
    min-height: auto;
    margin: 0 auto;
    padding: 0;
}

.testimonials__inner {
    display: grid;
    gap: clamp(24px, 3vw, 38px);
}

.testimonials__heading {
    width: min(100%, 1050px);
}

.testimonials__heading h2 {
    font-size: clamp(3rem, 5.4vw, 5.7rem);
    line-height: 0.92;
}

.testimonials__heading h2 span {
    color: var(--color-orange);
}

.testimonials__carousel-wrap {
    position: relative;
    width: min(100%, 1420px);
    margin: 0 auto;
    padding: 0 64px;
    overflow: visible;
}

.testimonials__carousel {
    --testimonial-gap: clamp(14px, 1.35vw, 22px);
    max-width: 1188px;
    margin: 0 auto;
    display: flex;
    gap: var(--testimonial-gap);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 10px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.testimonials__carousel::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    position: relative;
    flex: 0 0 clamp(216px, 16.5vw, 268px);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(240, 145, 1, 0.58);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(3, 2, 2, 0.58), rgba(3, 2, 2, 0.92));
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.48),
        inset 0 0 34px rgba(240, 145, 1, 0.05);
    scroll-snap-align: start;
}

.testimonial-card__video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 12.5;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(240, 145, 1, 0.18), rgba(3, 2, 2, 0) 50%),
        var(--color-black);
}

.testimonial-card__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial-review {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 12.5;
    padding: 18px 16px;
    display: grid;
    align-content: start;
    gap: 12px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.42), rgba(3, 2, 2, 0.86)),
        radial-gradient(circle at 50% 10%, rgba(240, 145, 1, 0.18), rgba(3, 2, 2, 0) 48%),
        var(--color-black);
}

.testimonial-review::before {
    content: "“";
    position: absolute;
    right: 14px;
    bottom: -28px;
    color: rgba(240, 145, 1, 0.16);
    font-family: Georgia, serif;
    font-size: 8.8rem;
    line-height: 1;
    pointer-events: none;
}

.testimonial-review__source {
    width: max-content;
    max-width: 100%;
    padding: 6px 9px;
    border: 1px solid rgba(240, 145, 1, 0.32);
    border-radius: 999px;
    color: var(--color-orange);
    background: rgba(3, 2, 2, 0.42);
    font-family: var(--font-title);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.testimonial-review__rating {
    color: var(--color-orange);
    font-size: 1.18rem;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 0 0 16px rgba(240, 145, 1, 0.36);
}

.testimonial-review p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1vw, 0.98rem);
    font-weight: 500;
    line-height: 1.48;
}

.testimonial-card--pending .testimonial-review {
    opacity: 0.78;
}

.testimonial-card__body {
    display: grid;
    gap: 5px;
    padding: 14px 16px 16px;
    border-top: 1px solid rgba(240, 145, 1, 0.42);
}

.testimonial-card__body strong {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.testimonial-card__body span {
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: 0.86rem;
    line-height: 1.35;
}

.testimonial-review__link,
.testimonial-review__pending {
    width: max-content;
    max-width: 100%;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.testimonial-review__link {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.testimonial-review__link:hover,
.testimonial-review__link:focus-visible {
    color: var(--color-cream);
}

.testimonial-review__link:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.testimonial-review__pending {
    color: var(--color-taupe);
}

.testimonial-arrow {
    position: absolute;
    top: 43%;
    z-index: 3;
    width: 48px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(240, 145, 1, 0.78);
    border-radius: 4px;
    color: var(--color-orange);
    background: rgba(3, 2, 2, 0.78);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.45),
        inset 0 0 24px rgba(240, 145, 1, 0.08);
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
    color: var(--color-black);
    background: var(--color-orange);
    transform: translateY(-50%) scale(1.04);
}

.testimonial-arrow:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.testimonial-arrow span {
    display: block;
    margin-top: -4px;
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.testimonial-arrow--prev {
    left: 0;
}

.testimonial-arrow--next {
    right: 0;
}

.testimonials__actions {
    display: grid;
    justify-items: center;
}

.plan {
    position: relative;
    min-height: 100svh;
    padding: clamp(70px, 6vw, 104px) 24px clamp(72px, 6vw, 104px);
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.88), rgba(3, 2, 2, 0.28) 42%, rgba(3, 2, 2, 0.86)),
        url("../../img/fundo_aba_4.webp") center / cover no-repeat;
    border-top: 2px solid var(--section-divider);
    box-shadow: inset 0 2px 0 var(--section-divider-glow);
}

.plan::before,
.plan::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.plan::before {
    background:
        radial-gradient(circle at 50% 30%, rgba(240, 145, 1, 0.16), rgba(3, 2, 2, 0) 36%),
        radial-gradient(circle at 12% 72%, rgba(240, 145, 1, 0.1), rgba(3, 2, 2, 0) 32%),
        radial-gradient(circle at 88% 78%, rgba(164, 134, 123, 0.1), rgba(3, 2, 2, 0) 34%);
}

.plan::after {
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(247, 231, 216, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(247, 231, 216, 0.025) 1px, transparent 1px);
    background-size: 82px 82px;
    mix-blend-mode: soft-light;
}

.plan__inner {
    width: min(100%, 1480px);
    margin: 0 auto;
    display: grid;
    gap: clamp(28px, 3.4vw, 48px);
}

.plan__heading {
    width: min(100%, 1120px);
}

.plan__heading h2 {
    font-size: clamp(2.9rem, 5.8vw, 6.2rem);
}

.plan__heading h2 span {
    color: var(--color-orange);
}

.plan__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(330px, 0.9fr) minmax(280px, 0.85fr);
    align-items: stretch;
    gap: clamp(18px, 2vw, 28px);
}

.plan-benefits,
.plan-price,
.plan-lifestyle,
.plan-strip {
    border: 1px solid rgba(240, 145, 1, 0.42);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.54), rgba(3, 2, 2, 0.86)),
        rgba(3, 2, 2, 0.46);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.48),
        inset 0 0 34px rgba(240, 145, 1, 0.04);
    backdrop-filter: blur(2px);
}

.plan-benefits {
    padding: clamp(20px, 2vw, 28px);
}

.plan-benefits h3,
.plan-lifestyle h3 {
    margin: 0;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(1.25rem, 1.9vw, 1.65rem);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.plan-benefits ul {
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    gap: 0;
    list-style: none;
}

.plan-benefits li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(164, 134, 123, 0.22);
}

.plan-benefits li:first-child {
    border-top: 0;
    padding-top: 0;
}

.plan-benefits li > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(240, 145, 1, 0.62);
    border-radius: 50%;
    color: var(--color-orange);
    background: rgba(3, 2, 2, 0.5);
    font-family: var(--font-title);
    font-size: 0.86rem;
    font-weight: 700;
}

.plan-benefits strong {
    display: block;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1.05vw, 1.02rem);
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.plan-benefits p,
.plan-lifestyle p,
.plan-strip span {
    margin: 5px 0 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.84rem, 0.95vw, 0.96rem);
    font-weight: 400;
    line-height: 1.45;
}

.plan-price {
    position: relative;
    padding: clamp(24px, 3vw, 42px) clamp(22px, 2.6vw, 38px);
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    overflow: hidden;
}

.plan-price::before,
.plan-price::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(240, 145, 1, 0.58);
    border-radius: 50%;
    background: rgba(3, 2, 2, 0.84);
    box-shadow: 0 0 18px rgba(240, 145, 1, 0.24);
}

.plan-price::before {
    top: 14px;
    left: 14px;
}

.plan-price::after {
    right: 14px;
    bottom: 14px;
}

.plan-price__eyebrow {
    margin: 0 0 16px;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(1rem, 1.55vw, 1.35rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.plan-price__pix {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.plan-price__pix span {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(2rem, 3.8vw, 3.7rem);
    font-weight: 700;
    line-height: 0.8;
}

.plan-price__pix strong {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(4.7rem, 8.2vw, 8.2rem);
    font-weight: 700;
    line-height: 0.76;
    text-shadow:
        0 8px 24px rgba(0, 0, 0, 0.7),
        0 0 22px rgba(240, 145, 1, 0.24);
}

.plan-price__pix em {
    margin-top: 10px;
    padding: 8px 18px;
    border: 1px solid rgba(247, 231, 216, 0.46);
    border-radius: 4px;
    color: var(--color-cream);
    background: rgba(3, 2, 2, 0.54);
    font-family: var(--font-title);
    font-size: clamp(1rem, 1.7vw, 1.35rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.plan-price__divider {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin: 22px 0 18px;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-price__divider::before,
.plan-price__divider::after {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 145, 1, 0.65));
}

.plan-price__divider::after {
    background: linear-gradient(90deg, rgba(240, 145, 1, 0.65), transparent);
}

.plan-price__card {
    margin: 0;
    display: grid;
    gap: 5px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.25;
}

.plan-price__card strong {
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(1.65rem, 2.6vw, 2.5rem);
    line-height: 1;
    text-transform: uppercase;
}

.plan-price__card span {
    color: var(--color-taupe);
}

.plan-price__actions {
    width: min(100%, 390px);
    margin-top: 26px;
    display: grid;
    gap: 12px;
}

.plan__cta {
    width: 100%;
}

.plan__whatsapp {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 145, 1, 0.62);
    border-radius: 4px;
    color: var(--color-orange);
    background: rgba(3, 2, 2, 0.62);
    font-family: var(--font-title);
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.plan__whatsapp:hover,
.plan__whatsapp:focus-visible {
    color: var(--color-black);
    background: var(--color-orange);
    transform: translateY(-2px);
}

.plan__whatsapp:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.plan-lifestyle {
    padding: clamp(22px, 2.4vw, 34px);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 22px;
    text-align: center;
}

.plan-lifestyle img {
    width: min(62%, 220px);
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.62));
}

.plan-lifestyle div {
    padding-top: 22px;
    border-top: 1px solid rgba(240, 145, 1, 0.36);
}

.plan-lifestyle p {
    max-width: 350px;
    margin-top: 14px;
    font-size: clamp(0.94rem, 1.05vw, 1.04rem);
}

.plan-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 12px;
}

.plan-strip div {
    min-height: 82px;
    padding: 14px 18px;
    display: grid;
    align-content: center;
    border-left: 1px solid rgba(164, 134, 123, 0.22);
}

.plan-strip div:first-child {
    border-left: 0;
}

.plan-strip strong {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(0.95rem, 1.15vw, 1.1rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.plan-strip span {
    max-width: 230px;
    color: var(--color-cream);
}

.faq {
    position: relative;
    min-height: 100svh;
    padding: clamp(70px, 6vw, 104px) 24px clamp(72px, 6vw, 104px);
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.84), rgba(3, 2, 2, 0.28) 40%, rgba(3, 2, 2, 0.86)),
        url("../../img/fundo_aba_5.webp") center / cover no-repeat;
    border-top: 2px solid var(--section-divider);
    box-shadow: inset 0 2px 0 var(--section-divider-glow);
}

.faq::before,
.faq::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.faq::before {
    background:
        radial-gradient(circle at 50% 22%, rgba(240, 145, 1, 0.14), rgba(3, 2, 2, 0) 34%),
        radial-gradient(circle at 50% 92%, rgba(240, 145, 1, 0.11), rgba(3, 2, 2, 0) 38%);
}

.faq::after {
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(247, 231, 216, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(247, 231, 216, 0.025) 1px, transparent 1px);
    background-size: 82px 82px;
    mix-blend-mode: soft-light;
}

.faq__inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    gap: clamp(28px, 3vw, 42px);
}

.faq__heading {
    width: min(100%, 980px);
}

.faq__heading h2 {
    font-size: clamp(2.9rem, 5.4vw, 5.8rem);
    line-height: 0.9;
}

.faq__heading h2 span {
    display: block;
    margin-top: 8px;
    color: var(--color-orange);
}

.faq__list {
    display: grid;
    gap: 10px;
}

.faq-item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(240, 145, 1, 0.42);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.42), rgba(3, 2, 2, 0.78)),
        rgba(3, 2, 2, 0.36);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.36),
        inset 0 0 24px rgba(240, 145, 1, 0.035);
    backdrop-filter: blur(2px);
}

.faq-item__question {
    width: 100%;
    min-height: 76px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 16px;
    border: 0;
    color: var(--color-cream);
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.faq-item__question span {
    font-family: var(--font-title);
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.faq-item__question i {
    position: relative;
    width: 34px;
    height: 34px;
    justify-self: end;
    border: 2px solid rgba(240, 145, 1, 0.78);
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(240, 145, 1, 0.16);
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.faq-item__question i::before,
.faq-item__question i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: var(--color-orange);
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, background 180ms ease;
}

.faq-item__question i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__question:hover,
.faq-item__question:focus-visible {
    color: var(--color-orange);
}

.faq-item__question:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: -5px;
}

.faq-item.is-open {
    border-color: rgba(240, 145, 1, 0.72);
    box-shadow:
        0 22px 56px rgba(0, 0, 0, 0.48),
        inset 0 0 28px rgba(240, 145, 1, 0.06);
}

.faq-item.is-open .faq-item__question i {
    background: rgba(240, 145, 1, 0.12);
    transform: rotate(180deg);
}

.faq-item.is-open .faq-item__question i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 240ms ease;
}

.faq-item.is-open .faq-item__answer {
    grid-template-rows: 1fr;
}

.faq-item__answer p {
    min-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 76px 0 22px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.12vw, 1.05rem);
    font-weight: 400;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 220ms ease, transform 220ms ease, padding 240ms ease;
}

.faq-item.is-open .faq-item__answer p {
    padding-top: 0;
    padding-bottom: 22px;
    opacity: 1;
    transform: translateY(0);
}

.faq__actions {
    display: grid;
    justify-items: center;
    gap: 13px;
    text-align: center;
}

.faq__actions::before {
    content: "";
    width: min(620px, 70vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(240, 145, 1, 0.78), transparent);
}

.faq__actions p {
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.22vw, 1.08rem);
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.8);
}

.faq__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.faq__cta {
    min-width: min(100%, 290px);
}

.faq__secondary {
    min-height: 56px;
    min-width: min(100%, 320px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px 15px;
    border: 1px solid rgba(240, 145, 1, 0.62);
    border-radius: 4px;
    color: var(--color-orange);
    background: rgba(3, 2, 2, 0.62);
    font-family: var(--font-title);
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.faq__secondary:hover,
.faq__secondary:focus-visible {
    color: var(--color-black);
    background: var(--color-orange);
    transform: translateY(-2px);
}

.faq__secondary:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.partners {
    position: relative;
    min-height: 100svh;
    padding: clamp(70px, 6vw, 104px) 24px clamp(72px, 6vw, 104px);
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.82), rgba(3, 2, 2, 0.3) 40%, rgba(3, 2, 2, 0.88)),
        url("../../img/fundo_aba_6.webp") center / cover no-repeat;
    border-top: 2px solid var(--section-divider);
    box-shadow: inset 0 2px 0 var(--section-divider-glow);
}

.partners::before,
.partners::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.partners::before {
    background:
        radial-gradient(circle at 50% 26%, rgba(240, 145, 1, 0.14), rgba(3, 2, 2, 0) 34%),
        radial-gradient(circle at 50% 90%, rgba(240, 145, 1, 0.11), rgba(3, 2, 2, 0) 38%);
}

.partners::after {
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(247, 231, 216, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(247, 231, 216, 0.025) 1px, transparent 1px);
    background-size: 82px 82px;
    mix-blend-mode: soft-light;
}

.partners__inner {
    width: min(100%, 1320px);
    margin: 0 auto;
    display: grid;
    gap: clamp(26px, 3vw, 42px);
}

.partners__heading {
    width: min(100%, 1060px);
}

.partners__heading h2 {
    font-size: clamp(2.9rem, 5.4vw, 5.8rem);
    line-height: 0.9;
}

.partners__heading h2 span {
    display: block;
    margin-top: 8px;
    color: var(--color-orange);
}

.partners__panel {
    position: relative;
    padding: clamp(20px, 2.3vw, 34px);
    border: 1px solid rgba(240, 145, 1, 0.46);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.48), rgba(3, 2, 2, 0.82)),
        rgba(3, 2, 2, 0.38);
    box-shadow:
        0 26px 72px rgba(0, 0, 0, 0.5),
        inset 0 0 40px rgba(240, 145, 1, 0.045);
    backdrop-filter: blur(2px);
}

.partners__panel::before,
.partners__panel::after {
    content: "";
    position: absolute;
    right: clamp(16px, 2vw, 30px);
    left: clamp(16px, 2vw, 30px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 145, 1, 0.6), transparent);
}

.partners__panel::before {
    top: 50%;
}

.partners__panel::after {
    display: none;
}

.partners__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
}

.partner-card {
    min-height: clamp(132px, 13vw, 178px);
    padding: clamp(18px, 2vw, 28px);
    display: grid;
    place-items: center;
    border-left: 1px solid rgba(164, 134, 123, 0.22);
    background: rgba(3, 2, 2, 0.18);
    transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.partner-card:first-child {
    border-left: 0;
}

.partner-card img {
    width: min(100%, 172px);
    max-height: 112px;
    display: block;
    object-fit: contain;
    filter:
        drop-shadow(0 12px 18px rgba(0, 0, 0, 0.58))
        saturate(0.92)
        contrast(1.04);
    opacity: 0.94;
    transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.partner-card:hover,
.partner-card:focus-within {
    background: rgba(240, 145, 1, 0.07);
    transform: translateY(-2px);
    box-shadow: inset 0 0 26px rgba(240, 145, 1, 0.08);
}

.partner-card:hover img,
.partner-card:focus-within img {
    filter:
        drop-shadow(0 14px 22px rgba(0, 0, 0, 0.68))
        saturate(1.05)
        contrast(1.08);
    opacity: 1;
    transform: scale(1.035);
}

.partners__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(240, 145, 1, 0.32);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.42), rgba(3, 2, 2, 0.76)),
        rgba(3, 2, 2, 0.34);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.38);
}

.partners__benefits article {
    min-height: 118px;
    padding: clamp(16px, 1.8vw, 24px);
    display: grid;
    align-content: center;
    gap: 7px;
    border-left: 1px solid rgba(164, 134, 123, 0.22);
}

.partners__benefits article:first-child {
    border-left: 0;
}

.partners__benefits strong {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(0.98rem, 1.25vw, 1.16rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.partners__benefits span {
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.84rem, 0.95vw, 0.96rem);
    line-height: 1.42;
}

.partners__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.partners__cta {
    min-width: min(100%, 360px);
}

.visit {
    position: relative;
    min-height: 100svh;
    padding: clamp(70px, 6vw, 104px) 24px clamp(72px, 6vw, 104px);
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.84), rgba(3, 2, 2, 0.28) 42%, rgba(3, 2, 2, 0.86)),
        url("../../img/fundo_aba_7.webp") center / cover no-repeat;
    border-top: 2px solid var(--section-divider);
    box-shadow: inset 0 2px 0 var(--section-divider-glow);
}

.visit::before,
.visit::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.visit::before {
    background:
        radial-gradient(circle at 50% 24%, rgba(240, 145, 1, 0.16), rgba(3, 2, 2, 0) 34%),
        radial-gradient(circle at 16% 80%, rgba(240, 145, 1, 0.12), rgba(3, 2, 2, 0) 34%),
        radial-gradient(circle at 86% 76%, rgba(164, 134, 123, 0.1), rgba(3, 2, 2, 0) 36%);
}

.visit::after {
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(247, 231, 216, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(247, 231, 216, 0.025) 1px, transparent 1px);
    background-size: 82px 82px;
    mix-blend-mode: soft-light;
}

.visit__inner {
    width: min(100%, 1420px);
    margin: 0 auto;
    display: grid;
    gap: clamp(28px, 3vw, 44px);
}

.visit__heading {
    width: min(100%, 1120px);
}

.visit__heading h2 {
    font-size: clamp(2.8rem, 5.3vw, 5.7rem);
    line-height: 0.9;
}

.visit__heading h2 span {
    display: block;
    margin-top: 8px;
    color: var(--color-orange);
}

.visit__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.82fr);
    align-items: stretch;
    gap: clamp(18px, 2.2vw, 32px);
}

.visit__photo {
    position: relative;
    min-height: 460px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(240, 145, 1, 0.44);
    border-radius: 6px;
    background: rgba(3, 2, 2, 0.58);
    box-shadow:
        0 28px 76px rgba(0, 0, 0, 0.52),
        inset 0 0 38px rgba(240, 145, 1, 0.045);
}

.visit__photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.04), rgba(3, 2, 2, 0.22)),
        radial-gradient(circle at 50% 50%, rgba(240, 145, 1, 0), rgba(3, 2, 2, 0.2));
    pointer-events: none;
}

.visit__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.08) brightness(0.88);
    transform: scale(1.02);
}

.visit__info {
    padding: clamp(24px, 2.6vw, 36px);
    display: grid;
    align-content: center;
    gap: 20px;
    border: 1px solid rgba(240, 145, 1, 0.42);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.48), rgba(3, 2, 2, 0.84)),
        rgba(3, 2, 2, 0.4);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.46),
        inset 0 0 36px rgba(240, 145, 1, 0.045);
    backdrop-filter: blur(2px);
}

.visit__info h3 {
    margin: 0;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(1.28rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.visit__info ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    list-style: none;
}

.visit__info li {
    padding: 14px 0;
    display: grid;
    gap: 4px;
    border-top: 1px solid rgba(164, 134, 123, 0.22);
}

.visit__info li:first-child {
    border-top: 0;
    padding-top: 0;
}

.visit__info strong {
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.98rem, 1.18vw, 1.12rem);
    font-weight: 800;
    line-height: 1.25;
}

.visit__info span {
    color: var(--color-taupe);
    font-family: var(--font-body);
    font-size: clamp(0.86rem, 1vw, 0.98rem);
    line-height: 1.42;
}

.visit__cta {
    width: 100%;
    margin-top: 4px;
}

.visit__message {
    width: min(100%, 900px);
    justify-self: center;
    margin: 0;
    padding: 12px 18px;
    border-top: 1px solid rgba(240, 145, 1, 0.28);
    border-bottom: 1px solid rgba(240, 145, 1, 0.18);
    color: var(--color-taupe);
    font-family: var(--font-title);
    font-size: clamp(0.92rem, 1.35vw, 1.12rem);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.88);
}

.experience__structure-wrap {
    width: min(100%, 1360px);
    justify-self: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: start;
    gap: clamp(18px, 2.4vw, 34px);
}

.visit__structure {
    width: 100%;
    justify-self: center;
    padding: clamp(18px, 2.1vw, 28px);
    display: grid;
    gap: 18px;
    border: 1px solid rgba(240, 145, 1, 0.34);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.46), rgba(3, 2, 2, 0.78)),
        rgba(3, 2, 2, 0.34);
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.4),
        inset 0 0 30px rgba(240, 145, 1, 0.04);
}

.visit__structure-copy {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.visit__structure-copy strong {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(1.28rem, 2vw, 1.9rem);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.visit__structure-copy p,
.visit__structure > p {
    max-width: 860px;
    margin: 0 auto;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.92rem, 1.12vw, 1.04rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.structure-video {
    width: 100%;
    justify-self: stretch;
    padding: 0;
    display: grid;
    justify-items: center;
    gap: 0;
}

.structure-video__frame {
    position: relative;
    width: min(100%, 270px);
    aspect-ratio: 9 / 16;
    justify-self: center;
    overflow: hidden;
    border: 1px solid rgba(240, 145, 1, 0.62);
    border-radius: 6px;
    background: var(--color-black);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.42),
        inset 0 0 26px rgba(240, 145, 1, 0.05);
}

.structure-video__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.visit__structure-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(240, 145, 1, 0.22);
    border-left: 1px solid rgba(240, 145, 1, 0.18);
}

.visit__structure-grid article {
    min-height: 126px;
    padding: 16px;
    display: grid;
    align-content: start;
    gap: 8px;
    border-right: 1px solid rgba(240, 145, 1, 0.18);
    border-bottom: 1px solid rgba(240, 145, 1, 0.18);
    background: rgba(3, 2, 2, 0.2);
}

.visit__structure-grid strong {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(0.98rem, 1.18vw, 1.12rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.visit__structure-grid span {
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.82rem, 0.95vw, 0.94rem);
    line-height: 1.42;
}

.footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(58px, 6vw, 96px) 24px clamp(28px, 3vw, 44px);
    color: var(--color-cream);
    background:
        linear-gradient(180deg, rgba(3, 2, 2, 0.62), rgba(3, 2, 2, 0.16) 42%, rgba(3, 2, 2, 0.78)),
        url("../../img/fundo_aba_8.webp") center / cover no-repeat;
    border-top: 2px solid var(--section-divider);
    box-shadow: inset 0 2px 0 var(--section-divider-glow);
}

.footer::before,
.footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.footer::before {
    background:
        radial-gradient(circle at 38% 22%, rgba(240, 145, 1, 0.1), rgba(3, 2, 2, 0) 34%),
        radial-gradient(circle at 50% 100%, rgba(240, 145, 1, 0.06), rgba(3, 2, 2, 0) 42%);
}

.footer::after {
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(247, 231, 216, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(247, 231, 216, 0.02) 1px, transparent 1px);
    background-size: 84px 84px;
    mix-blend-mode: soft-light;
}

.footer__hero,
.footer__middle,
.footer__links {
    width: min(100%, 1500px);
    margin: 0 auto;
}

.footer__hero {
    min-height: clamp(360px, 42vw, 520px);
    display: grid;
    grid-template-columns: minmax(260px, 0.52fr) minmax(430px, 0.98fr) minmax(0, 0.9fr);
    align-items: center;
    gap: clamp(28px, 5vw, 80px);
}

.footer__brand img {
    width: min(100%, 330px);
    display: block;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.66));
}

.footer__contact {
    display: grid;
    gap: 24px;
}

.footer__contact h2 {
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(3.4rem, 5.6vw, 6rem);
    font-weight: 700;
    line-height: 0.86;
    text-transform: uppercase;
    text-shadow: 0 16px 34px rgba(0, 0, 0, 0.82);
}

.footer__contact .section-heading__kicker {
    width: max-content;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(240, 145, 1, 0.72);
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    line-height: 0.9;
}

.footer__contact address {
    display: grid;
    gap: 18px;
    font-style: normal;
}

.footer__contact address a {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.footer__contact-icon {
    grid-row: 1 / span 2;
    width: 64px;
    height: 64px;
    display: block;
    align-self: center;
    transition: transform 180ms ease, filter 180ms ease;
}

.footer__contact-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.46));
}

.footer__contact address a:hover .footer__contact-icon,
.footer__contact address a:focus-visible .footer__contact-icon {
    transform: translateY(-2px);
    filter: saturate(1.08);
}

.footer__contact-label {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    display: block;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.footer__contact address strong {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    display: block;
    margin-top: 6px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(1.18rem, 2vw, 1.86rem);
    font-weight: 600;
    line-height: 1.2;
    word-break: normal;
    overflow-wrap: anywhere;
}

.footer__contact address a[href^="tel"] strong {
    white-space: nowrap;
    overflow-wrap: normal;
}

.footer__contact address a[href^="mailto"] strong {
    font-size: clamp(1.05rem, 1.55vw, 1.5rem);
    white-space: nowrap;
    overflow-wrap: normal;
}

.footer__middle {
    display: grid;
    grid-template-columns: minmax(190px, 0.55fr) minmax(220px, 0.62fr) minmax(320px, 1fr) minmax(310px, 0.85fr);
    align-items: center;
    gap: clamp(18px, 2.6vw, 36px);
    padding: clamp(22px, 3vw, 34px) 0;
    border-top: 1px solid rgba(240, 145, 1, 0.38);
    border-bottom: 1px solid rgba(240, 145, 1, 0.28);
}

.footer__social,
.footer__places,
.footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.footer__social a {
    display: grid;
    justify-items: center;
    gap: 4px;
    min-width: 58px;
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer__social a strong {
    width: auto;
    height: auto;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    color: var(--color-cream);
    background: transparent;
    box-shadow: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer__social a strong img {
    width: 54px;
    height: 54px;
    display: block;
    object-fit: contain;
}

.footer__social a span {
    color: var(--color-orange);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
}

.footer__social a:hover,
.footer__social a:focus-visible,
.footer__places a:hover,
.footer__places a:focus-visible,
.footer__links a:hover,
.footer__links a:focus-visible {
    color: var(--color-orange);
    transform: translateY(-2px);
}

.footer__social a:hover strong,
.footer__social a:focus-visible strong {
    color: var(--color-orange);
    background: transparent;
}

.footer__store {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px 15px;
    border: 1px solid rgba(247, 231, 216, 0.46);
    border-radius: 4px;
    color: var(--color-black);
    background:
        linear-gradient(180deg, rgba(247, 231, 216, 0.82) 0%, rgba(240, 145, 1, 0.95) 34%, rgba(240, 145, 1, 0.88) 72%, rgba(164, 134, 123, 0.68) 100%);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.36),
        0 0 20px rgba(240, 145, 1, 0.22);
    font-family: var(--font-title);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.footer__store:hover,
.footer__store:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.08);
}

.footer__legal {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.footer__legal img {
    width: 82px;
    opacity: 0.54;
    filter: grayscale(1) drop-shadow(0 12px 18px rgba(0, 0, 0, 0.5));
}

.footer__legal p {
    margin: 0;
    display: grid;
    gap: 6px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1.15vw, 1.06rem);
    line-height: 1.35;
}

.footer__legal p a {
    color: var(--color-orange);
    font-weight: 700;
    transition: color 180ms ease, filter 180ms ease;
}

.footer__legal p a:hover,
.footer__legal p a:focus-visible {
    color: var(--color-cream);
    filter: drop-shadow(0 0 8px rgba(240, 145, 1, 0.32));
}

.footer__places {
    justify-content: flex-end;
}

.footer__places a {
    min-height: 50px;
    display: inline-grid;
    justify-items: center;
    align-items: center;
    padding-left: 0;
    border-left: 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.12vw, 1.05rem);
    line-height: 1.2;
}

.footer__places a img {
    width: 84px;
    height: 84px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.42));
}

.footer__links {
    justify-content: center;
    padding-top: clamp(20px, 2.6vw, 28px);
}

.footer__links a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(12px, 2vw, 26px);
    border-left: 1px solid rgba(240, 145, 1, 0.34);
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.92rem, 1.12vw, 1.02rem);
    line-height: 1.2;
}

.footer__links a:first-child {
    border-left: 0;
}

.footer a:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.association-modal {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    padding: clamp(18px, 3.5vw, 48px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 240ms ease, visibility 240ms ease;
}

.association-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.association-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 24%, rgba(240, 145, 1, 0.16), rgba(3, 2, 2, 0) 34%),
        rgba(3, 2, 2, 0.9);
    backdrop-filter: blur(7px);
}

.association-modal__dialog {
    position: relative;
    width: min(100%, 820px);
    max-height: calc(100svh - 36px);
    overflow-y: auto;
    padding: clamp(22px, 3.4vw, 36px);
    border: 1px solid rgba(240, 145, 1, 0.48);
    border-radius: 6px;
    background:
        linear-gradient(145deg, rgba(3, 2, 2, 0.96), rgba(90, 85, 82, 0.24)),
        radial-gradient(circle at 50% 0%, rgba(240, 145, 1, 0.14), rgba(3, 2, 2, 0) 42%),
        var(--color-black);
    box-shadow:
        0 34px 100px rgba(0, 0, 0, 0.78),
        0 0 0 1px rgba(247, 231, 216, 0.08),
        inset 0 0 46px rgba(240, 145, 1, 0.08);
    transform: translateY(34px) scale(0.96);
    transition: transform 300ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

.association-modal.is-open .association-modal__dialog {
    transform: translateY(0) scale(1);
}

.association-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(240, 145, 1, 0.72);
    border-radius: 4px;
    color: var(--color-cream);
    background: rgba(3, 2, 2, 0.76);
    font-family: var(--font-body);
    font-size: 1.85rem;
    line-height: 1;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.association-modal__close:hover,
.association-modal__close:focus-visible {
    color: var(--color-black);
    background: var(--color-orange);
    transform: scale(1.04);
}

.association-modal__heading {
    margin: 0 0 clamp(18px, 2.8vw, 28px);
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.association-modal__heading p {
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(2.35rem, 5.3vw, 4.7rem);
    font-weight: 700;
    line-height: 0.88;
    text-transform: uppercase;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.82);
}

.association-modal__heading h2 {
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 500;
    line-height: 1.35;
}

.association-modal__heading h2::first-letter {
    color: var(--color-orange);
}

.association-modal__heading span {
    width: 34px;
    height: 34px;
    display: block;
    border-right: 3px solid var(--color-orange);
    border-bottom: 3px solid var(--color-orange);
    filter: drop-shadow(0 0 14px rgba(240, 145, 1, 0.5));
    transform: rotate(45deg) scale(0.72);
}

.association-form {
    display: grid;
    gap: 14px;
}

.association-form__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: clamp(1.12rem, 2vw, 1.48rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.association-form__title::before,
.association-form__title::after {
    content: "";
    flex: 1 1 70px;
    max-width: 140px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(240, 145, 1, 0.72), transparent);
}

.association-form__title::before {
    display: block;
}

.association-form__title span {
    font-family: var(--font-title);
    font-size: 1.7rem;
}

.association-field {
    min-height: 64px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 4px 16px;
    padding: 13px 18px;
    border: 1px solid rgba(164, 134, 123, 0.62);
    border-radius: 6px;
    background: rgba(3, 2, 2, 0.42);
    box-shadow: inset 0 0 18px rgba(240, 145, 1, 0.04);
    cursor: text;
}

.association-field > span {
    grid-row: 1 / span 2;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
}

.association-field strong {
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.association-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--color-cream);
    background: transparent;
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.45vw, 1.16rem);
    font-weight: 500;
    line-height: 1.2;
}

.association-field input::placeholder {
    color: rgba(164, 134, 123, 0.88);
    opacity: 1;
}

.association-field:focus-within {
    border-color: rgba(240, 145, 1, 0.88);
    box-shadow:
        0 0 0 2px rgba(240, 145, 1, 0.12),
        inset 0 0 20px rgba(240, 145, 1, 0.08);
}

.association-privacy {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 0 2px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.3vw, 1.06rem);
    line-height: 1.35;
}

.association-privacy input {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    accent-color: var(--color-orange);
}

.association-privacy a {
    color: var(--color-orange);
    font-weight: 700;
}

.association-payments {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 16px;
}

.association-payment {
    min-height: 86px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 2px 14px;
    padding: 16px 20px;
    border: 1px solid rgba(240, 145, 1, 0.72);
    border-radius: 6px;
    font-family: var(--font-body);
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.association-payment span {
    grid-row: 1 / span 3;
    color: currentColor;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
}

.association-payment strong {
    font-family: var(--font-title);
    font-size: clamp(1.12rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.association-payment em,
.association-payment small {
    font-style: normal;
    line-height: 1.2;
}

.association-payment em {
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    font-weight: 800;
}

.association-payment small {
    color: var(--color-taupe);
    font-size: 0.82rem;
}

.association-payment--pix {
    color: var(--color-black);
    background:
        linear-gradient(180deg, rgba(247, 231, 216, 0.9), rgba(240, 145, 1, 0.95) 38%, rgba(240, 145, 1, 0.86));
    box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.4),
        0 0 24px rgba(240, 145, 1, 0.22);
}

.association-payment--card {
    color: var(--color-cream);
    background: rgba(3, 2, 2, 0.42);
}

.association-payment:hover,
.association-payment:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow:
        0 20px 42px rgba(0, 0, 0, 0.48),
        0 0 30px rgba(240, 145, 1, 0.26);
}

.association-payment:disabled {
    cursor: wait;
    filter: grayscale(0.25) brightness(0.82);
    opacity: 0.74;
    transform: none;
}

.association-payment:focus-visible,
.association-modal__close:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.association-form__status {
    margin: 4px 0 0;
    padding-left: 44px;
    color: var(--color-taupe);
    font-family: var(--font-body);
    font-size: clamp(0.88rem, 1.2vw, 1rem);
    line-height: 1.4;
}

.association-form__status::before {
    content: "▣";
    display: inline-block;
    width: 32px;
    margin-left: -44px;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: 1.15rem;
    text-align: center;
}

.association-result {
    margin-top: 6px;
}

.association-pix {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(240, 145, 1, 0.44);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(240, 145, 1, 0.12), rgba(240, 145, 1, 0.02)),
        rgba(3, 2, 2, 0.72);
    box-shadow: inset 0 0 28px rgba(240, 145, 1, 0.08);
}

.association-pix > div {
    display: grid;
    gap: 4px;
    color: var(--color-cream);
}

.association-pix strong {
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: 1.18rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.association-pix span {
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
}

.association-pix__qr {
    width: min(100%, 264px);
    min-height: 264px;
    justify-self: center;
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 8px;
    color: var(--color-black);
    background: #fff;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
}

.association-pix__qr canvas,
.association-pix__qr img {
    width: min(100%, 240px);
    height: auto;
    justify-self: center;
    display: block;
    background: #fff;
}

.association-pix__qr table {
    width: 240px !important;
    height: 240px !important;
    border-collapse: collapse;
    background: #fff;
}

.association-pix label {
    display: grid;
    gap: 7px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: 0.86rem;
    font-weight: 700;
}

.association-pix textarea {
    width: 100%;
    min-height: 92px;
    resize: vertical;
    border: 1px solid rgba(240, 145, 1, 0.44);
    border-radius: 6px;
    padding: 10px;
    color: var(--color-cream);
    background: rgba(3, 2, 2, 0.8);
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.78rem;
    line-height: 1.35;
    outline: 0;
}

.association-copy {
    min-height: 46px;
    border: 1px solid rgba(247, 231, 216, 0.44);
    border-radius: 5px;
    color: var(--color-black);
    background: linear-gradient(180deg, rgba(247, 231, 216, 0.92), rgba(240, 145, 1, 0.94));
    font-family: var(--font-title);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.policy-modal {
    position: fixed;
    inset: 0;
    z-index: 42;
    display: grid;
    place-items: center;
    padding: clamp(18px, 3.5vw, 48px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.policy-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.policy-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 24%, rgba(240, 145, 1, 0.16), rgba(3, 2, 2, 0) 34%),
        rgba(3, 2, 2, 0.9);
    backdrop-filter: blur(7px);
}

.policy-modal__dialog {
    position: relative;
    width: min(100%, 900px);
    max-height: calc(100svh - 36px);
    overflow-y: auto;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(240, 145, 1, 0.48);
    border-radius: 6px;
    color: var(--color-cream);
    background:
        linear-gradient(145deg, rgba(3, 2, 2, 0.97), rgba(90, 85, 82, 0.26)),
        radial-gradient(circle at 50% 0%, rgba(240, 145, 1, 0.14), rgba(3, 2, 2, 0) 42%),
        var(--color-black);
    box-shadow:
        0 34px 100px rgba(0, 0, 0, 0.78),
        inset 0 0 46px rgba(240, 145, 1, 0.08);
    transform: translateY(28px) scale(0.97);
    transition: transform 280ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

.policy-modal.is-open .policy-modal__dialog {
    transform: translateY(0) scale(1);
}

.policy-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(240, 145, 1, 0.72);
    border-radius: 4px;
    color: var(--color-cream);
    background: rgba(3, 2, 2, 0.76);
    font-family: var(--font-body);
    font-size: 1.85rem;
    line-height: 1;
    cursor: pointer;
}

.policy-modal__heading {
    margin: 0 0 22px;
    padding-right: 48px;
}

.policy-modal__heading h2 {
    margin: 0;
    color: var(--color-cream);
    font-family: var(--font-title);
    font-size: clamp(2.2rem, 4.8vw, 4rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.policy-rich-text {
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: clamp(0.94rem, 1.12vw, 1.04rem);
    line-height: 1.65;
}

.policy-rich-text h2,
.policy-rich-text h3,
.policy-rich-text h4 {
    margin: 24px 0 10px;
    color: var(--color-orange);
    font-family: var(--font-title);
    line-height: 1.05;
    text-transform: uppercase;
}

.policy-rich-text h3 {
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
}

.policy-rich-text h4 {
    font-size: clamp(1.02rem, 1.45vw, 1.22rem);
}

.policy-rich-text h3:first-child,
.policy-rich-text h4:first-child {
    margin-top: 0;
}

.policy-rich-text p,
.policy-rich-text div,
.policy-rich-text ul,
.policy-rich-text ol,
.policy-rich-text blockquote {
    margin: 0 0 14px;
}

.policy-rich-text ul,
.policy-rich-text ol {
    padding-left: 24px;
}

.policy-rich-text a {
    color: var(--color-orange);
    text-decoration: underline;
}

.cookie-consent {
    position: fixed;
    right: clamp(12px, 2vw, 26px);
    bottom: clamp(12px, 2vw, 26px);
    z-index: 38;
    width: min(680px, calc(100% - 24px));
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cookie-consent__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(240, 145, 1, 0.48);
    border-radius: 8px;
    color: var(--color-cream);
    background:
        linear-gradient(145deg, rgba(3, 2, 2, 0.98), rgba(90, 85, 82, 0.32)),
        var(--color-black);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.68),
        inset 0 0 34px rgba(240, 145, 1, 0.08);
}

.cookie-consent strong {
    display: block;
    color: var(--color-orange);
    font-family: var(--font-title);
    font-size: 1.12rem;
    line-height: 1;
    text-transform: uppercase;
}

.cookie-consent p {
    margin: 8px 0 10px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: 0.92rem;
    line-height: 1.45;
}

.cookie-consent nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cookie-consent a {
    color: var(--color-orange);
    font-family: var(--font-body);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: underline;
}

.cookie-consent__button {
    min-height: 48px;
    padding: 13px 22px 12px;
    font-size: 1rem;
    white-space: nowrap;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 46px);
    background: rgba(3, 2, 2, 0.92);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.lightbox__figure {
    width: min(100%, 1180px);
    max-height: calc(100svh - 90px);
    margin: 0;
    display: grid;
    gap: 12px;
    justify-items: center;
}

.lightbox__figure img {
    max-width: 100%;
    max-height: calc(100svh - 150px);
    display: block;
    border: 1px solid rgba(240, 145, 1, 0.76);
    border-radius: 6px;
    object-fit: contain;
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.78),
        0 0 40px rgba(240, 145, 1, 0.18);
}

.lightbox__figure figcaption {
    max-width: 760px;
    color: var(--color-cream);
    font-family: var(--font-body);
    font-size: 0.98rem;
    line-height: 1.4;
    text-align: center;
}

.lightbox__close {
    position: absolute;
    top: clamp(12px, 2vw, 24px);
    right: clamp(12px, 2vw, 24px);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(240, 145, 1, 0.72);
    border-radius: 4px;
    color: var(--color-cream);
    background: rgba(3, 2, 2, 0.78);
    font-family: var(--font-body);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.lightbox__close:hover,
.lightbox__close:focus-visible {
    color: var(--color-black);
    background: var(--color-orange);
    transform: scale(1.04);
}

.lightbox__close:focus-visible {
    outline: 3px solid rgba(247, 231, 216, 0.75);
    outline-offset: 4px;
}

.body-lock {
    overflow: hidden;
}

.has-js .reveal-item {
    --reveal-x: 0;
    --reveal-y: 34px;
    --reveal-scale: 1;
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
    transition:
        opacity 760ms cubic-bezier(0.2, 0.78, 0.2, 1),
        filter 760ms cubic-bezier(0.2, 0.78, 0.2, 1),
        transform 760ms cubic-bezier(0.2, 0.78, 0.2, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, filter, transform;
}

.has-js .reveal-item.reveal-drop {
    --reveal-y: -26px;
    --reveal-scale: 0.98;
}

.has-js .reveal-item.reveal-zoom {
    --reveal-y: 18px;
    --reveal-scale: 0.94;
}

.has-js .reveal-item.reveal-left {
    --reveal-x: -38px;
    --reveal-y: 18px;
}

.has-js .reveal-item.reveal-right {
    --reveal-x: 38px;
    --reveal-y: 18px;
}

.has-js .reveal-item.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
}

.has-js .gallery-card.reveal-item.is-visible img {
    animation: galleryImagePulse 900ms 180ms ease-out both;
}

.has-js .testimonial-card.reveal-item.is-visible {
    transition-duration: 680ms;
}

.motion-off,
.motion-off *,
.motion-off *::before,
.motion-off *::after {
    scroll-behavior: auto !important;
}

.motion-off *,
.motion-off *::before,
.motion-off *::after {
    animation: none !important;
    transition: none !important;
    transition-delay: 0ms !important;
}

.motion-off .hero__cta,
.motion-off .hero__cta::before,
.motion-off .gallery-card img,
.motion-off .testimonial-card,
.motion-off .association-modal,
.motion-off .association-modal__dialog,
.motion-off .policy-modal,
.motion-off .policy-modal__dialog,
.motion-off .cookie-consent,
.motion-off .lightbox {
    will-change: auto;
}

.has-js.motion-off .reveal-item {
    opacity: 1;
    filter: none;
    transform: none;
    transition-delay: 0ms;
}

.has-js.motion-off .gallery-card.reveal-item.is-visible img {
    animation: none;
}

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

@media (max-width: 1024px) {
    .hero {
        z-index: 20;
        background-position: center top;
    }

    .site-header {
        width: min(100% - 32px, 620px);
        min-height: auto;
        padding-top: 18px;
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) 46px;
        align-items: center;
        gap: 14px;
    }

    .has-js .site-header.reveal-item.is-visible {
        transform: none;
    }

    .has-js .reveal-item {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
        transition-delay: 0ms;
        will-change: auto;
    }

    .has-js .gallery-card.reveal-item.is-visible img {
        animation: none;
    }

    .site-nav {
        display: none;
    }

    .site-header__logo-link {
        width: clamp(128px, 34vw, 180px);
        max-width: 180px;
        grid-column: 2;
        justify-self: center;
    }

    .site-menu-button {
        position: fixed;
        top: 18px;
        right: 16px;
        z-index: 22;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        grid-column: 3;
        justify-self: end;
        display: inline-grid;
        place-items: center;
        gap: 4px;
        border: 1px solid rgba(240, 145, 1, 0.55);
        border-radius: 4px;
        background: rgba(3, 2, 2, 0.72);
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .site-menu-button span {
        width: 22px;
        height: 2px;
        display: block;
        background: var(--color-cream);
        transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
    }

    .site-menu-button.is-open span {
        background: var(--color-orange);
    }

    .site-menu-button.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .site-menu-button.is-open span:nth-child(2) {
        opacity: 0;
    }

    .site-menu-button.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .mobile-menu {
        position: fixed;
        top: 76px;
        right: 16px;
        left: 16px;
        z-index: 21;
        display: grid;
        gap: 1px;
        padding: 10px;
        border: 1px solid rgba(240, 145, 1, 0.38);
        background: rgba(3, 2, 2, 0.94);
        box-shadow: 0 26px 58px rgba(0, 0, 0, 0.52);
        opacity: 0;
        transform: translateY(-8px);
        visibility: hidden;
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .mobile-menu.is-open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .mobile-menu a {
        padding: 13px 12px;
        border-bottom: 1px solid rgba(164, 134, 123, 0.22);
        font-size: 0.9rem;
        text-align: left;
    }

    .mobile-menu a:last-child {
        border-bottom: 0;
    }

    .hero__content {
        min-height: calc(100svh - 130px);
        padding: 18px 18px 36px;
        justify-items: center;
        gap: 18px;
    }

    .hero__grid {
        width: min(100%, 620px);
        justify-self: center;
        margin-right: auto;
        margin-left: auto;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hero__copy {
        order: 2;
        max-width: 100%;
        justify-items: center;
        text-align: center;
    }

    .hero__kicker {
        font-size: clamp(0.86rem, 3.8vw, 1rem);
    }

    .hero__copy h1 {
        max-width: 520px;
        font-size: clamp(2.35rem, 10.8vw, 4.25rem);
        line-height: 0.94;
    }

    .hero__lead {
        max-width: 560px;
        font-size: clamp(0.92rem, 3.55vw, 1.02rem);
        line-height: 1.5;
    }

    .hero__features {
        width: 100%;
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
        gap: 12px 14px;
        text-align: left;
    }

    .hero__features div {
        min-height: auto;
    }

    .video-frame--vertical {
        display: block;
        width: min(100%, 390px, calc(62svh * 9 / 16));
    }

    .hero__stage {
        width: min(100%, 620px);
        justify-self: center;
        gap: 14px;
        order: 1;
    }

    .hero__cta.hero__mobile-cta {
        display: none;
    }

    .video-frame--desktop-portrait .video-frame__embed {
        inset: 0;
        width: 100%;
        transform: none;
        border: 0;
        box-shadow: none;
    }

    .hero__actions {
        width: min(100%, 560px);
        justify-content: center;
        gap: 12px;
    }

    .hero__cta {
        min-height: 52px;
        padding: 15px 24px 14px;
        font-size: clamp(0.96rem, 4vw, 1.14rem);
    }

    .hero__message {
        width: min(100%, 560px);
        font-size: clamp(0.94rem, 3.6vw, 1.04rem);
        line-height: 1.48;
    }

    .experience {
        padding: 64px 18px 72px;
    }

    .section-heading {
        gap: 11px;
    }

    .section-heading h2 {
        font-size: clamp(2.5rem, 12vw, 4.8rem);
        line-height: 0.92;
    }

    .section-heading p:not(.section-heading__kicker) {
        font-size: clamp(0.94rem, 3.7vw, 1.08rem);
        line-height: 1.48;
    }

    .experience__gallery-wrap {
        width: min(100%, 620px);
        margin: 0 auto;
    }

    .experience__gallery {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 4px 12px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .experience__gallery::-webkit-scrollbar {
        display: none;
    }

    .gallery-card,
    .gallery-card--featured,
    .gallery-card--featured:first-child {
        flex: 0 0 min(82vw, 430px);
        min-height: auto;
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 16 / 10.4;
        scroll-snap-align: center;
    }

    .gallery-arrow {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 42px;
        height: 58px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(247, 231, 216, 0.44);
        border-radius: 4px;
        color: var(--color-black);
        background: linear-gradient(180deg, var(--color-cream), var(--color-orange));
        box-shadow:
            0 16px 34px rgba(0, 0, 0, 0.48),
            0 0 22px rgba(240, 145, 1, 0.24);
        cursor: pointer;
        transform: translateY(-50%);
    }

    .gallery-arrow span {
        display: block;
        margin-top: -3px;
        font-family: Georgia, serif;
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 1;
    }

    .gallery-arrow--prev {
        left: -8px;
    }

    .gallery-arrow--next {
        right: -8px;
    }

    .gallery-arrow:focus-visible {
        outline: 3px solid rgba(247, 231, 216, 0.75);
        outline-offset: 4px;
    }

    .testimonials {
        min-height: auto;
        padding: 56px 16px 68px;
        background-position: center top;
    }

    .testimonials__frame {
        width: min(100%, 500px);
        min-height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .testimonials__inner {
        justify-items: center;
        gap: 24px;
    }

    .testimonials__heading {
        width: 100%;
        padding: 0;
    }

    .testimonials__heading .section-heading__kicker {
        font-size: clamp(0.86rem, 3.8vw, 1rem);
    }

    .testimonials__heading h2 {
        width: min(100%, 360px);
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2.08rem, 10.4vw, 3.25rem);
        line-height: 0.95;
    }

    .testimonials__heading p:not(.section-heading__kicker) {
        max-width: 360px;
        font-size: clamp(0.84rem, 3.35vw, 0.98rem);
        line-height: 1.42;
    }

    .testimonials__carousel-wrap {
        width: min(100%, 380px);
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        align-items: center;
        gap: 8px;
        overflow: visible;
    }

    .testimonials__carousel {
        --testimonial-gap: 10px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 3px 0 10px;
        grid-column: 2;
    }

    .testimonial-card {
        flex: 0 0 100%;
        min-width: 0;
        scroll-snap-align: center;
    }

    .testimonial-card__video,
    .testimonial-review {
        aspect-ratio: 9 / 12.6;
    }

    .testimonial-arrow {
        position: static;
        width: 38px;
        height: 54px;
        transform: none;
    }

    .testimonial-arrow:hover,
    .testimonial-arrow:focus-visible {
        transform: none;
    }

    .testimonial-arrow--prev {
        grid-column: 1;
    }

    .testimonial-arrow--next {
        grid-column: 3;
    }

    .testimonials__actions {
        width: 100%;
        padding: 0;
    }

    .plan {
        min-height: auto;
        padding: 58px 18px 72px;
        background-position: center top;
    }

    .plan__inner {
        width: min(100%, 640px);
        gap: 24px;
    }

    .plan__heading h2 {
        width: min(100%, 520px);
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2.3rem, 10.5vw, 4.4rem);
        line-height: 0.95;
    }

    .plan__layout {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .plan-price {
        order: 1;
        padding: 28px 18px 30px;
    }

    .plan-benefits {
        order: 2;
        padding: 22px 18px;
    }

    .plan-lifestyle {
        order: 3;
        padding: 24px 18px;
    }

    .plan-benefits li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .plan-benefits li > span {
        width: 38px;
        height: 38px;
        font-size: 0.78rem;
    }

    .plan-price__pix strong {
        font-size: clamp(4rem, 20vw, 6.3rem);
    }

    .plan-price__card strong {
        font-size: clamp(1.45rem, 7vw, 2.1rem);
    }

    .plan-lifestyle img {
        width: min(48%, 160px);
    }

    .plan-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 8px;
    }

    .plan-strip div {
        min-height: 76px;
        padding: 12px;
        border-top: 1px solid rgba(164, 134, 123, 0.22);
        border-left: 0;
    }

    .plan-strip div:nth-child(1),
    .plan-strip div:nth-child(2) {
        border-top: 0;
    }

    .plan-strip div:nth-child(2n) {
        border-left: 1px solid rgba(164, 134, 123, 0.22);
    }

    .faq {
        min-height: auto;
        padding: 58px 18px 72px;
        background-position: center top;
    }

    .faq__inner {
        width: min(100%, 640px);
        gap: 24px;
    }

    .faq__heading h2 {
        width: min(100%, 560px);
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2.2rem, 10vw, 4.25rem);
        line-height: 0.95;
    }

    .faq__heading h2 span {
        margin-top: 6px;
    }

    .faq__list {
        gap: 8px;
    }

    .faq-item__question {
        min-height: 66px;
        padding: 18px 16px;
        grid-template-columns: minmax(0, 1fr) 36px;
        gap: 12px;
    }

    .faq-item__question span {
        font-size: clamp(0.92rem, 3.7vw, 1.08rem);
    }

    .faq-item__question i {
        width: 30px;
        height: 30px;
    }

    .faq-item__answer p {
        padding-right: 58px;
        padding-left: 16px;
        font-size: clamp(0.88rem, 3.45vw, 0.98rem);
        line-height: 1.5;
    }

    .faq-item.is-open .faq-item__answer p {
        padding-bottom: 18px;
    }

    .partners {
        min-height: auto;
        padding: 58px 18px 72px;
        background-position: center top;
    }

    .partners__inner {
        width: min(100%, 700px);
        gap: 24px;
    }

    .partners__heading h2 {
        width: min(100%, 620px);
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2.2rem, 10vw, 4.25rem);
        line-height: 0.95;
    }

    .partners__panel {
        padding: 12px;
    }

    .partners__panel::before {
        display: none;
    }

    .partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .partner-card {
        min-height: 132px;
        padding: 16px;
        border: 1px solid rgba(164, 134, 123, 0.22);
        border-radius: 4px;
    }

    .partner-card:first-child {
        border-left: 1px solid rgba(164, 134, 123, 0.22);
    }

    .partner-card:last-child {
        grid-column: 1 / -1;
    }

    .partner-card img {
        width: min(100%, 150px);
        max-height: 96px;
    }

    .partners__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partners__benefits article {
        min-height: 108px;
        padding: 16px;
        border-top: 1px solid rgba(164, 134, 123, 0.22);
        border-left: 0;
    }

    .partners__benefits article:nth-child(1),
    .partners__benefits article:nth-child(2) {
        border-top: 0;
    }

    .partners__benefits article:nth-child(2n) {
        border-left: 1px solid rgba(164, 134, 123, 0.22);
    }

    .visit {
        min-height: auto;
        padding: 58px 18px 72px;
        background-position: center top;
    }

    .visit__inner {
        width: min(100%, 700px);
        gap: 24px;
    }

    .visit__heading h2 {
        width: min(100%, 620px);
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2.2rem, 10vw, 4.25rem);
        line-height: 0.95;
    }

    .visit__layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .visit__photo {
        min-height: auto;
        aspect-ratio: 16 / 10.4;
    }

    .visit__info {
        padding: 22px 18px;
        gap: 16px;
    }

    .visit__info h3 {
        font-size: clamp(1.1rem, 4vw, 1.4rem);
    }

    .visit__info li {
        padding: 12px 0;
    }

    .visit__message {
        width: min(100%, 560px);
        font-size: clamp(0.86rem, 3.2vw, 1rem);
    }

    .experience__structure-wrap {
        width: min(100%, 700px);
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .visit__structure {
        width: min(100%, 700px);
        padding: 20px 16px;
        gap: 16px;
    }

    .structure-video {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .visit__structure-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .visit__structure-grid article {
        min-height: 118px;
        padding: 14px;
    }

    .footer {
        padding: 62px 18px 30px;
        background-position: center top;
    }

    .footer__hero {
        min-height: auto;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 24px;
        text-align: center;
    }

    .footer__brand img {
        width: min(74vw, 260px);
    }

    .footer__contact {
        justify-items: center;
        gap: 20px;
    }

    .footer__contact .section-heading__kicker {
        margin-right: auto;
        margin-left: auto;
    }

    .footer__contact address {
        width: min(100%, 620px);
        gap: 14px;
    }

    .footer__contact address a {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 10px;
        text-align: left;
    }

    .footer__contact address a[href^="mailto"] strong {
        font-size: clamp(1rem, 3.4vw, 1.25rem);
    }

    .footer__contact-icon {
        width: 50px;
        height: 50px;
    }

    .footer__middle {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 16px;
        padding: 24px 0;
    }

    .footer__social,
    .footer__places {
        justify-content: center;
    }

    .footer__store {
        width: 100%;
        min-height: 54px;
    }

    .footer__legal {
        grid-column: 1 / -1;
        width: min(100%, 620px);
        justify-self: center;
        padding: 14px 0;
        border-top: 1px solid rgba(240, 145, 1, 0.2);
        border-bottom: 1px solid rgba(240, 145, 1, 0.18);
    }

    .footer__places {
        grid-column: 1 / -1;
    }

    .footer__places a {
        min-height: 46px;
        padding-right: 0;
        border-right: 0;
    }

    .footer__places a img {
        width: 74px;
        height: 74px;
    }

    .footer__links {
        max-width: 720px;
        gap: 8px 0;
        padding-top: 22px;
    }

    .footer__links a {
        min-height: 38px;
        padding: 0 14px;
    }

    .association-modal {
        padding: 18px;
    }

    .association-modal__dialog {
        width: min(100%, 720px);
        padding: 26px 18px;
    }

    .association-modal__heading p {
        width: min(100%, 560px);
        font-size: clamp(2.1rem, 9vw, 3.8rem);
    }

    .association-form__title {
        justify-content: center;
        gap: 10px;
        text-align: center;
    }

    .association-payments {
        gap: 12px;
    }

    .policy-modal {
        padding: 18px;
    }

    .policy-modal__dialog {
        width: min(100%, 760px);
        padding: 26px 18px;
    }

    .cookie-consent {
        right: 12px;
        bottom: 12px;
        left: 12px;
        width: auto;
    }

    .cookie-consent__inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cookie-consent__button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .hero__bar {
        height: 10px;
    }

    .hero__content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .site-menu-button {
        top: 14px;
        right: 14px;
    }

    .mobile-menu {
        top: 70px;
        right: 14px;
        left: 14px;
    }

    .video-frame--vertical {
        width: min(100%, 340px, calc(57svh * 9 / 16));
    }

    .hero__copy h1 {
        width: min(100%, 350px);
        font-size: clamp(2.05rem, 10.4vw, 3.05rem);
    }

    .hero__features {
        grid-template-columns: 1fr;
    }

    .hero__features strong {
        font-size: 0.9rem;
    }

    .hero__features span {
        font-size: 0.82rem;
    }

    .hero__actions {
        width: 100%;
    }

    .hero__cta,
    .hero__secondary {
        width: 100%;
    }

    .hero__cta.hero__mobile-cta {
        display: inline-flex;
        width: min(100%, 340px);
    }

    .hero__secondary {
        min-height: 42px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hero__message {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 0.82rem;
    }

    .experience {
        padding: 54px 10px 64px;
    }

    .experience__inner {
        gap: 20px;
    }

    .experience .section-heading {
        width: 100%;
        gap: 8px;
        padding: 0 4px;
    }

    .experience .section-heading__kicker {
        font-size: 0.92rem;
    }

    .experience .section-heading h2 {
        width: min(100%, 360px);
        margin-top: 6px;
        font-size: clamp(2.08rem, 11vw, 3.15rem);
        line-height: 0.95;
    }

    .experience .section-heading p:not(.section-heading__kicker) {
        max-width: 350px;
        font-size: 0.86rem;
        line-height: 1.42;
        text-transform: none;
    }

    .experience .section-heading::after {
        width: min(210px, 58vw);
        margin-top: 4px;
    }

    .experience__gallery-wrap {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        overflow: visible;
    }

    .experience__gallery {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        overflow: visible;
        padding: 0;
        scroll-behavior: auto;
        scroll-snap-type: none;
        scrollbar-width: auto;
    }

    .gallery-card,
    .gallery-card--featured,
    .gallery-card--featured:first-child {
        width: 100%;
        min-height: 0;
        flex: none;
        aspect-ratio: 1 / 1;
        border-radius: 5px;
        scroll-snap-align: none;
        box-shadow:
            0 9px 18px rgba(0, 0, 0, 0.42),
            inset 0 0 16px rgba(240, 145, 1, 0.05);
    }

    .gallery-arrow {
        display: none;
    }

    .gallery-card::before {
        background:
            linear-gradient(180deg, rgba(3, 2, 2, 0.02), rgba(3, 2, 2, 0.2)),
            radial-gradient(circle at 50% 50%, rgba(240, 145, 1, 0), rgba(3, 2, 2, 0.18));
    }

    .gallery-card img {
        filter: saturate(0.96) contrast(1.05) brightness(0.88);
        transform: none;
    }

    .gallery-card:hover img,
    .gallery-card:focus-within img {
        transform: scale(1.035);
    }

    .experience__actions {
        width: 100%;
        gap: 10px;
    }

    .experience__actions::before {
        width: min(260px, 72vw);
    }

    .experience__cta {
        width: min(100%, 300px);
        min-height: 50px;
        padding: 14px 18px 13px;
        font-size: 1rem;
    }

    .experience__actions p {
        max-width: 310px;
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .testimonials {
        padding-right: 12px;
        padding-left: 12px;
    }

    .testimonials__frame {
        width: 100%;
        max-width: 390px;
    }

    .testimonials__heading h2 {
        width: min(100%, 330px);
    }

    .testimonials__carousel-wrap {
        width: min(100%, 344px);
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 6px;
    }

    .testimonial-card__body {
        padding: 12px 13px 14px;
    }

    .testimonial-card__body strong {
        font-size: 0.84rem;
    }

    .testimonial-card__body span {
        font-size: 0.8rem;
    }

    .testimonial-review {
        padding: 15px 13px;
        gap: 10px;
    }

    .testimonial-review__source {
        font-size: 0.68rem;
    }

    .testimonial-review__rating {
        font-size: 1.04rem;
    }

    .testimonial-review p {
        font-size: 0.86rem;
        line-height: 1.42;
    }

    .testimonial-review__link,
    .testimonial-review__pending {
        font-size: 0.72rem;
    }

    .testimonial-arrow {
        width: 34px;
        height: 50px;
    }

    .plan {
        padding-right: 12px;
        padding-left: 12px;
    }

    .plan__inner {
        width: 100%;
    }

    .plan__heading h2 {
        width: min(100%, 340px);
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .plan__heading p:not(.section-heading__kicker) {
        font-size: clamp(0.86rem, 3.45vw, 0.98rem);
    }

    .plan-benefits h3,
    .plan-lifestyle h3 {
        font-size: 1.14rem;
    }

    .plan-benefits strong {
        font-size: 0.86rem;
    }

    .plan-benefits p,
    .plan-lifestyle p,
    .plan-strip span {
        font-size: 0.8rem;
    }

    .plan-price {
        padding-right: 14px;
        padding-left: 14px;
    }

    .plan-price__pix strong {
        font-size: clamp(3.45rem, 18vw, 5.1rem);
    }

    .plan-price__pix span {
        font-size: clamp(1.7rem, 8vw, 2.4rem);
    }

    .plan-price__actions {
        width: 100%;
    }

    .plan-strip {
        grid-template-columns: 1fr;
    }

    .plan-strip div,
    .plan-strip div:nth-child(2n) {
        border-left: 0;
    }

    .plan-strip div:nth-child(2) {
        border-top: 1px solid rgba(164, 134, 123, 0.22);
    }

    .faq {
        padding-right: 12px;
        padding-left: 12px;
    }

    .faq__inner {
        width: 100%;
    }

    .faq__heading h2 {
        width: min(100%, 340px);
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .faq__heading p:not(.section-heading__kicker) {
        font-size: clamp(0.86rem, 3.45vw, 0.98rem);
    }

    .faq-item__question {
        min-height: 62px;
        padding: 15px 13px;
        grid-template-columns: minmax(0, 1fr) 32px;
    }

    .faq-item__question span {
        font-size: 0.9rem;
    }

    .faq-item__question i {
        width: 28px;
        height: 28px;
        border-width: 1px;
    }

    .faq-item__question i::before,
    .faq-item__question i::after {
        width: 13px;
    }

    .faq-item__answer p {
        padding-right: 13px;
        padding-left: 13px;
        font-size: 0.86rem;
    }

    .faq__actions::before {
        width: min(300px, 76vw);
    }

    .faq__buttons {
        width: 100%;
        gap: 10px;
    }

    .faq__cta,
    .faq__secondary {
        width: 100%;
        min-width: 0;
    }

    .faq__secondary {
        min-height: 50px;
        padding-top: 14px;
        padding-bottom: 13px;
    }

    .partners {
        padding-right: 12px;
        padding-left: 12px;
    }

    .partners__inner {
        width: 100%;
    }

    .partners__heading h2 {
        width: min(100%, 350px);
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .partners__heading p:not(.section-heading__kicker) {
        font-size: clamp(0.86rem, 3.45vw, 0.98rem);
    }

    .partners__panel {
        padding: 8px;
    }

    .partners__grid {
        gap: 7px;
    }

    .partner-card {
        min-height: 116px;
        padding: 13px;
    }

    .partner-card img {
        width: min(100%, 128px);
        max-height: 82px;
    }

    .partners__benefits {
        grid-template-columns: 1fr;
    }

    .partners__benefits article,
    .partners__benefits article:nth-child(2n) {
        min-height: auto;
        border-left: 0;
    }

    .partners__benefits article:nth-child(2) {
        border-top: 1px solid rgba(164, 134, 123, 0.22);
    }

    .partners__actions {
        gap: 10px;
    }

    .partners__cta {
        width: 100%;
        min-width: 0;
    }

    .visit {
        padding-right: 12px;
        padding-left: 12px;
    }

    .visit__inner {
        width: 100%;
    }

    .visit__heading h2 {
        width: min(100%, 350px);
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .visit__heading p:not(.section-heading__kicker) {
        font-size: clamp(0.86rem, 3.45vw, 0.98rem);
    }

    .visit__photo {
        aspect-ratio: 16 / 11.4;
    }

    .visit__info {
        padding: 18px 14px;
    }

    .visit__info strong {
        font-size: 0.92rem;
    }

    .visit__info span {
        font-size: 0.82rem;
    }

    .visit__message {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 0.82rem;
    }

    .experience__structure-wrap {
        width: 100%;
        gap: 16px;
    }

    .visit__structure {
        padding: 16px 12px;
    }

    .visit__structure-copy strong {
        font-size: 1.12rem;
    }

    .visit__structure-copy p,
    .visit__structure > p {
        font-size: 0.84rem;
        line-height: 1.42;
    }

    .structure-video {
        padding: 0;
        gap: 0;
    }

    .structure-video__frame {
        width: min(100%, 220px);
    }

    .visit__structure-grid {
        grid-template-columns: 1fr;
    }

    .visit__structure-grid article {
        min-height: auto;
        padding: 13px 12px;
    }

    .visit__structure-grid strong {
        font-size: 0.92rem;
    }

    .visit__structure-grid span {
        font-size: 0.8rem;
    }

    .footer {
        padding: 52px 12px 24px;
    }

    .footer__hero {
        gap: 20px;
    }

    .footer__brand img {
        width: min(72vw, 220px);
    }

    .footer__contact {
        gap: 16px;
    }

    .footer__contact h2 {
        width: min(100%, 340px);
        font-size: clamp(2.8rem, 15vw, 4rem);
    }

    .footer__contact .section-heading__kicker {
        font-size: 0.95rem;
    }

    .footer__contact address {
        width: 100%;
    }

    .footer__contact address a {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 8px;
    }

    .footer__contact-icon {
        width: 44px;
        height: 44px;
    }

    .footer__contact-label {
        font-size: 0.9rem;
    }

    .footer__contact address strong {
        margin-top: 4px;
        font-size: clamp(1rem, 4.6vw, 1.25rem);
    }

    .footer__contact address a[href^="mailto"] strong {
        font-size: clamp(0.92rem, 4vw, 1rem);
    }

    .footer__middle {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 24px;
        padding: 18px 0;
    }

    .footer__social {
        gap: 10px;
    }

    .footer__social a {
        min-width: 58px;
    }

    .footer__social a strong {
        width: auto;
        height: auto;
        font-size: 0.88rem;
    }

    .footer__social a strong img {
        width: 48px;
        height: 48px;
    }

    .footer__social a span {
        font-size: 0.74rem;
    }

    .footer__legal {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 10px;
        text-align: center;
    }

    .footer__legal img {
        width: 70px;
    }

    .footer__legal p {
        font-size: 0.86rem;
    }

    .footer__places {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .footer__places a {
        width: 100%;
        justify-content: center;
        min-height: 44px;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .footer__places a img {
        width: 68px;
        height: 68px;
    }

    .footer__links {
        width: min(100%, 360px);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .footer__links a {
        justify-content: center;
        min-height: 42px;
        padding: 0 12px;
        border-top: 1px solid rgba(240, 145, 1, 0.22);
        border-left: 0;
        text-align: center;
    }

    .footer__links a:first-child {
        border-top: 0;
    }

    .association-modal {
        padding: 10px;
    }

    .association-modal__dialog {
        max-height: calc(100svh - 20px);
        padding: 24px 12px 16px;
    }

    .association-modal__close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        font-size: 1.55rem;
    }

    .association-modal__heading {
        margin-bottom: 16px;
        padding: 0 36px;
        gap: 6px;
    }

    .association-modal__heading p {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .association-modal__heading h2 {
        font-size: 0.92rem;
    }

    .association-modal__heading span {
        width: 24px;
        height: 24px;
    }

    .association-form {
        gap: 10px;
    }

    .association-form__title {
        font-size: 1rem;
    }

    .association-field {
        min-height: 58px;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 3px 10px;
        padding: 11px 12px;
    }

    .association-field > span {
        font-size: 1.1rem;
    }

    .association-field strong {
        font-size: 0.78rem;
    }

    .association-field input {
        font-size: 0.96rem;
    }

    .association-privacy {
        align-items: flex-start;
        gap: 10px;
        font-size: 0.9rem;
    }

    .association-payments {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .association-payment {
        min-height: 74px;
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 14px;
    }

    .association-payment span {
        font-size: 1.8rem;
    }

    .association-payment strong {
        font-size: 1.08rem;
    }

    .association-payment em {
        font-size: 0.98rem;
    }

    .association-form__status {
        padding-left: 34px;
        font-size: 0.84rem;
    }

    .association-form__status::before {
        width: 26px;
        margin-left: -34px;
    }

    .policy-modal {
        padding: 10px;
    }

    .policy-modal__dialog {
        max-height: calc(100svh - 20px);
        padding: 24px 12px 16px;
    }

    .policy-modal__close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        font-size: 1.55rem;
    }

    .policy-modal__heading {
        margin-bottom: 16px;
        padding-right: 42px;
    }

    .policy-modal__heading h2 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .cookie-consent__inner {
        padding: 14px;
    }

    .cookie-consent p {
        font-size: 0.84rem;
    }
}

@media (max-width: 430px) {
    .hero__stage {
        width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .hero__video.video-frame--vertical {
        width: 100%;
        max-width: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (min-width: 1025px) and (max-height: 850px) {
    .site-header {
        min-height: 138px;
        grid-template-columns: minmax(0, 1fr) clamp(136px, 12vw, 184px) minmax(0, 1fr);
        padding-top: 32px;
    }

    .site-nav {
        padding-top: 22px;
    }

    .site-header__logo-link {
        max-width: 184px;
    }

    .hero__content {
        min-height: calc(100svh - 138px);
        padding-top: 18px;
        padding-bottom: 32px;
        gap: 16px;
    }

    .hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
        gap: clamp(24px, 4vw, 56px);
    }

    .hero__copy {
        gap: 12px;
    }

    .hero__copy h1 {
        font-size: clamp(2.9rem, 4.8vw, 4.8rem);
    }

    .hero__lead {
        font-size: 0.94rem;
        line-height: 1.45;
    }

    .hero__features {
        gap: 10px 14px;
    }

    .hero__features div {
        min-height: 64px;
    }

    .hero__video {
        width: min(100%, 300px, calc((100svh - 218px) * 9 / 16));
    }

    .hero__actions {
        gap: 12px;
    }

    .hero__cta {
        min-height: 50px;
        padding: 14px 30px 13px;
    }

    .hero__message {
        font-size: 0.86rem;
        line-height: 1.35;
    }

    .testimonials {
        padding-top: 46px;
        padding-bottom: 58px;
    }

    .testimonials__frame {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .testimonial-card {
        flex-basis: clamp(210px, 16vw, 242px);
    }

    .testimonial-card__video,
    .testimonial-review {
        aspect-ratio: 9 / 11.8;
    }

    .plan {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .plan__inner {
        gap: 24px;
    }

    .plan__heading h2 {
        font-size: clamp(2.7rem, 5vw, 5.2rem);
    }

    .plan__layout {
        grid-template-columns: minmax(250px, 0.95fr) minmax(310px, 0.9fr) minmax(250px, 0.8fr);
    }

    .plan-benefits,
    .plan-lifestyle {
        padding: 20px;
    }

    .plan-benefits li {
        padding: 10px 0;
    }

    .plan-price {
        padding-top: 26px;
        padding-bottom: 28px;
    }

    .plan-price__pix strong {
        font-size: clamp(4.5rem, 7vw, 6.7rem);
    }

    .faq {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .faq__inner {
        gap: 24px;
    }

    .faq__heading h2 {
        font-size: clamp(2.7rem, 4.8vw, 4.9rem);
    }

    .faq-item__question {
        min-height: 64px;
    }

    .partners {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .partners__inner {
        gap: 24px;
    }

    .partners__heading h2 {
        font-size: clamp(2.7rem, 4.8vw, 4.9rem);
    }

    .partner-card {
        min-height: 124px;
        padding: 18px;
    }

    .partners__benefits article {
        min-height: 96px;
    }

    .visit {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .visit__inner {
        gap: 24px;
    }

    .visit__heading h2 {
        font-size: clamp(2.7rem, 4.8vw, 4.9rem);
    }

    .visit__photo {
        min-height: 390px;
    }

    .visit__info {
        padding-top: 22px;
        padding-bottom: 22px;
        gap: 14px;
    }

    .visit__info li {
        padding: 10px 0;
    }

    .footer {
        padding-top: 44px;
        padding-bottom: 26px;
    }

    .footer__hero {
        min-height: 330px;
    }

    .footer__brand img {
        width: min(100%, 260px);
    }

    .footer__contact {
        gap: 18px;
    }

    .footer__contact h2 {
        font-size: clamp(2.7rem, 4.6vw, 4.5rem);
    }

    .footer__contact .section-heading__kicker {
        padding-bottom: 10px;
        font-size: clamp(0.9rem, 1.2vw, 1.08rem);
    }

    .footer__contact address {
        gap: 12px;
    }

    .footer__contact-icon {
        width: 50px;
        height: 50px;
    }

    .footer__middle {
        gap: 18px;
        padding: 20px 0;
    }

    .footer__social a strong {
        width: auto;
        height: auto;
    }

    .footer__store {
        min-height: 52px;
    }
}

@media (max-width: 1024px) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
        transition-delay: 0ms !important;
    }

    .has-js .reveal-item {
        opacity: 1;
        filter: none;
        transform: none;
    }

    .has-js .gallery-card.reveal-item.is-visible img {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
        transition-delay: 0ms !important;
    }

    .has-js .reveal-item {
        opacity: 1;
        filter: none;
        transform: none;
    }
}

@keyframes logoEntrance {
    from {
        opacity: 0;
        transform: translateY(-16px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes stageEntrance {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes actionsEntrance {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ctaShine {
    0%,
    62% {
        transform: translateX(-120%);
    }

    82%,
    100% {
        transform: translateX(120%);
    }
}

@keyframes ctaPulse {
    0%,
    100% {
        scale: 1;
        box-shadow:
            0 18px 34px rgba(0, 0, 0, 0.36),
            0 0 18px rgba(240, 145, 1, 0.2);
        filter: saturate(1);
    }

    50% {
        scale: 1.035;
        box-shadow:
            0 22px 42px rgba(0, 0, 0, 0.42),
            0 0 34px rgba(240, 145, 1, 0.42);
        filter: saturate(1.08);
    }
}

@keyframes galleryImagePulse {
    0% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1.02);
    }
}
