@import url('style.css');

/* ════════════════════════════════════════════════
   BG-GROUP: 1 background fixo por seção
════════════════════════════════════════════════ */
.bg-group {
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s cubic-bezier(.4, 0, .2, 1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-group--visible {
    opacity: 1;
}

/* ── bg-group--hero (seção 1) ── */
.bg-group--hero {
    background-image: url('../img/paginas/assinatura-digital/bg/bg-1.jpg');
}

/* ── bg-group--problema (seção 2 + fluxo) ── */
.bg-group--problema {
    background-image: url('../img/paginas/assinatura-digital/bg/bg-2.jpg');
}

/* ── bg-group--funcionamento (seção 3) ── */
.bg-group--funcionamento {
    background-image: url('../img/paginas/assinatura-digital/bg/bg-3.jpg');
}

/* ── bg-group--automacao (seção 4) ── */
.bg-group--automacao {
    background-image: url('../img/paginas/assinatura-digital/bg/bg-4.jpg');
}

/* ── bg-group--diferenca (seção 5 + faq) ── */
.bg-group--diferenca {
    background-image: url('../img/paginas/assinatura-digital/bg/bg-2.jpg');
}

/* ── bg-group--contato (seção 6 + footer) ── */
.bg-group--contato {
    background-image: url('../img/paginas/assinatura-digital/bg/bg-6.jpg');
}

/* Aplica padding-top antes do fullPage.js inicializar — evita flash de layout */
#fullpage .section:not(.footer-section),
#fullpage .fp-section:not(.footer-section) {
    padding-top: 150px;
}

/* Remove padding-top do fullPage.js no wrapper do footer */
#fullpage .footer-section {
    padding-top: 0 !important;
}

/* ─── fullPage.js modo responsivo (mobile ≤ 900px) ─── */
/* Quando fullPage entra em modo responsivo, as seções scrollam livremente */
@media (max-width: 900px) {

    #fullpage .section:not(.footer-section):not(.hero),
    #fullpage .fp-section:not(.footer-section):not(.hero) {
        padding-top: 80px !important;
    }

    #fullpage .hero {
        padding-top: 110px !important;
        min-height: unset !important;
    }

    .fp-responsive #fullpage .section,
    .fp-responsive #fullpage .fp-section,
    .fp-responsive .section,
    .fp-responsive .fp-section {
        height: auto !important;
        min-height: unset !important;
    }

    .problema,
    .funcionamento,
    .automacao,
    .faq,
    .cta-demo {
        height: auto !important;
        min-height: unset !important;
        overflow: hidden !important;
    }

    .fp-overflow {
        background: transparent;
    }

    .bg-group {
        transition: opacity .2s ease;
    }

    #fp-nav {
        display: none !important;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    .site-wrapper {
        overflow-x: hidden;
    }
}

/* Remove badge "Made with fullPage.js" */
.fp-watermark {
    display: none !important;
}

/* hero inicial visível sem esperar o fullPage ativar */
.bg-group--hero {
    opacity: 1;
}


.site-wrapper {
    position: relative;
    z-index: 1
}

.hero {
    min-height: calc(100vh - 147px);
    display: flex;
    align-items: center;
    padding: 60px 0 80px
}

.hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 90px
}

.hero__content {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-white);
    background: #ffffff24;
    opacity: 0;
    animation: fade-up .6s .1s ease forwards;
}

.hero__headline {
    font-size: clamp(3rem, 3vw, 3rem);
    font-weight: 400;
    line-height: 0.9;
    color: var(--text-white);
    opacity: 0;
    animation: fade-up .6s .2s ease forwards
}

.hero__headline .hl-grad {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600
}

.hero__subline {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: var(--text-white);
    opacity: 0;
    animation: fade-up .6s .32s ease forwards
}

.hero__cta-group {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    opacity: 0;
    animation: fade-up .6s .44s ease forwards;
    flex-direction: column
}

.hero__cta-group .btn-primary {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 9px 30px;
    border-radius: 6px;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-white) !important;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 9px;
    background: #ffffff16;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-ghost:hover {
    color: var(--text-white);
    border-color: rgba(255, 255, 255, .25)
}

.hero__visual {
    position: relative;
    opacity: 0;
    display: flex;
    animation: fade-right .8s .3s ease forwards;
    justify-content: flex-end;
}

.hero__gif {
    display: block;
    height: 350px;
    object-fit: contain;
    border-radius: 12px
}

.hero__floating {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .35);
    animation: float-card 4s ease-in-out infinite
}

@keyframes float-card {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

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

@keyframes fade-right {
    from {
        opacity: 0;
        transform: translateX(30px)
    }

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

.problema {
    position: relative;
    overflow: hidden;
    padding: 95px 0
}

.problema .container {
    position: relative;
    z-index: 2
}

.problema__inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.problema__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.problema__tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-white);
    background: #ffffff24;
    opacity: 0;
    animation: fade-up .6s .1s ease forwards;
}

.problema__title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: .98;
    font-weight: 300;
    color: var(--text-white);
    margin-bottom: 30px;
}

.problema__title strong {
    font-weight: 600;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.problema__desc {
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 300;
    color: var(--text-mid);
    margin-bottom: 30px
}

.problema__desc strong {
    color: var(--text-blue);
    font-weight: 600;
    font-size: 1.7rem
}

.problema__desc.color strong {
    background: var(--gradient-problema);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 1.7rem
}

.problema__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}

.problema__visual img {
    width: 100%;
    max-width: 600px;
    display: block;
    border-radius: 30px;
    box-shadow: 0 12px 32px rgba(8, 20, 49, .18)
}

/* ── Comparison Cards (problema section) ── */
.problema__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.comp-card {
    background: transparent;
    border-radius: 20px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .1),
        0 0 0 1px rgba(110, 168, 255, .15),
        0 20px 50px -20px rgba(58, 130, 255, .5);
    border-color: rgba(110, 168, 255, .45);
    padding: 20px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    backdrop-filter: blur(6px);
}

.comp-card__icon {

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.comp-card__icon img {
    width: 61px;
    height: auto;
    filter: brightness(110);
}

.comp-card__title {
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--text-white);
    text-align: center;
    line-height: 1.2;
}

.comp-card__title strong {
    font-weight: 700;
    color: var(--color-blue-light);
}

.comp-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.comp-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-white);
    line-height: 1.4;
    text-align: start;
}

.comp-card__list li img {
    width: 22px;
    height: auto;
    flex-shrink: 0;
    margin-top: 3px;
    filter: brightness(110);
}

