:root {
    --bg: #ffffff;
    --soft: #f8fafc;
    --card: #ffffff;
    --text: #0f172a;
    --muted: #64748b;

    /* Paleta baseada na sua logo */
    --accent: #0B5ED7;
    /* azul principal */
    --accent-dark: #0A2E8A;
    /* azul profundo */
    --accent-light: #00D1FF;
    /* ciano vibrante */

    --shadow: 0 10px 30px rgba(2, 6, 23, .08);
    --radius: 18px;
}

* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
    background: var(--bg);
    color: var(--text)
}

body {
    background: #0b0d11;
    /* ou #1f1f1f ou outro escuro */
}

a {
    color: inherit
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px
}

.container-wa {
    max-width: 1070px;
}

@media (max-width: 980px) {
    .container-wa {
    width: 90%;
}
}

.muted {
    color: var(--muted)
}

.accent {
    color: var(--accent)
}

.section {
    padding: 70px 0
}

.section.soft {
    background: #fff;
}

.title {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 10px;
    font-weight: 800;
    text-align: center
}

.subtitle {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
    color: var(--muted);
    line-height: 1.6
}

.fineprint {
    margin: 18px 0 0;
    text-align: center;
    color: var(--muted);
    font-size: 13px
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 23, 42, .06)
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    gap: 16px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 800
}

.brand-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent)
}

.brand img {
    display: block;
    height: 32px;
    width: auto;
}

.nav {
    display: flex;
    gap: 18px
}

.nav a {
    text-decoration: none;
    color: var(--muted);
    font-weight: 600;
    font-size: 14px
}

.nav a:hover {
    color: var(--accent)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 18px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid rgba(15, 23, 42, .12);
    cursor: pointer
}

.btn-small {
    padding: 10px 14px;
    font-size: 13px
}

.btn-primary {
    background: var(--accent-dark);
    color: #fff;
}

.btn-primary:hover {
    filter: brightness(1.05)
}

.btn-ghost {
    background: #fff
}

.btn-ghost:hover {
    background: rgba(15, 23, 42, .03)
}

.btn-cta {
  display: block;
  width: 85%;
  margin: 26px auto 12px auto;
  text-align: center;
  padding: 14px 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all .25s ease;
  box-shadow: 0 10px 20px rgba(34,197,94,.35);
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(34,197,94,.45);
}

.btn-wa {
    background: #25D366;
    color: #fff;
    border-color: #25D366
}

.hero {
    padding: 70px 0 40px
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 26px;
    align-items: center
}

.pill {
    display: inline-flex;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    color: var(--muted);
    background: #fff
}

.hero h1 {
    font-size: 44px;
    line-height: 1.05;
    margin: 14px 0 12px;
    font-weight: 800
}

.hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 18px 0 22px
}

.btn-first {
    background: var(--accent-dark);
    color: #fff;
    border-color: var(--accent-dark);
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px
}

.proof-item {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    padding: 12px;
    text-align: center
}

.proof-item strong {
    display: block;
    font-size: 18px
}

.proof-item span {
    display: block;
    font-size: 12px;
    color: var(--muted)
}

.hero-card {
    background: linear-gradient(180deg, #fff, #fafafa);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 16px
}

.mock {
    border-radius: 16px;
    background: #0b1220;
    color: #e2e8f0;
    padding: 14px
}

.mock-top {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 10px
}

.mock-msg {
    padding: 10px 12px;
    border-radius: 14px;
    margin: 8px 0;
    max-width: 92%;
    font-size: 13px;
    line-height: 1.4
}

.mock-msg.user {
    background: rgba(148, 163, 184, .12);
    margin-left: auto
}

.mock-msg.bot {
    background: rgba(11, 94, 215, .14);
    border: 1px solid rgba(11, 94, 215, .18)
}

.note {
    font-size: 12px;
    margin-top: 10px
}

.carousel {
    max-width: 1120px;
    margin: 0 auto
}

.carousel-viewport {
    overflow: hidden
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform .45s ease;
    will-change: transform;
    padding: 2px
}

.review-card {
    flex: 0 0 340px;
    background: #eff4f8;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.review-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block
}

.review-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.review-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #111827
}

.stars {
    color: #fbbf24
}

.review-text {
    margin: 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.6
}

