/* ═══════════════════════════════════════════════════════════════════════════
   OfBarber — landing pública

   Direção visual portada da referência aprovada: navy profundo, dourado de
   conversão, vinho como acento, display serifada e mockups de produto
   desenhados em HTML/CSS.

   Este arquivo cobre só a landing. Onboarding, checkout, blog e login usam
   `app.css`, que consome os mesmos tokens definidos aqui.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══ Hero ══════════════════════════════════════════════════════════════ */

.hero {
    position: relative;
    min-height: 790px;
    padding: 162px var(--gutter-page) 90px;
    display: grid;
    grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: clamp(48px, 6vw, 100px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 4%, rgba(13, 27, 42, .95) 0%, rgba(13, 27, 42, 0) 27%),
        radial-gradient(circle at 58% 100%, rgba(118, 43, 53, .13), transparent 30%),
        linear-gradient(135deg, #050506 0%, var(--navy) 58%, #111113 100%);
}

/* Malha discreta, esmaecida nas bordas para não competir com o texto. */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .19;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: linear-gradient(to right, transparent, black 65%, transparent);
    mask-image: linear-gradient(to right, transparent, black 65%, transparent);
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-glow-one {
    width: 420px;
    height: 420px;
    right: -150px;
    top: 110px;
    border: 1px solid rgba(199, 154, 59, .16);
}

.hero-glow-two {
    width: 610px;
    height: 610px;
    right: -200px;
    top: 14px;
    border: 1px solid rgba(255, 255, 255, .05);
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.hero h1 {
    max-width: 690px;
    margin: 27px 0 26px;
    font-family: var(--ff-display);
    font-weight: 400;
    font-size: clamp(54px, 5.4vw, 84px);
    line-height: .99;
    letter-spacing: -.045em;
}

.hero h1 em,
.section h2 em {
    font-style: italic;
    font-weight: 400;
    color: var(--gold-light);
}

.hero-description {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
}

.hero-benefits li {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* Transparência do preço já no hero: quem chega sabe o que vai pagar. */
.hero-price-line {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
}

.hero-price-line strong {
    color: var(--gold-light);
    font-weight: 700;
}

/* ═══ Palco do produto ══════════════════════════════════════════════════ */

.product-stage {
    position: relative;
    z-index: 2;
    min-height: 560px;
    perspective: 1200px;
}

.gold-orbit {
    position: absolute;
    width: 560px;
    height: 560px;
    top: -15px;
    left: 4%;
    border: 1px solid rgba(199, 154, 59, .16);
    border-radius: 50%;
}

.dashboard-window {
    position: absolute;
    width: min(690px, 54vw);
    min-width: 570px;
    top: 56px;
    left: 3%;
    overflow: hidden;
    color: var(--navy);
    background: #f7f7f4;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 14px;
    box-shadow: 0 42px 90px rgba(0, 0, 0, .39), 0 0 0 9px rgba(255, 255, 255, .026);
    transform: rotateY(-5deg) rotateX(1deg);
    transform-origin: center left;
}

.window-topbar {
    height: 52px;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 1fr 1.4fr auto;
    align-items: center;
    gap: 18px;
    background: #fff;
    border-bottom: 1px solid #e7e6e2;
    font-size: 10px;
}

.mini-brand {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 12px;
}

.mini-brand picture { display: inline-flex; margin-right: 6px; }
.mini-brand img { display: block; width: auto; height: 16px; }

.window-search {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 13px;
    border: 1px solid #e9e7e2;
    border-radius: 5px;
    color: #989590;
}

.avatar,
.customer-avatar {
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 800;
}

.avatar {
    width: 27px;
    height: 27px;
    color: #fff;
    background: var(--wine);
    font-size: 9px;
}

.window-body {
    min-height: 398px;
    display: grid;
    grid-template-columns: 52px 1fr;
}

.side-nav {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    color: #aca9a3;
    background: var(--navy);
}

.side-nav span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 6px;
}

.side-nav .active {
    color: var(--gold-light);
    background: rgba(199, 154, 59, .12);
}

.dashboard-content {
    padding: 26px 26px 22px;
}

.dash-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.dash-heading div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dash-heading small {
    color: #9a958d;
    font-size: 7px;
    letter-spacing: .11em;
}

.dash-heading strong {
    font-family: var(--ff-display);
    font-size: 20px;
    font-weight: 500;
}

.dash-heading button {
    padding: 9px 12px;
    color: #fff;
    background: var(--navy);
    border: 0;
    border-radius: 4px;
    font-size: 8px;
}

.kpi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 22px 0 13px;
}

.kpi-row article {
    padding: 13px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #fff;
    border: 1px solid #e7e5df;
    border-radius: 7px;
}

.kpi-row span,
.kpi-row small {
    color: #918d86;
    font-size: 7px;
}

.kpi-row strong {
    font-family: var(--ff-display);
    font-size: 17px;
}

.kpi-row .positive {
    color: #48785d;
}

.agenda-card {
    padding: 15px 17px;
    background: #fff;
    border: 1px solid #e7e5df;
    border-radius: 7px;
}

.agenda-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 10px;
}