.comp-card__footer {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    padding-top: 8px;
    border-top: 1px solid #ffffff14;
}

.comp-card__footer--bad {
    color: var(--text-white);
}

.comp-card__footer--bad strong {
    font-weight: 700;
    color: var(--color-blue-light);
}

.comp-card__footer--good {
    color: var(--text-white);
}

.comp-card__footer--good strong {
    font-weight: 700;
    color: var(--color-blue-light);
}

@media (max-width: 640px) {
    .problema__cards {
        grid-template-columns: 1fr;
    }
}

/* ─────────────────────────────────────────── */

.funcionamento {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px;
    display: flex;
    align-items: center;
}

.funcionamento .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
}

/* ── 2 colunas: título esq / carrossel dir ── */
.funcionamento__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    justify-items: center;
    width: 100%;
}

.funcionamento__left {
    display: flex;
    gap: 28px;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.funcionamento__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: var(--text-white);
    font-size: .88rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.funcionamento__title {
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1;
    font-weight: 300;
    color: var(--text-white);
    letter-spacing: -.03em;
    margin: 0;
}

.funcionamento__title strong {
    font-weight: 700;
    color: var(--color-blue-light);
}

.funcionamento__icon img {
    width: 50px;
    height: 50px;
}

/* Setas na coluna esquerda */
.funcionamento__arrows {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Coluna direita: clipa o carrossel */
.funcionamento__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    min-width: 0;
}

.fluxo {
    position: relative;
    padding: 110px 0 120px;
    overflow: hidden
}

.fluxo__wrap {
    display: contents;
    /* dissolve o wrapper — o layout é feito por funcionamento__right */
}

/* ── Progress bar ── */
.fluxo__progress {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, .18);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 4px;
}

.fluxo__progress-fill {
    height: 100%;
    background: var(--color-blue-light, #4ea8e8);
    border-radius: 99px;
    transition: width .45s cubic-bezier(.4, 0, .2, 1);
}

/* ── Carousel stage (overflow visible — clipping handled by .fluxo__wrap) ── */
.fluxo__cards {
    position: relative;
    overflow: visible;
    width: 100%;
    padding: 24px 0 32px;
}

/* ── Track: natural flex, pixel-based centering via JS ── */
.fluxo__track {
    display: flex;
    gap: 28px;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

/* ── Dots dentro da coluna direita ── */
.fluxo__dots {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 4px 0;
}

.fluxo__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s, opacity .2s;
    flex-shrink: 0;
    line-height: 1;
    padding: 0;
}

.fluxo__arrow:hover:not(:disabled) {
    background: rgba(255, 255, 255, .22);
    border-color: rgba(255, 255, 255, .6);
}

.fluxo__arrow:disabled {
    opacity: .3;
    cursor: default;
}

.fluxo__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    transition: background .3s, width .3s;
    cursor: pointer;
    border: none;
    padding: 0;
    flex-shrink: 0;
}

.fluxo__dot.is-active {
    background: #fff;
    width: 22px;
    border-radius: 4px;
}

/* ── Scroll hint (na coluna esquerda) ── */
.fluxo__hint {
    font-size: .8rem;
    color: rgba(255, 255, 255, .4);
    letter-spacing: .04em;
    margin: 0;
    line-height: 1.4;
}

.fluxo__top {
    background: var(--text-white);
    border-radius: 33px;
    padding: 100px 70px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 34px;
    align-items: center
}

.fluxo__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: var(--color-info-bg);
    color: var(--text-blue);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px
}

.fluxo__title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1;
    font-weight: 400;
    color: var(--text-mid);
    margin-bottom: 22px
}

.fluxo__title strong {
    font-weight: 700
}

.fluxo__title .grad {
    background: var(--text-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.fluxo__desc {
    font-size: 1.2rem;
    line-height: 1;
    color: var(--text-mid);
    margin-bottom: 22px
}

.fluxo__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.fluxo__list li {
    position: relative;
    padding-left: 24px;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--text-mid)
}

.fluxo__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--color-success);
    color: var(--text-white);
    font-size: .62rem;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.fluxo__image {
    display: flex;
    justify-content: center;
    align-items: center
}

.fluxo__image img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08)
}

/* ── Peek carousel card ── */
.fluxo-card {
    flex: 0 0 440px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 32px 28px 28px;
    border-radius: 20px;
    min-height: 300px;
    overflow: hidden;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
    opacity: 0.45;
    transition: background .4s, box-shadow .4s, opacity .4s, border-color .4s;
    cursor: pointer;
    align-items: flex-start;
}

.fluxo-card.is-active {
    background: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .1),
        0 0 0 1px rgba(110, 168, 255, .15),
        0 20px 50px -20px rgba(58, 130, 255, .5);
    border-color: rgba(110, 168, 255, .45);
    opacity: 1;
    cursor: default;
}

.fluxo-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 999px;
    background: var(--color-info-bg);
    color: var(--text-blue);
    font-size: .88rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: background .4s, color .4s;
}

.fluxo-card:not(.is-active) .fluxo-card__tag {
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .8);
}

.fluxo-card__title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-dark);
    margin: 0;
    transition: color .4s;
    text-align: start;
}

.fluxo-card:not(.is-active) .fluxo-card__title {
    color: rgba(255, 255, 255, .95);
}

.fluxo-card__desc {
    font-size: .95rem;
    line-height: 1.5;
    color: var(--text-mid);
    flex: 1;
    transition: color .4s;
    text-align: start;
}

.fluxo-card:not(.is-active) .fluxo-card__desc {
    color: rgba(255, 255, 255, .45);
}

/* ── Large decorative step number ── */
.fluxo-card__number {
    position: absolute;
    bottom: -22px;
    right: 12px;
    font-size: clamp(5.5rem, 8vw, 8.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.06em;
    color: rgba(0, 0, 0, .07);
    pointer-events: none;
    transition: color .4s;
    font-variant-numeric: tabular-nums;
}

.fluxo-card:not(.is-active) .fluxo-card__number {
    color: rgba(255, 255, 255, .09);
}

.fluxo-card__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.fluxo-card__list li p {
    position: relative;
    padding-left: 30px;
    font-size: 1.2rem;
    line-height: 22px;
    color: var(--text-mid)
}

.fluxo-card__list li p::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--color-success);
    color: var(--text-white);
    font-size: .62rem;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.automacao {
    position: relative;
    overflow: hidden;
    padding: 30px 0 40px
}

.automacao .container {
    position: relative;
    z-index: 2
}

.automacao__inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
    justify-items: center
}

.automacao__content {
    position: relative;
    z-index: 3
}