.badge {
    display: inline-flex;
    align-self: flex-start;
    background: #ecfdf5;
    color: #10b981;
    border-radius: 999px;
    font-size: 12px;
    padding: 6px 10px;
    font-weight: 800
}

.review-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 6px
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #111827;
    font-weight: 800
}

.who strong {
    display: block;
    font-size: 13px
}

.who span {
    display: block;
    font-size: 12px;
    color: var(--muted)
}

.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px
}

.circle-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    font-size: 18px;
    cursor: pointer;
    transition: .2s
}

.circle-btn:hover {
    background: var(--accent-light);
    border-color: var(--accent);
    color: var(--accent-dark);
    transform: scale(1.06)
}

.grid {
    display: grid;
    gap: 16px
}

.cards-4 {
    grid-template-columns: repeat(4, 1fr)
}

.stat-card {
    background: var(--soft);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03)
}

.kicker {
    color: var(--accent);
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 6px
}

.label {
    font-size: 12px;
    color: #334155;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.number {
    font-size: 28px;
    font-weight: 900;
    color: var(--accent);
    margin-bottom: 6px
}

.desc {
    font-size: 13px;
    color: #334155;
    line-height: 1.4
}

.plan-wrap {
    display: flex;
    justify-content: center
}

.plan-card {
    max-width: 420px;
    width: 100%;
    background: #020617;
    color: #f8fafc;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 20px 45px rgba(2, 6, 23, .35);
    position: relative
}

.plan-card:before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: radial-gradient(circle at top, rgba(0, 209, 255, .45), transparent 60%);
    z-index: -1
}

.plan-badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(15, 23, 42, .9);
    border: 1px solid rgba(248, 250, 252, .08);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 800
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 14px 0 6px
}

.price-row .cur {
    font-weight: 800
}

.price-row .main {
    font-size: 40px;
    font-weight: 900
}

.price-row .suf {
    color: #cbd5e1
}

.sep {
    border: none;
    border-top: 1px solid rgba(148, 163, 184, .35);
    margin: 16px 0
}

.benefits {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 8px;
    color: #f8fafc;
    font-size: 13px
}

.fine {
    font-size: 12px;
    text-align: center;
    margin-top: 10px
}

.faq {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 10px
}

.faq-item {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    padding: 14px
}

.faq-item summary {
    cursor: pointer;
    font-weight: 800
}

.faq-body {
    margin-top: 10px;
    color: var(--muted);
    line-height: 1.6
}

.company {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    align-items: center;
    background: #f9fafb;
    border-radius: 24px;
    padding: 26px;
    border: 1px solid rgba(15, 23, 42, .06)
}

.company-logo {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto
}

.wa {
    text-align: center;
    background: #f9fafb;
    border-radius: 24px;
    padding: 26px;
    border: 1px solid rgba(15, 23, 42, .06)
}

.gallery {
    display: flex;
    gap: 12px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px
}

.gallery-item {
    flex: 0 0 320px;
    scroll-snap-align: start;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .06);
    background: #fff
}

.gallery-item img,
.gallery-video {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block
}

.footer {
    background: #fff;
    padding: 26px 0
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px
}

.footer-links {
    display: flex;
    gap: 14px
}

.footer-links a {
    color: var(--muted);
    text-decoration: none
}

.footer-links a:hover {
    text-decoration: underline
}

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 38px
    }

    .cards-4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .company {
        grid-template-columns: 1fr;
        text-align: center
    }
}

@media (max-width: 560px) {
    .title {
        font-size: 28px
    }

    .review-card {
        flex-basis: 86vw
    }

    .cards-4 {
        grid-template-columns: 1fr
    }

    .gallery-item {
        flex-basis: 86vw
    }
}

/* ===== HEADER INTEGRADO AO SITE (SEM EFEITO CARD) ===== */

.site-header {
    position: relative;
    z-index: 100;
}

/* Topbar escura */
.topbar-dark {
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
}

.topbar-dark-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: 54px;
}

.topbar-left {
    display: flex;
    gap: 14px;
}

.topbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 400;
    font-size: 14px;
    opacity: .9;
}

.topbar-arrow {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    opacity: .8;
    transition: opacity .2s ease, transform .2s ease;
}

.topbar-arrow:hover {
    opacity: 1;
    transform: scale(1.15);
}

