:root {
    --flow-blue: #a7b6ff;
    --flow-blue-dark: #6f82ea;
    --flow-gold: #ffb800;
    --flow-gold-dark: #d79300;
    --flow-ink: #24315f;
    --flow-cream: #fff9e8;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    overflow-x: clip;
}

/* Ancoras sob header fixo (mobile e desktop) */
[id] {
    scroll-margin-top: 5.5rem;
}

#topo {
    scroll-margin-top: 0;
}

::selection {
    background: var(--flow-gold);
    color: var(--flow-ink);
}

.hero {
    background:
        radial-gradient(circle at 10% 15%, rgba(167, 182, 255, 0.32), transparent 28rem),
        radial-gradient(circle at 88% 72%, rgba(255, 184, 0, 0.18), transparent 22rem);
}

.hamburger,
.hamburger::before,
.hamburger::after {
    display: block;
    width: 1.35rem;
    height: 2px;
    border-radius: 999px;
    background: var(--flow-ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hamburger {
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: "";
    position: absolute;
    left: 0;
}

.hamburger::before {
    transform: translateY(-7px);
}

.hamburger::after {
    transform: translateY(7px);
}

.nav-toggle.is-open .hamburger {
    background: transparent;
}

.nav-toggle.is-open .hamburger::before {
    transform: rotate(45deg);
}

.nav-toggle.is-open .hamburger::after {
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .menu {
        position: absolute;
        top: calc(100% + 0.35rem);
        left: 0.75rem;
        right: 0.75rem;
        z-index: 40;
        max-height: min(24rem, calc(100dvh - 5.5rem));
        overflow-y: auto;
        overscroll-behavior: contain;
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
        border: 1px solid rgba(167, 182, 255, 0.28);
        border-radius: 1.5rem;
        background: rgba(255, 255, 255, 0.98);
        padding: 0.85rem;
        box-shadow: 0 18px 50px rgba(36, 49, 95, 0.12);
        -webkit-overflow-scrolling: touch;
    }

    .menu a {
        padding: 0.8rem 1rem;
        border-radius: 0.85rem;
    }

    .menu a:not(.rounded-full) {
        min-height: 2.75rem;
        display: flex;
        align-items: center;
    }
}

.stat-card {
    border: 1px solid rgba(167, 182, 255, 0.35);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.82);
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(36, 49, 95, 0.06);
}

.stat-card strong {
    display: block;
    color: var(--flow-blue-dark);
    font-size: 1.25rem;
    line-height: 1;
}

.stat-card span {
    display: block;
    margin-top: 0.4rem;
    color: rgba(36, 49, 95, 0.65);
    font-size: 0.83rem;
    line-height: 1.25rem;
}

.floating-note {
    position: absolute;
    right: -1rem;
    bottom: 3rem;
    max-width: 17rem;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.problem-card,
.method-step,
.plan-card,
.faq-card,
.lead-form,
.audience-item {
    border: 1px solid rgba(167, 182, 255, 0.28);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 45px rgba(36, 49, 95, 0.07);
}

.problem-card {
    min-height: 100%;
    border-radius: 2rem;
    padding: 1.5rem;
}

.problem-card span,
.section-kicker {
    color: var(--flow-gold-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.problem-card h2 {
    margin-top: 1rem;
    color: var(--flow-ink);
    font-family: Georgia, serif;
    font-size: clamp(1.28rem, 4.2vw, 1.65rem);
    line-height: 1.18;
}

.problem-card p {
    margin-top: 1rem;
    color: rgba(36, 49, 95, 0.68);
    line-height: 1.75;
}

.section-title {
    margin-top: 1rem;
    color: var(--flow-ink);
    font-family: Georgia, serif;
    font-size: clamp(2.25rem, 6vw, 4rem);
    line-height: 1.05;
}

.section-text {
    margin-top: 1.35rem;
    max-width: 42rem;
    color: rgba(36, 49, 95, 0.7);
    font-size: 1.08rem;
    line-height: 1.85;
}

.method-step {
    border-radius: 2rem;
    padding: 1.5rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.method-step:hover,
.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(36, 49, 95, 0.12);
}

.method-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    background: rgba(255, 184, 0, 0.2);
    color: var(--flow-gold-dark);
    font-weight: 900;
}

.method-step h3 {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.method-step p {
    margin-top: 0.75rem;
    color: rgba(36, 49, 95, 0.68);
    line-height: 1.7;
}

.matrix-coupon {
    display: inline-block;
    border-radius: 0.85rem;
    border: 2px dashed rgba(255, 184, 0, 0.65);
    background: rgba(255, 184, 0, 0.14);
    padding: 0.4rem 0.75rem;
    color: var(--flow-ink);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.35;
}

.proof-box {
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.25rem;
}

.proof-box strong,
.proof-box span {
    display: block;
}

.proof-box strong {
    color: var(--flow-gold);
    font-size: 1.05rem;
}

.proof-box span {
    margin-top: 0.65rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

@media (min-width: 1024px) {
    .prova-layout {
        align-items: start;
    }

    .prova-layout__photo,
    .proof-panel--media {
        margin-top: 0;
    }
}

.proof-panel .proof-media-grid,
.proof-panel--media .proof-media-grid {
    width: 100%;
    padding: 0.25rem;
}

.proof-panel--media .proof-media-grid {
    margin-top: 0;
}

.proof-media-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 1rem;
}

.proof-media-card__title {
    flex-shrink: 0;
    min-height: 2.6em;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--flow-gold);
}

@media (min-width: 768px) {
    .proof-media-card__title {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }
}

.proof-media-card__trigger {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    border-radius: 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.proof-media-card__trigger:hover {
    transform: translateY(-2px);
}

.proof-media-card__trigger:focus-visible {
    outline: 2px solid var(--flow-gold);
    outline-offset: 3px;
}

.proof-media-card__frame {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 177.7778%;
    flex: none;
    border-radius: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.proof-media-card__thumb,
.proof-media-card__frame--photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    border-radius: 1.15rem;
    object-fit: cover;
    object-position: center center;
}

.proof-media-card__frame--photo img {
    background: #1a2347;
}

.proof-dom-notes {
    margin-top: 0.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.96);
    padding: 0.85rem 0.95rem;
    color: var(--flow-ink);
    font-size: 0.7rem;
    line-height: 1.5;
}

.proof-dom-notes p {
    margin: 0;
}

.proof-dom-notes p + p {
    margin-top: 0.45rem;
}

.proof-dom-notes strong {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--flow-gold-dark);
}

.proof-media-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: rgba(255, 184, 0, 0.95);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.proof-media-card__play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-width: 0.55rem 0 0.55rem 0.95rem;
    border-style: solid;
    border-color: transparent transparent transparent var(--flow-ink);
}

.proof-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.proof-modal[hidden] {
    display: none;
}

.proof-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 22, 48, 0.88);
    backdrop-filter: blur(6px);
}