.automacao__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    color: var(--text-white);
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px
}

.automacao__title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: .98;
    font-weight: 300;
    color: var(--text-white);
    margin-bottom: 24px;
    letter-spacing: -.03em
}

.automacao__title strong {
    font-weight: 700;
    color: var(--color-blue-light)
}

.automacao__desc {
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 300;
    color: rgba(255, 255, 255, .95);
    margin-bottom: 35px
}

.automacao__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 520px;
    margin-bottom: 35px
}

.automacao__list li {
    position: relative;
    padding-left: 28px;
    font-size: 1rem;
    line-height: 1;
    color: var(--text-white);
    font-weight: 400
}

.automacao__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-success);
    color: var(--text-white);
    font-size: .72rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center
}

/* ── Fluxo Controls (Dots & Arrows) ── */
.fluxo__controls {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    justify-content: center;
}

.automacao__visual {
    position: relative;
    display: grid;
    grid-template-columns: 580px 580px;
    gap: 40px;
    justify-content: center;
    align-items: center;
    z-index: 3
}

.automacao__visual img {
    max-width: 600px;
    height: 500px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(8, 20, 49, .18)
}

.automacao__shape {
    position: absolute;
    right: 80px;
    top: 400px;
    width: 880px;
    height: 880px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .85);
    background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .10) 32%, rgba(255, 255, 255, .04) 55%, rgba(255, 255, 255, .01) 72%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.automacao__shape::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 61% 63%, transparent 63%, rgba(255, 255, 255, 0.5) 84%, rgba(255, 255, 255, 1) 100%)
}

.automacao .container,
.automacao__content,
.automacao__visual,
.automacao__bar {
    position: relative;
    z-index: 2;
    text-align: center
}

.automacao__bar {
    margin-top: 95px;
    background: var(--gradient-cta);
    color: var(--text-white);
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    padding: 12px 20px;
    position: relative;
    z-index: 3
}

.automacao-card-wrap {
    background: rgba(255, 255, 255, .97);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(8, 20, 49, .12), 0 1px 4px rgba(8, 20, 49, .06);
    border: 1px solid rgba(220, 230, 245, .8);
    padding: 28px 24px 24px;
}

.automacao-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.automacao-card__tag {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .1em;
    color: var(--text-mid);
    opacity: .55;
    text-transform: uppercase;
}

/* ── Imagem decorativa no fundo do card (Funcionalidades) ── */
.automacao-card__image-bg {
    position: absolute;
    bottom: -6px;
    right: -10px;
    width: 120px;
    height: 120px;
    object-fit: contain;
    opacity: 0.08;
    pointer-events: none;
    transition: opacity .4s, transform .4s, filter .4s;
    filter: grayscale(1) brightness(1.2);
}

.fluxo-card.is-active .automacao-card__image-bg {
    opacity: 0.15;
    filter: grayscale(0) brightness(1);
    transform: scale(1.05);
}

.automacao-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.25;
}

.automacao-card__desc {
    font-size: .85rem;
    color: var(--text-mid);
    line-height: 1.55;
}

.diferenca-real {
    position: relative;
    padding: 120px 0;
    overflow: hidden
}

.diferenca-real__header {
    text-align: center;
    margin-bottom: 90px
}

.diferenca-real__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    border-radius: 999px;
    background: var(--color-info-bg);
    color: var(--text-blue);
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px
}

.diferenca-real__title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 40px
}

.diferenca-real__subtitle {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 300;
    color: var(--text-mid)
}

.diferenca-real__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px
}

.diferenca-card {
    background: var(--text-white);
    border-radius: 14px;
    padding: 50px 0;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(17, 24, 39, .06);
    position: relative;
    transition: transform var(--transition), box-shadow var(--transition);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.diferenca-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 90%;
    height: 3px;
    border-radius: 14px 14px 0 0;
    background: var(--gradient-problema)
}

.diferenca-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -47px;
    transform: translateY(-50%);
    width: 55px;
    height: 6px;
    border-radius: 999px;
    background: var(--gradient-purple);
    z-index: 2
}

.diferenca-seta {
    position: absolute;
    top: 20%;
    right: -50px;
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    border-top: 6px solid #73e1e9;
    border-right: 6px solid #73e1e9;
    z-index: 2
}

.diferenca-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover)
}

.diferenca-card__number {
    font-size: clamp(2.6rem, 4vw, 3.5rem);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.04em;
    margin-bottom: 20px;
    background: var(--gradient-problema);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.diferenca-card__headline {
    font-size: 1.55rem;
    line-height: 1.08;
    font-weight: 800;
    color: var(--text-mid);
    margin-bottom: 18px;
    letter-spacing: -.02em
}

.diferenca-card__text {
    font-size: 1.2rem;
    line-height: 1.18;
    font-weight: 700;
    color: var(--text-mid);
    margin-bottom: 18px
}

.diferenca-card__desc {
    font-size: 1.1rem;
    line-height: 1;
    color: var(--text-mid)
}

.diferenca-card__desc span {
    font-weight: 600;
    background: var(--gradient-problema);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.faq {
    padding: 110px 0 110px;
}

.faq__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px
}

.faq__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-info-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--text-blue);
    font-size: 1.4rem
}

.faq__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: var(--text-blue);
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.faq__box {
    max-width: 900px;
    margin: 0 auto;
    background: var(--text-white);
    border-radius: 24px;
    padding: 30px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 10px
}

.faq__item:last-child {
    border-bottom: none
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-blue);
    text-align: left;
    gap: 20px;
    height: 42px
}

.faq__icon-plus {
    font-size: 2.8rem;
    font-weight: 300;
    color: var(--text-blue);
    transition: transform 0.3s ease
}

.faq__item.active .faq__icon-plus {
    transform: rotate(45deg)
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease
}

.faq__answer p {
    padding: 5px 0 18px;
    font-size: 0.95rem;
    color: var(--text-mid)
}

.faq__item.active .faq__answer {
    max-height: 200px
}

.cta-demo {
    position: relative;
    overflow: hidden;
    padding: 110px 0
}

.cta-demo .container {
    position: relative;
    z-index: 2
}

.cta-demo__inner {
    display: grid;
    grid-template-columns: .95fr .82fr;
    gap: 70px;
    align-items: center
}

.cta-demo__content {
    position: relative;
    z-index: 2
}