#topbarPhrase {
    min-width: 220px;
    text-align: center;
    transition: opacity .3s ease;
}

/* Header branco integrado */
.header-main-wrap {
    background: #ffffff;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    max-width: 1200px;
    box-shadow: none !important;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 24px;
}

.header-main .nav a {
    font-weight: 600;
    color: var(--text);
}

.header-main .nav a:hover {
    color: var(--accent);
}

.header-main .btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-main .btn-primary {
    background: var(--accent);
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
}

/* Remove qualquer sombra pesada */
.header-main-wrap {
    box-shadow: none;
}

/* Mobile */
@media (max-width: 768px) {

    .header-main {
        flex-wrap: wrap;
        height: auto;
        gap: 10px;
        padding: 14px;
    }

    .nav {
        display: none;
    }
}

/* Remove sombra do botão Login no header */
.header-main .btn-primary {
    box-shadow: none !important;
}

/* ===== HERO CENTRALIZADO ESTILO SaaS ===== */

.hero-centered {
    padding: 90px 0 60px;
}

.hero-center-wrap {
    text-align: center;
    max-width: 920px;
}

.hero-eyebrow {
    font-size: 16px;
    /* maior, como na referência */
    font-weight: 500;
    color: var(--accent);
    /* rosa referência */
    margin: 0 0 14px;
    line-height: 1.35;
}

.hero-title {
    margin: 0 auto 26px;
    max-width: 860px;
    /* controla a quebra em 2 linhas */
    text-align: center;
    color: #0b1220;
    font-weight: 650;
    /* mais leve que 700/800, mas firme */
    letter-spacing: -0.015em;
}

.hero-title .line1,
.hero-title .line2 {
    display: block;
    /* sempre 2 linhas (uma por span) */
}

.hero-title .line1 {
    font-size: 34px;
    line-height: 1.15;
}

.hero-title .line2 {
    font-size: 34px;
    line-height: 1.15;
}

/* Responsivo */
@media (max-width: 768px) {
    .hero-eyebrow {
        font-size: 15px;
    }

    .hero-title {
        max-width: 92%;
    }

    .hero-title .line1,
    .hero-title .line2 {
        font-size: 30px;
        line-height: 1.18;
    }
}

@media (max-width: 420px) {

    .hero-title .line1,
    .hero-title .line2 {
        font-size: 28px;
    }
}

.hero-benefits {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    margin-top: 28px;
}

.benefit {
    background: #f9fafb;
    border: 1px solid rgba(15, 23, 42, .05);
    border-radius: 18px;
    padding: 18px 22px;
    min-width: 220px;
    max-width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.benefit strong {
    font-size: 14px;
    font-weight: 700;
}

.benefit span {
    font-size: 13px;
    color: var(--muted);
}

.benefit-icon {
    font-size: 26px;
    margin-bottom: 4px;
}

.benefit-icon.blue {
    color: #2563eb;
}

.benefit-icon.pink {
    color: #ec4899;
}


.hero-cta {
    margin: 24px auto 40px;
    padding: 16px 28px;
    font-size: 15px;
}

.hero-mockups {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

.hero-mockups>.phone-frame {
    transition: transform .3s ease;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    #image1,
    #image2 {
        display: none
    }

    ;

    .hero-mockups {
        flex-direction: column;
        align-items: center;
    }

    .hero-mockups img {
        width: 220px;
    }
}

.phone-frame {
    position: relative;
    width: 260px;
    aspect-ratio: 9 / 19.5;
    border-radius: 44px;
    background: linear-gradient(180deg, #1c1f26, #0b0d11);
    padding: 14px;
}

.phone-frame::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 38px;
    background: #000;
    z-index: 0;
}

.phone-frame::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 24px;
    border-radius: 14px;
    background: #000;
    z-index: 2;
}

.phone-frame img,
.phone-frame video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    object-fit: cover;
    display: block;
    background: #000;
}


.hero-copy {
    padding: 90px 0 80px;
    background: var(--accent-dark);
    /* mesma cor do botão */
    color: #fff;
}

.hero-copy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1100px;
}

.hero-copy-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
}

.highlight-scribble {
    position: relative;
    display: inline-block;
    font-weight: 900;
    color: #fff;
    z-index: 1;
}

