/* ============================================================
   Smart PDV — Landing institucional
   Tema claro · azul #2196F3 · SaaS refinado
   ============================================================ */

:root {
    /* Paleta azul (base #2196F3) */
    --blue-50:  #eaf4fe;
    --blue-100: #cfe6fd;
    --blue-200: #a6d2fb;
    --blue-300: #64b5f6;
    --blue-400: #42a5f5;
    --blue-500: #2196f3;
    --blue-600: #1e88e5;
    --blue-700: #1976d2;
    --blue-800: #1565c0;
    --blue-900: #0d47a1;

    --accent: #2196f3;
    --accent-2: #00bcd4;      /* ciano de apoio */
    --accent-ink: #ffffff;

    /* Neutros / tema claro */
    --bg: #ffffff;
    --bg-soft: #f4f8fd;
    --bg-tint: #eaf4fe;
    --bg-navy: #0b1f33;       /* seções escuras pontuais */
    --card: #ffffff;
    --line: #e3ebf3;
    --line-soft: #eef3f8;

    --ink: #0f2437;
    --ink-2: #395067;
    --ink-dim: #61748a;
    --ink-mute: #90a1b3;

    --radius: 18px;
    --radius-sm: 12px;
    --maxw: 1200px;
    --ease: cubic-bezier(.16, 1, .3, 1);
    --shadow-sm: 0 2px 10px -4px rgba(15, 36, 55, .14);
    --shadow: 0 24px 60px -30px rgba(15, 55, 95, .35);
    --shadow-blue: 0 22px 50px -24px rgba(33, 150, 243, .55);
    --font-display: "Bricolage Grotesque", ui-sans-serif, sans-serif;
    --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
section { position: relative; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 12.5px; font-weight: 700; letter-spacing: .13em;
    text-transform: uppercase; color: var(--blue-600);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(33, 150, 243, .18); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.04; letter-spacing: -.02em; color: var(--ink); }
.section-title { font-size: clamp(2rem, 4.4vw, 3.3rem); }
.section-lead { color: var(--ink-dim); max-width: 58ch; margin-top: 18px; font-size: 1.06rem; }

/* Buttons ---------------------------------------------------- */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-body); font-weight: 700; font-size: 1rem;
    padding: 15px 26px; border-radius: 100px; border: 1px solid transparent;
    cursor: pointer; white-space: nowrap;
    transition: transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease), color .3s;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); box-shadow: var(--shadow-blue); }
.btn-primary:hover { transform: translateY(-2px); background: var(--blue-600); box-shadow: 0 26px 55px -22px rgba(33, 150, 243, .7); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--blue-300); color: var(--blue-700); transform: translateY(-2px); }
.btn-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.25); }
.btn-light:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-sm { padding: 10px 18px; font-size: .9rem; }