.cta-demo__title {
    font-size: clamp(2.4rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 300;
    color: var(--text-white);
    margin-bottom: 34px
}

.cta-demo__title strong {
    font-weight: 700;
    background: var(--color-blue-light);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.cta-demo__desc {
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 300;
    color: var(--text-white);
    margin-bottom: 34px
}

.cta-demo__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 3px 22px;
    border-radius: 8px;
    background: var(--gradient-primary);
    color: var(--text-white);
    font-size: 1.7rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(26, 61, 30, .18);
    transition: var(--transition)
}

.cta-demo__whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(26, 61, 30, .24)
}

.cta-demo__whatsapp-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    flex-shrink: 0
}

.cta-demo__whatsapp-icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.cta-demo__form-wrap {
    position: relative;
    z-index: 2
}

.cta-demo__form {
    background: var(--text-white);
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 18px 42px rgba(8, 20, 49, .16)
}

.cta-demo__form-title {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px
}

.cta-demo__form-subtitle {
    font-size: 0.9rem;
    line-height: 1.25;
    color: var(--color-navy);
    margin-bottom: 26px
}

.cta-demo__field {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 16px
}

.cta-demo__field label {
    font-size: .95rem;
    line-height: 1;
    font-weight: 700;
    color: var(--text-mid)
}

.cta-demo__field input,
.cta-demo__field select {
    width: 100%;
    height: 48px;
    border: 1px solid var(--color-gray-mid);
    border-radius: 8px;
    background: var(--text-white);
    padding: 0 14px;
    font-family: var(--font-primary);
    font-size: 1rem;
    color: var(--text-mid);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition)
}

.cta-demo__field input::placeholder {
    color: var(--color-gray-mid)
}

.cta-demo__field input:focus,
.cta-demo__field select:focus {
    border-color: var(--text-blue);
    box-shadow: 0 0 0 3px rgba(26, 69, 146, .10)
}

.cta-demo__submit {
    width: 100%;
    min-height: 52px;
    border: none;
    border-radius: 8px;
    background: var(--text-blue);
    color: var(--text-white);
    font-family: var(--font-primary);
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    transition: var(--transition)
}

.cta-demo__submit:hover {
    background: var(--color-navy);
    transform: translateY(-1px)
}

.cta-demo__note {
    text-align: center;
    font-size: .92rem;
    line-height: 1.3;
    color: var(--color-navy);
    margin-top: 14px
}

.cta-demo__orb {
    position: absolute;
    right: 0;
    bottom: -665px;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .16);
    background: radial-gradient(circle at 61% 63%, transparent 45%, rgba(255, 255, 255, 0.2) 84%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 1
}

.cta-demo__orb::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .07)
}

@media (max-width:1400px) {
    .hero__headline {
        font-size: 2.8rem
    }

    .hero__inner {
        gap: 60px
    }

    .hero__floating.hero__floating--1 img {
        height: 110px
    }

    .hero__floating.hero__floating--2 img {
        height: 215px
    }

    .hero__floating--1 {
        top: -140px;
        left: 50px
    }

    .hero__floating--2 {
        top: -80px;
        right: -40px
    }

    .problema__inner {
        gap: 40px
    }

    .automacao__shape {
        width: 700px;
        height: 700px;
        right: 100px;
        bottom: -180px
    }

    .diferenca-real__grid {
        gap: 20px
    }

    .cta-demo__inner {
        gap: 50px
    }

    .cta-demo__title {
        font-size: 3.2rem
    }
}

@media (max-width:1199px) {
    .hero__headline {
        font-size: 2.5rem;
        line-height: 1
    }

    .hero__subline {
        font-size: 1.25rem
    }

    .hero__inner {
        gap: 40px
    }

    .hero__floating.hero__floating--1 img {
        height: 95px
    }

    .hero__floating.hero__floating--2 img {
        height: 180px
    }

    .hero__floating--1 {
        top: -110px;
        left: 20px
    }

    .hero__floating--2 {
        top: -50px;
        right: -20px
    }

    .problema__inner {
        grid-template-columns: 1fr 1fr;
        gap: 36px
    }

    .problema__title {
        font-size: 2.4rem
    }

    .problema__desc {
        font-size: 1.35rem
    }

    .problema__desc strong {
        font-size: 1.5rem
    }

    .problema__desc.color strong {
        font-size: 1.5rem
    }

    .funcionamento__title {
        font-size: 2.6rem
    }

    .fluxo__cards {
        padding: 16px 0 24px;
    }

    .fluxo-card {
        padding: 28px 22px 36px
    }

    .fluxo-card__title {
        font-size: 1.55rem
    }

    .automacao {
        padding: 90px 0
    }

    .automacao__inner {
        gap: 36px
    }

    .automacao__title {
        font-size: 2.5rem
    }

    .automacao__visual {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        display: grid
    }

    .automacao__shape {
        width: 600px;
        height: 600px;
        right: 60px;
        bottom: -150px
    }

    .diferenca-real__title {
        font-size: 2.4rem
    }

    .diferenca-real__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }

    .cta-demo__inner {
        gap: 40px
    }

    .cta-demo__title {
        font-size: 2.8rem
    }
}

@media (max-width:1024px) {
    .hero {
        padding: 50px 0 70px;
        min-height: auto
    }

    .hero__inner {
        gap: 30px
    }

    .hero__headline {
        font-size: 2.2rem;
        line-height: 1
    }

    .hero__subline {
        font-size: 1.1rem
    }

    .hero__content {
        gap: 26px
    }

    .hero__cta-group .btn-primary {
        font-size: 1.3rem;
        padding: 12px 22px
    }

    .hero__floating.hero__floating--1 img {
        height: 80px
    }

    .hero__floating.hero__floating--2 img {
        height: 150px
    }

    .hero__floating--1 {
        top: -90px;
        left: 0px
    }

    .hero__floating--2 {
        top: -30px;
        right: -10px
    }

    .problema {
        padding: 75px 0
    }

    .problema__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: auto;
        text-align: center
    }

    .problema__title {
        font-size: 2.2rem
    }

    .problema__desc {
        font-size: 1.25rem
    }

    .problema__desc strong {
        font-size: 1.4rem
    }

    .problema__desc.color strong {
        font-size: 1.4rem
    }

    .problema__visual img {
        max-width: 480px;
        margin: 0 auto
    }

    .funcionamento__inner {
        grid-template-columns: 260px 1fr;
        gap: 40px;
    }

    .funcionamento__title {
        font-size: 2rem;
    }

    .funcionamento__badge {
        font-size: .82rem
    }

    .fluxo-card {
        flex: 0 0 320px;
        min-height: 260px;
    }

    .fluxo-card__title {
        font-size: 1.45rem
    }

    .automacao {
        padding: 75px 0
    }

    .automacao__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: auto;
        text-align: center
    }

    .automacao__visual {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .automacao__shape {
        width: 500px;
        height: 500px;
        right: -100px;
        bottom: -100px
    }

    .automacao__tag {
        font-size: 1rem
    }

    .automacao__title {
        font-size: 2.2rem
    }

    .automacao__desc {
        font-size: 1.15rem;
        line-height: 1.4;
        margin-left: auto;
        margin-right: auto
    }

    .automacao__list {
        margin-left: auto;
        margin-right: auto;
        text-align: left
    }

    .diferenca-real {
        padding: 75px 0
    }

    .diferenca-real__header {
        text-align: center;
        margin-bottom: 40px
    }

    .diferenca-real__title {
        font-size: 2.2rem
    }

    .diferenca-real__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .faq {
        padding: 75px 0 85px
    }

    .cta-demo {
        padding: 75px 0
    }

    .cta-demo__inner {
        grid-template-columns: 1fr 1fr;
        gap: 36px
    }

    .cta-demo__title {
        font-size: 2.4rem
    }

    .cta-demo__desc {
        font-size: 1.2rem;
        line-height: 1.4
    }
}