.agenda-title span {
    color: #99958d;
    font-size: 7px;
}

.appointment {
    min-height: 54px;
    display: grid;
    grid-template-columns: 42px 3px 1fr auto;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #eeece8;
}

.appointment time {
    color: #6f6b65;
    font-size: 8px;
}

.appointment .line {
    height: 28px;
    border-radius: 2px;
}

.line.gold { background: var(--gold); }
.line.wine { background: var(--wine); }
.line.navy { background: var(--blue); }

.appointment span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.appointment b { font-size: 9px; }
.appointment small { color: #98938b; font-size: 7px; }

.appointment em {
    padding: 5px 7px;
    color: #3f7655;
    background: #e8f3ec;
    border-radius: 20px;
    font-size: 6px;
    font-style: normal;
}

.appointment em.waiting {
    color: #926d22;
    background: #f8f0da;
}

.floating-card {
    position: absolute;
    z-index: 5;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--navy);
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(199, 154, 59, .28);
    border-radius: 9px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
}

.floating-card div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.floating-card small { color: #8b8882; font-size: 8px; }
.floating-card strong { font-family: var(--ff-display); font-size: 17px; }
.floating-card em { color: #477b5d; font-size: 7px; font-style: normal; }

.revenue-card { left: -5%; bottom: 66px; }
.customer-card { right: -6%; top: 5px; }

.float-icon {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    color: var(--gold);
    background: #fbf3df;
    border-radius: 50%;
}

.customer-avatar {
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--wine);
    font-size: 9px;
}

/* ═══ Faixa de confiança ════════════════════════════════════════════════ */

.trust-bar {
    min-height: 116px;
    padding: 24px var(--gutter-page);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
}

.trust-bar p {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: var(--ff-display);
    font-size: 17px;
}

.trust-bar p span {
    margin-top: 4px;
    color: var(--muted);
    font-family: var(--ff-ui);
    font-size: 11px;
}

.trust-items {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: clamp(22px, 3vw, 52px);
    color: #4a4946;
    font-size: 11px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.trust-items span {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.trust-items svg {
    flex: none;
    color: var(--gold-deep);
}

/* ═══ Seções ════════════════════════════════════════════════════════════ */

.section {
    padding: 112px var(--gutter-section);
}

.teaser {
    text-align: center;
}

.section h2 {
    max-width: 800px;
    margin: 21px auto;
    font-family: var(--ff-display);
    font-weight: 400;
    font-size: clamp(45px, 5.2vw, 70px);
    line-height: .99;
    letter-spacing: -.045em;
}

.section h2 em { color: var(--gold-deep); }

.teaser > p:last-child {
    max-width: 650px;
    margin: 0 auto;
    color: var(--muted);
    line-height: 1.8;
}

.section-pad {
    padding: 0 var(--gutter-section) 112px;
}

/* ═══ Funcionalidades ═══════════════════════════════════════════════════ */

.feature-bento {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 20px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    min-height: 530px;
    padding: clamp(29px, 4vw, 56px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.feature-agenda {
    grid-column: 1 / -1;
    min-height: 560px;
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    align-items: center;
    gap: 52px;
    background: linear-gradient(135deg, #fff 0%, #faf6ed 100%);
}

.feature-number {
    position: absolute;
    top: 25px;
    right: 28px;
    color: rgba(13, 27, 42, .62);          /* 4,6:1 sobre o papel */
    font-family: var(--ff-display);
    font-size: 12px;
    line-height: 1;
}

.feature-card h3 {
    margin: 18px 0;
    font-family: var(--ff-display);
    font-weight: 400;
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.07;
    letter-spacing: -.035em;
}

.feature-card p:not(.section-kicker) {
    max-width: 490px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.feature-card a {
    margin-top: 27px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 5px;
    color: var(--wine);
    font-size: 13px;
    font-weight: 800;
    border-bottom: 1px solid rgba(118, 43, 53, .28);
    transition: border-color var(--dur-2) var(--ease-standard);
}

.feature-card a:hover {
    border-bottom-color: var(--wine);
}

/* ─── Calendário ────────────────────────────────────────────────────────── */

.calendar-ui {
    width: min(540px, 100%);
    justify-self: end;
    padding: 28px;
    background: #fff;
    border: 1px solid #dedbd4;
    border-radius: 11px;
    box-shadow: 0 30px 60px rgba(13, 27, 42, .11);
    transform: rotate(1.5deg);
}

.calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ece9e2;
}

.calendar-head strong { font-family: var(--ff-display); font-size: 24px; }
.calendar-head span { color: var(--muted); font-size: 19px; }

.week-labels,
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.week-labels { margin-top: 19px; }
.week-labels i { color: #aaa69f; font-size: 8px; font-style: normal; }

.calendar-grid { margin-top: 11px; gap: 8px 4px; }

.calendar-grid i {
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #56534e;
    font-size: 11px;
    font-style: normal;
}

.calendar-grid .today {
    color: #fff;
    background: var(--wine);
    box-shadow: 0 5px 12px rgba(118, 43, 53, .23);
}

.calendar-grid .busy {
    color: var(--gold-deep);
    border: 1px solid var(--gold);
}

.calendar-note {
    margin-top: 18px;
    padding: 15px 16px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 4px 12px;
    background: var(--cream);
    border-left: 3px solid var(--gold);
    border-radius: 3px;
}

.calendar-note span {
    grid-row: 1 / 3;
    align-self: center;
    color: var(--wine);
    font-family: var(--ff-display);
    font-size: 18px;
}

.calendar-note b { font-size: 11px; }
.calendar-note em { color: #6b675f; font-size: 9px; font-style: normal; }

/* ─── Caixa ─────────────────────────────────────────────────────────────── */

.feature-caixa {
    color: #fff;
    background: var(--navy);
    border-color: transparent;
}

.feature-caixa .feature-number { color: rgba(255, 255, 255, .52); }  /* 5,6:1 sobre o navy */
.feature-caixa .section-kicker { color: var(--gold-light); }
.feature-caixa p:not(.section-kicker) { color: rgba(255, 255, 255, .66); }

.cash-ui {
    position: absolute;
    inset: auto 32px 0;
    height: 245px;
    padding: 28px 28px 19px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}

.cash-total {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px;
}

.cash-total small { color: rgba(255, 255, 255, .55); font-size: 9px; }
.cash-total strong { grid-row: 2; font-family: var(--ff-display); font-size: 26px; }
.cash-total em { grid-row: 2; color: #8cd0a7; font-size: 9px; font-style: normal; }

.bars {
    height: 105px;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    gap: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.bars i {
    flex: 1;
    min-width: 9px;
    height: var(--h, 50%);
    background: linear-gradient(to top, var(--gold), var(--gold-light));
    border-radius: 3px 3px 0 0;
    opacity: .78;
}

.bars i:last-child { opacity: 1; }

.cash-legend {
    display: flex;
    justify-content: space-around;
    padding-top: 8px;
    color: rgba(255, 255, 255, .58);       /* 6,7:1 sobre o navy */
    font-size: 7px;
}

/* ─── Clientes ──────────────────────────────────────────────────────────── */

.feature-clientes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--cream);
}

.client-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 25px;
}

.client-profile {
    grid-column: 1 / -1;
    min-height: 75px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e5e1d9;
    border-radius: 8px;
}

.client-profile p {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.client-profile b { color: var(--navy); font-size: 11px; }
.client-profile small { color: #78736c; font-size: 8px; }

.client-profile i {
    padding: 5px 8px;
    color: #91640e;                     /* 4,67:1 sobre o #fbf2dc da pílula */
    background: #fbf2dc;
    border-radius: 20px;
    font-size: 7px;
    font-style: normal;
    font-weight: 800;
}

.client-stat {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: rgba(255, 255, 255, .62);
    border: 1px solid #e5e1d9;
    border-radius: 8px;
}

.client-stat small { color: #767169; font-size: 7px; }
.client-stat b { font-family: var(--ff-display); font-size: 15px; line-height: 1.2; }
.client-stat span { color: #5e7a63; font-size: 7px; }

/* ═══ Recorrência ═══════════════════════════════════════════════════════ */

.recurrence-section {
    position: relative;
    margin: 0 clamp(14px, 2vw, 30px) 116px;
    padding: clamp(55px, 7vw, 100px);
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: clamp(45px, 8vw, 120px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 76% 22%, rgba(118, 43, 53, .2), transparent 36%),
        radial-gradient(circle at 96% 90%, rgba(13, 27, 42, .85), transparent 38%),
        linear-gradient(135deg, #050506, var(--navy));
    border-radius: 20px;
}

.recurrence-section::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: -300px;
    top: -280px;
    border: 1px solid rgba(199, 154, 59, .18);
    border-radius: 50%;
}

.recurrence-copy {
    position: relative;
    z-index: 1;
}

.recurrence-copy .section-kicker { color: var(--gold-light); }

.recurrence-copy h2,
.how-heading h2,
.audience-copy h2,
.pricing-heading h2,
.faq-heading h2,
.final-cta h2 {
    margin: 22px 0;
    font-family: var(--ff-display);
    font-weight: 400;
    font-size: clamp(43px, 4.8vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.recurrence-copy h2 em,
.pricing-heading h2 em,
.final-cta h2 em {
    color: var(--gold-light);
    font-style: italic;
}

.recurrence-copy > p:not(.section-kicker) {
    max-width: 530px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.8;
}

.recurrence-copy .button { margin-top: 24px; }

.recurrence-panel {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: var(--navy);
    background: #f9f7f2;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 13px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, .3);
}

.recurrence-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 19px;
    border-bottom: 1px solid #e1ddd5;
}

.recurrence-top span { font-family: var(--ff-display); font-size: 21px; }
.recurrence-top small { color: #726d65; font-size: 7px; letter-spacing: .1em; }

.recurrence-kpis {
    margin: 18px 0 12px;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 10px;
}

.recurrence-kpis article {
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fff;
    border: 1px solid #e7e3dc;
    border-radius: 7px;
}

.recurrence-kpis small { color: #78736b; font-size: 8px; }
.recurrence-kpis strong { font-family: var(--ff-display); font-size: 23px; }
.recurrence-kpis em { color: #4d7660; font-size: 8px; font-style: normal; }

.member-list {
    background: #fff;
    border: 1px solid #e7e3dc;
    border-radius: 7px;
}

.member-list > div {
    min-height: 63px;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid #ece9e3;
}

.member-list > div:last-child { border-bottom: 0; }

.member-avatar {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
}

.gold-bg { background: var(--gold-deep); }
.wine-bg { background: var(--wine); }
.navy-bg { background: var(--navy); }

.member-list p {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
}

.member-list b { font-size: 9px; }
.member-list small { color: #77726a; font-size: 7px; }

.member-list em {
    padding: 5px 8px;
    color: #436b53;
    background: #e9f2ec;
    border-radius: 20px;
    font-size: 7px;
    font-style: normal;
}

/* ═══ Como funciona ═════════════════════════════════════════════════════ */

.how-section { padding-top: 20px; }

.how-heading {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 60px;
    padding-bottom: 65px;
    border-bottom: 1px solid var(--line);
}

.how-heading h2 { margin-bottom: 0; }

.how-heading > p {
    max-width: 470px;
    margin: 0 0 8px;
    color: var(--muted);
    line-height: 1.8;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.steps li {
    position: relative;
    min-height: 290px;
    padding: 44px clamp(20px, 3vw, 46px);
    border-right: 1px solid var(--line);
}

.steps li:last-child { border-right: 0; }

.steps li > span {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #746f67;
    font-family: var(--ff-display);
    font-size: 11px;
}

.steps i {
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    color: var(--wine);
    background: #f1e9df;
    border-radius: 50%;
}

.steps h3 {
    margin: 31px 0 12px;
    font-family: var(--ff-display);
    font-weight: 500;
    font-size: 25px;
    line-height: 1.1;
}

.steps p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ═══ Para quem é ═══════════════════════════════════════════════════════ */

.audience-section {
    padding-top: 105px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(60px, 10vw, 160px);
    color: #fff;
    background:
        radial-gradient(circle at 6% 100%, rgba(118, 43, 53, .3), transparent 31%),
        radial-gradient(circle at 100% 0%, rgba(13, 27, 42, .9), transparent 34%),
        #0b0b0d;
}

.audience-copy h2 { color: #fff; }

.audience-copy > p:not(.section-kicker) {
    max-width: 480px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.8;
}

.audience-section .section-kicker { color: var(--gold-light); }

.audience-list { border-top: 1px solid rgba(255, 255, 255, .21); }

.audience-list li {
    min-height: 132px;
    display: grid;
    grid-template-columns: 45px 1fr auto;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .21);
}

.audience-list li > span {
    color: var(--gold-light);
    font-family: var(--ff-display);
    font-size: 11px;
}

.audience-list h3 {
    margin: 0 0 8px;
    font-family: var(--ff-display);
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
}

.audience-list p {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.5;
}

.audience-list i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--gold-light);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
}

/* ═══ Planos ════════════════════════════════════════════════════════════ */

.pricing-section {
    padding-top: 115px;
    background: var(--cream);
}

.pricing-heading { text-align: center; }
.pricing-heading .section-kicker { justify-content: center; }
.pricing-heading h2 { max-width: 880px; margin-inline: auto; }
.pricing-heading h2 em { color: var(--gold-deep); }
.pricing-heading > p:last-child { color: var(--muted); }

.pricing-grid {
    max-width: 1220px;
    margin: 67px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 14px;
}

.price-card {
    position: relative;
    min-height: 565px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd7ce;
    border-radius: 13px;
    transition: transform var(--dur-3) var(--ease-out), box-shadow var(--dur-3) var(--ease-out);
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(13, 27, 42, .12);
}

.plan-name {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.plan-name h3 { font-family: var(--ff-display); font-size: 31px; font-weight: 600; line-height: 1; }
.plan-name small { color: #7a766f; font-size: 10px; line-height: 1.5; min-height: 3em; }

.price {
    margin: 34px 0 28px;
    display: flex;
    align-items: baseline;
}

.price small {
    margin-right: 6px;
    color: var(--gold-deep);
    font-family: var(--ff-display);
    font-size: 16px;
}

.price strong {
    font-family: var(--ff-display);
    font-size: 58px;
    line-height: .9;
    letter-spacing: -.04em;
}

.price em {
    margin-left: 6px;
    color: #76726b;
    font-size: 11px;
    font-style: normal;
}

.price-card ul {
    margin: 0 0 34px;
    padding: 25px 0 0;
    display: grid;
    gap: 15px;
    border-top: 1px solid #e7e2da;
    color: #4b4946;
    font-size: 13px;
}

.price-card li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.price-card li .check {
    color: var(--wine);
    border-color: rgba(118, 43, 53, .3);
}

.price-card .button {
    width: 100%;
    margin-top: auto;
}

.featured-price {
    z-index: 2;
    color: #fff;
    background: var(--navy);
    border-color: var(--navy);
    box-shadow: 0 28px 65px rgba(13, 27, 42, .18);
    transform: translateY(-15px);
}

.featured-price:hover { transform: translateY(-21px); }
.featured-price .plan-name small,
.featured-price .price em { color: rgba(255, 255, 255, .62); }
.featured-price .price small { color: var(--gold-light); }

.featured-price ul {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .15);
}

.featured-price li .check {
    color: var(--gold-light);
    border-color: rgba(230, 199, 125, .4);
}

.popular-tag {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 9px 13px;
    color: var(--navy);
    background: var(--gold-light);
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: 7px;
    font-weight: 900;
}

.pricing-note {
    max-width: 620px;
    margin: 28px auto 0;
    text-align: center;
    color: #6e6a63;
    font-size: 11px;
    line-height: 1.7;
}

/* ═══ Dúvidas ═══════════════════════════════════════════════════════════ */

.faq-section {
    padding-top: 118px;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: clamp(60px, 10vw, 160px);
    background: var(--paper);
}

.faq-heading {
    position: sticky;
    top: 40px;
    align-self: start;
}

.faq-heading h2 { font-size: clamp(42px, 4.5vw, 62px); }
.faq-heading > p:last-child { color: var(--muted); font-size: 13px; }

.faq-heading a {
    color: var(--wine);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    cursor: pointer;
    font-family: var(--ff-display);
    font-size: 21px;
    line-height: 1.3;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary:focus-visible {
    outline: 2px solid var(--wine);
    outline-offset: -2px;
}

.faq-list summary span {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--wine);
    border: 1px solid rgba(118, 43, 53, .3);
    border-radius: 50%;
    font-family: var(--ff-ui);
    font-size: 15px;
    transition: transform var(--dur-3) var(--ease-out);
}

.faq-list details[open] summary span { transform: rotate(45deg); }

.faq-list details p {
    max-width: 650px;
    margin: -5px 50px 26px 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

/* ═══ CTA final ═════════════════════════════════════════════════════════ */

.final-cta {
    position: relative;
    min-height: 570px;
    padding: 100px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 50% 100%, rgba(13, 27, 42, .68), transparent 42%), #070708;
}

.final-cta .section-kicker { color: var(--gold-light); justify-content: center; }
.final-cta h2 { margin-block: 22px; font-size: clamp(48px, 6vw, 80px); }

.final-cta > p:not(.section-kicker) {
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
}

.cta-lines {
    position: absolute;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(199, 154, 59, .17);
    border-radius: 50%;
}

.cta-lines::before,
.cta-lines::after {
    content: "";
    position: absolute;
    inset: 80px;
    border: 1px solid rgba(118, 43, 53, .13);
    border-radius: 50%;
}

.cta-lines::after { inset: 160px; border-color: rgba(13, 27, 42, .82); }

.final-cta > *:not(.cta-lines) { position: relative; z-index: 1; }

/* ═══ Rodapé ════════════════════════════════════════════════════════════ */

.site-footer {
    padding: 70px var(--gutter-section) 25px;
    color: #fff;
    background: #030304;
    border-top: 1px solid rgba(199, 154, 59, .2);
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 160px 160px;
    gap: 70px;
    padding-bottom: 65px;
}

.footer-brand { width: max-content; }
.footer-brand img { height: 34px; }

.footer-main > div > p {
    max-width: 360px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    line-height: 1.7;
}

.footer-main nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-main nav strong {
    margin-bottom: 7px;
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 9px;
}

.footer-main nav a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
}

.footer-main nav a:hover { color: #fff; }

.footer-bottom {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255, 255, 255, .55);   /* 4,9:1 sobre o #030304 do rodapé */
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 10px;
}

/* ═══ CTA fixo no mobile ════════════════════════════════════════════════ */

.sticky-cta {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: var(--z-sticky-cta);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

/* ═══ Responsivo ════════════════════════════════════════════════════════ */

@media (max-width: 1120px) {
    .hero { grid-template-columns: 1fr; padding-top: 150px; }
    .hero-copy { max-width: 760px; }
    .product-stage { min-height: 520px; }
    .dashboard-window { width: min(760px, 86vw); min-width: 0; left: 8%; }
    .revenue-card { left: 2%; }
    .customer-card { right: 1%; }
    .trust-bar { align-items: flex-start; flex-direction: column; }
    .trust-items { width: 100%; }
}

@media (max-width: 980px) {
    .feature-agenda,
    .recurrence-section,
    .audience-section,
    .faq-section { grid-template-columns: 1fr; }

    .feature-agenda { gap: 35px; }
    .calendar-ui { justify-self: stretch; width: 100%; }
    .recurrence-section { gap: 55px; }
    .recurrence-copy { max-width: 720px; }
    .how-heading { grid-template-columns: 1fr; gap: 25px; }
    .steps li { padding-inline: 24px; }
    .audience-section { gap: 55px; }
    .audience-copy { max-width: 720px; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 620px; gap: 18px; }
    .featured-price { transform: none; }
    .featured-price:hover { transform: translateY(-6px); }
    .faq-section { gap: 35px; }
    .faq-heading { position: static; }
}

@media (max-width: 760px) {
    .hero { min-height: auto; padding-top: 118px; gap: 38px; }
    .hero h1 { font-size: clamp(47px, 13vw, 66px); }
    .hero-description { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-benefits { display: grid; gap: 10px; }

    .product-stage { min-height: 405px; margin-inline: -10px; }
    .dashboard-window { width: 680px; top: 35px; left: 8px; transform: scale(.64); transform-origin: top left; }
    .revenue-card { left: 0; bottom: 17px; transform: scale(.88); transform-origin: bottom left; }
    .customer-card { display: none; }
    .gold-orbit { width: 370px; height: 370px; }

    .trust-items { grid-template-columns: 1fr 1fr; gap: 22px 12px; }
    .trust-items span { white-space: normal; }

    .section { padding-block: 84px; }
    .section-pad { padding-bottom: 82px; }

    .feature-bento { grid-template-columns: 1fr; }
    .feature-card,
    .feature-agenda { grid-column: auto; min-height: 510px; padding: 30px 25px; }
    .feature-agenda { display: flex; flex-direction: column; align-items: stretch; }
    .calendar-ui { padding: 19px; }
    .feature-card h3 { font-size: 34px; }
    .cash-ui { inset-inline: 20px; }

    .recurrence-section { margin: 0 10px 86px; padding: 64px 22px; border-radius: 14px; }
    .recurrence-panel { padding: 18px; }
    .recurrence-kpis { grid-template-columns: 1fr; }

    .how-section { padding-top: 0; }
    .steps { grid-template-columns: 1fr; }
    .steps li { min-height: auto; padding: 38px 10px; border-right: 0; border-bottom: 1px solid var(--line); }

    .audience-section { padding-top: 80px; }
    .audience-list li { min-height: 150px; grid-template-columns: 35px 1fr; }
    .audience-list li > i { display: none; }

    .pricing-section { padding-top: 85px; }
    .price-card { min-height: 535px; padding: 29px 25px; }

    .faq-section { padding-top: 85px; }
    .faq-list summary { min-height: 78px; font-size: 19px; }
    .faq-list details p { margin-right: 0; }

    .final-cta { min-height: 510px; padding-inline: 20px; }
    .final-cta > p:not(.section-kicker) { font-size: 15px; }

    .site-footer { padding-top: 58px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 46px 30px; }
    .footer-main > div { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 8px; }

    .sticky-cta { display: inline-flex; }
    .landing-page { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
}

@media (max-width: 420px) {
    .product-stage { min-height: 340px; }
    .dashboard-window { transform: scale(.52); }
    .revenue-card { transform: scale(.78); }
}

/* ═══ Alvos de toque ════════════════════════════════════════════════════ */

/* Onde o ponteiro é o dedo, os links de navegação e de seção sobem dos 24px
   mínimos da AA para os 44px da AAA. */
@media (max-width: 900px) {
    .footer-main nav { gap: 4px; }
    .footer-main nav a { min-height: 44px; }

    .feature-copy > a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }
}
