/* ==========================================================================
   Facilita Software — Landing (foco Facilita Gerencial)
   Identidade "Chevron Laranja": o laranja da marca (#ED800F) e o duplo
   chevron da logo como motivo de avanco; grafite quente carrega texto e
   estrutura. Hero/footer em carvao quente; laranja assina acao e marca.
   Bricolage Grotesque (display) + Hanken Grotesk (texto).
   ========================================================================== */

:root {
    /* Laranja — marca e acao (extraido da logo) */
    --orange:        #ED800F;   /* laranja medio da logo: acentos, icones, brilho */
    --orange-bright: #F8A008;   /* realce / topo de gradiente */
    --orange-deep:   #D9650B;   /* botao primario */
    --orange-deeper: #C2570A;   /* hover de botao */
    --orange-ink:    #7A3D05;   /* texto laranja sobre tom claro (AA) */
    --orange-soft:   #FFF2E2;   /* superficie de tom quente */
    --orange-line:   #F8D9B4;   /* borda de tom quente */

    /* Grafite quente / neutros (cinza da logo) */
    --ink:    #262422;
    --ink-2:  #3C3935;
    --graphite:#5C5A56;         /* corpo de texto */
    --muted:  #807B74;          /* secundario */
    --muted-2:#A8A29A;
    --line:   #ECE7E0;
    --line-2: #DBD4CB;
    --surface:#FFFFFF;
    --bg:     #FBFAF8;

    /* Carvao quente — chrome (hero/how/footer) */
    --charcoal:  #211F1D;
    --charcoal-2:#2C2925;

    /* Status */
    --green:  #16a34a;
    --red:    #dc2626;
    --whats:  #25d366;
    --amber:  #f59e0b;

    /* Raios */
    --r-sm: 8px; --r-md: 11px; --r-lg: 16px; --r-xl: 20px; --r-pill: 999px;

    /* Sombras quentes (nunca preto puro) */
    --sh-card:   0 6px 20px -12px rgba(60,42,20,.30), 0 1px 2px rgba(60,42,20,.05);
    --sh-raised: 0 20px 44px -20px rgba(60,42,20,.38), 0 2px 8px rgba(60,42,20,.07);
    --sh-orange: 0 14px 28px -12px rgba(217,101,11,.50);
    --sh-focus:  0 0 0 3px rgba(237,128,15,.24);

    /* Tipografia */
    --font-display: 'Bricolage Grotesque', 'Hanken Grotesk', 'Segoe UI', sans-serif;
    --font-body:    'Hanken Grotesk', 'Segoe UI', -apple-system, sans-serif;

    /* Easing */
    --ease: cubic-bezier(.22,1,.36,1);

    /* z-scale */
    --z-nav: 1000; --z-float: 1100;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--graphite);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0; color: var(--ink); line-height: 1.12;
    font-family: var(--font-display); font-weight: 700;
    letter-spacing: -.02em;
}
p { margin: 0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 24px; }

/* --------------------------------------------------------------------------
   Marca (wordmark em CSS — funciona sobre claro e escuro)
   -------------------------------------------------------------------------- */
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark {
    display: grid; place-items: center; width: 34px; height: 34px;
    border-radius: 9px; color: #fff; font-size: 1rem;
    background: linear-gradient(135deg, var(--orange-bright), var(--orange-deep));
    box-shadow: 0 6px 14px -6px rgba(217,101,11,.6);
}
.brand__name {
    font-family: var(--font-display); font-weight: 600; font-size: 1.32rem;
    letter-spacing: -.03em; line-height: 1; color: #fff;
}
.brand__name b { font-weight: 700; color: var(--orange-bright); }

/* --------------------------------------------------------------------------
   Botoes
   -------------------------------------------------------------------------- */
.btn {
    --bg: var(--orange-deep); --fg: #fff;
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    background: var(--bg); color: var(--fg);
    font-family: var(--font-body); font-weight: 600; font-size: .96rem;
    padding: 12px 22px; border: 1px solid transparent; border-radius: var(--r-md);
    cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn i { font-size: 1.08em; }
.btn--lg { padding: 15px 30px; font-size: 1.04rem; }
.btn--block { width: 100%; }

.btn--primary { background: var(--orange-deep); box-shadow: var(--sh-orange); }
.btn--primary:hover { background: var(--orange-deeper); box-shadow: 0 18px 34px -12px rgba(217,101,11,.62); }

.btn--ghost { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(255,255,255,.28); }
.btn--ghost:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.5); }