@media (max-width:991px) {
    .hero__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: start
    }

    .hero__content {
        align-items: start
    }

    .hero__cta-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .hero__visual {
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 0
    }

    .hero__floating--1 {
        top: -50px;
        left: 5%
    }

    .hero__floating--2 {
        top: 30px;
        right: 5%
    }

    .problema__tag,
    .automacao__tag {
        font-size: 1.1rem;
        padding: 8px 20px
    }

    /* funcionamento vira 1 coluna em < 991px */
    .funcionamento__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .funcionamento__left {
        gap: 18px;
    }

    .funcionamento__title {
        font-size: 1.9rem;
    }

    .fluxo-card {
        flex: 0 0 280px;
        min-height: 240px;
        padding: 24px 20px 20px;
    }

    .cta-demo__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center
    }

    .cta-demo__content {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:768px) {

    /* ── Mobile: trocar imagens por versões mobile ── */
    .bg-group--hero {
        background-image: url('../img/paginas/assinatura-digital/bg/bg-1-mobile.jpg');
    }

    .bg-group--problema {
        background-image: url('../img/paginas/assinatura-digital/bg/bg-2-mobile.jpg');
    }

    .bg-group--funcionamento {
        background-image: url('../img/paginas/assinatura-digital/bg/bg-2-mobile.jpg');
    }

    .bg-group--automacao {
        background-image: url('../img/paginas/assinatura-digital/bg/bg-4-mobile.jpg');
    }

    .bg-group--diferenca {
        background-image: url('../img/paginas/assinatura-digital/bg/bg-5-mobile.jpg');
    }

    .bg-group--contato {
        background-image: url('../img/paginas/assinatura-digital/bg/bg-6-mobile.jpg');
    }

    .hero {
        padding: 80px 0 100px
    }

    .hero__headline {
        font-size: 1.95rem;
        line-height: 1.05;
        text-align: center
    }

    .hero__badge {
        font-size: .9rem;
        padding: 7px 16px
    }

    .hero__subline {
        font-size: 1rem;
        line-height: 1.5;
        text-align: center
    }

    .hero__content {
        gap: 22px;
        align-items: center
    }

    .hero__cta-group {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        width: 100%
    }

    .hero__cta-group .btn-primary {
        font-size: 1.2rem;
        padding: 13px 24px;
        width: 100%;
        max-width: 320px;
        text-align: center
    }

    .btn-ghost {
        font-size: 1rem;
        width: 100%;
        max-width: 320px;
        text-align: center;
        justify-content: center
    }

    .hero__visual {
        margin-top: 20px
    }

    .hero__floating {
        display: none
    }

    .problema {
        padding: 100px 0
    }

    .problema__tag {
        font-size: 1rem;
        padding: 8px 18px;
        margin-bottom: 20px
    }

    .problema__title {
        font-size: 1.9rem;
        margin-bottom: 22px
    }

    .problema__desc {
        font-size: 1.15rem;
        line-height: 1.45;
        margin-bottom: 20px
    }

    .problema__desc strong {
        font-size: 1.25rem
    }

    .problema__desc.color strong {
        font-size: 1.25rem
    }

    .problema__visual img {
        border-radius: 18px
    }

    .funcionamento {
        padding: 90px 0
    }

    .funcionamento__title {
        font-size: 1.9rem
    }

    .funcionamento__badge {
        font-size: .82rem;
        padding: 8px 18px
    }

    .funcionamento__icon {
        width: 40px;
        height: 40px
    }

    .fluxo {
        padding: 100px 0 110px
    }

    .fluxo-card {
        flex: 0 0 350px;
        padding: 24px 22px 22px;
        min-height: 250px;
        border-radius: 16px;
        gap: 12px;
    }

    .fluxo-card__title {
        font-size: 1.4rem
    }

    .fluxo-card__desc {
        font-size: 1rem;
    }


    .automacao {
        padding: 100px 0
    }

    .automacao__tag {
        font-size: .85rem;
        padding: 7px 14px;
        margin-bottom: 18px
    }

    .automacao__title {
        font-size: 1.85rem;
        margin-bottom: 18px
    }

    .automacao__desc {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 24px
    }

    .automacao__list {
        gap: 10px;
        margin-bottom: 24px
    }

    .automacao__list li {
        font-size: .95rem;
        line-height: 1.4
    }

    .automacao__visual {
        grid-template-columns: 1fr
    }

    .automacao-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 15px
    }

    .automacao__shape {
        width: 340px;
        height: 340px;
        right: -120px;
        bottom: -80px;
        border-width: 2px
    }

    .diferenca-real {
        padding: 100px 0
    }

    .diferenca-real__title {
        font-size: 1.9rem;
        margin-bottom: 22px
    }

    .diferenca-real__grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .diferenca-seta {
        display: none
    }

    .diferenca-card:not(:last-child)::after {
        display: none
    }

    .faq {
        padding: 90px 0 110px
    }

    .faq__header {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px
    }

    .faq__title {
        font-size: 1.85rem;
        text-align: center
    }

    .faq__box {
        padding: 20px;
        border-radius: 18px
    }

    .faq__question {
        font-size: .95rem;
        height: auto;
        padding: 8px 0
    }

    .faq__icon-plus {
        font-size: 2.2rem
    }

    .cta-demo {
        padding: 90px 0 110px
    }

    .cta-demo__title {
        font-size: 2rem;
        margin-bottom: 22px
    }

    .cta-demo__desc {
        font-size: 1rem;
        line-height: 1.45;
        margin-bottom: 22px
    }

    .cta-demo__whatsapp {
        width: 100%;
        min-height: 50px;
        font-size: 1.1rem;
        padding: 12px 16px
    }

    .cta-demo__form {
        padding: 24px 20px;
        border-radius: 16px;
        text-align: left
    }

    .cta-demo__form-title {
        font-size: 1.45rem;
        margin-bottom: 10px
    }

    .cta-demo__form-subtitle {
        font-size: .9rem;
        margin-bottom: 20px
    }

    .cta-demo__field input,
    .cta-demo__field select {
        height: 46px;
        font-size: .95rem
    }

    .cta-demo__submit {
        min-height: 50px;
        font-size: 1rem
    }

    .cta-demo__orb {
        width: 600px;
        height: 600px;
        right: -200px;
        bottom: -400px;
        border-width: 2px
    }
}

