:root {
  color-scheme: dark;
  --black: #060606;
  --ink: #101114;
  --panel: #15171b;
  --panel-2: #1e2228;
  --paper: #f5f2ea;
  --paper-2: #fffaf0;
  --text: #f7f7f2;
  --muted: #adb3bd;
  --paper-text: #181a1e;
  --paper-muted: #626a74;
  --line: rgba(255,255,255,.14);
  --dark-line: rgba(14,16,18,.14);
  --yellow: #ffc400;
  --yellow-2: #ffe071;
  --red: #c8161d;
  --red-2: #8d1116;
  --teal: #26d4c4;
  --green: #25d366;
  --warning: #ff9f1a;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0,0,0,.36);
  --shell: min(1160px, calc(100% - 32px));
  --header-height: 78px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--text); font-family: var(--font); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: 0; }
h1 { margin-bottom: 20px; font-size: 4.45rem; font-weight: 900; max-width: 11ch; }
h2 { margin-bottom: 20px; font-size: 3.25rem; font-weight: 890; max-width: 12ch; }
h3 { font-size: 1.2rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 88px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 14px; border-radius: 6px; background: var(--yellow); color: #080808; font-weight: 900; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: #080808; font-size: .92rem; font-weight: 900; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .16s ease, background-color .16s ease, border-color .16s ease; }
.button:hover { background: var(--yellow-2); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 15px; font-size: .82rem; }
.button-dark { border-color: #0b0c0e; background: #0b0c0e; color: white; }
.button-dark:hover { background: #24272d; border-color: #24272d; }
.button-ghost { border-color: var(--line); background: transparent; color: var(--text); }
.button-ghost:hover { background: rgba(255,255,255,.07); }
.button-wide { width: 100%; }
.text-link, .text-action { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--yellow); font-weight: 850; text-decoration: none; }
.text-action { min-height: auto; color: var(--teal); font-size: .88rem; }

.site-header { position: fixed; z-index: 90; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid transparent; background: linear-gradient(#050505d9, #05050566, transparent); transition: background-color .2s ease, border-color .2s ease, backdrop-filter .2s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(6,6,6,.86); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: white; text-decoration: none; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; border: 2px solid var(--yellow); border-radius: 8px; background: #0b0b0b; color: var(--yellow); font-weight: 1000; box-shadow: inset 0 -7px 0 rgba(200,22,29,.7); }
.brand-text { display: grid; line-height: .92; text-transform: uppercase; }
.brand-text strong { font-size: 1.08rem; font-weight: 1000; color: var(--yellow); }
.brand-text small { margin-top: 5px; color: #fff; font-size: .62rem; font-weight: 900; letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.main-nav a { color: #e8e8e8; font-size: .78rem; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { color: var(--yellow); }
.nav-toggle { display: none; width: 42px; min-height: 42px; place-content: center; gap: 5px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; background: #111; color: white; cursor: pointer; }
.nav-toggle span:not(.sr-only) { width: 17px; height: 2px; background: currentColor; }

.hero { position: relative; min-height: 88svh; overflow: hidden; isolation: isolate; }
.hero-media, .hero-scrim { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; filter: saturate(.95) contrast(1.05) brightness(.7); }
.hero-scrim { z-index: -1; background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.94) 36%, rgba(5,5,5,.48) 70%, rgba(5,5,5,.7) 100%), linear-gradient(0deg, #050505 0, transparent 26%); }
.hero-inner { display: flex; min-height: calc(88svh - 58px); align-items: center; padding-block: calc(var(--header-height) + 64px) 76px; }
.hero-copy { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #ededed; font-size: .72rem; font-weight: 950; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 3px; background: var(--yellow); }
.eyebrow.dark { color: #3c4149; }
.eyebrow.dark span { background: var(--red); }
.eyebrow.yellow { color: var(--yellow); }
.eyebrow.teal { color: var(--teal); }
.eyebrow.teal span { background: var(--teal); }
.hero-lead { max-width: 620px; margin-bottom: 26px; color: #d8dde2; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-assurances li { display: grid; min-width: 142px; padding: 12px 14px; border: 1px solid rgba(255,196,0,.38); border-radius: var(--radius); background: rgba(10,10,10,.74); }
.hero-assurances strong { color: var(--yellow); font-size: 1.1rem; }
.hero-assurances span { color: #c7cbd1; font-size: .72rem; font-weight: 750; }
.hero-strip { position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,196,0,.32); background: linear-gradient(90deg, rgba(200,22,29,.92), rgba(20,20,20,.92)); }
.hero-strip-inner { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; color: white; font-size: .82rem; font-weight: 850; }

.service-section, .quote-section { background: var(--paper); color: var(--paper-text); }
.section-heading { margin-bottom: 44px; }
.split-heading { display: grid; grid-template-columns: 1.35fr .75fr; align-items: end; gap: 40px; }
.split-heading p:last-child, .center-heading p { color: var(--paper-muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { display: flex; min-height: 270px; flex-direction: column; padding: 24px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: #fff; color: var(--paper-text); box-shadow: 0 18px 50px rgba(12,16,20,.08); }
.service-card h3 { margin-bottom: 10px; font-size: 1.55rem; }
.service-card p { color: var(--paper-muted); }
.service-tag { display: inline-flex; width: fit-content; margin-bottom: auto; padding: 6px 9px; border-radius: 999px; background: #17191d; color: white; font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.featured-service { background: var(--yellow); }
.featured-service .service-tag { background: #0b0b0b; color: var(--yellow); }
.red-service { background: var(--red); color: white; }
.red-service p { color: #ffe1e1; }
.red-service .service-tag { background: white; color: var(--red); }
.card-link { display: flex; width: 100%; min-height: 42px; align-items: center; justify-content: space-between; margin-top: auto; padding: 12px 0 0; border: 0; border-top: 1px solid currentColor; background: transparent; color: currentColor; font-size: .82rem; font-weight: 950; cursor: pointer; }
.image-card { padding: 0; overflow: hidden; background: #0d0d0d; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }

.launch-section { background: #0b0d10; }
.launch-grid, .proof-grid, .quote-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.launch-copy > p:not(.eyebrow), .proof-copy > p, .contact-copy > p { color: var(--muted); }
.feature-list { display: grid; gap: 10px; margin: 26px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #e2e6e9; font-size: .9rem; }
.feature-list span { color: var(--yellow); font-size: .72rem; font-weight: 950; }
.dashboard-preview { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #15181d; box-shadow: var(--shadow); }
.preview-top { display: flex; align-items: center; gap: 7px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.preview-top span { width: 9px; height: 9px; border-radius: 50%; background: #5b626b; }
.preview-top strong { margin-left: auto; color: var(--yellow); font-size: .74rem; text-transform: uppercase; }
.preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; }
.preview-kpi, .preview-chat, .preview-bars { padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: #0e1013; }
.preview-kpi { display: grid; }
.preview-kpi small { color: #89919b; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.preview-kpi strong { margin: 5px 0; font-size: 2.2rem; }
.preview-kpi em { color: var(--teal); font-style: normal; font-size: .72rem; font-weight: 850; }
.preview-chat { grid-column: 1 / -1; }
.preview-chat p { margin: 7px 0 0; color: #d7dce1; font-size: .82rem; }
.chat-pill { display: inline-flex; padding: 4px 7px; border-radius: 999px; background: rgba(38,212,196,.14); color: var(--teal); font-size: .62rem; font-weight: 900; }
.preview-bars { grid-column: 1 / -1; display: flex; height: 150px; align-items: end; gap: 12%; }
.preview-bars i { width: 16%; height: var(--h); border-radius: 6px 6px 0 0; background: linear-gradient(var(--yellow), var(--red)); }

.proof-section { background: #101215; }
.proof-card { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.proof-card img { width: 100%; height: 620px; object-fit: cover; object-position: center top; }
.proof-steps { display: grid; gap: 12px; margin-top: 28px; }
.proof-steps article { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #171a20; }
.proof-steps span { color: var(--teal); font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.proof-steps strong { display: block; margin: 4px 0; }
.proof-steps p { margin: 0; color: var(--muted); font-size: .86rem; }

.geo-section { background: var(--paper-2); color: var(--paper-text); }
.geo-home-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 54px; align-items: start; }
.geo-home-copy { position: sticky; top: 112px; }
.geo-home-copy h2 { max-width: min(760px, 100%); }
.geo-home-copy p:not(.eyebrow) { max-width: 620px; color: var(--paper-muted); }
.geo-home-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.geo-home-stack article { min-height: 220px; padding: 20px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: white; box-shadow: 0 18px 50px rgba(12,16,20,.08); }
.geo-home-stack span { color: var(--red); font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.geo-home-stack strong { display: block; margin: 8px 0; color: var(--paper-text); font-size: 1.05rem; line-height: 1.25; }
.geo-home-stack p { margin: 0; color: var(--paper-muted); font-size: .9rem; }

.pricing-section { background: #f8d02d; color: var(--paper-text); }
.center-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price-card { display: flex; min-height: 310px; flex-direction: column; padding: 24px; border: 1px solid rgba(0,0,0,.16); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 50px rgba(40,30,0,.13); }
.price-card span { color: var(--red); font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.price-card strong { margin: 12px 0; font-size: 2.1rem; line-height: 1; }
.price-card p { color: var(--paper-muted); }
.price-card .button { margin-top: auto; }
.highlight-price { background: #0a0a0a; color: white; }
.highlight-price p { color: #ccd1d8; }
.highlight-price span { color: var(--yellow); }

.quote-grid { align-items: start; }
.quote-copy { position: sticky; top: 112px; }
.quote-form { display: grid; gap: 14px; padding: 24px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 50px rgba(12,16,20,.1); }
.quote-form label { display: grid; gap: 7px; color: #333941; font-size: .78rem; font-weight: 850; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid rgba(15,17,20,.22); border-radius: 6px; background: #fff; color: var(--paper-text); outline: none; }
.quote-form textarea { min-height: 118px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,22,29,.12); }
.quote-form [aria-invalid="true"] { border-color: var(--red); }
.field-full { grid-column: 1 / -1; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; color: var(--paper-muted) !important; font-weight: 650 !important; line-height: 1.4; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--red); }
.form-message { min-height: 20px; margin: 0; color: var(--red); font-size: .78rem; font-weight: 850; }
.contact-facts { display: grid; gap: 10px; margin-top: 26px; }
.contact-facts article { padding: 14px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: var(--paper-2); }
.contact-facts span, .contact-panel span { display: block; color: var(--red); font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.contact-facts strong { display: block; margin-top: 4px; font-size: 1.04rem; }

.contact-section { padding-block: 86px; background: linear-gradient(135deg, #120809, #15171b); }
.contact-copy h2 { max-width: 11ch; }
.contact-panel { display: grid; gap: 12px; }
.contact-panel article { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.contact-panel strong, .contact-panel a { display: block; margin-top: 6px; color: white; font-size: 1.02rem; font-weight: 850; text-decoration: none; }
.site-footer { border-top: 1px solid var(--line); background: #050505; }
.footer-inner { display: flex; min-height: 98px; align-items: center; gap: 28px; }
.footer-inner nav { display: flex; gap: 18px; margin-left: auto; }
.footer-inner nav a { color: #c5cad1; font-size: .78rem; font-weight: 800; text-decoration: none; }
.footer-inner > span { color: #777f89; font-size: .72rem; }
.whatsapp-float { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: .76rem; font-weight: 1000; text-decoration: none; box-shadow: 0 18px 40px rgba(0,0,0,.35); }

/* App */
.app-body { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; background: #0b0c0f; color: var(--text); }
.app-sidebar { position: sticky; top: 0; display: flex; height: 100vh; flex-direction: column; gap: 26px; padding: 22px; border-right: 1px solid var(--line); background: #08090b; }
.app-logo { display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; }
.app-logo span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: var(--radius); background: var(--yellow); color: #080808; font-weight: 1000; }
.app-logo strong { color: var(--yellow); font-weight: 1000; }
.app-sidebar nav { display: grid; gap: 6px; }
.app-sidebar nav a { padding: 11px 12px; border-radius: var(--radius); color: #c9ced6; font-size: .86rem; font-weight: 850; text-decoration: none; }
.app-sidebar nav a.active, .app-sidebar nav a:hover { background: rgba(255,196,0,.12); color: var(--yellow); }
.sidebar-cta { margin-top: auto; padding: 14px; border-radius: var(--radius); background: var(--yellow); color: #080808; font-weight: 950; text-align: center; text-decoration: none; }
.app-main { min-width: 0; padding: 24px; }
.app-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.app-kicker { margin: 0 0 4px; color: var(--yellow); font-size: .72rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.app-topbar h1 { max-width: none; margin: 0; font-size: 2rem; }
.app-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.app-grid { display: grid; gap: 14px; margin-bottom: 14px; }
.app-kpis { grid-template-columns: repeat(4, 1fr); }
.app-card { border: 1px solid var(--line); border-radius: var(--radius); background: #14171c; box-shadow: 0 18px 44px rgba(0,0,0,.24); }
.kpi-card { display: grid; min-height: 142px; padding: 18px; }
.kpi-card span, .card-head span { color: #8d95a1; font-size: .68rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.kpi-card strong { margin: 8px 0; font-size: 2.2rem; line-height: 1; }
.kpi-card em { align-self: end; color: var(--teal); font-style: normal; font-size: .76rem; font-weight: 850; }
.main-dashboard { grid-template-columns: minmax(0, 1.5fr) minmax(320px, .75fr); align-items: stretch; }
.chat-card, .funnel-card, .campaigns-card, .ads-card, .post-ai-card, .ai-rules-card, .erp-section { padding: 18px; }
.card-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.card-head h2 { max-width: none; margin: 4px 0 0; font-size: 1.35rem; }
.segmented, .erp-tabs { display: flex; gap: 6px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: #0f1115; }
.segmented button, .erp-tabs button { min-height: 34px; padding: 6px 11px; border: 0; border-radius: 999px; background: transparent; color: #aeb5bf; font-size: .72rem; font-weight: 850; cursor: pointer; }
.segmented button.active, .erp-tabs button.active { background: var(--yellow); color: #080808; }
.chat-layout { display: grid; grid-template-columns: 220px 1fr; gap: 14px; }
.conversation-list { display: grid; gap: 8px; align-content: start; }
.conversation { display: grid; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #0e1013; color: white; text-align: left; cursor: pointer; }
.conversation.active { border-color: rgba(255,196,0,.6); background: rgba(255,196,0,.08); }
.conversation strong { font-size: .86rem; }
.conversation span { color: #a3abb6; font-size: .72rem; }
.conversation em { color: var(--yellow); font-size: .66rem; font-style: normal; font-weight: 850; }
.chat-thread { display: grid; gap: 12px; align-content: start; min-height: 360px; padding: 14px; border-radius: var(--radius); background: #0e1013; }
.message { max-width: 86%; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #181c22; }
.message span { display: block; margin-bottom: 4px; color: #89919c; font-size: .62rem; font-weight: 950; text-transform: uppercase; }
.message p { margin: 0; font-size: .86rem; }
.message.ai { justify-self: end; border-color: rgba(38,212,196,.35); background: rgba(38,212,196,.08); }
.message.ai span { color: var(--teal); }
.chat-tools { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.funnel { display: grid; gap: 14px; }
.funnel div { display: grid; gap: 7px; }
.funnel div span { color: #b9c0c9; font-size: .78rem; font-weight: 800; }
.funnel div strong { font-size: 1.2rem; }
.funnel i { display: block; width: var(--w); height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--yellow), var(--red)); }
.campaign-grid { grid-template-columns: minmax(0, 1fr) 360px; }
.campaign-list { display: grid; gap: 10px; }
.campaign-list article { display: grid; grid-template-columns: 82px 1fr; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #0e1013; }
.campaign-list img { width: 82px; height: 96px; border-radius: 6px; object-fit: cover; }
.campaign-list strong { display: block; }
.campaign-list span { display: block; color: #aab1bb; font-size: .78rem; }
.campaign-list em { display: inline-flex; margin-top: 8px; color: var(--yellow); font-style: normal; font-size: .74rem; font-weight: 900; }
.range-row { display: grid; gap: 8px; margin-bottom: 18px; color: #d7dce3; font-size: .86rem; font-weight: 850; }
.range-row strong { justify-self: end; margin-top: -29px; color: var(--yellow); }
.range-row input { width: 100%; accent-color: var(--yellow); }
.ads-total { display: grid; gap: 6px; padding: 14px; border-radius: var(--radius); background: #0e1013; }
.ads-total span { color: #8d95a1; font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.ads-total strong { font-size: 1.8rem; }
.ads-total em { color: var(--teal); font-style: normal; font-size: .76rem; font-weight: 850; }
.ai-grid { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); }
.post-builder { display: grid; grid-template-columns: 260px 1fr; gap: 16px; }
.post-preview { overflow: hidden; border-radius: var(--radius); background: #090a0c; }
.post-preview img { width: 100%; height: 318px; object-fit: cover; object-position: center top; }
.post-copy { display: grid; gap: 12px; align-content: start; }
.post-copy label { display: grid; gap: 6px; color: #cdd3da; font-size: .78rem; font-weight: 850; }
.post-copy select { min-height: 42px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 6px; background: #0e1013; color: white; }
.caption-box { min-height: 136px; padding: 14px; border: 1px solid rgba(38,212,196,.35); border-radius: var(--radius); background: rgba(38,212,196,.07); color: #dce3e8; font-size: .92rem; }
.post-metrics { display: flex; flex-wrap: wrap; gap: 8px; }
.post-metrics span { padding: 6px 8px; border-radius: 999px; background: rgba(255,255,255,.08); color: #aeb6c0; font-size: .68rem; font-weight: 850; }
.rule-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.rule-list li { padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #0e1013; }
.rule-list strong { display: block; margin-bottom: 4px; }
.rule-list span { color: #aeb6c0; font-size: .8rem; }
.erp-tabs { width: fit-content; margin-bottom: 16px; }
.erp-showcase { display: grid; grid-template-columns: 300px 1fr; gap: 20px; align-items: center; }
.phone-mock { display: grid; gap: 12px; padding: 18px; border: 8px solid #07080a; border-radius: 30px; background: var(--paper); color: var(--paper-text); box-shadow: 0 24px 55px rgba(0,0,0,.35); }
.phone-mock span { color: var(--red); font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.phone-mock strong { font-size: 1.25rem; }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.photo-pair i { display: grid; min-height: 96px; place-items: end start; padding: 8px; border-radius: var(--radius); background: linear-gradient(135deg, #30343a, #111318); color: white; font-style: normal; font-size: .7rem; font-weight: 900; }
.phone-mock button { min-height: 46px; border: 0; border-radius: 999px; background: #111318; color: white; font-weight: 900; }
.erp-copy h3 { margin-bottom: 10px; font-size: 1.5rem; max-width: 520px; }
.erp-copy p { color: #aeb6c0; max-width: 620px; }
.pricing-mini { grid-template-columns: repeat(3, 1fr); }
.mini-price { display: grid; gap: 8px; padding: 18px; }
.mini-price span { color: #929aa5; font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.mini-price strong { font-size: 1.35rem; }
.mini-price a { color: var(--yellow); font-weight: 900; text-decoration: none; }
.geo-panel-grid { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: stretch; }
.geo-panel-intro, .geo-status-card, .geo-faq-card, .geo-answer-card { padding: 18px; }
.geo-panel-intro p { color: #c8d0d8; }
.geo-service-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.geo-service-fields div, .geo-status-list div, .geo-faq-list li, .geo-answer { padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #0e1013; }
.geo-service-fields span, .geo-status-list span, .geo-faq-list strong, .geo-select { display: block; color: var(--yellow); font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.geo-service-fields strong, .geo-status-list strong { display: block; margin-top: 4px; color: #edf1f5; font-size: .9rem; line-height: 1.35; }
.geo-status-list, .geo-faq-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.geo-status-list div { display: grid; gap: 8px; }
.geo-toggle { justify-self: start; min-height: 36px; padding: 7px 12px; border: 1px solid rgba(255,196,0,.5); border-radius: 999px; background: rgba(255,196,0,.14); color: var(--yellow); font-size: .76rem; font-weight: 950; cursor: pointer; }
.geo-toggle:not(.active) { border-color: var(--line); background: transparent; color: #aeb6c0; }
.geo-faq-list strong { margin-bottom: 4px; color: var(--yellow); }
.geo-faq-list span { color: #aeb6c0; font-size: .8rem; }
.geo-select { display: grid; gap: 7px; margin-bottom: 12px; color: #cdd3da; }
.geo-select select { min-height: 42px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 6px; background: #0e1013; color: white; }
.geo-answer { min-height: 118px; color: #dce3e8; font-size: .92rem; }
.schema-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.schema-chip-row span { padding: 6px 8px; border-radius: 999px; background: rgba(255,196,0,.12); color: var(--yellow); font-size: .68rem; font-weight: 850; }

@media (max-width: 1040px) {
  h1 { font-size: 3.6rem; }
  h2 { font-size: 2.65rem; }
  .service-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .main-dashboard, .campaign-grid, .ai-grid, .geo-panel-grid { grid-template-columns: 1fr; }
  .app-kpis { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; --shell: min(100% - 22px, 680px); }
  .section { padding-block: 68px; }
  .header-inner { gap: 12px; }
  .nav-toggle { display: grid; }
  .header-cta { display: none; }
  .main-nav { position: absolute; top: calc(100% + 8px); right: 12px; left: 12px; display: grid; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius); background: #08090b; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 760px; align-items: end; padding-block: 110px 104px; }
  .hero-scrim { background: linear-gradient(90deg, rgba(5,5,5,.96), rgba(5,5,5,.7)), linear-gradient(0deg, #050505 0, transparent 35%); }
  .hero-strip-inner { display: grid; justify-content: stretch; padding-block: 12px; }
  .split-heading, .launch-grid, .proof-grid, .quote-grid, .contact-grid, .geo-home-grid { grid-template-columns: 1fr; }
  .geo-home-copy { position: static; }
  .quote-copy { position: static; }
  .footer-inner { display: grid; gap: 16px; padding-block: 22px; }
  .footer-inner nav { margin-left: 0; flex-wrap: wrap; }
  .app-body { grid-template-columns: 1fr; }
  .app-sidebar { position: static; height: auto; padding: 14px; }
  .app-sidebar nav { grid-template-columns: repeat(3, 1fr); }
  .sidebar-cta { margin-top: 0; }
  .app-main { padding: 14px; }
  .app-topbar { align-items: start; flex-direction: column; }
  .chat-layout, .post-builder, .erp-showcase { grid-template-columns: 1fr; }
  .conversation-list { grid-template-columns: 1fr; overflow-x: visible; padding-bottom: 0; }
  .proof-card img { height: 520px; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.72rem; }
  h2 { font-size: 2.12rem; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-text strong { font-size: .92rem; }
  .brand-text small { font-size: .52rem; }
  .hero-inner { min-height: 720px; padding-bottom: 130px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-assurances { display: grid; }
  .hero-assurances li { min-width: 0; }
  .service-grid, .pricing-grid, .pricing-mini, .app-kpis, .geo-home-stack, .geo-service-fields { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-chat, .preview-bars { grid-column: auto; }
  .proof-card img { height: 440px; }
  .quote-form { padding: 16px; }
  .app-sidebar nav { grid-template-columns: repeat(2, 1fr); }
  .card-head { display: grid; }
  .segmented, .erp-tabs { overflow-x: auto; width: 100%; }
  .chat-thread { min-height: 330px; }
  .conversation-list { grid-template-columns: 1fr; }
  .campaign-list article { grid-template-columns: 74px 1fr; }
  .campaign-list img { width: 74px; height: 86px; }
  .post-preview img { height: 280px; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