.proof-modal__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: min(96vw, 56rem);
    max-height: 96vh;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.proof-modal__close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 101;
    display: flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--flow-gold);
    color: var(--flow-ink);
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.proof-modal__content {
    width: 100%;
    overflow: auto;
    border-radius: 1.25rem;
}

.proof-modal--image .proof-modal__dialog {
    max-width: min(96vw, 36rem);
    max-height: 96vh;
}

.proof-modal__dom {
    display: flex;
    max-height: 90vh;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
}

.proof-modal__dom .proof-modal__image {
    display: block;
    width: 100%;
    max-height: min(50vh, 28rem);
    flex-shrink: 0;
    border-radius: 1.25rem;
    object-fit: contain;
    background: #0f1630;
}

.proof-modal__dom .proof-dom-notes {
    margin-top: 0;
    flex-shrink: 0;
}

.proof-modal__image {
    display: block;
    width: auto;
    max-width: min(96vw, 100%);
    max-height: 92vh;
    margin-inline: auto;
    border-radius: 1.25rem;
    object-fit: contain;
    background: #0f1630;
}

.proof-modal--video .proof-modal__dialog {
    max-width: min(96vw, 22rem);
}

.proof-modal__video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 177.7778%;
    border-radius: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #000;
}

.proof-modal__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 1.15rem;
}

body.proof-modal-open {
    overflow: hidden;
}

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

#prova > .mx-auto {
    min-width: 0;
}

#prova .grid.min-w-0 > * {
    min-width: 0;
}

@media (max-width: 1023px) {
    #prova .proof-panel--main,
    #prova .proof-panel--media {
        grid-column: 1 / -1;
    }
}

@media (max-width: 639px) {
    .proof-panel .proof-media-grid {
        max-width: 18rem;
        margin-inline: auto;
    }
}

.proof-panel {
    width: 100%;
}

.audience-item {
    border-radius: 1.5rem;
    padding: 1.15rem 1.25rem;
    color: rgba(36, 49, 95, 0.78);
    font-weight: 700;
    line-height: 1.55;
}

.audience-item::before {
    content: "✓";
    margin-right: 0.65rem;
    color: var(--flow-gold-dark);
}