@media (max-width:560px) {
    .hero {
        padding: 32px 0 50px
    }

    .hero__headline {
        font-size: 1.7rem;
        line-height: 1.08
    }

    .hero__badge {
        font-size: .8rem;
        padding: 6px 14px
    }

    .hero__subline {
        font-size: .95rem;
        line-height: 1.5
    }

    .hero__content {
        gap: 18px
    }

    .hero__cta-group .btn-primary {
        font-size: 1.1rem;
        padding: 12px 20px
    }

    .btn-ghost {
        font-size: .9rem
    }

    .hero__gif-wrapper img {
        max-width: 100%
    }

    .problema {
        padding: 70px 0 80px
    }

    .problema__tag {
        font-size: .9rem;
        padding: 7px 14px
    }

    .problema__title {
        font-size: 1.7rem
    }

    .problema__desc {
        font-size: 1.05rem;
        margin-bottom: 16px
    }

    .problema__desc strong {
        font-size: 1.15rem
    }

    .problema__desc.color strong {
        font-size: 1.15rem
    }

    .funcionamento {
        padding: 70px 0 80px
    }

    .funcionamento__title {
        font-size: 1.7rem
    }

    .funcionamento__badge {
        font-size: .78rem
    }

    .fluxo {
        padding: 50px 0 60px
    }

    .fluxo-card {
        padding: 22px 16px 28px;
        border-radius: 14px
    }

    .fluxo-card__title {
        font-size: 1.3rem
    }

    .fluxo-card__desc {
        font-size: .95rem
    }

    .fluxo-card__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px
    }

    .automacao {
        padding: 70px 0 80px
    }

    .automacao__title {
        font-size: 1.7rem
    }

    .automacao__desc {
        font-size: .95rem;
        margin-bottom: 18px
    }

    .automacao__list {
        gap: 8px
    }

    .automacao__list li {
        font-size: .9rem
    }

    .automacao-card-wrap {
        padding: 12px 20px
    }

    .automacao-card__title {
        font-size: 1.35rem
    }

    .automacao__shape {
        width: 260px;
        height: 260px;
        right: -100px;
        bottom: -60px;
        border-width: 1.5px
    }

    .diferenca-real {
        padding: 50px 0
    }

    .diferenca-real__title {
        font-size: 1.7rem
    }

    .diferenca-real__subtitle {
        font-size: 1.05rem
    }

    .faq {
        padding: 50px 0 60px
    }

    .faq__title {
        font-size: 1.6rem
    }

    .faq__question {
        font-size: .88rem;
        gap: 14px
    }

    .faq__icon-plus {
        font-size: 1.9rem
    }

    .faq__box {
        padding: 16px;
        border-radius: 14px
    }

    .cta-demo {
        padding: 50px 0
    }

    .cta-demo__title {
        font-size: 1.75rem
    }

    .cta-demo__desc {
        font-size: .95rem
    }

    .cta-demo__whatsapp {
        font-size: 1rem;
        padding: 12px 14px
    }

    .cta-demo__form {
        padding: 20px 16px;
        border-radius: 14px
    }

    .cta-demo__form-title {
        font-size: 1.3rem
    }

    .cta-demo__field input,
    .cta-demo__field select {
        height: 44px;
        font-size: .92rem
    }

    .cta-demo__submit {
        min-height: 48px;
        font-size: .95rem
    }

    .cta-demo__note {
        font-size: .82rem
    }

    .cta-demo__orb {
        width: 420px;
        height: 420px;
        right: -150px;
        bottom: -280px
    }
}

@media (max-width:440px) {
    .hero__headline {
        font-size: 1.5rem
    }

    .hero__badge {
        font-size: .75rem;
        padding: 6px 12px
    }

    .hero__subline {
        font-size: .9rem
    }

    .hero__content {
        gap: 16px
    }

    .hero__cta-group .btn-primary {
        font-size: 1rem;
        padding: 11px 18px
    }

    .btn-ghost {
        font-size: .85rem;
        padding: 8px 14px
    }

    .problema__tag {
        font-size: .82rem;
        padding: 6px 12px
    }

    .problema__title {
        font-size: 1.55rem
    }

    .problema__desc {
        font-size: 1rem
    }

    .problema__desc strong {
        font-size: 1.1rem
    }

    .problema__desc.color strong {
        font-size: 1.1rem
    }

    .funcionamento__title {
        font-size: 1.55rem
    }

    .funcionamento__badge {
        font-size: .75rem;
        padding: 7px 12px
    }

    .fluxo-card {
        padding: 18px 14px 24px;
        border-radius: 12px
    }

    .fluxo-card__title {
        font-size: 1.2rem
    }

    .fluxo-card__desc {
        font-size: .9rem
    }

    .fluxo-card__icon {
        font-size: 1.2rem;
        width: 36px;
        height: 36px;
        margin-bottom: 14px
    }

    .automacao__tag {
        font-size: .8rem;
        padding: 6px 12px
    }

    .automacao__title {
        font-size: 1.55rem
    }

    .automacao__desc {
        font-size: .9rem
    }

    .automacao__list li {
        font-size: .85rem
    }

    .automacao__shape {
        width: 200px;
        height: 200px;
        right: -80px;
        border-width: 1px
    }

    .diferenca-real__title {
        font-size: 1.55rem
    }

    .faq__title {
        font-size: 1.45rem
    }

    .faq__question {
        font-size: .83rem;
        gap: 12px
    }

    .faq__icon-plus {
        font-size: 1.7rem
    }

    .faq__box {
        padding: 14px;
        border-radius: 12px;
        gap: 6px
    }

    .cta-demo__title {
        font-size: 1.6rem
    }

    .cta-demo__desc {
        font-size: .9rem
    }

    .cta-demo__form {
        padding: 18px 14px;
        border-radius: 12px
    }

    .cta-demo__form-title {
        font-size: 1.2rem
    }

    .cta-demo__field label {
        font-size: .82rem
    }

    .cta-demo__field input,
    .cta-demo__field select {
        height: 42px;
        font-size: .88rem;
        padding: 0 12px
    }

    .cta-demo__submit {
        min-height: 46px;
        font-size: .9rem
    }

    .cta-demo__note {
        font-size: .78rem
    }

    .cta-demo__orb {
        width: 320px;
        height: 320px;
        right: -130px;
        bottom: -210px;
        border-width: 1.5px
    }
}