.btn--light { background: #fff; color: var(--orange-deeper); box-shadow: 0 14px 30px -14px rgba(0,0,0,.35); }
.btn--light:hover { background: #fff6ec; }

.btn--whats { background: var(--whats); box-shadow: 0 10px 22px -12px rgba(37,211,102,.7); }
.btn--whats:hover { background: #1fb457; }

.btn--outline { background: transparent; color: var(--orange-deeper); border-color: var(--orange-line); box-shadow: none; }
.btn--outline:hover { background: var(--orange-soft); border-color: var(--orange); }

/* --------------------------------------------------------------------------
   Kicker (usado com parcimonia — nao em toda secao)
   -------------------------------------------------------------------------- */
.kicker {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--orange-soft); color: var(--orange-ink);
    border: 1px solid var(--orange-line); border-radius: var(--r-pill);
    font-weight: 600; font-size: .82rem; letter-spacing: .1px;
    padding: 6px 15px 6px 13px; margin-bottom: 22px;
}
.kicker i { color: var(--orange-deep); font-size: .9em; }
.kicker--invert {
    background: rgba(248,160,8,.12); color: #fdd9a6;
    border-color: rgba(248,160,8,.28);
}
.kicker--invert i { color: var(--orange-bright); }

/* --------------------------------------------------------------------------
   Navbar (chrome)
   -------------------------------------------------------------------------- */
.nav {
    position: fixed; inset: 0 0 auto 0; z-index: var(--z-nav);
    background: transparent;
    transition: background .35s var(--ease), box-shadow .35s, backdrop-filter .35s;
}
.nav.is-stuck {
    background: rgba(33,31,29,.9);
    backdrop-filter: blur(12px) saturate(120%);
    box-shadow: 0 10px 30px -18px rgba(0,0,0,.7);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav__menu { display: flex; align-items: center; gap: 30px; }
.nav__links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav__links a {
    position: relative; color: rgba(255,255,255,.8); font-weight: 500; font-size: .95rem;
    padding: 4px 0; transition: color .2s;
}
.nav__links a::after {
    content: ''; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px;
    background: var(--orange-bright); border-radius: 2px; transition: right .25s var(--ease);
}
.nav__links a:hover { color: #fff; }
.nav__links a:hover::after { right: 0; }
.nav__toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.7rem; cursor: pointer; padding: 4px; }

/* --------------------------------------------------------------------------
   Hero (carvao quente + brilho laranja + chevron gigante)
   -------------------------------------------------------------------------- */
.hero {
    position: relative; overflow: hidden;
    padding: 132px 0 96px;
    background:
        radial-gradient(120% 120% at 100% 0%, #2a2724 0%, var(--charcoal) 55%, #1a1816 100%);
    color: #fff;
}
.hero__glow {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(540px 360px at 14% 8%, rgba(248,160,8,.22), transparent 60%),
        radial-gradient(560px 420px at 88% 96%, rgba(217,101,11,.18), transparent 62%);
}
.hero__mark {
    position: absolute; top: 50%; right: -6%; transform: translateY(-50%);
    font-size: 46rem; line-height: 0; color: rgba(248,160,8,.05);
    pointer-events: none; z-index: 0;
}
.hero__inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero__title {
    font-size: clamp(2.3rem, 5.2vw, 3.7rem); font-weight: 800; color: #fff;
    line-height: 1.04; letter-spacing: -.03em; text-wrap: balance;
}
.hero__title .accent { color: var(--orange-bright); }
.hero__subtitle {
    margin: 24px 0 0; max-width: 540px;
    font-size: clamp(1.02rem, 1.4vw, 1.16rem); color: rgba(255,255,255,.78); line-height: 1.65;
}
.hero__subtitle strong { color: #fff; font-weight: 600; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.trust {
    display: flex; flex-wrap: wrap; gap: 12px 36px; margin: 44px 0 0;
    padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12);
}
.trust__item { display: flex; flex-direction: column; gap: 2px; }
.trust dt { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; color: var(--orange-bright); line-height: 1; }
.trust dd { margin: 0; font-size: .82rem; color: rgba(255,255,255,.6); letter-spacing: .2px; }

/* Mock de produto (imagem construida em CSS) */
.hero__mock { position: relative; }
.mock {
    background: linear-gradient(180deg, #ffffff, #fbf8f4);
    border: 1px solid rgba(255,255,255,.5); border-radius: var(--r-lg);
    box-shadow: 0 40px 80px -36px rgba(0,0,0,.6), 0 4px 14px rgba(0,0,0,.18);
    overflow: hidden; transform: rotate(.6deg);
    transition: transform .5s var(--ease);
}
.hero__mock:hover .mock { transform: rotate(0deg) translateY(-4px); }
.mock__bar {
    display: flex; align-items: center; gap: 7px; padding: 11px 16px;
    background: #f1ece6; border-bottom: 1px solid var(--line);
}
.mock__bar span { width: 10px; height: 10px; border-radius: 50%; background: #d9d1c8; }
.mock__bar span:first-child { background: #f0a43a; }
.mock__bar em {
    margin-left: 8px; font-style: normal; font-size: .76rem; font-weight: 600;
    color: var(--muted); letter-spacing: .1px;
}
.mock__body { padding: 20px; }
.mock__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.mock__label { display: block; font-size: .76rem; font-weight: 600; color: var(--muted); letter-spacing: .3px; text-transform: uppercase; }
.mock__total { display: block; margin-top: 4px; font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; color: var(--ink); letter-spacing: -.02em; }
.mock__total sup { font-size: .9rem; font-weight: 700; top: -.7em; color: var(--graphite); }
.mock__pill {
    display: inline-flex; align-items: center; gap: 6px; flex: none;
    background: #e9f8ee; color: #15803d; border: 1px solid #bbf0cb;
    border-radius: var(--r-pill); padding: 5px 11px; font-size: .76rem; font-weight: 600;
}
.mock__items { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; }
.mock__items li {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 9px 0; border-bottom: 1px dashed var(--line-2); font-size: .86rem; color: var(--ink-2);
}
.mock__items span { display: inline-flex; align-items: center; gap: 9px; }
.mock__items i { color: var(--muted-2); }
.mock__items b { font-weight: 700; color: var(--ink); }
.mock__chart { display: flex; align-items: flex-end; gap: 7px; height: 64px; margin: 18px 0 0; }
.mock__chart span { flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: #ead9c4; }
.mock__chart span:last-child { background: linear-gradient(180deg, var(--orange-bright), var(--orange-deep)); }
.mock__foot {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line);
    font-size: .82rem; color: var(--muted);
}
.mock__foot b { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--orange-deeper); }

.mock-chip {
    position: absolute; display: inline-flex; align-items: center; gap: 7px;
    background: #fff; color: var(--ink); border: 1px solid var(--line);
    border-radius: var(--r-pill); padding: 9px 15px; font-size: .82rem; font-weight: 600;
    box-shadow: var(--sh-raised);
}
.mock-chip i { color: var(--orange-deep); }
.mock-chip--a { top: 8%; left: -34px; animation: float 5s var(--ease) infinite; }
.mock-chip--b { bottom: 9%; right: -26px; animation: float 5s var(--ease) infinite .8s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* --------------------------------------------------------------------------
   Secoes
   -------------------------------------------------------------------------- */
.section { padding: 92px 0; }
.section--soft { background: linear-gradient(180deg, var(--bg), #f7f1e8 140%); }
.section--dark {
    position: relative; overflow: hidden; color: #fff;
    background: radial-gradient(120% 120% at 0% 0%, #2a2724, var(--charcoal) 60%, #1a1816);
}

.section__head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section__title { font-size: clamp(1.75rem, 3.4vw, 2.5rem); font-weight: 800; text-wrap: balance; }
.text-white { color: #fff; }
.section__sub { margin-top: 16px; color: var(--muted); font-size: 1.08rem; line-height: 1.6; text-wrap: pretty; }
.section--dark .section__sub { color: rgba(255,255,255,.72); }

/* --------------------------------------------------------------------------
   Recursos (feats — destaque lider + grade)
   -------------------------------------------------------------------------- */
.feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat {
    position: relative; overflow: hidden;
    display: flex; gap: 16px; align-items: flex-start;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 26px; box-shadow: var(--sh-card);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.feat:hover { transform: translateY(-4px); box-shadow: var(--sh-raised); border-color: var(--orange-line); }
.feat__icon {
    flex: none; display: grid; place-items: center; width: 50px; height: 50px;
    border-radius: var(--r-md); font-size: 1.45rem; color: #fff;
    background: linear-gradient(140deg, var(--orange-bright), var(--orange-deep));
    box-shadow: 0 8px 18px -10px rgba(217,101,11,.7);
}
.feat__body h3 { font-size: 1.16rem; margin-bottom: 7px; }
.feat__body p { color: var(--graphite); font-size: .95rem; line-height: 1.55; }
.feat__mark {
    position: absolute; right: 18px; bottom: 14px; font-size: 1.05rem;
    color: var(--orange-line); opacity: 0; transform: translateX(-6px);
    transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.feat:hover .feat__mark { opacity: 1; transform: translateX(0); }

.feat--lead {
    grid-column: 1 / -1; align-items: center; gap: 26px;
    padding: 32px 34px;
    background:
        linear-gradient(120deg, #fff 60%, var(--orange-soft));
    border-color: var(--orange-line);
}
.feat--lead .feat__icon { width: 66px; height: 66px; font-size: 2rem; border-radius: 14px; }
.feat--lead .feat__body h3 { font-size: 1.5rem; }
.feat--lead .feat__body p { font-size: 1.04rem; max-width: 60ch; }
.feat__tag {
    display: inline-block; margin-top: 12px; padding: 4px 12px;
    background: var(--orange-deep); color: #fff; border-radius: var(--r-pill);
    font-size: .74rem; font-weight: 600; letter-spacing: .3px; text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Diferenciais (lista com marcador chevron — sem card, distinto dos feats)
   -------------------------------------------------------------------------- */
.diffs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 40px; }
.diff {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 22px 4px; border-bottom: 1px solid var(--line-2);
}
.diff__ic {
    flex: none; display: grid; place-items: center; width: 46px; height: 46px;
    border-radius: var(--r-md); font-size: 1.25rem; color: var(--orange-deep);
    background: var(--orange-soft); border: 1px solid var(--orange-line);
}
.diff h4 { font-size: 1.08rem; margin-bottom: 5px; }
.diff p { color: var(--graphite); font-size: .94rem; line-height: 1.55; }

/* --------------------------------------------------------------------------
   Como funciona (carvao + fluxo com chevron conectando os passos)
   -------------------------------------------------------------------------- */
.how__mark {
    position: absolute; top: -8%; left: 50%; transform: translateX(-50%);
    font-size: 30rem; line-height: 0; color: rgba(248,160,8,.04); pointer-events: none;
}
.how .container { position: relative; z-index: 1; }
.how__flow { display: flex; align-items: stretch; justify-content: center; gap: 14px; }
.step {
    flex: 1; max-width: 320px; text-align: center;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--r-lg); padding: 32px 26px;
}
.step__num {
    display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 18px;
    border-radius: var(--r-pill); font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; color: #fff;
    background: linear-gradient(140deg, var(--orange-bright), var(--orange-deep));
    box-shadow: 0 12px 24px -10px rgba(217,101,11,.7);
}
.step h4 { color: #fff; font-size: 1.16rem; margin-bottom: 9px; }
.step p { color: rgba(255,255,255,.72); font-size: .95rem; line-height: 1.55; }
.how__arrow { align-self: center; font-size: 1.6rem; color: var(--orange-bright); opacity: .8; }

/* --------------------------------------------------------------------------
   Segmentos (tiles compactos)
   -------------------------------------------------------------------------- */
.segments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.seg {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 24px 20px; box-shadow: var(--sh-card);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.seg:hover { transform: translateY(-4px); box-shadow: var(--sh-raised); border-color: var(--orange-line); }
.seg__icon {
    display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 14px;
    border-radius: var(--r-md); font-size: 1.5rem; color: var(--orange-deep);
    background: var(--orange-soft); border: 1px solid var(--orange-line);
}
.seg h5 { font-size: 1.04rem; margin-bottom: 4px; }
.seg p { color: var(--muted); font-size: .86rem; }

/* --------------------------------------------------------------------------
   Ecossistema (cards com link)
   -------------------------------------------------------------------------- */
.ecos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.eco {
    display: flex; flex-direction: column; align-items: flex-start;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 28px; box-shadow: var(--sh-card);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.eco:hover { transform: translateY(-4px); box-shadow: var(--sh-raised); border-color: var(--orange-line); }
.eco__icon {
    display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 18px;
    border-radius: var(--r-md); font-size: 1.5rem; color: #fff;
    background: linear-gradient(140deg, var(--charcoal-2), var(--orange-deep));
}
.eco h3 { font-size: 1.2rem; margin-bottom: 8px; }
.eco p { color: var(--graphite); font-size: .95rem; line-height: 1.55; margin-bottom: 18px; }
.eco__link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--orange-deep); font-weight: 600; font-size: .94rem; }
.eco__link i { transition: transform .25s var(--ease); }
.eco__link:hover i { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Depoimentos
   -------------------------------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote {
    display: flex; flex-direction: column;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 28px; box-shadow: var(--sh-card);
}
.quote__stars { color: var(--amber); font-size: .92rem; margin-bottom: 14px; display: flex; gap: 3px; }
.quote__text { color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; flex: 1; }
.quote__author { display: flex; align-items: center; gap: 13px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.quote__avatar {
    display: grid; place-items: center; width: 46px; height: 46px; border-radius: var(--r-pill);
    background: linear-gradient(140deg, var(--orange-bright), var(--orange-deep)); color: #fff;
    font-family: var(--font-display); font-weight: 700; font-size: 1.2rem;
}
.quote__author strong { display: block; color: var(--ink); font-size: 1rem; }
.quote__author span { color: var(--muted); font-size: .86rem; }

/* --------------------------------------------------------------------------
   Contato
   -------------------------------------------------------------------------- */
.contact { display: grid; grid-template-columns: 1fr 1.18fr; gap: 48px; align-items: start; }
.contact__info .section__title, .contact__info .section__sub { text-align: left; }
.contact__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.contact__list li { display: flex; align-items: center; gap: 14px; }
.contact__ic {
    flex: none; display: grid; place-items: center; width: 48px; height: 48px;
    border-radius: var(--r-md); background: var(--orange-soft); color: var(--orange-deep);
    border: 1px solid var(--orange-line); font-size: 1.2rem;
}
.contact__list strong { display: block; color: var(--ink); font-size: .96rem; }
.contact__list p { color: var(--muted); font-size: .92rem; }

.contact__form-wrap { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 32px; box-shadow: var(--sh-card); }
.form { display: flex; flex-direction: column; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea {
    font-family: var(--font-body); font-size: .96rem; color: var(--ink-2);
    background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-sm);
    padding: 12px 13px; transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--orange); box-shadow: var(--sh-focus);
}
.field textarea { resize: vertical; min-height: 104px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.alert { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: var(--r-md); font-size: .94rem; font-weight: 500; margin-bottom: 18px; border: 1px solid; }
.alert--ok { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
.alert--err { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }

/* --------------------------------------------------------------------------
   CTA final (laranja drenado + chevron gigante)
   -------------------------------------------------------------------------- */
.cta {
    position: relative; overflow: hidden; text-align: center; padding: 88px 0;
    background: linear-gradient(125deg, var(--orange-deep) 0%, var(--orange) 55%, var(--orange-bright) 120%);
    color: #fff;
}
.cta__mark {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    font-size: 40rem; line-height: 0; color: rgba(255,255,255,.08); pointer-events: none;
}
.cta__inner { position: relative; z-index: 1; }
.cta h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.cta p { color: rgba(255,255,255,.92); margin: 16px auto 30px; font-size: 1.1rem; max-width: 540px; }

/* --------------------------------------------------------------------------
   Footer (carvao quente)
   -------------------------------------------------------------------------- */
.footer { background: linear-gradient(170deg, var(--charcoal-2), #18161400); background-color: var(--charcoal); color: rgba(255,255,255,.68); padding-top: 64px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 38px; padding-bottom: 46px; }
.footer__logo { margin-bottom: 16px; }
.footer__logo .brand__name { font-size: 1.4rem; }
.footer__brand p { font-size: .92rem; line-height: 1.65; margin-bottom: 20px; max-width: 38ch; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: var(--r-md); background: rgba(255,255,255,.07); color: #fff; font-size: 1.05rem; transition: background .25s var(--ease), transform .25s var(--ease); }
.footer__social a:hover { background: var(--orange-deep); transform: translateY(-3px); }
.footer__col h6 { color: #fff; font-family: var(--font-display); font-size: .8rem; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 16px; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer__col a { font-size: .92rem; transition: color .2s; }
.footer__col a:hover { color: var(--orange-bright); }
.footer__contact li { display: flex; align-items: center; gap: 9px; font-size: .92rem; }
.footer__contact i { color: var(--orange-bright); }

.footer__bar { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; }
.footer__bar-inner { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; justify-content: space-between; font-size: .84rem; }
.footer__credit { opacity: .82; display: inline-flex; flex-wrap: wrap; gap: 5px; align-items: baseline; }
.footer__credit strong { color: var(--orange-bright); font-weight: 700; }
.footer__credit em { font-style: italic; opacity: .85; }

/* --------------------------------------------------------------------------
   WhatsApp flutuante
   -------------------------------------------------------------------------- */
.whats-float {
    position: fixed; right: 24px; bottom: 24px; z-index: var(--z-float);
    display: grid; place-items: center; width: 58px; height: 58px;
    border-radius: var(--r-pill); background: var(--whats); color: #fff; font-size: 1.7rem;
    box-shadow: 0 12px 28px -8px rgba(37,211,102,.7);
    animation: pulse 2.6s infinite; transition: transform .25s var(--ease);
}
.whats-float:hover { transform: scale(1.08); }
@keyframes pulse { 0% { box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 0 0 0 rgba(37,211,102,0); } }

/* --------------------------------------------------------------------------
   Reveal on scroll (progressive — conteudo visivel por padrao via JS)
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   Responsivo
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
    .hero { padding: 116px 0 84px; }
    .hero__inner { grid-template-columns: 1fr; gap: 48px; }
    .hero__subtitle { max-width: 600px; }
    .hero__mock { max-width: 460px; margin-inline: auto; width: 100%; }
    .mock-chip--a { left: 0; }
    .mock-chip--b { right: 0; }
    .feats { grid-template-columns: repeat(2, 1fr); }
    .feat--lead { flex-direction: row; }
    .ecos, .quotes { grid-template-columns: 1fr 1fr; }
    .segments { grid-template-columns: repeat(3, 1fr); }
    .contact { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 760px) {
    .nav__toggle { display: block; }
    .nav, .nav.is-stuck { background: rgba(33,31,29,.96); backdrop-filter: blur(12px); }
    .nav__menu {
        position: absolute; top: 72px; left: 0; right: 0;
        flex-direction: column; gap: 0; padding: 0 24px;
        background: var(--charcoal); border-top: 1px solid rgba(255,255,255,.1);
        max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .3s;
    }
    .nav__menu.is-open { max-height: 460px; padding: 14px 24px 24px; }
    .nav__links { flex-direction: column; align-items: stretch; gap: 2px; width: 100%; }
    .nav__links a { display: block; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .nav__links a::after { display: none; }
    .nav__menu .btn { width: 100%; margin-top: 14px; }

    .section { padding: 70px 0; }
    .feats { grid-template-columns: 1fr; }
    .feat--lead { flex-direction: column; align-items: flex-start; text-align: left; }
    .feat--lead .feat__icon { width: 56px; height: 56px; font-size: 1.7rem; }
    .feat--lead .feat__body h3 { font-size: 1.3rem; }
    .diffs { grid-template-columns: 1fr; gap: 0 0; }
    .how__flow { flex-direction: column; align-items: center; }
    .step { max-width: 100%; width: 100%; }
    .how__arrow { transform: rotate(90deg); }
    .segments { grid-template-columns: repeat(2, 1fr); }
    .ecos, .quotes { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 460px) {
    .hero__title { font-size: clamp(2rem, 8.5vw, 2.6rem); }
    .mock-chip--a, .mock-chip--b { display: none; }
    .segments { grid-template-columns: 1fr 1fr; }
    .form__row { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; }
    .trust { gap: 18px 28px; }
}

/* --------------------------------------------------------------------------
   Facilita Pronto (serico feito-por-voce: fluxo vertical + planos)
   -------------------------------------------------------------------------- */
.pronto__top { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pronto__intro .kicker, .pronto__intro .section__title, .pronto__intro .section__sub { text-align: left; }
.pronto__intro .section__title { font-size: clamp(1.7rem, 3.2vw, 2.35rem); }
.pronto__intro .section__sub { margin: 16px 0 28px; max-width: 46ch; }
.pronto__intro .section__sub strong { color: var(--orange-deeper); font-weight: 700; }

.pronto__steps { list-style: none; margin: 0; padding: 0; }
.pronto__steps li { position: relative; display: flex; gap: 18px; padding-bottom: 26px; }
.pronto__steps li:last-child { padding-bottom: 0; }
.pronto__steps li:not(:last-child)::before {
    content: ''; position: absolute; left: 21px; top: 46px; bottom: -4px; width: 2px;
    background: linear-gradient(var(--orange-line), rgba(248,217,180,0));
}
.pronto__step-n {
    flex: none; position: relative; z-index: 1;
    display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-pill);
    font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; color: #fff;
    background: linear-gradient(140deg, var(--orange-bright), var(--orange-deep));
    box-shadow: 0 8px 18px -8px rgba(217,101,11,.6);
}
.pronto__steps h4 { font-size: 1.1rem; padding-top: 9px; margin-bottom: 4px; }
.pronto__steps p { color: var(--graphite); font-size: .95rem; line-height: 1.5; }

.pronto__plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 60px; }
.plan {
    position: relative; display: flex; flex-direction: column;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
    padding: 32px 30px; box-shadow: var(--sh-card);
}
.plan--featured { border: 1.5px solid var(--orange); box-shadow: var(--sh-raised); background: linear-gradient(180deg, #fff, var(--orange-soft) 280%); }
.plan__tag {
    position: absolute; top: -14px; left: 30px;
    background: var(--orange-deep); color: #fff; border-radius: var(--r-pill);
    font-size: .72rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 6px 14px;
    box-shadow: 0 8px 16px -8px rgba(217,101,11,.6);
}
.plan h3 { font-size: 1.4rem; }
.plan__resumo { color: var(--graphite); margin: 9px 0 0; font-size: .96rem; line-height: 1.5; }
.plan__price {
    display: flex; align-items: center; gap: 9px; margin: 20px 0; padding: 14px 0;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    color: var(--ink-2); font-size: .9rem; font-weight: 500; line-height: 1.4;
}
.plan__price i { color: var(--orange-deep); font-size: 1rem; flex: none; }
.plan__list { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.plan__list li { display: flex; gap: 11px; align-items: flex-start; font-size: .95rem; color: var(--ink-2); }
.plan__list i { color: var(--orange-deep); font-size: 1.08rem; flex: none; margin-top: 1px; }

@media (max-width: 980px) {
    .pronto__top { grid-template-columns: 1fr; gap: 40px; }
    .pronto__intro .section__sub { max-width: 60ch; }
}
@media (max-width: 760px) {
    .pronto__plans { grid-template-columns: 1fr; gap: 26px; margin-top: 48px; }
}

/* --------------------------------------------------------------------------
   Movimento reduzido
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; }
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .mock-chip--a, .mock-chip--b, .whats-float { animation: none; }
    .mock { transform: none; }
    .btn:hover, .feat:hover, .seg:hover, .eco:hover { transform: none; }
}