.plan-card {
    position: relative;
    border-radius: 2rem;
    padding: 1.6rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.plan-card.featured {
    border-color: rgba(255, 184, 0, 0.75);
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(255, 184, 0, 0.18);
}

.plan-badge {
    display: inline-flex;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: var(--flow-gold);
    padding: 0.45rem 0.85rem;
    color: var(--flow-ink);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.plan-card h3 {
    font-family: Georgia, serif;
    font-size: clamp(1.45rem, 5vw, 2rem);
    line-height: 1.1;
}

.plan-card p {
    margin-top: 0.55rem;
    color: rgba(36, 49, 95, 0.65);
    font-weight: 700;
}

.plan-card ul {
    margin: 1.5rem 0;
    display: grid;
    gap: 0.8rem;
    color: rgba(36, 49, 95, 0.72);
}

.plan-card li::before {
    content: "✓";
    margin-right: 0.55rem;
    color: var(--flow-gold-dark);
    font-weight: 900;
}

.plan-card a {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border-radius: 999px;
    background: var(--flow-blue);
    padding: 0.9rem 1.2rem;
    color: var(--flow-ink);
    font-weight: 900;
    transition: background 0.2s ease, color 0.2s ease;
}

.plan-card a:hover {
    background: var(--flow-gold);
}

.lancamento__grid {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
}

.lancamento__coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem 1.15rem;
    text-align: center;
    backdrop-filter: blur(6px);
}

.lancamento__coupon-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.lancamento__coupon-code {
    margin-top: 0.5rem;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(0.7rem, 2.4vw, 0.85rem);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.lancamento-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.92);
    padding: 1.25rem 1rem 1.35rem;
    text-align: center;
    box-shadow: 0 16px 45px rgba(36, 49, 95, 0.1);
}

.lancamento-plan--gold {
    border-top: 4px solid var(--flow-gold);
}

.lancamento-plan--blue {
    border-top: 4px solid var(--flow-blue-dark);
}

.lancamento-plan__label {
    display: inline-flex;
    min-width: 7.5rem;
    justify-content: center;
    border-radius: 0.85rem;
    border: 1px solid rgba(36, 49, 95, 0.12);
    background: #fff;
    padding: 0.4rem 0.75rem;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--flow-ink);
}

.lancamento-plan__was {
    margin-top: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(36, 49, 95, 0.55);
    text-transform: uppercase;
}

.lancamento-plan__was s {
    text-decoration-thickness: 2px;
}

.lancamento-plan__price {
    margin-top: 0.35rem;
    font-family: Georgia, serif;
    font-size: clamp(1.65rem, 5vw, 2.15rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--flow-ink);
    text-transform: uppercase;
}

.lancamento-plan__or {
    margin-top: 0.85rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(36, 49, 95, 0.7);
}

.lancamento-plan__btn {
    margin-top: 0.65rem;
    display: inline-flex;
    width: 100%;
    max-width: 16rem;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: var(--flow-gold);
    padding: 0.75rem 1rem;
    min-height: 2.75rem;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
    color: var(--flow-ink);
    transition: background 0.2s ease, transform 0.2s ease;
}

.lancamento-plan__btn:hover {
    background: var(--flow-gold-dark);
    color: #fff;
    transform: translateY(-2px);
}

@media (min-width: 1024px) {
    .lancamento__grid {
        grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr) minmax(0, 1fr);
    }

    .lancamento__coupon {
        padding: 1.25rem 1.35rem;
        text-align: left;
    }
}

.faq-card {
    border-radius: 1.5rem;
    padding: 1.2rem 1.35rem;
}

.faq-card summary {
    cursor: pointer;
    color: var(--flow-ink);
    font-weight: 900;
    list-style: none;
}

.faq-card summary::-webkit-details-marker {
    display: none;
}

.faq-card summary::after {
    content: "+";
    float: right;
    color: var(--flow-blue-dark);
    font-size: 1.4rem;
    line-height: 1;
}

.faq-card[open] summary::after {
    content: "-";
}

.faq-card p {
    margin-top: 1rem;
    color: rgba(36, 49, 95, 0.68);
    line-height: 1.75;
}

.lead-form {
    display: grid;
    gap: 1.25rem;
    border-radius: 2rem;
    padding: 1.35rem;
}

@media (min-width: 768px) {
    .lead-form {
        padding: 2rem;
    }
}