.highlight-scribble svg {
    position: absolute;
    inset: -14px -24px;
    width: calc(100% + 50px);
    height: calc(100% + 32px);
    z-index: -1;
}

.highlight-scribble path {
    stroke: #fff;
    stroke-width: 8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.highlight-scribble path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: drawScribble 1.1s ease forwards;
}

@keyframes drawScribble {
    to {
        stroke-dashoffset: 0;
    }
}

.hero-copy-right p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-copy-right strong {
    color: #fff;
}

/* Mobile */
@media (max-width: 900px) {
    .hero-copy-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-copy-title {
        font-size: 36px;
    }
}

.lp {
    background: #fff;
    margin-top: -28px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04);
}

.topbar-phrase-wrapper {
    position: relative;
    height: 20px;
    /* altura do “slot” */
    min-width: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar-phrase {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    transform: translateY(0);
    opacity: 1;
    will-change: transform, opacity;
}

/* estado inicial do “próximo” (fica abaixo, invisível) */
.topbar-phrase.is-below {
    transform: translateY(120%);
    opacity: 0;
}

/* animação: atual cai (mais suave e um pouco mais longa) */
.topbar-phrase.anim-out {
    transition: transform 650ms cubic-bezier(.42, 0, .58, 1), opacity 650ms cubic-bezier(.42, 0, .58, 1);
    transform: translateY(120%);
    opacity: 0;
}

/* animação: próxima sobe (mais rápida) até o slot */
.topbar-phrase.anim-in {
    transition: transform 360ms cubic-bezier(.22, 1, .36, 1), opacity 360ms cubic-bezier(.22, 1, .36, 1);
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 768px) {

    /* some redes sociais */
    .topbar-dark .topbar-left {
        display: none !important;
    }

    /* GARANTE que o centro NÃO some */
    .topbar-dark .topbar-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 14px;
    }

    /* força a topbar a centralizar */
    .topbar-dark .topbar-dark-inner {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .hero-benefits {
        flex-direction: column;
        align-items: center;
    }

    .benefit {
        width: 80%;
        max-width: 320px;
        /* controla a largura máxima no mobile */
        min-width: unset;
        /* remove o min-width do desktop */
        padding: 10px;
    }

}

/* ===== IMAGE WITH TEXT (FINANCEIRO) ===== */
.image-with-text__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center;
}

.heading.title-md {
    font-size: 62px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.rte.body {
    color: #334155;
    font-size: 16px;
    line-height: 1.75;
}

.rte.body em {
    font-style: italic;
}

.rte.body strong {
    color: #0f172a;
}

.highlighted-text[data-style="scribble"] {
    position: relative;
    color: #111;
}

.icon-squiggle-underline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 26px;
    width: 100%;
    color: var(--accent);
    /* risco rosa */
    transform: translateZ(0);
}

.button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 22px;
    text-decoration: none;
    font-weight: 800;
    position: relative;
    overflow: hidden;
}

.button--primary {
    background: var(--accent-dark);
    color: #fff;
    border: 0;
}

.button--primary:hover {
    filter: brightness(1.03);
}