@media (max-width:400px) {
    .hero {
        padding: 28px 0 44px
    }

    .hero__headline {
        font-size: 1.38rem;
        letter-spacing: -.01em
    }

    .hero__badge {
        font-size: .7rem;
        padding: 5px 11px
    }

    .hero__subline {
        font-size: .85rem;
        line-height: 1.6
    }

    .hero__content {
        gap: 14px
    }

    .hero__cta-group .btn-primary {
        font-size: .95rem;
        padding: 10px 16px
    }

    .btn-ghost {
        font-size: .82rem;
        padding: 8px 12px
    }

    .problema {
        padding: 60px 0 70px
    }

    .problema__tag {
        font-size: .78rem;
        margin-bottom: 16px
    }

    .problema__title {
        font-size: 1.4rem;
        margin-bottom: 18px
    }

    .problema__desc {
        font-size: .95rem;
        line-height: 1.5;
        margin-bottom: 14px
    }

    .problema__desc strong {
        font-size: 1.05rem
    }

    .problema__desc.color strong {
        font-size: 1.05rem
    }

    .funcionamento {
        padding: 60px 0 70px
    }

    .funcionamento__title {
        font-size: 1.4rem
    }

    .funcionamento__badge {
        font-size: .72rem
    }

    .funcionamento__icon {
        width: 34px;
        height: 34px
    }

    .fluxo {
        padding: 44px 0 52px
    }

    .fluxo-card {
        padding: 16px 12px 20px;
        border-radius: 10px
    }

    .fluxo-card__title {
        font-size: 1.1rem;
        margin-bottom: 20px
    }

    .fluxo-card__desc {
        font-size: .85rem;
        line-height: 1.45
    }

    .fluxo-card__icon {
        width: 32px;
        height: 32px;
        margin-bottom: 12px;
        border-radius: 8px
    }

    .automacao {
        padding: 60px 0 70px
    }

    .automacao__tag {
        font-size: .75rem;
        padding: 5px 10px;
        margin-bottom: 14px
    }

    .automacao__title {
        font-size: 1.4rem;
        margin-bottom: 16px
    }

    .automacao__desc {
        font-size: .85rem;
        line-height: 1.55;
        margin-bottom: 16px
    }

    .automacao__list {
        gap: 7px;
        margin-bottom: 16px
    }

    .automacao__list li {
        font-size: .8rem;
        line-height: 1.45;
        padding-left: 24px
    }

    .automacao__list li::before {
        width: 16px;
        height: 16px;
        font-size: .6rem
    }

    .automacao__shape {
        width: 160px;
        height: 160px;
        right: -60px;
        bottom: -40px;
        border-width: 1px
    }

    .diferenca-real {
        padding: 60px 0 70px
    }

    .diferenca-real__title {
        font-size: 1.4rem
    }

    .faq {
        padding: 60px 0 70px
    }

    .faq__header {
        gap: 8px;
        margin-bottom: 24px
    }

    .faq__title {
        font-size: 1.3rem
    }

    .faq__question {
        font-size: .78rem;
        gap: 10px
    }

    .faq__icon-plus {
        font-size: 1.5rem
    }

    .faq__box {
        padding: 12px;
        border-radius: 10px
    }

    .faq__answer p {
        font-size: .82rem
    }

    .cta-demo {
        padding: 60px 0 70px
    }

    .cta-demo__title {
        font-size: 1.45rem;
        margin-bottom: 18px
    }

    .cta-demo__desc {
        font-size: .85rem;
        line-height: 1.5;
        margin-bottom: 18px
    }

    .cta-demo__whatsapp {
        font-size: .9rem;
        padding: 10px 12px;
        gap: 8px
    }

    .cta-demo__form {
        padding: 16px 12px;
        border-radius: 10px
    }

    .cta-demo__form-title {
        font-size: 1.1rem
    }

    .cta-demo__form-subtitle {
        font-size: .82rem
    }

    .cta-demo__field {
        gap: 6px;
        margin-bottom: 12px
    }

    .cta-demo__field label {
        font-size: .78rem
    }

    .cta-demo__field input,
    .cta-demo__field select {
        height: 40px;
        font-size: .85rem;
        padding: 0 10px
    }

    .cta-demo__submit {
        min-height: 44px;
        font-size: .85rem
    }

    .cta-demo__note {
        font-size: .75rem
    }

    .cta-demo__orb {
        width: 260px;
        height: 260px;
        right: -110px;
        bottom: -170px;
        border-width: 1px
    }
}

/* ══════════════════════════════════════════════════════════════
   BREAKPOINT NOTEBOOK — 1470px (Mac 1470×956)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1470px) and (min-width: 1401px) {
    .hero__headline     { font-size: clamp(2.4rem, 2.6vw, 3rem) }
    .problema__title    { font-size: clamp(2rem, 2.4vw, 2.8rem) }
    .funcionamento__title { font-size: clamp(1.9rem, 2.2vw, 2.6rem) }
    .automacao__title   { font-size: clamp(2rem, 2.4vw, 2.8rem) }
    .faq__title         { font-size: clamp(2rem, 2.4vw, 2.8rem) }
    .cta-demo__title    { font-size: clamp(2.2rem, 2.6vw, 3rem) }

}

/* ══════════════════════════════════════════════════════════════
   VARIÁVEIS DE TIPOGRAFIA — SISTEMA DE ESCALA POR ALTURA
   ──────────────────────────────────────────────────────────────
   Padrão (desktop ≥ 901px de altura):
     --ad-fs-title  → títulos h2 de todas as seções
     --ad-fs-sub    → subtítulos / leads
     --ad-fs-badge  → badges / labels de seção
     --ad-fs-body   → texto de card / descrição / FAQ

   Os valores mudam nos @media (max-height) abaixo.
   ══════════════════════════════════════════════════════════════ */
