:root {
    --ink: #151b2d;
    --ink-soft: #303649;
    --canvas: #fbfaf7;
    --paper: #ffffff;
    --mist: #eff2f4;
    --line: #dfe3e6;
    --olive: #7c8262;
    --olive-light: #e5e6dc;
    --sand: #c8a786;
    --sand-light: #eee1d4;
    --green: #44856c;
    --shadow: 0 24px 70px rgba(21, 27, 45, 0.14);
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body.landing-page {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--canvas);
    color: var(--ink);
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-x: clip;
}

body.landing-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(21, 27, 45, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21, 27, 45, 0.025) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 50;
    padding: 0.65rem 0.9rem;
    border-radius: 4px;
    background: var(--ink);
    color: #fff;
    font-size: 0.8rem;
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.landing-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.75rem clamp(1.25rem, 3.6vw, 4.25rem);
    border-bottom: 1px solid rgba(21, 27, 45, 0.1);
    background: rgba(251, 250, 247, 0.92);
}

.landing-brand,
.footer-brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--ink);
    font-weight: 700;
    letter-spacing: 0.09em;
}

.landing-brand img {
    width: 44px;
    height: 44px;
    border-radius: 9px;
}

.header-action,
.primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 44px;
    padding: 0.75rem 1.1rem;
    border: 1px solid var(--ink);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.header-action:hover,
.primary-action:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-2px);
}

.header-action:focus-visible,
.primary-action:focus-visible,
.landing-brand:focus-visible {
    outline: 3px solid var(--sand);
    outline-offset: 4px;
}

main {
    flex: 1;
    display: flex;
}