/* Header ----------------------------------------------------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .4s var(--ease), border-color .4s, backdrop-filter .4s, box-shadow .4s; }
.nav.scrolled { background: rgba(255, 255, 255, .82); backdrop-filter: blur(16px) saturate(150%); border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(15, 36, 55, .4); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 32px; width: auto; display: block; }
.foot-brand .brand img { height: 38px; }
.drawer-head .brand img { height: 30px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: .95rem; color: var(--ink-2); font-weight: 600; transition: color .25s; }
.nav-links a:hover { color: var(--blue-700); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); cursor: pointer; }
.nav-toggle svg { width: 28px; height: 28px; }

/* Hero ------------------------------------------------------- */
.hero { padding: 168px 0 90px; overflow: hidden; }
.hero::before {
    content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
        radial-gradient(60% 55% at 78% 8%, rgba(33, 150, 243, .18), transparent 60%),
        radial-gradient(45% 40% at 8% 20%, rgba(0, 188, 212, .12), transparent 60%),
        linear-gradient(180deg, var(--bg-tint), var(--bg) 62%);
}
.hero::after {
    content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
    background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent 75%);
    mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent 75%);
}
.hero-inner { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2.6rem, 6.2vw, 5.1rem); max-width: 16ch; margin: 26px 0 0; }
.hero h1 em { font-style: normal; background: linear-gradient(120deg, var(--blue-500), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { margin-top: 26px; font-size: clamp(1.05rem, 1.6vw, 1.26rem); color: var(--ink-2); max-width: 62ch; }
.hero-actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 50px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; color: var(--ink-mute); font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.hero-trust .brands { display: flex; gap: 12px; flex-wrap: wrap; }
.chip { padding: 8px 17px; border: 1px solid var(--line); border-radius: 100px; color: var(--blue-800); font-family: var(--font-display); font-weight: 600; background: #fff; box-shadow: var(--shadow-sm); text-transform: none; letter-spacing: 0; font-size: .9rem; }

/* Hero mock -------------------------------------------------- */
.hero-mock { margin-top: 72px; position: relative; z-index: 2; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.mock-bar { display: flex; align-items: center; gap: 8px; padding: 15px 18px; border-bottom: 1px solid var(--line-soft); background: var(--bg-soft); }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: #d7e1ec; }
.mock-bar i:nth-child(1) { background: #ff6a5d; }
.mock-bar i:nth-child(2) { background: #ffbd44; }
.mock-bar i:nth-child(3) { background: #24c65f; }
.mock-bar span { margin-left: 12px; color: var(--ink-mute); font-size: .82rem; }
.mock-body { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1px; background: var(--line-soft); }
.mock-panel { background: #fff; padding: 26px; }
.mock-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.kpi { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px; background: var(--bg-soft); }
.kpi .lbl { color: var(--ink-mute); font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 600; }
.kpi .val { font-family: var(--font-display); font-weight: 700; font-size: 1.65rem; margin-top: 6px; color: var(--ink); }
.kpi .val.pos { color: var(--blue-600); }
.mock-chart { margin-top: 22px; display: flex; align-items: flex-end; gap: 9px; height: 128px; }
.mock-chart b { flex: 1; background: linear-gradient(180deg, var(--blue-400), var(--blue-700)); border-radius: 5px 5px 0 0; }
.mock-chart b:nth-child(even) { background: var(--blue-100); }
.mock-feed .row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.mock-feed .row:last-child { border-bottom: 0; }
.mock-feed .who { display: flex; align-items: center; gap: 11px; font-size: .92rem; color: var(--ink-2); }
.mock-feed .dot { width: 30px; height: 30px; border-radius: 8px; background: var(--bg-tint); border: 1px solid var(--blue-100); display: grid; place-items: center; font-size: .72rem; color: var(--blue-700); font-weight: 800; }
.mock-feed .amt { font-family: var(--font-display); font-weight: 700; color: var(--ink); text-align: right; }
.mock-feed .tag { font-size: .72rem; color: var(--ink-mute); text-align: right; }

/* Strip ------------------------------------------------------ */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; background: var(--bg-soft); }
.strip-inner { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.strip-label { color: var(--ink-mute); font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 600; margin-right: 6px; }

/* Maquininhas ------------------------------------------------ */
.machines-block { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.machines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.machine { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 30px 26px 28px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.machine:hover { transform: translateY(-6px); border-color: var(--blue-200); box-shadow: var(--shadow); }
.machine-img { height: 240px; margin-bottom: 20px; border-radius: 14px; overflow: hidden;
    background: radial-gradient(closest-side, var(--bg-tint), #fff 78%); }
.machine-img img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(15, 55, 95, .18)); }
.machine h3 { font-size: 1.3rem; }
.machine p { color: var(--ink-dim); margin-top: 8px; font-size: .93rem; }

/* Blocks ----------------------------------------------------- */
.block { padding: 100px 0; }
.block-head { max-width: 760px; }
.block-head.center { margin: 0 auto; text-align: center; }
.block-head.center .section-lead { margin-left: auto; margin-right: auto; }

/* Stats band ------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 54px; }
.stat { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: linear-gradient(180deg, #fff, var(--bg-soft)); box-shadow: var(--shadow-sm); }
.stat b { font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; color: var(--blue-600); display: block; letter-spacing: -.03em; }
.stat p { color: var(--ink-dim); margin-top: 6px; font-size: .95rem; }

/* Módulos (zig-zag) ------------------------------------------ */
.modules { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mod { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 70px 0; border-bottom: 1px solid var(--line); }
.mod:last-child { border-bottom: 0; }
.mod:nth-child(even) .mod-text { order: 2; }
.mod:nth-child(even) .mod-visual { order: 1; }
.mod-num { font-family: var(--font-display); font-weight: 800; font-size: .85rem; color: var(--blue-500); letter-spacing: .16em; }
.mod-text h3 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-top: 14px; }
.mod-text p.lead { color: var(--ink-dim); margin-top: 14px; font-size: 1.04rem; }
.mod-list { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.mod-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); font-size: .98rem; }
.mod-list .tick { flex: none; width: 22px; height: 22px; border-radius: 6px; background: var(--bg-tint); color: var(--blue-600); display: grid; place-items: center; margin-top: 2px; }
.mod-list .tick svg { width: 13px; height: 13px; }

/* Módulo visual (mockups) ------------------------------------ */
.mod-visual { position: relative; }
.device {
    border: 1px solid var(--line); border-radius: 20px; background: #fff;
    box-shadow: var(--shadow); overflow: hidden; position: relative;
}
.device::after { content: ""; position: absolute; inset: 0; border-radius: 20px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); pointer-events: none; }
.dv-head { padding: 16px 20px; border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(180deg, #fff, var(--bg-soft)); }
.dv-head .t { font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
.dv-head .badge { font-size: .72rem; font-weight: 700; color: var(--blue-700); background: var(--bg-tint); padding: 5px 11px; border-radius: 100px; }
.dv-body { padding: 22px; }

/* mock: ficha / comanda */
.ticket { border: 2px dashed var(--blue-200); border-radius: 14px; padding: 20px; background: linear-gradient(135deg, var(--blue-50), #fff); position: relative; }
.ticket .code { font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; letter-spacing: .12em; color: var(--blue-800); }
.ticket .meta { display: flex; justify-content: space-between; margin-top: 12px; color: var(--ink-dim); font-size: .85rem; }
.ticket .bars { display: flex; gap: 3px; margin-top: 16px; }
.ticket .bars i { flex: 1; height: 34px; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px); opacity: .8; }
.ticket-2 { margin-top: -30px; margin-left: 26px; transform: rotate(3deg); }

/* mock: ficha impressa (cupom térmico 58mm) */
.receipt {
    width: 300px; margin: 0 auto; padding: 26px 26px 0; background: #fff; color: #14202b;
    font-family: "Courier New", ui-monospace, monospace; text-align: center; line-height: 1.5;
    box-shadow: var(--shadow); position: relative;
}
.receipt::before, .receipt::after { content: ""; position: absolute; left: 0; right: 0; height: 9px;
    background: #fff;
    -webkit-mask: repeating-linear-gradient(-45deg, #000 0 7px, transparent 7px 14px);
    mask: repeating-linear-gradient(-45deg, #000 0 7px, transparent 7px 14px); }
.receipt::before { top: -8px; }
.receipt::after { bottom: -8px; transform: scaleY(-1); }
.rc-logo img { height: 26px; width: auto; margin: 0 auto 12px; display: block; filter: grayscale(1) contrast(1.6) brightness(.85); }
.rc-title { font-weight: 700; font-size: 1rem; letter-spacing: .04em; }
.rc-div { border-top: 2px dashed #b6c2cd; margin: 12px 0; }
.rc-prod { font-weight: 700; font-size: 1.05rem; margin-top: 2px; }
.rc-desc { font-size: .82rem; color: #52616f; margin-top: 4px; }
.rc-price { font-weight: 700; font-size: 1.25rem; margin-top: 8px; }
.rc-index { font-size: .9rem; letter-spacing: .1em; }
.rc-label { font-size: .82rem; color: #52616f; }
.rc-strong { font-weight: 700; font-size: 1.05rem; margin-top: 2px; }
.rc-time { font-size: .9rem; }
.rc-qr { width: 108px; height: 108px; margin: 16px auto 4px;
    background:
        linear-gradient(#14202b 0 0) 0 0/34px 34px no-repeat,
        linear-gradient(#14202b 0 0) 100% 0/34px 34px no-repeat,
        linear-gradient(#14202b 0 0) 0 100%/34px 34px no-repeat,
        conic-gradient(from 0deg, #14202b 25%, #fff 0 50%, #14202b 0 75%, #fff 0) 0 0/16px 16px;
    box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #14202b; }
.rc-foot { text-align: left; font-size: .8rem; color: #33424f; display: grid; gap: 3px; padding: 0 4px; }
.rc-cut { margin: 16px -26px 0; padding: 10px 0 16px; border-top: 2px dashed #9fb0bc; color: #52616f; font-size: .82rem; letter-spacing: .12em; }
.mod-visual .receipt { transform: rotate(-1.5deg); }

/* mock: validação */
.scan { display: grid; place-items: center; padding: 8px 0 4px; }
.scan .ring { width: 92px; height: 92px; border-radius: 50%; background: radial-gradient(closest-side, var(--blue-50), #fff); border: 3px solid var(--blue-500); display: grid; place-items: center; box-shadow: 0 0 0 8px rgba(33,150,243,.1); }
.scan .ring svg { width: 44px; height: 44px; color: var(--blue-600); }
.scan .ok { margin-top: 14px; font-family: var(--font-display); font-weight: 700; color: var(--blue-700); }
.scan .sub { color: var(--ink-mute); font-size: .85rem; }
.scan-rows { margin-top: 18px; display: grid; gap: 8px; }
.scan-rows .r { display: flex; justify-content: space-between; padding: 10px 12px; border: 1px solid var(--line-soft); border-radius: 10px; font-size: .88rem; color: var(--ink-2); background: var(--bg-soft); }
.scan-rows .r .v { color: var(--blue-700); font-weight: 700; }

/* mock: cardápio digital */
.menu-item { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.menu-item:last-child { border-bottom: 0; }
.menu-item .mi-l { display: flex; gap: 12px; align-items: center; }
.menu-item .thumb { width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, var(--blue-100), var(--blue-300)); display: grid; place-items: center; color: var(--blue-800); flex: none; }
.menu-item .thumb svg { width: 22px; height: 22px; }
.menu-item .nm { display: block; font-weight: 600; color: var(--ink); font-size: .95rem; }
.menu-item .ds { display: block; color: var(--ink-mute); font-size: .8rem; }
.menu-item .pr { font-family: var(--font-display); font-weight: 700; color: var(--blue-700); }
.menu-qr { margin-top: 16px; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--line-soft); border-radius: 12px; background: var(--bg-soft); }
.qr { width: 46px; height: 46px; border-radius: 8px; background:
    conic-gradient(from 0deg, var(--ink) 25%, #fff 0 50%, var(--ink) 0 75%, #fff 0),
    conic-gradient(from 0deg, var(--ink) 25%, #fff 0 50%, var(--ink) 0 75%, #fff 0);
    background-size: 11px 11px; background-position: 0 0; border: 3px solid var(--ink); }
.menu-qr span { font-size: .84rem; color: var(--ink-2); }

/* mock: restaurante */
.tables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tbl { aspect-ratio: 1; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-soft); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink-mute); }
.tbl.busy { background: var(--bg-tint); border-color: var(--blue-200); color: var(--blue-700); }
.tbl.sel { background: var(--blue-500); border-color: var(--blue-500); color: #fff; box-shadow: var(--shadow-blue); }
.comanda { margin-top: 16px; border: 1px solid var(--line-soft); border-radius: 12px; padding: 16px; background: var(--bg-soft); }
.cm-head { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--ink); }
.cm-open { font-size: .72rem; font-weight: 700; color: var(--blue-700); background: #fff; border: 1px solid var(--blue-100); padding: 4px 10px; border-radius: 100px; }
.cm-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-size: .9rem; color: var(--ink-2); }
.cm-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; margin-top: 4px; }
.cm-foot span:first-child { color: var(--ink-mute); font-size: .85rem; }
.cm-tot { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--ink); }

/* mock: cashless */
.band { border-radius: 16px; padding: 22px; color: #fff; background: linear-gradient(120deg, var(--blue-700), var(--blue-500) 60%, var(--accent-2)); box-shadow: var(--shadow-blue); position: relative; overflow: hidden; }
.band::after { content: ""; position: absolute; right: -30px; top: -30px; width: 130px; height: 130px; border-radius: 50%; background: rgba(255,255,255,.14); }
.band .lbl { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; opacity: .8; }
.band .bal { font-family: var(--font-display); font-weight: 800; font-size: 2.3rem; margin-top: 4px; }
.band .chip-nfc { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.16); padding: 7px 13px; border-radius: 100px; font-size: .82rem; }
.recharge { margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.recharge b { text-align: center; padding: 12px 0; border: 1px solid var(--line-soft); border-radius: 10px; font-family: var(--font-display); color: var(--blue-700); background: var(--bg-soft); }
.recharge b.on { background: var(--blue-500); color: #fff; border-color: var(--blue-500); }

/* mock: app (phone) */
.phone { width: 250px; margin: 0 auto; border: 8px solid #0b1f33; border-radius: 34px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.phone .notch { height: 26px; background: #0b1f33; position: relative; }
.phone .notch::after { content: ""; position: absolute; left: 50%; top: 8px; transform: translateX(-50%); width: 80px; height: 6px; border-radius: 6px; background: #2a4159; }
.phone .scr { padding: 18px 16px 24px; background: linear-gradient(180deg, var(--bg-tint), #fff 40%); }
.phone .ph-t { font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
.phone .ph-sub { color: var(--ink-mute); font-size: .76rem; }
.phone .ph-big { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--blue-700); margin-top: 14px; }
.phone .ph-chart { display: flex; align-items: flex-end; gap: 5px; height: 62px; margin-top: 12px; }
.phone .ph-chart b { flex: 1; border-radius: 4px 4px 0 0; background: var(--blue-300); }
.phone .ph-chart b:nth-child(3n) { background: var(--blue-600); }
.phone .ph-list { margin-top: 14px; display: grid; gap: 8px; }
.phone .ph-list .pr { display: flex; justify-content: space-between; font-size: .82rem; color: var(--ink-2); padding: 8px 10px; background: #fff; border: 1px solid var(--line-soft); border-radius: 9px; }
.store-badges { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.store-badges .sb { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 12px; padding: 9px 15px; background: #fff; box-shadow: var(--shadow-sm); font-size: .82rem; }
.store-badges .sb b { font-family: var(--font-display); font-size: .95rem; display: block; line-height: 1.1; }
.store-badges .sb span { color: var(--ink-mute); font-size: .68rem; }
.store-badges .sb svg { width: 20px; height: 20px; color: var(--blue-600); }
.store-badges a.sb { transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.store-badges a.sb:hover { transform: translateY(-2px); border-color: var(--blue-300); box-shadow: var(--shadow); }

/* mock: relatórios */
.report .r-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; }
.report .r-row .nm { width: 92px; font-size: .84rem; color: var(--ink-2); }
.report .r-row .track { flex: 1; height: 10px; border-radius: 6px; background: var(--bg-soft); overflow: hidden; }
.report .r-row .fill { height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--blue-400), var(--blue-700)); }
.report .r-row .pc { width: 44px; text-align: right; font-family: var(--font-display); font-weight: 700; font-size: .85rem; color: var(--blue-700); }
.report .r-foot { margin-top: 16px; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px dashed var(--line); }
.report .r-foot .lbl { color: var(--ink-mute); font-size: .82rem; }
.report .r-foot .tot { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--ink); }

/* Recursos grid ---------------------------------------------- */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 54px; }
.feat { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.feat:hover { transform: translateY(-5px); border-color: var(--blue-200); box-shadow: var(--shadow); }
.feat-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-tint); border: 1px solid var(--blue-100); display: grid; place-items: center; color: var(--blue-600); margin-bottom: 18px; }
.feat-ic svg { width: 22px; height: 22px; }
.feat h3 { font-size: 1.14rem; }
.feat p { color: var(--ink-dim); margin-top: 8px; font-size: .93rem; }

/* Passos ----------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 54px; }
.step { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; background: #fff; box-shadow: var(--shadow-sm); position: relative; }
.step-n { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--blue-100); line-height: 1; }
.step.on .step-n { color: var(--blue-500); }
.step h3 { font-size: 1.1rem; margin-top: 12px; }
.step p { color: var(--ink-dim); margin-top: 8px; font-size: .92rem; }

/* Para quem -------------------------------------------------- */
.who-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 40px; }
.tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.tags span { padding: 11px 20px; border: 1px solid var(--line); border-radius: 100px; background: #fff; font-weight: 600; color: var(--ink-2); box-shadow: var(--shadow-sm); transition: border-color .3s, color .3s, transform .3s; }
.tags span:hover { border-color: var(--blue-300); color: var(--blue-700); transform: translateY(-2px); }
.who-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, var(--bg-tint), #fff); padding: 34px; box-shadow: var(--shadow-sm); }
.who-card ul { list-style: none; display: grid; gap: 18px; }
.who-card li { display: flex; gap: 14px; align-items: flex-start; }
.who-card li .tick { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--blue-500); color: #fff; display: grid; place-items: center; margin-top: 2px; }
.who-card li .tick svg { width: 15px; height: 15px; }
.who-card li b { font-family: var(--font-display); font-weight: 600; display: block; font-size: 1.05rem; }
.who-card li p { color: var(--ink-dim); font-size: .93rem; margin-top: 2px; }

/* CTA -------------------------------------------------------- */
.cta { margin: 40px auto 0; max-width: var(--maxw); border-radius: 28px; padding: clamp(44px, 6vw, 84px); text-align: center; position: relative; overflow: hidden; color: #fff;
    background: radial-gradient(120% 150% at 50% -10%, var(--blue-500), var(--blue-800) 55%, var(--blue-900)); box-shadow: var(--shadow); }
.cta::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(60% 60% at 50% 0%, #000, transparent 70%); mask-image: radial-gradient(60% 60% at 50% 0%, #000, transparent 70%); }
.cta > * { position: relative; z-index: 1; }
.cta .eyebrow { color: #bfe0ff; }
.cta .eyebrow::before { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }
.cta h2 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.5rem); max-width: 20ch; margin: 18px auto 0; }
.cta p { color: #d7ecff; max-width: 54ch; margin: 18px auto 0; }
.cta .hero-actions { justify-content: center; margin-top: 34px; }

/* Footer ----------------------------------------------------- */
footer { border-top: 1px solid var(--line); margin-top: 100px; padding: 58px 0 40px; background: var(--bg-soft); }
.foot-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.foot-brand { max-width: 330px; }
.foot-brand p { color: var(--ink-dim); margin-top: 16px; font-size: .95rem; }
.foot-cols { display: flex; gap: 66px; flex-wrap: wrap; }
.foot-col h4 { font-family: var(--font-body); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); margin-bottom: 16px; font-weight: 700; }
.foot-col a, .foot-col span { display: block; color: var(--ink-dim); font-size: .95rem; margin-bottom: 11px; transition: color .25s; }
.foot-col a:hover { color: var(--blue-700); }
.foot-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--ink-mute); font-size: .85rem; }
.foot-bottom a { color: var(--blue-600); font-weight: 600; transition: color .25s; }
.foot-bottom a:hover { color: var(--blue-800); }

/* Página de erro --------------------------------------------- */
.err { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 60px 0; position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bg-tint), var(--bg) 60%); }
.err::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
    background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
    background-size: 48px 48px; -webkit-mask-image: radial-gradient(70% 60% at 50% 35%, #000, transparent 75%); mask-image: radial-gradient(70% 60% at 50% 35%, #000, transparent 75%); }
.err-glow { position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 900px; height: 560px; z-index: 0; pointer-events: none;
    background: radial-gradient(closest-side, rgba(33, 150, 243, .2), transparent 70%); }
.err-inner { position: relative; z-index: 2; max-width: 620px; }
.err-brand { margin-bottom: 40px; }
.err-brand img { height: 40px; }
.err-code { font-family: var(--font-display); font-weight: 800; letter-spacing: -.04em; line-height: 1;
    font-size: clamp(6rem, 22vw, 12rem);
    background: linear-gradient(120deg, var(--blue-500), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.err-title { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-top: 8px; }
.err-msg { color: var(--ink-dim); margin: 16px auto 0; max-width: 46ch; font-size: 1.06rem; }
.err-actions { justify-content: center; margin-top: 34px; }

/* Reveal ----------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* Responsive ------------------------------------------------- */
@media (max-width: 1000px) {
    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 940px) {
    .nav-links, .nav-cta .btn { display: none; }
    .nav-toggle { display: block; }
    .mock-body { grid-template-columns: 1fr; }
    .who-split { grid-template-columns: 1fr; gap: 34px; }
    .mod { grid-template-columns: 1fr; gap: 34px; padding: 54px 0; }
    .mod:nth-child(even) .mod-text { order: 1; }
    .mod:nth-child(even) .mod-visual { order: 2; }
    .machines { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
    .machine-img { height: 260px; }
}
@media (max-width: 620px) {
    .wrap { padding: 0 20px; }
    .hero { padding: 128px 0 60px; }
    .feat-grid, .steps, .stats { grid-template-columns: 1fr; }
    .mock-kpis { grid-template-columns: 1fr 1fr; }
    .foot-cols { gap: 36px; }
    .store-badges { flex-wrap: nowrap; }
    .store-badges .sb { flex: 1 1 0; min-width: 0; justify-content: center; }
}

/* Drawer ----------------------------------------------------- */
.drawer { position: fixed; inset: 0; z-index: 60; background: rgba(255, 255, 255, .98); backdrop-filter: blur(10px); display: flex; flex-direction: column; padding: 26px; transform: translateY(-100%); transition: transform .45s var(--ease); }
.drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; }
.drawer nav { display: flex; flex-direction: column; gap: 4px; margin-top: 34px; }
.drawer nav a { font-family: var(--font-display); font-weight: 600; font-size: 1.8rem; padding: 11px 0; border-bottom: 1px solid var(--line-soft); color: var(--ink); }
.drawer .btn { margin-top: 26px; justify-content: center; }
.drawer-close { background: none; border: 0; color: var(--ink); cursor: pointer; }
.drawer-close svg { width: 30px; height: 30px; }

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
    html { scroll-behavior: auto; }
}