:root {
    --ad-fs-title : clamp(2rem, 4vw, 3.3rem);
    --ad-fs-sub   : clamp(1rem, 1.4vw, 1.4rem);
    --ad-fs-badge : 17px;
    --ad-fs-body  : 1rem;
}

/* Nível 1 — ≤ 900px de altura (Mac 1470×956, 1920×1080@125% OS) */
@media (max-height: 900px) and (min-width: 901px) {
    :root {
        --ad-fs-title : clamp(1.9rem, 2.3vw, 2.6rem);
        --ad-fs-sub   : clamp(.9rem, 1.1vw, 1.1rem);
        --ad-fs-badge : 13px;
        --ad-fs-body  : .88rem;
    }
}

/* Nível 2 — ≤ 768px de altura (1366×768 nativo, 1920×1080@125% zoom) */
@media (max-height: 768px) and (min-width: 901px) {
    :root {
        --ad-fs-title : clamp(1.6rem, 2vw, 2.2rem);
        --ad-fs-sub   : clamp(.82rem, 1vw, 1rem);
        --ad-fs-badge : 12px;
        --ad-fs-body  : .83rem;
    }
}

/* Nível 3 — ≤ 650px de altura (1366×768@125% zoom → 614px CSS) */
@media (max-height: 650px) and (min-width: 901px) {
    :root {
        --ad-fs-title : clamp(1.35rem, 1.8vw, 1.9rem);
        --ad-fs-sub   : clamp(.75rem, .9vw, .9rem);
        --ad-fs-badge : 11px;
        --ad-fs-body  : .78rem;
    }
}

/* ── Aplica as variáveis a todos os títulos de seção de uma vez ── */
.hero__headline,
.problema__title,
.funcionamento__title,
.automacao__title,
.faq__title,
.cta-demo__title {
    font-size: var(--ad-fs-title) !important;
}

.hero__subline,
.problema__desc,
.automacao__desc,
.cta-demo__desc {
    font-size: var(--ad-fs-sub) !important;
}

.problema__tag,
.funcionamento__badge,
.automacao__tag {
    font-size: var(--ad-fs-badge) !important;
}

/* ── NÍVEL 1: espaçamentos ≤ 900px de altura ── */
@media (max-height: 900px) and (min-width: 901px) {
    #fullpage .section:not(.footer-section),
    #fullpage .fp-section:not(.footer-section) { padding-top: 80px !important }

    .hero                   { padding-bottom: 60px }
    .hero__inner            { gap: 60px }
    .hero__content          { gap: 22px }
    .hero__cta-group        { gap: 14px }

    .problema               { padding: 55px 0 }
    .problema__cards        { gap: 18px }
    .comp-card              { gap: 14px; padding: 16px 22px }
    .comp-card__list        { gap: 9px }

    .funcionamento          { padding: 0 0 60px }
    .funcionamento__left    { gap: 20px }

    .fluxo-card             { min-height: 240px; padding: 24px 20px 24px }
    .fluxo-card__title      { font-size: 1.2rem }
    .fluxo-card__desc       { font-size: var(--ad-fs-body) }

    .automacao              { padding: 30px 0 30px }
    .automacao__inner       { gap: 28px }

    .faq                    { padding: 80px 0 80px }
    .faq__header            { margin-bottom: 36px }

    .cta-demo               { padding: 80px 0 }
    .cta-demo__inner        { gap: 44px }
}

/* ── NÍVEL 2: espaçamentos ≤ 768px de altura ── */
@media (max-height: 768px) and (min-width: 901px) {
    #fullpage .section:not(.footer-section),
    #fullpage .fp-section:not(.footer-section) { padding-top: 60px !important }

    .hero                   { padding-bottom: 40px }
    .hero__inner            { gap: 40px }
    .hero__content          { gap: 16px }
    .hero__cta-group        { gap: 10px }
    .hero__cta-group .btn-primary { font-size: 1.1rem; padding: 9px 22px }

    .problema               { padding: 38px 0 }
    .problema__cards        { gap: 14px }
    .comp-card              { gap: 10px; padding: 14px 18px }
    .comp-card__list        { gap: 7px }
    .comp-card__list li     { font-size: var(--ad-fs-body) }
    .comp-card__footer      { font-size: 1.1rem }

    .funcionamento          { padding: 0 0 44px }
    .funcionamento__left    { gap: 14px }

    .fluxo-card             { min-height: 200px; padding: 20px 16px 20px; flex: 0 0 360px }
    .fluxo-card__title      { font-size: 1.1rem }
    .fluxo-card__desc       { font-size: var(--ad-fs-body) }

    .automacao              { padding: 20px 0 20px }
    .automacao__inner       { gap: 20px }

    .faq                    { padding: 60px 0 60px }
    .faq__header            { margin-bottom: 26px }
    .faq__question          { font-size: var(--ad-fs-body); height: auto }

    .cta-demo               { padding: 60px 0 }
    .cta-demo__inner        { gap: 32px }
    .cta-demo__form         { padding: 24px }
}

/* ── NÍVEL 3: espaçamentos ≤ 650px de altura ── */
@media (max-height: 650px) and (min-width: 901px) {
    #fullpage .section:not(.footer-section),
    #fullpage .fp-section:not(.footer-section) { padding-top: 50px !important }

    .hero                   { padding-bottom: 28px }
    .hero__badge            { display: none }
    .hero__inner            { gap: 28px }
    .hero__content          { gap: 12px }
    .hero__cta-group        { gap: 8px }

    .problema               { padding: 28px 0 }
    .comp-card              { gap: 8px; padding: 12px 14px }
    .comp-card__list        { gap: 5px }
    .comp-card__list li     { font-size: var(--ad-fs-body) }
    .comp-card__footer      { font-size: 1rem }

    .funcionamento          { padding: 0 0 30px }
    .funcionamento__left    { gap: 10px }

    .fluxo-card             { min-height: 170px; padding: 16px 14px 16px; flex: 0 0 300px }
    .fluxo-card__title      { font-size: 1rem }
    .fluxo-card__desc       { font-size: var(--ad-fs-body) }

    .automacao              { padding: 14px 0 14px }
    .automacao__inner       { gap: 14px }

    .faq                    { padding: 40px 0 40px }
    .faq__header            { margin-bottom: 18px }
    .faq__question          { font-size: var(--ad-fs-body) }

    .cta-demo               { padding: 40px 0 }
    .cta-demo__inner        { gap: 22px }
    .cta-demo__form         { padding: 18px }
    .cta-demo__field        { margin-bottom: 10px }
    .cta-demo__field input,
    .cta-demo__field select { height: 40px }
}