.btn-fill {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.btn-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.icon-sm {
    width: 18px;
    height: 18px;
}

.clean-video {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.feature-media {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 26px;
}

/* Legenda sobre o vídeo */
.feature-media-caption {
    position: absolute;
    top: 14px;
    left: 16px;
    right: 72px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0 6px 20px rgba(0, 0, 0, .4);
}

/* Botão mute flutuante */
.feature-media-mute {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 2;
}

.feature-media-mute .on {
    display: none;
}

.feature-media-mute.is-unmuted .on {
    display: inline;
}

.feature-media-mute.is-unmuted .off {
    display: none;
}


@media (max-width: 768px) {
    .clean-video {
        border-radius: 20px;
    }

    .feature-media {
        border-radius: 20px;
        max-height: 300px;
    }
}


/* Responsivo */
@media (max-width: 980px) {
    .image-with-text__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .heading.title-md {
        font-size: 46px;
    }

    .feature-media {
        height: 320px;
    }
}

@media (max-width: 560px) {
    .heading.title-md {
        font-size: 40px;
    }

    .feature-media {
        height: 260px;
    }
}

@media (max-width: 980px) {
    .image-with-text__grid {
        grid-template-columns: 1fr;
    }

    /* vídeo primeiro */
    .feature-fin .image-with-text__item:nth-child(2) {
        order: -1;
    }
}

@media (max-width: 980px) {
    .clean-video {
        border-radius: 22px 22px 0 0;
        /* só em cima */
        overflow: hidden;
        /* corta o vídeo */
        box-shadow: 0 16px 36px rgba(0, 0, 0, .14);
    }

    .clean-video .feature-media {
        height: 240px;
        /* fixa altura pra ficar “cortado” embaixo */
        width: 100%;
        object-fit: cover;
        border-radius: 22px 22px 0 0;
        /* só em cima */
        display: block;
    }
}

@media (max-width: 980px) {
    .feature-fin .image-with-text__grid {
        gap: 18px;
    }
}

/* ===== REGISTRE TUDO NO WHATSAPP ===== */
.wa-register {
    background: var(--soft);
    padding: 90px 0;
}

.wa-register-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: center;
}

.wa-register-title {
    margin: 0 0 18px;
    font-size: 56px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #111;
}

.wa-register-sub {
    margin: 0 0 18px;
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}

.wa-register-list {
    margin: 0;
    padding-left: 18px;
    color: #475569;
    line-height: 1.8;
    font-size: 15px;
}


.wa-register .wa-video-mobile {
    display: none;
}

.wa-register .wa-register-video {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* preenche sem distorcer */
  display: block;
}

/* Registre tudo: vídeo em 16:9 (1280x720) */
.wa-register .wa-video-wrap {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(2,6,23,.16);
  background: #000;
}

/* Responsivo */
@media (max-width: 980px) {
    .wa-register .wa-video-desktop {
        display: none;
    }

    .wa-register .wa-video-mobile {
        display: block;
    }

    .wa-register-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .wa-register-title {
        font-size: 44px;
    }
}

@media (max-width: 560px) {

    .wa-register {
        padding: 70px 0;
    }

    .wa-register-title {
        font-size: 38px;
    }
}

/* ===== REGISTRE TUDO: DESKTOP EM 16:9 ===== */
@media (min-width: 981px) {
  .wa-register .wa-video-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;      /* força 1280x720 no desktop */
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(2,6,23,.16);
    background: #000;
  }

  .wa-register .wa-register-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* ===== COMPROMISSOS (mesmo estilo do FINANCEIRO) ===== */
.feature-apt-grid {
    grid-template-columns: 1fr 1fr;
    /* equilibrado */
}

/* Mobile: vídeo em cima e texto embaixo + corte/radius em cima */
@media (max-width: 980px) {
    .feature-apt .image-with-text__grid {
        grid-template-columns: 1fr;
    }

    /* deixa vídeo primeiro (se não estiver) */
    .feature-apt-media {
        order: -1;
    }

    /* efeito “vídeo com radius só em cima e cortado embaixo” */
    .feature-apt .clean-video {
        border-radius: 22px 22px 0 0;
        overflow: hidden;
        box-shadow: 0 16px 36px rgba(0, 0, 0, .14);
    }

    .feature-apt .feature-media {
        height: 240px;
        width: 100%;
        object-fit: cover;
        border-radius: 22px 22px 0 0;
        display: block;
    }
}

/* ===== PAINEL PROFISSIONAL ===== */
.pro-panel{
  background: var(--soft);
  padding: 90px 0;
}

.pro-panel-grid{
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}

.pro-panel-title{
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #111;
}

.pro-panel-sub{
  margin: 0 0 18px;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.pro-panel-list{
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.9;
  font-size: 16px;
}

@media (max-width: 980px){
  .pro-panel-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .pro-panel-title{
    font-size: 44px;
  }
}

@media (max-width: 560px){
  .pro-panel{
    padding: 70px 0;
  }
  .pro-panel-title{
    font-size: 38px;
  }
}

/* ===== PAINEL PROFISSIONAL: VÍDEOS ===== */
.pro-panel-video-wrap{
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(2,6,23,.14);
  background: #000;
}

.pro-panel-video{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* alternância */
.pro-video-mobile{ display: none; }
.pro-video-desktop{ display: block; }

@media (max-width: 980px){
  .pro-video-desktop{ display: none; }
  .pro-video-mobile{ display: block; }

  .pro-panel-video-wrap{
    border-radius: 18px;
  }
}

@media (max-width: 980px){
  .pro-panel-grid{
    grid-template-columns: 1fr;
  }

  /* texto primeiro */
  .pro-panel-right{
    order: -1;
  }

  /* vídeo depois */
  .pro-panel-left{
    order: 1;
  }
}

/* ===== CATEGORIAS PERSONALIZADAS ===== */
.categories-sec{
  background: var(--soft);
  padding: 90px 0;
}

.categories-grid{
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}

.categories-title{
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #111;
}

.categories-sub{
  margin: 0 0 18px;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.categories-list{
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.9;
  font-size: 16px;
}

/* Vídeos */
.categories-video-wrap{
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(2,6,23,.14);
  background: #000;
}

.categories-video{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* troca desktop/mobile do vídeo */
.cat-video-mobile{ display: none; }
.cat-video-desktop{ display: block; }

@media (max-width: 980px){
  .categories-sec{ padding: 70px 0; }

  .categories-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  /* Mobile: texto em cima, vídeo embaixo */
  .categories-left{ order: -1; }
  .categories-right{ order: 1; }

  .categories-title{ font-size: 40px; }

  .categories-video-wrap{ border-radius: 18px; }

  .cat-video-desktop{ display: none; }
  .cat-video-mobile{ display: block; }
}

/* ===== LEMBRETES DIÁRIOS ===== */
.reminders-sec{
  background: var(--soft);
  padding: 90px 0;
}

.reminders-grid{
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}

.reminders-title{
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #111;
  text-transform: none;
}

.reminders-sub{
  margin: 0 0 18px;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.reminders-list{
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.9;
  font-size: 16px;
}

/* Vídeo */
.reminders-video-wrap{
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(2,6,23,.14);
  background: #000;
}

.reminders-video{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* troca desktop/mobile */
.rem-video-mobile{ display: none; }
.rem-video-desktop{ display: block; }

@media (max-width: 980px){
  .reminders-sec{ padding: 70px 0; }

  .reminders-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  /* Mobile: texto em cima, vídeo embaixo */
  .reminders-right{ order: -1; }
  .reminders-left{ order: 1; }

  .reminders-title{ font-size: 40px; }

  .reminders-video-wrap{ border-radius: 18px; }

  .rem-video-desktop{ display: none; }
  .rem-video-mobile{ display: block; }
}

/* LEMBRETES: aspect ratio 16:9 apenas no desktop */
@media (min-width: 981px){
  .reminders-video-wrap{
    aspect-ratio: 16 / 9;   /* força 1280x720 no desktop */
  }

  .reminders-video{
    height: 100%;
  }
}

/* ===== GOOGLE AGENDA INTEGRATION ===== */
.gcal-sec{
  background: #fff;
  padding: 110px 0;
  text-align: center;
}

.gcal-inner{
  max-width: 900px;
  margin: 0 auto;
}

.gcal-sync{
  font-size: 22px;
  color: #94a3b8;
}

.gcal-title{
  margin: 0 0 16px;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #111;
}

.gcal-title span{
  color: var(--accent);
}

.gcal-icon-combo{
  width: 160px;
  max-width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.gcal-desc{
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 28px;
}

.gcal-benefits{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 42px;
}

.gcal-benefits p{
  margin: 0;
}

.gcal-benefits span{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  position: relative;
}

.gcal-cta{
  padding: 14px 28px;
}

/* Responsivo */
@media (max-width: 980px){
  .gcal-title{
    font-size: 44px;
  }
}

@media (max-width: 560px){
  .gcal-sec{
    padding: 80px 0;
  }

  .gcal-title{
    font-size: 38px;
  }
}

.highlighted-text{
  font-weight: 600;
  color: #111;
}

.gcal-benefits p{
  margin: 0 0 14px;
}

/* underline mais abaixo + preparado para animação */
.icon-squiggle-underline-2{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;              /* <-- desce mais a linha */
  width: 100%;
  height: 14px;
  color: var(--accent);
  pointer-events: none;
}

/* base do traço */
.icon-squiggle-underline-2 path{
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 5;
  /* animação de “desenho” */
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

/* quando ativar (1x), desenha */
.gcal-benefits.is-scribbling .icon-squiggle-underline-2 path{
  animation: scribbleDraw 900ms cubic-bezier(.55,.06,.2,.98) forwards;
}

@keyframes scribbleDraw{
  to { stroke-dashoffset: 0; }
}

/* espaçamento entre as linhas (opcional) */
.gcal-benefits p{ margin: 0 0 18px; }

/* ===== FIX: underline não bagunçar no mobile ===== */
@media (max-width: 560px){
  .gcal-benefits{
    text-align: center;
  }

  /* faz o highlight abraçar o texto (não o container inteiro) */
  .gcal-benefits .highlighted-text{
    display: inline-block;
    width: fit-content;
    max-width: 92%;
  }

  /* underline acompanha só o texto */
  .gcal-benefits .icon-squiggle-underline-2{
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    bottom: -12px;
    height: 14px;
  }
}

@media (max-width: 560px){
  .gcal-benefits .highlighted-text{
    line-height: 1.35;
  }
}

/* ===== PLANO ESTILO VERDE ===== */

.plan-card {
  background: radial-gradient(circle at top, #0c1220, #070b14);
  border-radius: 22px;
  padding: 36px 32px 32px;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0,0,0,.4);
  color: #fff;
  text-align: left;
  position: relative;
}

.plan-badge {
  display: inline-block;
  background: rgba(34,197,94,.12);
  color: #22c55e;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin: 12px 0 8px;
}

.price-row .cur {
  font-size: 18px;
  font-weight: 600;
}

.price-row .main {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.price-row .suf {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 6px;
}

.muted {
  color: #9ca3af;
  font-size: 14px;
}

.promo {
  background: rgba(34,197,94,.06);
  border: 1px solid rgba(34,197,94,.15);
  border-radius: 14px;
  padding: 14px;
  font-size: 14px;
  margin: 18px 0;
}

.promo ul {
  margin-top: 8px;
  padding-left: 18px;
}

.promo li {
  margin-bottom: 4px;
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.benefits li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14.5px;
  color: #e5e7eb;
}

.benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: bold;
}

.sep {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.15), transparent);
  margin: 18px 0;
}

.fine {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
}

/* ===== FAQ (estilo da imagem) ===== */

#faq .title{
  text-align: center;
  margin-bottom: 26px;
}

/* caixa grande */
.faq{
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
}

/* item */
.faq-item{
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  padding: 0;
}

.faq-item:last-child{
  border-bottom: 0;
}

/* summary = linha clicável */
.faq-item > summary{
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* remove marcador padrão */
.faq-item > summary::-webkit-details-marker{ display:none; }
.faq-item > summary::marker{ content: ""; }

/* + da direita */
.faq-item > summary::after{
  content: "+";
  font-size: 22px;
  font-weight: 500;
  color: #111827;
  line-height: 1;
  transform-origin: center;
  transition: transform .25s ease, opacity .25s ease;
  opacity: .9;
}

/* quando abrir: vira “x” (rotacionando o +) */
.faq-item[open] > summary::after{
  transform: rotate(45deg);
}

/* corpo */
.faq-body{
  padding: 0 26px 22px 26px;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

/* micro “respiro” pro texto não encostar */
.faq-body::before{
  content: "";
  display: block;
  height: 8px;
}

/* mobile */
@media (max-width: 560px){
  .faq-item > summary{
    padding: 18px 18px;
    font-size: 16px;
  }
  .faq-body{
    padding: 0 18px 18px 18px;
  }
}

/* ===== Animação suave abrir/fechar ===== */

.faq-item .faq-body{
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition:
  max-height .4s cubic-bezier(.4,0,.2,1),
  opacity .3s ease,
  transform .3s ease;
}

/* quando estiver aberto */
.faq-item[open] .faq-body{
  max-height: 300px; /* valor alto pra caber qualquer resposta */
  opacity: 1;
  transform: translateY(0);
}

/* ===== Animação ultra suave FAQ ===== */

.faq-item{
  transition: background-color .3s ease;
}

.faq-item[open]{
  background-color: #fafafa;
}

.faq-item .faq-body{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s cubic-bezier(.4,0,.2,1),
              opacity .35s ease;
  opacity: 0;
}

.faq-item[open] .faq-body{
  grid-template-rows: 1fr;
  opacity: 1;
}

/* conteúdo interno pra permitir animação real */
.faq-body > *{
  overflow: hidden;
}

.faq-item > summary::after{
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}