.lead-form label {
    display: grid;
    gap: 0.55rem;
    color: var(--flow-ink);
    font-size: 0.92rem;
    font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    border: 1px solid rgba(167, 182, 255, 0.45);
    border-radius: 1rem;
    background: #ffffff;
    padding: 0.95rem 1rem;
    color: var(--flow-ink);
    font-weight: 600;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    border-color: var(--flow-blue-dark);
    box-shadow: 0 0 0 4px rgba(167, 182, 255, 0.25);
}

.submit-button {
    border: 0;
    border-radius: 999px;
    background: var(--flow-gold);
    padding: 1rem 1.25rem;
    color: var(--flow-ink);
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.submit-button:hover,
.submit-button:focus {
    transform: translateY(-2px);
    background: var(--flow-gold-dark);
    color: #ffffff;
}

.submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

.form-status {
    min-height: 1.5rem;
    border-radius: 1rem;
    color: rgba(36, 49, 95, 0.72);
    font-weight: 800;
}

.form-status.is-success {
    color: #267343;
}

.form-status.is-error {
    color: #b42318;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Tabelas de oferta — desktop */
.offer-matrix-table {
    border-collapse: separate;
}

.offer-matrix-desktop [data-offer-scroll] {
    -webkit-overflow-scrolling: touch;
}

/* Layout vertical — apenas mobile */
.offer-vstack {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.offer-vcard {
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid rgba(167, 182, 255, 0.35);
    background: #fff;
    box-shadow: 0 10px 28px rgba(36, 49, 95, 0.07);
}

.offer-vcard__head {
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, rgba(167, 182, 255, 0.22), rgba(255, 249, 232, 0.95));
    color: var(--flow-ink);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.offer-vcard__body {
    padding: 0.35rem 1rem 0.85rem;
}

.offer-vrow {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(167, 182, 255, 0.2);
}

.offer-vrow:last-child {
    border-bottom: 0;
    padding-bottom: 0.25rem;
}

.offer-vrow__plan {
    margin: 0;
    color: var(--flow-blue-dark);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.offer-vrow__value {
    margin: 0.45rem 0 0;
    color: var(--flow-ink);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.55;
}

.offer-vrow__value--price {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.offer-vrow__value--icons {
    display: flex;
    align-items: center;
    min-height: 1.75rem;
}

/* Setas horizontais das tabelas de oferta */
.offer-scroll-btn--hidden {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

/* —— Mobile polish —— */
@media (max-width: 767px) {
    [id] {
        scroll-margin-top: 4.5rem;
    }

    footer {
        padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px));
    }

    .section-title {
        font-size: clamp(1.6rem, 7.2vw, 2.35rem);
        line-height: 1.12;
    }

    .section-text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .section-kicker {
        letter-spacing: 0.16em;
        font-size: 0.68rem;
    }

    .problem-card {
        padding: 1.2rem 1.15rem;
    }

    .problem-card h2 {
        font-size: clamp(1.15rem, 4.8vw, 1.45rem);
    }

    .plan-card {
        padding: 1.25rem 1.15rem;
    }

    .plan-card a {
        min-height: 2.75rem;
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }

    .lancamento-plan__btn {
        max-width: 100%;
        font-size: clamp(0.65rem, 2.8vw, 0.72rem);
    }

    .matrix-coupon {
        font-size: 0.62rem;
        letter-spacing: 0.06em;
        padding: 0.35rem 0.55rem;
    }

    .faq-card summary {
        padding-right: 2.25rem;
        line-height: 1.45;
        font-size: 0.95rem;
    }

    .faq-card summary::after {
        margin-top: 0.1rem;
    }

    #prova .section-title {
        font-size: clamp(1.55rem, 6.8vw, 2.2rem);
    }

    #prova .proof-box span {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    #prova .rounded-3xl.bg-white p:last-child {
        font-size: 1rem;
        line-height: 1.55;
    }

    .proof-modal {
        padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px))
            max(0.75rem, env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-left, 0px));
    }

    .proof-modal__close {
        top: max(0.75rem, env(safe-area-inset-top, 0px));
        right: max(0.75rem, env(safe-area-inset-right, 0px));
    }

}

@media (max-width: 639px) {
    .hero {
        padding-top: 6.5rem;
    }

    .proof-panel .proof-media-grid {
        max-width: none;
        width: 100%;
    }

    .proof-media-card__title {
        min-height: auto;
        font-size: 0.62rem;
    }

}

@media (max-width: 380px) {
    .lancamento__coupon-code {
        font-size: 0.62rem;
        letter-spacing: 0.02em;
    }

    .banner-kicker {
        letter-spacing: 0.14em !important;
    }
}