.hero {
    width: min(100%, 1240px);
    min-height: calc(100vh - 136px);
    margin: 0 auto;
    padding: clamp(3rem, 6vh, 5rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 6vh, 4.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.hero-copy {
    position: relative;
    z-index: 2;
    animation: reveal-copy 650ms ease-out both;
}

.hero-question {
    margin: 0;
    color: var(--ink-soft);
    font-size: clamp(0.72rem, 1vw, 0.92rem);
    line-height: 1.55;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-title {
    margin: clamp(1.6rem, 4vh, 2.75rem) 0 clamp(1.4rem, 3vh, 2.2rem);
    display: flex;
    flex-direction: column;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(7.2rem, 12vw, 10.7rem);
    font-weight: 700;
    line-height: 0.72;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.hero-title span:last-child {
    margin-top: 0.22em;
}

.hero-manifesto {
    margin: 0;
    font-size: clamp(0.82rem, 1.25vw, 1.05rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-description {
    max-width: 560px;
    margin: 1rem 0 0;
    color: #555b69;
    font-size: 0.9rem;
    line-height: 1.75;
}

.hero-bottom {
    margin-top: clamp(1.7rem, 4vh, 2.6rem);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.hero-values {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--ink-soft);
    font-size: 0.78rem;
    line-height: 1.85;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.primary-action {
    min-width: 174px;
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
}

.primary-action:hover {
    background: var(--olive);
    border-color: var(--olive);
}

.product-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    animation: reveal-product 750ms 120ms ease-out both;
}

.product-stage::before,
.product-stage::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.product-stage::before {
    width: 38%;
    height: 44%;
    top: -6%;
    right: -5%;
    background: var(--olive);
}

.product-stage::after {
    width: 180px;
    height: 180px;
    left: -10%;
    bottom: -8%;
    border-radius: 50%;
    background: var(--sand-light);
}

.product-card {
    width: min(100%, 520px);
    overflow: hidden;
    border: 1px solid rgba(21, 27, 45, 0.12);
    border-radius: 4px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.product-topbar {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid var(--line);
}

.product-mini-brand {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.product-mini-brand img {
    border-radius: 5px;
}


.product-content {
    padding: clamp(1.1rem, 2.5vw, 1.65rem);
}

.product-kicker {
    margin: 0 0 0.35rem;
    color: var(--olive);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.product-content h2 {
    margin: 0 0 1rem;
    padding-left: 0.65rem;
    border-left: 3px solid var(--ink);
    color: var(--ink);
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.product-upload {
    min-height: 150px;
    padding: 1.35rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccd2d7;
    background: #fdfdfc;
    text-align: center;
}

.upload-mark {
    position: relative;
    margin-bottom: 0.75rem;
    color: #61656a;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.upload-mark::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 10px;
    left: 50%;
    bottom: -5px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
}

.product-upload p {
    margin: 0.6rem 0 0.25rem;
    color: #383d47;
    font-size: 0.65rem;
}

.product-upload small {
    color: #888c94;
    font-size: 0.52rem;
}

.product-file,
.product-model {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.65rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid var(--line);
    background: #f5f7f8;
    color: #464b56;
    font-size: 0.58rem;
}

.file-icon {
    width: 10px;
    height: 13px;
    border: 1.5px solid currentColor;
    border-radius: 1px;
}

.file-check {
    margin-left: auto;
    color: var(--green);
    font-weight: 700;
}

.product-model span:first-child {
    color: #747984;
}

.product-model strong {
    margin-left: auto;
    color: var(--ink);
    font-size: 0.58rem;
}

.product-button {
    margin-top: 0.65rem;
    padding: 0.65rem;
    background: var(--ink);
    color: #fff;
    text-align: center;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-result {
    margin-top: 0.65rem;
    padding: 0.85rem;
    background: var(--mist);
}

.result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ink);
    font-size: 0.58rem;
    text-transform: uppercase;
}

.result-header span {
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    background: #dcf5e8;
    color: var(--green);
    font-size: 0.46rem;
    letter-spacing: 0.08em;
}

.result-lines {
    margin: 0.65rem 0;
    display: grid;
    gap: 0.28rem;
}

.result-lines i {
    height: 4px;
    border-radius: 99px;
    background: #d6dbe0;
}

.result-lines i:nth-child(2) {
    width: 90%;
}

.result-lines i:nth-child(3) {
    width: 68%;
}

.result-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.result-badges span {
    padding: 0.22rem 0.4rem;
    border: 1px solid #d7dce1;
    border-radius: 999px;
    background: #fff;
    color: #777d87;
    font-size: 0.44rem;
}

.result-badges span:nth-child(2) {
    border-color: #bed9ef;
    color: #397aaa;
}

.result-badges span:nth-child(3) {
    border-color: #bfe6d1;
    color: var(--green);
}

.landing-footer {
    min-height: 60px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
    padding: 0.75rem clamp(1.25rem, 3.6vw, 4.25rem);
    background: var(--ink);
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.65rem;
    letter-spacing: 0.04em;
}

.footer-brand-mark {
    color: #fff;
    font-size: 0.72rem;
}

.footer-brand-mark img {
    border-radius: 5px;
}

.landing-footer p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.landing-footer > span:last-child {
    justify-self: end;
}

@keyframes reveal-copy {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

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

@keyframes reveal-product {
    from {
        opacity: 0;
        transform: translateX(18px);
    }

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

@media (max-width: 1020px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 5rem;
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }

    .hero-copy {
        max-width: 740px;
    }

    .hero-title {
        font-size: clamp(7rem, 22vw, 10.5rem);
    }

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

@media (max-width: 640px) {
    .landing-header {
        min-height: 68px;
        padding-inline: 1rem;
    }

    .landing-brand {
        gap: 0.55rem;
        font-size: 0.86rem;
    }

    .landing-brand img {
        width: 38px;
        height: 38px;
    }

    .header-action {
        min-height: 38px;
        padding: 0.6rem 0.72rem;
        font-size: 0.61rem;
    }

    .hero {
        padding: 3.5rem 1rem 4.5rem;
        gap: 4rem;
    }

    .hero-question br {
        display: none;
    }

    .hero-title {
        font-size: clamp(5.8rem, 31vw, 8.2rem);
        line-height: 0.74;
    }

    .hero-manifesto {
        line-height: 1.7;
    }

    .hero-bottom {
        align-items: stretch;
        flex-direction: column;
        gap: 1.35rem;
    }

    .hero-values {
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem 1rem;
        line-height: 1.5;
    }

    .hero-values li:not(:last-child)::after {
        content: "·";
        margin-left: 1rem;
        color: var(--sand);
    }

    .primary-action {
        width: 100%;
    }

    .product-stage::before {
        right: 0;
    }

    .product-stage::after {
        width: 120px;
        height: 120px;
        left: 0;
    }

    .product-content {
        padding: 1rem;
    }

    .product-upload {
        min-height: 135px;
    }

    .landing-footer {
        grid-template-columns: 1fr auto;
        padding: 1rem;
    }

    .landing-footer p {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════════════════
   LANDING V1 — incremento aprovado
   O hero original permanece como entrada; as seções abaixo apresentam o
   fluxo de gravação, transcrição e geração sem ampliar a navegação.
   ═══════════════════════════════════════════════════════════════ */

:root {
    --danger: #ad4454;
    --danger-light: #f5e6e9;
    --green-light: #e3f1eb;
}

.landing-content {
    flex: 1;
    display: block;
}

.section-shell {
    width: min(100% - 2.5rem, 1240px);
    margin: 0 auto;
}

.flow-section,
.botless-section,
.questions-section {
    border-top: 1px solid rgba(21, 27, 45, 0.1);
}

.flow-section {
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: var(--paper);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
    align-items: end;
    gap: clamp(2rem, 6vw, 6rem);
    margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.section-kicker {
    margin: 0 0 1rem;
    color: var(--olive);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.section-heading h2,
.botless-copy h2,
.questions-heading h2,
.closing-cta h2 {
    margin: 0;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
}

.section-heading h2 {
    max-width: 760px;
    font-size: clamp(3.6rem, 7vw, 6.3rem);
    line-height: 0.9;
}

.section-heading > p {
    margin: 0;
    color: #555b69;
    font-size: 0.88rem;
    line-height: 1.8;
}

.flow-layout {
    display: grid;
    grid-template-columns: minmax(270px, 0.7fr) minmax(500px, 1.3fr);
    align-items: center;
    gap: clamp(3.5rem, 7vw, 7rem);
}

.flow-steps {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.flow-steps::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 20px;
    width: 1px;
    background: var(--line);
}

.flow-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 20px;
    padding: 0 0 38px;
}

.flow-steps li:last-child {
    padding-bottom: 0;
}

.flow-number {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    color: var(--sand);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
}

.flow-steps h3 {
    margin: 0;
    color: var(--ink);
    font-size: 0.93rem;
    font-weight: 600;
}

.flow-steps p {
    margin: 0.55rem 0 0;
    color: #626874;
    font-size: 0.76rem;
    line-height: 1.7;
}

.meeting-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.meeting-stage::before,
.meeting-stage::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.meeting-stage::before {
    width: 34%;
    height: 38%;
    top: -7%;
    right: -4%;
    background: var(--olive);
}

.meeting-stage::after {
    width: 156px;
    height: 156px;
    left: -7%;
    bottom: -10%;
    border-radius: 50%;
    background: var(--sand-light);
}

.meeting-card {
    width: min(100%, 670px);
    overflow: hidden;
    border: 1px solid rgba(21, 27, 45, 0.12);
    border-radius: 4px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.meeting-topbar {
    min-height: 48px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid var(--line);
}

.meeting-nav {
    display: flex;
    align-self: stretch;
    align-items: center;
    gap: 1.25rem;
    color: #777d87;
    font-size: 0.55rem;
}

.meeting-nav strong {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    color: var(--ink);
    font-weight: 600;
}

.meeting-nav strong::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.65rem;
    left: 0;
    height: 2px;
    background: var(--ink);
}

.premium-mark {
    justify-self: end;
    color: var(--olive);
    font-size: 0.49rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.meeting-content {
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.meeting-content > h3 {
    max-width: 520px;
    margin: 0;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.015em;
}

.meeting-description {
    max-width: 530px;
    margin: 0.75rem 0 0;
    color: #666c77;
    font-size: 0.69rem;
    line-height: 1.65;
}

.record-control {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    border: 1px solid #d8a5ad;
    border-radius: 8px;
    background: var(--paper);
}

.record-dot {
    width: 34px;
    height: 34px;
    border: 8px solid var(--danger-light);
    border-radius: 50%;
    background: var(--danger);
    box-shadow: 0 0 0 1px #d8a5ad;
}

.record-control strong {
    font-size: 0.82rem;
    font-weight: 600;
}

.meeting-history {
    margin-top: 0.8rem;
    padding: 1rem;
    border: 1px solid var(--line);
    background: #fdfdfc;
}

.meeting-history-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.meeting-history-heading > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.meeting-history-heading > div > span {
    color: var(--olive);
    font-size: 0.47rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.meeting-history-heading > div > strong {
    overflow: hidden;
    margin-top: 0.3rem;
    font-size: 0.65rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meeting-status {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.42rem;
    border-radius: 4px;
    background: var(--green-light);
    color: #2f6954;
    font-size: 0.48rem;
    white-space: nowrap;
}

.meeting-status i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
}

.meeting-history > p {
    margin: 0.45rem 0 0;
    color: #858a93;
    font-size: 0.49rem;
}

.meeting-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    margin-top: 0.75rem;
}

.meeting-actions > span {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0 0.7rem;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: var(--paper);
    color: var(--ink-soft);
    font-size: 0.49rem;
    font-weight: 500;
}

.meeting-actions .meeting-primary {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
}

.meeting-primary i {
    font-style: normal;
}

.botless-section {
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: var(--canvas);
}

.botless-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.84fr);
    align-items: center;
    gap: clamp(3.5rem, 8vw, 8rem);
}

.botless-copy h2 {
    max-width: 700px;
    font-size: clamp(4rem, 8vw, 7.5rem);
    line-height: 0.82;
}

.botless-copy > p:not(.section-kicker) {
    max-width: 630px;
    margin: 2rem 0 0;
    color: #555b69;
    font-size: 0.88rem;
    line-height: 1.8;
}

.botless-note {
    display: block;
    margin-top: 2rem;
    padding-left: 1rem;
    border-left: 3px solid var(--sand);
    color: var(--ink-soft);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.facts-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: var(--ink);
    color: #fff;
}

.fact-item {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fact-item:nth-child(2n) {
    border-right: 0;
}

.fact-item:nth-child(n + 3) {
    border-bottom: 0;
}

.fact-item span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.13em;
}

.fact-item strong {
    max-width: 180px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.35rem;
    line-height: 1.05;
}

.compatibility-note {
    grid-column: 1 / -1;
    margin: 1.2rem 0 0;
    padding: 1rem 1.1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.58rem;
    line-height: 1.65;
}

.questions-section {
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: var(--paper);
}

.questions-heading {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.questions-heading h2 {
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.95;
}

.question-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.question-grid article {
    min-height: 220px;
    padding: 2rem;
    border-right: 1px solid var(--line);
}

.question-grid article:last-child {
    border-right: 0;
}

.question-grid article > span {
    color: var(--sand);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
}

.question-grid h3 {
    max-width: 310px;
    margin: 2.5rem 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
}

.question-grid p {
    margin: 0.8rem 0 0;
    color: #626874;
    font-size: 0.73rem;
    line-height: 1.7;
}

.closing-cta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-top: clamp(3.5rem, 7vw, 6rem);
    padding: clamp(2rem, 5vw, 4rem);
    background: var(--olive-light);
}

.closing-cta > div > span {
    color: var(--olive);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.closing-cta h2 {
    max-width: 720px;
    margin-top: 0.85rem;
    font-size: clamp(2.7rem, 5.5vw, 5.2rem);
    line-height: 0.92;
}

.closing-action {
    flex: 0 0 auto;
    min-width: 220px;
}

@media (max-width: 1020px) {
    .section-heading,
    .flow-layout,
    .botless-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        align-items: start;
        gap: 1.5rem;
    }

    .section-heading > p {
        max-width: 650px;
    }

    .flow-layout {
        gap: 5rem;
    }

    .flow-steps {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .flow-steps::before {
        top: 20px;
        right: 30px;
        bottom: auto;
        left: 30px;
        width: auto;
        height: 1px;
    }

    .flow-steps li {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0;
    }

    .meeting-stage {
        width: min(100%, 760px);
        margin: 0 auto;
    }

    .botless-copy {
        max-width: 760px;
    }

    .facts-panel {
        width: min(100%, 720px);
    }
}

@media (max-width: 760px) {
    .section-shell {
        width: min(100% - 2rem, 1240px);
    }

    .flow-steps,
    .question-grid {
        grid-template-columns: 1fr;
    }

    .flow-steps::before {
        top: 30px;
        right: auto;
        bottom: 30px;
        left: 20px;
        width: 1px;
        height: auto;
    }

    .flow-steps li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 20px;
        padding-bottom: 34px;
    }

    .meeting-topbar {
        grid-template-columns: 1fr auto;
    }

    .meeting-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 34px;
        justify-content: center;
        order: 3;
    }

    .meeting-nav strong::after {
        bottom: -0.65rem;
    }

    .premium-mark {
        grid-column: 2;
        grid-row: 1;
    }

    .question-grid article {
        min-height: auto;
        padding: 1.8rem 0.5rem;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .question-grid article:last-child {
        border-bottom: 0;
    }

    .question-grid h3 {
        margin-top: 1.4rem;
    }

    .closing-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .closing-action {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .flow-section,
    .botless-section,
    .questions-section {
        padding: 4.5rem 0;
    }

    .section-heading h2 {
        font-size: 3.45rem;
    }

    .meeting-stage::before {
        right: -1rem;
    }

    .meeting-stage::after {
        left: -1rem;
    }

    .meeting-content {
        padding: 1.15rem;
    }

    .meeting-content > h3 {
        font-size: 2.25rem;
    }

    .meeting-history-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .meeting-actions > span {
        flex: 1 1 auto;
    }

    .meeting-actions .meeting-primary {
        flex-basis: 100%;
    }

    .botless-copy h2 {
        font-size: 4.4rem;
    }

    .facts-panel {
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .fact-item,
    .fact-item:nth-child(2n),
    .fact-item:nth-child(n + 3) {
        min-height: 96px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .fact-item:last-of-type {
        border-bottom: 0;
    }

    .closing-cta {
        padding: 2rem 1.25rem;
    }

    .closing-cta h2 {
        font-size: 3rem;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ─── PÁGINA /entrar ────────────────────────────────────────── */
body.auth-page {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--canvas);
    color: var(--ink);
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.auth-shell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 2rem 1rem 3rem;
}

.auth-card {
    width: 100%;
    max-width: 410px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 2.5rem 2.25rem;
    box-shadow: var(--shadow);
    text-align: center;
}

.auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
    text-decoration: none;
    color: var(--ink);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.09em;
}

.auth-brand img {
    border-radius: 9px;
}

.auth-title {
    margin: 0 0 0.4rem;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.auth-sub {
    margin: 0 0 1.75rem;
    font-size: 0.87rem;
    line-height: 1.5;
    color: var(--ink-soft);
}

.auth-alert {
    margin: 0 0 1.25rem;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    background: #fdf1f1;
    border: 1px solid #f0d4d4;
    color: #a33a3a;
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: left;
}

/* Botão do Google: marca oficial em SVG inline (nada externo, CSP intacta). */
.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
    min-height: 48px;
    padding: 0.8rem 1rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--paper);
    color: var(--ink);
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.google-btn:hover {
    background: var(--mist);
    border-color: #c9ced3;
    box-shadow: 0 2px 10px rgba(21, 27, 45, 0.08);
}

.google-btn:focus-visible {
    outline: 3px solid var(--sand);
    outline-offset: 3px;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 1.4rem 0;
    color: var(--ink-soft);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line);
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    text-align: left;
}

.auth-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.auth-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink-soft);
}

.auth-input {
    width: 100%;
    padding: 0.78rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--canvas);
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    color: var(--ink);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.auth-input:focus {
    border-color: var(--ink);
    box-shadow: 0 0 0 3px rgba(21, 27, 45, 0.08);
}

.auth-error {
    margin: 0;
    color: #b23c3c;
    font-size: 0.8rem;
    font-weight: 500;
}

.auth-ok {
    margin: 0;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: rgba(68, 133, 108, 0.1);
    border: 1px solid rgba(68, 133, 108, 0.3);
    color: #2f6b55;
    font-size: 0.84rem;
    line-height: 1.5;
    text-align: left;
}

.auth-esqueci {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.82rem;
}

.auth-submit {
    width: 100%;
    min-height: 48px;
    margin-top: 0.35rem;
    border: 1px solid var(--ink);
    border-radius: 10px;
    background: var(--ink);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.auth-submit:hover:not(:disabled) {
    background: var(--ink-soft);
    transform: translateY(-1px);
}

.auth-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.auth-toggle {
    margin: 1.4rem 0 0;
    font-size: 0.85rem;
    color: var(--ink-soft);
}

.auth-toggle-link {
    background: none;
    border: none;
    padding: 0;
    margin-left: 0.35rem;
    color: var(--green);
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.auth-toggle-link:hover {
    color: var(--ink);
}

.auth-foot {
    margin: 0;
    font-size: 0.82rem;
}

.auth-foot a {
    color: var(--ink-soft);
    text-decoration: none;
}

.auth-foot a:hover {
    color: var(--ink);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .auth-card {
        padding: 2rem 1.4rem;
    }

    .auth-title {
        font-size: 1.3rem;
    }
}

/* ─── ÁREA DE CONTA / LOGIN NA LANDING ──────────────────────── */
.landing-account {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.landing-login,
.landing-logout {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0.4rem 0.2rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-color 180ms ease, color 180ms ease;
}

.landing-login:hover,
.landing-logout:hover {
    border-bottom-color: var(--sand);
}

.landing-login:focus-visible,
.landing-logout:focus-visible {
    outline: 3px solid var(--sand);
    outline-offset: 4px;
}

.landing-account-email {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink-soft);
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .landing-account {
        gap: 0.55rem;
    }

    .landing-account-email {
        display: none;
    }

    .landing-login,
    .landing-logout {
        font-size: 0.61rem;
    }
}
