:root {
  --bg: #07111f;
  --bg-2: #0b1626;
  --panel: #0f1d30;
  --panel-2: #13243a;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --text: #eef4fb;
  --text-dark: #0b1524;
  --muted: #9cafc7;
  --muted-dark: #66758a;
  --line: rgba(148, 163, 184, .18);
  --primary: #4f7cff;
  --primary-2: #77a0ff;
  --accent: #26d6a2;
  --orange: #ff9d3a;
  --danger: #ff667b;
  --shadow: 0 25px 80px rgba(0,0,0,.28);
  --shadow-soft: 0 18px 45px rgba(18, 35, 58, .12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 80% -10%, rgba(79,124,255,.20), transparent 30%),
    radial-gradient(circle at 10% 10%, rgba(38,214,162,.08), transparent 22%),
    var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.section-light { background: var(--surface); color: var(--text-dark); }
.section-soft { background: var(--surface-soft); color: var(--text-dark); }
.section-dark { background: linear-gradient(180deg, #081321 0%, #0b1829 100%); }
.section-tight { padding: 72px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(119,160,255,.25);
  background: rgba(79,124,255,.08);
  border-radius: 999px;
  color: #b8cbff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px rgba(38,214,162,.65); }
.section-light .eyebrow, .section-soft .eyebrow { color: #3458b4; background: #eef3ff; border-color: #d7e2ff; }

h1,h2,h3,h4,p { margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; margin-bottom: 26px; }
h2 { font-size: clamp(34px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.04em; margin-bottom: 22px; }
h3 { font-size: 24px; line-height: 1.18; letter-spacing: -.025em; }
p { color: var(--muted); font-size: 17px; }
.section-light p, .section-soft p { color: var(--muted-dark); }
.lead { font-size: clamp(18px, 2vw, 22px); max-width: 760px; }
.text-center { text-align: center; }
.text-center .lead { margin-left: auto; margin-right: auto; }
.max-720 { max-width: 720px; }
.max-820 { max-width: 820px; }

.gradient-text {
  background: linear-gradient(105deg, #fff 10%, #a9c1ff 55%, #79f0cf 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-light .gradient-text, .section-soft .gradient-text {
  background: linear-gradient(105deg, #11223b 15%, #315dd4 60%, #12a87f 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Nav */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(7,17,31,.82);
  backdrop-filter: blur(18px);
  border-color: rgba(148,163,184,.14);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark {
  width: 37px; height: 37px; border-radius: 10px;
  background: linear-gradient(145deg, #f9fbff 0%, #b7c5d8 100%);
  color: #0a1524; display: grid; place-items: center; font-weight: 950; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
.brand-name { font-size: 20px; }
.brand-name span { color: #8fa7c7; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; color: #b8c6d9; }
.nav-links a { transition: .2s; }
.nav-links a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.mobile-toggle { display: none; background: transparent; border: 0; color: #fff; font-size: 26px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 20px; border-radius: 13px; border: 1px solid transparent;
  font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #4f7cff, #315fe5); color: #fff; box-shadow: 0 12px 32px rgba(79,124,255,.28); }
.btn-primary:hover { box-shadow: 0 16px 40px rgba(79,124,255,.4); }
.btn-ghost { border-color: rgba(255,255,255,.14); color: #e8eef8; background: rgba(255,255,255,.03); }
.btn-light { background: #fff; color: #0d1a2c; box-shadow: var(--shadow-soft); }
.btn-outline-dark { border-color: #d8e1ed; color: #173056; background: #fff; }

/* Hero */
.hero { min-height: 100vh; padding: 155px 0 90px; display: flex; align-items: center; position: relative; }
.hero::after {
  content:""; position:absolute; inset:auto 0 0 0; height:180px;
  background: linear-gradient(180deg, transparent, rgba(7,17,31,.96)); pointer-events:none;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; position: relative; z-index: 2; }
.hero-copy .lead { margin-bottom: 30px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:26px; }
.hero-note { color: #8194ad; font-size: 14px; display:flex; flex-wrap:wrap; gap:18px; }
.hero-note span { display:flex; align-items:center; gap:8px; }
.hero-note i { width:8px; height:8px; border-radius:50%; background:var(--accent); }

.product-stage { position: relative; min-height: 600px; perspective: 1200px; }
.product-glow { position:absolute; width:420px; height:420px; border-radius:50%; background:rgba(79,124,255,.18); filter:blur(70px); top:80px; right:40px; }
.dashboard-mockup {
  position:absolute; top:62px; right:0; width:92%; min-height:430px;
  background:#eef3f8; color:#0c1727; border-radius:25px; overflow:hidden;
  border:1px solid rgba(255,255,255,.55); box-shadow: var(--shadow);
  transform: rotateY(-8deg) rotateX(3deg); transform-origin:center;
}
.mock-topbar { height:52px; background:#fff; border-bottom:1px solid #dbe3ed; display:flex; align-items:center; justify-content:space-between; padding:0 18px; font-size:12px; color:#70829a; }
.mock-body { display:grid; grid-template-columns: 120px 1fr; min-height:378px; }
.mock-sidebar { background:#101a2b; padding:18px 11px; color:#8fa2bd; font-size:9px; }
.mock-logo { color:#fff; font-size:12px; font-weight:900; margin-bottom:22px; }
.mock-navitem { padding:9px 8px; margin-bottom:5px; border-radius:7px; }
.mock-navitem.active { background:#22324a; color:#fff; }
.mock-main { padding:16px; }
.mock-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; margin-bottom:14px; }
.mock-card { background:#fff; border:1px solid #dce4ef; border-radius:11px; padding:12px; }
.mock-card b { display:block; font-size:20px; line-height:1; margin-bottom:7px; }
.mock-card span { font-size:8px; color:#778ba5; }
.mock-layout { display:grid; grid-template-columns: 1.6fr .8fr; gap:10px; }
.mock-panel { background:#fff; border:1px solid #dce4ef; border-radius:12px; padding:12px; min-height:220px; }
.mock-table-row { height:30px; border-bottom:1px solid #edf1f6; display:grid; grid-template-columns:1.5fr 1fr .7fr; align-items:center; gap:7px; font-size:8px; color:#6c7d93; }
.mock-table-row strong { color:#1b2a3d; font-size:9px; }
.mock-lead { display:flex; align-items:center; gap:8px; padding:9px 0; border-bottom:1px solid #edf1f6; font-size:8px; }
.avatar { width:24px; height:24px; border-radius:50%; background:#edf3ff; color:#315ed2; display:grid; place-items:center; font-weight:900; }
.phone-mockup {
  position:absolute; left:0; bottom:10px; width:205px; height:410px; border-radius:38px;
  background:#0c1420; border:6px solid #202c3b; box-shadow:0 30px 70px rgba(0,0,0,.45); padding:12px; z-index:4;
  transform: rotate(-5deg);
}
.phone-notch { width:78px; height:18px; border-radius:0 0 12px 12px; background:#202c3b; position:absolute; top:0; left:50%; transform:translateX(-50%); }
.phone-screen { height:100%; border-radius:29px; overflow:hidden; background:#f4f7fb; color:#0c1727; }
.phone-head { padding:28px 14px 12px; background:#0f1d30; color:#fff; }
.phone-head small { color:#92a6c4; }
.phone-title { font-weight:900; margin-top:4px; }
.phone-stat { display:grid; grid-template-columns:1fr 1fr; gap:8px; padding:12px; }
.phone-stat div { background:#fff; border:1px solid #e1e7f0; padding:10px; border-radius:12px; font-size:10px; }
.phone-stat b { display:block; font-size:18px; }
.phone-feed { padding:0 12px; }
.phone-lead { background:#fff; border:1px solid #e2e8f0; border-radius:12px; padding:10px; margin-bottom:8px; font-size:9px; }
.phone-lead strong { display:block; font-size:11px; margin-bottom:3px; }
.floating-badge {
  position:absolute; top:22px; left:90px; z-index:5; padding:11px 14px; border-radius:13px;
  background:rgba(13,29,49,.9); border:1px solid rgba(255,255,255,.12); backdrop-filter:blur(10px); box-shadow:var(--shadow-soft); font-size:12px; color:#cbd9ec;
}
.floating-badge strong { color:#fff; }

/* Logos / trust */
.trust-strip { border-top:1px solid rgba(148,163,184,.10); border-bottom:1px solid rgba(148,163,184,.10); padding:26px 0; }
.trust-inner { display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.trust-label { color:#7f93ac; font-size:13px; font-weight:700; }
.logo-pills { display:flex; flex-wrap:wrap; gap:10px; }
.logo-pill { padding:10px 14px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.025); border-radius:12px; color:#c4d2e5; font-weight:800; font-size:13px; }

/* grids */
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:34px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }

.problem-card, .feature-card {
  border:1px solid rgba(148,163,184,.14); background:rgba(255,255,255,.025);
  border-radius:var(--radius); padding:28px; min-height:240px; position:relative; overflow:hidden;
}
.section-light .problem-card, .section-soft .problem-card, .section-light .feature-card, .section-soft .feature-card {
  background:#fff; border-color:#e5ebf3; box-shadow:0 12px 35px rgba(24,46,76,.06);
}
.icon-box { width:48px; height:48px; border-radius:14px; display:grid; place-items:center; background:rgba(79,124,255,.11); color:#8fb0ff; font-size:21px; margin-bottom:36px; }
.section-light .icon-box, .section-soft .icon-box { background:#eef3ff; color:#315ed2; }
.problem-card h3, .feature-card h3 { margin-bottom:12px; }
.problem-card p, .feature-card p { font-size:15px; margin-bottom:0; }

/* product tour */
.product-tour { display:grid; grid-template-columns:.78fr 1.22fr; gap:50px; align-items:start; margin-top:50px; }
.tabs { position:sticky; top:110px; display:flex; flex-direction:column; gap:10px; }
.tab-btn { text-align:left; padding:18px 18px; border-radius:15px; border:1px solid #e2e8f1; background:#fff; color:#60738e; transition:.2s; }
.tab-btn strong { display:block; color:#17283f; margin-bottom:3px; font-size:15px; }
.tab-btn.active { border-color:#abc0ff; box-shadow:0 12px 30px rgba(79,124,255,.12); transform:translateX(4px); }
.product-frame { border-radius:28px; background:#0f1c2e; padding:14px; box-shadow:var(--shadow-soft); min-height:570px; }
.product-window { border-radius:19px; overflow:hidden; background:#edf2f8; min-height:540px; color:#0f1d30; }
.window-bar { height:42px; background:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 13px; border-bottom:1px solid #dce4ed; font-size:10px; color:#8494a8; }
.window-dots { display:flex; gap:5px; }.window-dots i{width:7px;height:7px;border-radius:50%;background:#cbd5e1;}
.window-body { display:grid; grid-template-columns:110px 1fr; min-height:498px; }
.window-side { background:#101a2b; color:#8ca0bc; padding:15px 9px; font-size:8px; }
.window-side div { padding:8px; border-radius:6px; margin-bottom:4px; }
.window-side .active { background:#24344c; color:#fff; }
.window-content { padding:18px; }
.window-title { font-weight:900; font-size:18px; margin-bottom:14px; }
.kanban { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.kanban-col { background:#f7f9fc; border:1px solid #dfe6ef; border-radius:10px; padding:8px; }
.kanban-col h5 { font-size:9px; margin:0 0 8px; color:#354963; }
.kanban-card { background:#fff; border:1px solid #dfe6ef; border-radius:9px; padding:8px; margin-bottom:7px; font-size:8px; }
.kanban-card b { display:block; font-size:9px; margin-bottom:3px; }
.property-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.property-card { background:#fff; border:1px solid #dfe6ef; border-radius:11px; overflow:hidden; }
.property-img { height:80px; background:linear-gradient(135deg,#d9e3ee,#f7f9fb); position:relative; }
.property-img::after { content:""; position:absolute; inset:18px; border-radius:8px; border:2px dashed #b8c7d8; }
.property-info { padding:9px; font-size:8px; }.property-info b{font-size:10px;display:block;margin-bottom:4px;}
.finance-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-bottom:10px; }
.finance-box { background:#fff; border:1px solid #dfe6ef; border-radius:10px; padding:11px; font-size:8px; }
.finance-box b { display:block; font-size:17px; margin-top:3px; }
.chart { height:180px; background:#fff; border:1px solid #dfe6ef; border-radius:12px; padding:14px; position:relative; overflow:hidden; }
.chart::before { content:""; position:absolute; inset:25px 18px 28px; background:linear-gradient(180deg,rgba(79,124,255,.16),transparent); clip-path:polygon(0 80%, 10% 65%, 21% 72%, 34% 38%, 45% 55%, 58% 32%, 72% 48%, 86% 18%, 100% 30%, 100% 100%, 0 100%); }
.chart::after { content:""; position:absolute; left:18px; right:18px; top:55px; border-top:2px solid #4f7cff; transform:skewY(-6deg); opacity:.75; }

/* process */
.flow { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:45px; }
.flow-step { padding:22px 18px; border-radius:18px; background:#fff; border:1px solid #e2e9f3; color:#1a2b41; position:relative; }
.flow-step::after { content:"→"; position:absolute; right:-12px; top:50%; transform:translateY(-50%); color:#9eb0c6; font-weight:900; }
.flow-step:last-child::after { display:none; }
.flow-num { width:28px; height:28px; border-radius:9px; display:grid; place-items:center; background:#eff4ff; color:#315ed2; font-size:12px; font-weight:900; margin-bottom:25px; }
.flow-step strong { display:block; margin-bottom:6px; }.flow-step span{font-size:13px;color:#71839b;}

/* pricing */
.pricing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:46px; align-items:stretch; }
.price-card { background:#fff; color:#14253b; border:1px solid #e2e8f0; border-radius:24px; padding:26px 22px; display:flex; flex-direction:column; box-shadow:0 14px 36px rgba(19,36,58,.06); position:relative; }
.price-card.featured { border:1px solid #7fa0ff; box-shadow:0 18px 55px rgba(79,124,255,.18); transform:translateY(-8px); }
.price-badge { position:absolute; top:14px; right:14px; padding:6px 9px; font-size:10px; font-weight:900; border-radius:999px; background:#eaf0ff; color:#315ed2; }
.price-card h3 { margin:0 0 4px; font-size:21px; }
.price-sub { min-height:43px; color:#70829a; font-size:13px; margin-bottom:20px; }
.price { display:flex; align-items:flex-end; gap:5px; margin-bottom:22px; }
.price strong { font-size:36px; line-height:1; letter-spacing:-.04em; }.price span{font-size:13px;color:#6c7e95;margin-bottom:4px;}
.feature-list { list-style:none; padding:0; margin:0 0 26px; display:flex; flex-direction:column; gap:10px; flex:1; }
.feature-list li { font-size:13px; color:#50637c; display:flex; gap:8px; align-items:flex-start; }
.feature-list li::before { content:"✓"; color:#10a978; font-weight:900; }
.feature-list li.off::before { content:"—"; color:#aab6c6; }.feature-list li.off{color:#a0acba;}
.price-card .btn { width:100%; }
.price-note { margin-top:18px; text-align:center; color:#7d8da1; font-size:13px; }

/* app section */
.app-showcase { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.app-phones { min-height:560px; position:relative; }
.app-phone { position:absolute; width:245px; height:500px; border-radius:43px; background:#0d1725; border:7px solid #253348; box-shadow:var(--shadow); padding:12px; }
.app-phone.one { left:50px; top:20px; transform:rotate(-8deg); }.app-phone.two{right:10px;top:80px;transform:rotate(8deg) scale(.92);}
.app-screen { height:100%; border-radius:31px; background:#f4f7fb; overflow:hidden; color:#0b1626; }
.app-screen-header { background:#122038; color:#fff; padding:34px 16px 16px; }.app-screen-header small{color:#98abc8;}
.app-screen-body { padding:13px; }
.app-card { background:#fff; border:1px solid #e0e7f0; border-radius:14px; padding:12px; margin-bottom:10px; font-size:11px; }
.app-card b { display:block; font-size:13px; margin-bottom:5px; }
.app-bullet { display:flex; gap:13px; align-items:flex-start; margin-bottom:18px; }.app-bullet i{width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:rgba(79,124,255,.12);display:grid;place-items:center;color:#92b0ff;font-style:normal}.app-bullet strong{display:block;margin-bottom:3px}.app-bullet p{font-size:14px;margin:0}

/* integrations */
.integrations { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:40px; }
.integration-card { min-height:280px; padding:32px; border-radius:24px; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.09); position:relative; overflow:hidden; }
.integration-name { font-size:26px; font-weight:950; margin-bottom:12px; }.integration-card p{max-width:460px;font-size:15px}.integration-icon{position:absolute;right:-18px;bottom:-22px;width:160px;height:160px;border-radius:38px;display:grid;place-items:center;font-size:56px;font-weight:950;background:rgba(255,255,255,.05);transform:rotate(-10deg)}

/* FAQ */
.faq { max-width:900px; margin:45px auto 0; border-top:1px solid #dfe6ee; }
.faq-item { border-bottom:1px solid #dfe6ee; }
.faq-q { width:100%; background:none; border:0; padding:22px 0; display:flex; justify-content:space-between; gap:20px; text-align:left; color:#15263c; font-weight:850; }
.faq-q span:last-child { font-size:22px; color:#6c7e95; }
.faq-a { display:none; padding:0 40px 22px 0; color:#66788f; font-size:15px; }.faq-item.open .faq-a{display:block}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}

/* forms */
.contact-wrap { display:grid; grid-template-columns:.8fr 1.2fr; gap:50px; align-items:start; }
.contact-card { background:#fff; color:#0e1a2a; border-radius:28px; padding:30px; box-shadow:var(--shadow-soft); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }.form-grid .full{grid-column:1/-1}
.field label { display:block; font-size:12px; color:#61738a; font-weight:800; margin-bottom:7px; }.field input,.field select,.field textarea{width:100%;border:1px solid #dbe4ee;border-radius:12px;padding:13px 14px;background:#fbfdff;color:#0e1a2a;outline:none}.field textarea{min-height:105px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#80a0ff;box-shadow:0 0 0 3px rgba(79,124,255,.09)}
.form-status { font-size:13px; color:#587089; min-height:20px; margin-top:10px; }

/* CTA */
.cta-panel { padding:52px; border-radius:30px; background:linear-gradient(135deg,#162b49,#0e1f36 55%,#15302f); border:1px solid rgba(255,255,255,.09); display:flex; align-items:center; justify-content:space-between; gap:36px; position:relative; overflow:hidden; }
.cta-panel::before { content:""; position:absolute; width:300px;height:300px;border-radius:50%;background:rgba(79,124,255,.16);filter:blur(40px);right:-60px;top:-120px; }
.cta-panel h2 { font-size:clamp(30px,4vw,48px); max-width:690px; margin-bottom:10px; }.cta-panel p{margin-bottom:0;max-width:650px}
.cta-panel .hero-actions { margin:0; position:relative; z-index:2; }

/* footer */
footer { padding:70px 0 28px; border-top:1px solid rgba(148,163,184,.12); }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:40px; }
.footer-copy { max-width:360px; font-size:14px; }.footer-col h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#7f93ac;margin-bottom:18px}.footer-col a{display:block;color:#a9b8cc;font-size:14px;margin-bottom:10px}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;border-top:1px solid rgba(148,163,184,.10);margin-top:44px;padding-top:22px;color:#768aa5;font-size:12px}

/* inner pages */
.page-hero { padding:160px 0 85px; min-height:520px; display:flex; align-items:center; }
.page-hero-grid { display:grid; grid-template-columns:1fr .9fr; gap:60px; align-items:center; }
.metric-row { display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; }.metric{padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);min-width:145px}.metric strong{display:block;font-size:22px}.metric span{color:#8da0bb;font-size:12px}

/* commercial page */
.commercial-body { background:#f5f8fc; color:#13243a; }
.commercial-body .site-header { position:sticky; background:#0a1524; }
.addon-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.addon-card { background:#fff; border:1px solid #e1e8f0; border-radius:20px; padding:22px; box-shadow:0 10px 28px rgba(20,38,61,.05); }
.addon-card small{display:block;color:#71839b;margin-bottom:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.addon-card h3{font-size:20px;margin-bottom:8px}.addon-price{font-weight:950;font-size:22px;color:#315ed2;margin-bottom:10px}.addon-card p{font-size:14px;margin:0}

/* reveal */
.reveal { opacity:0; transform:translateY(24px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1080px) {
  .nav-links { display:none; }
  .mobile-toggle { display:block; }
  .nav.open .nav-links { display:flex; position:absolute; top:78px; left:20px; right:20px; padding:18px; flex-direction:column; align-items:flex-start; background:#0c192a; border:1px solid rgba(255,255,255,.08); border-radius:18px; box-shadow:var(--shadow); }
  .hero-grid, .page-hero-grid, .app-showcase, .contact-wrap { grid-template-columns:1fr; }
  .product-stage { min-height:620px; max-width:760px; margin:0 auto; width:100%; }
  .product-tour { grid-template-columns:1fr; }.tabs{position:static;display:grid;grid-template-columns:repeat(2,1fr)}
  .pricing-grid { grid-template-columns:repeat(2,1fr); }.price-card.featured{transform:none}
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .flow { grid-template-columns:repeat(2,1fr); }.flow-step::after{display:none}
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .section { padding:78px 0; }.section-tight{padding:54px 0}
  .nav-actions .btn-ghost { display:none; }
  .hero { padding-top:125px; min-height:auto; }.hero-grid{gap:28px}.hero-copy{text-align:left}
  h1 { font-size:46px; }.lead{font-size:17px}
  .product-stage{min-height:485px}.dashboard-mockup{width:100%;top:48px;transform:none;min-height:315px}.mock-body{grid-template-columns:86px 1fr;min-height:275px}.mock-cards{grid-template-columns:repeat(2,1fr)}.mock-card:nth-child(n+3){display:none}.mock-layout{grid-template-columns:1fr}.mock-panel:nth-child(2){display:none}.phone-mockup{width:140px;height:290px;left:4px}.phone-stat{grid-template-columns:1fr}.phone-stat div:nth-child(2){display:none}.floating-badge{left:auto;right:8px;top:15px}
  .grid-2,.grid-3,.grid-4,.pricing-grid,.integrations,.addon-grid { grid-template-columns:1fr; }
  .product-tour{gap:24px}.tabs{grid-template-columns:1fr 1fr}.tab-btn{padding:13px}.tab-btn span{display:none}.product-frame{padding:8px;min-height:430px}.product-window{min-height:414px}.window-body{grid-template-columns:76px 1fr;min-height:372px}.window-content{padding:10px}.kanban{grid-template-columns:repeat(2,1fr)}.kanban-col:nth-child(n+3){display:none}.property-grid{grid-template-columns:1fr 1fr}.property-card:nth-child(3){display:none}.finance-grid{grid-template-columns:1fr 1fr}.finance-box:nth-child(3){display:none}
  .app-phones{min-height:430px}.app-phone{width:185px;height:380px;border-radius:34px}.app-phone.one{left:0}.app-phone.two{right:0;top:55px}.app-screen{border-radius:24px}
  .flow{grid-template-columns:1fr}.cta-panel{padding:34px 24px;display:block}.cta-panel .hero-actions{margin-top:22px}
  .form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:7px}
}

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

/* 2026 commercial visual system ------------------------------------------------ */
.brand-logo { width: 142px; height: 48px; object-fit: contain; object-position: left center; filter: grayscale(1) brightness(0) invert(1); }
.mock-logo { height: 34px; display:flex; align-items:center; margin-bottom:18px; }
.mock-logo img { width:78px; max-height:27px; object-fit:contain; object-position:left; filter:grayscale(1) brightness(0) invert(1); }
.site-header .nav { transition:height .25s ease, padding .25s ease; }
.site-header.scrolled .nav { height:68px; }
.site-header.scrolled { box-shadow:0 12px 42px rgba(0,0,0,.16); }

.hero { isolation:isolate; overflow:hidden; }
.hero-grid-lines { position:absolute; inset:0; pointer-events:none; opacity:.14; background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size:72px 72px; -webkit-mask-image:linear-gradient(90deg,transparent 2%,#000 38%,#000 78%,transparent 100%); mask-image:linear-gradient(90deg,transparent 2%,#000 38%,#000 78%,transparent 100%); transform:perspective(700px) rotateX(62deg) translateY(-11%); transform-origin:top; }
.hero-copy { position:relative; z-index:4; }
.hero-copy h1 { max-width:680px; }
.hero-copy .lead { max-width:640px; }
.hero-proof { display:flex; align-items:center; flex-wrap:wrap; gap:8px; color:#8498b3; font-size:13px; }
.hero-proof strong { color:#dce7f6; }
.proof-pulse { width:8px; height:8px; border-radius:50%; background:#4b8dff; box-shadow:0 0 0 0 rgba(75,141,255,.55); animation:proofPulse 2.2s infinite; }
.play-dot { width:24px; height:24px; border:1px solid rgba(255,255,255,.18); border-radius:50%; display:grid; place-items:center; font-size:8px; padding-left:1px; }
@keyframes proofPulse { 70% { box-shadow:0 0 0 9px rgba(75,141,255,0); } 100% { box-shadow:0 0 0 0 rgba(75,141,255,0); } }

.product-stage { --stage-x:0px; --stage-y:0px; }
.dashboard-mockup { transition:transform .18s ease-out, box-shadow .35s ease; transform:translate3d(var(--stage-x),var(--stage-y),0) rotateY(-7deg) rotateX(2deg); }
.dashboard-mockup::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.42) 42%,transparent 62%); transform:translateX(-115%); animation:screenSweep 7s ease-in-out infinite; }
@keyframes screenSweep { 0%,62%{transform:translateX(-115%)} 82%,100%{transform:translateX(115%)} }
.mock-card { transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.mock-card.live { border-color:#9ec0ff; box-shadow:0 8px 20px rgba(49,94,210,.14); }
.mock-card.live::after { content:"+3 hoje"; display:inline-flex; margin-top:7px; padding:2px 5px; border-radius:999px; background:#eaf1ff; color:#315ed2; font-size:7px; font-weight:900; }
.phone-mockup { transition:transform .24s ease-out; transform:translate3d(calc(var(--stage-x) * -.45),calc(var(--stage-y) * -.35),0) rotate(-5deg); }
.lead-toast { position:absolute; right:-22px; bottom:45px; z-index:8; min-width:222px; display:flex; gap:11px; align-items:center; padding:13px 15px; border:1px solid rgba(255,255,255,.34); border-radius:15px; color:#10213a; background:rgba(255,255,255,.94); box-shadow:0 24px 60px rgba(0,0,0,.28); backdrop-filter:blur(16px); transform:translateY(8px); transition:opacity .24s ease,transform .24s ease; }
.lead-toast.is-changing { opacity:0; transform:translateY(18px); }
.lead-toast-icon { width:34px; height:34px; border-radius:10px; background:#e9f1ff; color:#285ed7; display:grid; place-items:center; font-weight:950; }
.lead-toast div { display:flex; flex-direction:column; line-height:1.25; }
.lead-toast small { color:#75869c; font-size:9px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.lead-toast strong { font-size:12px; margin:2px 0; }
.lead-toast span:last-child { font-size:10px; color:#687990; }

.trust-strip { position:relative; overflow:hidden; padding:22px 0; background:#081523; }
.operation-rail { display:flex; align-items:center; gap:10px; flex:1; justify-content:flex-end; }
.operation-rail .rail-step { color:#71859f; font-size:12px; font-weight:850; transition:color .3s ease,transform .3s ease; white-space:nowrap; }
.operation-rail .rail-step.active { color:#fff; transform:translateY(-1px); }
.operation-rail i { width:40px; height:1px; background:rgba(255,255,255,.11); position:relative; overflow:hidden; }
.operation-rail i::after { content:""; position:absolute; inset:0; background:#4f7cff; transform:translateX(-100%); animation:railSignal 4.8s linear infinite; }
.operation-rail i:nth-of-type(2)::after{animation-delay:1.2s}.operation-rail i:nth-of-type(3)::after{animation-delay:2.4s}
@keyframes railSignal{0%{transform:translateX(-100%)}35%,100%{transform:translateX(105%)}}

.operation-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:start; }
.operation-heading { position:sticky; top:120px; }
.operation-stack { display:flex; flex-direction:column; gap:14px; }
.operation-stack .problem-card { min-height:0; display:grid; grid-template-columns:54px 1fr auto; gap:20px; align-items:center; padding:26px 28px; border-radius:18px; background:rgba(255,255,255,.035); }
.operation-stack .problem-card:nth-child(2){transform:translateX(28px)}
.operation-stack .problem-card:nth-child(3){transform:translateX(56px)}
.operation-stack .problem-card.visible:nth-child(2){transform:translateX(28px)}
.operation-stack .problem-card.visible:nth-child(3){transform:translateX(56px)}
.card-index { color:#58708e; font-size:12px; font-weight:900; letter-spacing:.1em; }
.operation-stack h3 { margin:0 0 7px; font-size:21px; }
.operation-stack p { margin:0; font-size:14px; max-width:490px; }
.micro-state { padding:7px 10px; border-radius:999px; background:#101f33; border:1px solid rgba(255,255,255,.08); color:#8295ac; font-size:10px; font-weight:850; white-space:nowrap; }
.micro-state.accent { color:#b7cdfd; border-color:rgba(79,124,255,.32); background:rgba(79,124,255,.10); }
.spotlight-card { --mx:50%; --my:50%; }
.spotlight-card::after { content:""; position:absolute; inset:0; pointer-events:none; opacity:0; transition:opacity .25s ease; background:radial-gradient(380px circle at var(--mx) var(--my),rgba(95,143,255,.14),transparent 45%); }
.spotlight-card:hover::after { opacity:1; }

.tab-btn { position:relative; overflow:hidden; }
.tab-btn::after { content:""; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#315ed2; transform:scaleX(var(--tab-progress,0)); transform-origin:left; }
.tab-btn.active { background:linear-gradient(110deg,#fff,#f7f9ff); }
[data-product-panel] { animation:panelIn .42s cubic-bezier(.2,.7,.2,1); }
@keyframes panelIn { from{opacity:0;transform:translateY(8px) scale(.99)} to{opacity:1;transform:none} }
.kanban-card { transition:transform .25s ease,box-shadow .25s ease; }
.kanban-card:hover { transform:translateY(-3px) rotate(-.4deg); box-shadow:0 9px 20px rgba(21,44,75,.12); }

.portal-section { overflow:hidden; }
.portal-heading { display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:end; }
.portal-network { margin-top:52px; padding:34px; border:1px solid rgba(255,255,255,.09); border-radius:28px; background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018)); position:relative; overflow:hidden; }
.portal-network::before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; background:rgba(65,108,220,.11); filter:blur(65px); left:-120px; top:-180px; }
.portal-core { width:210px; min-height:118px; margin:0 auto 44px; padding:22px; border-radius:20px; background:#fff; box-shadow:0 20px 50px rgba(0,0,0,.25); display:flex; flex-direction:column; align-items:center; justify-content:center; position:relative; z-index:2; }
.portal-core img { width:140px; height:52px; object-fit:contain; }
.portal-core small { color:#72839a; font-size:10px; margin-top:8px; }
.portal-logos { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; position:relative; z-index:2; }
.portal-logo-card { border:1px solid rgba(255,255,255,.09); border-radius:18px; background:#fff; color:#0b1727; overflow:hidden; min-height:160px; transition:transform .25s ease,box-shadow .25s ease; }
.portal-logo-card:hover { transform:translateY(-6px); box-shadow:0 18px 38px rgba(0,0,0,.25); }
.portal-logo-card > span { display:block; padding:10px 14px; font-size:11px; color:#718197; border-top:1px solid #e7ebf1; }
.portal-logo-media { height:112px; padding:18px; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; background:#fff; }
.portal-logo-media img { width:100%; height:100%; object-fit:contain; }
.portal-logo-media strong { position:absolute; inset:auto 12px 9px; padding:5px 8px; border-radius:8px; background:rgba(255,255,255,.9); color:#13243a; font-size:11px; text-align:center; opacity:0; }
.portal-logo-media img[src=""], .portal-logo-media img:not([src]) { display:none; }
.portal-logo-media.olx { background:#5b2bff; }.portal-logo-media.zap{background:#ff642e}.portal-logo-media.viva{background:#3558d8}.portal-logo-media.chaves{background:#e92f3c}
.portal-logo-media.olx img,.portal-logo-media.zap img { max-width:150px; }
.portal-logo-media.viva img,.portal-logo-media.chaves img { width:calc(100% + 36px); height:calc(100% + 36px); max-width:none; }
.network-lines { position:absolute; left:50%; top:128px; width:76%; height:85px; transform:translateX(-50%); border-top:1px solid rgba(112,151,255,.28); border-left:1px solid rgba(112,151,255,.28); border-right:1px solid rgba(112,151,255,.28); border-radius:28px 28px 0 0; }
.network-lines::before { content:""; position:absolute; left:50%; top:-45px; width:1px; height:45px; background:rgba(112,151,255,.32); }
.network-lines i { position:absolute; top:-4px; width:8px; height:8px; border-radius:50%; background:#7ba1ff; box-shadow:0 0 18px rgba(123,161,255,.8); animation:dataPacket 3.6s linear infinite; }
.network-lines i:nth-child(1){left:4%;animation-delay:0s}.network-lines i:nth-child(2){left:34%;animation-delay:.9s}.network-lines i:nth-child(3){left:64%;animation-delay:1.8s}.network-lines i:nth-child(4){left:94%;animation-delay:2.7s}
@keyframes dataPacket{0%{opacity:0;transform:translateY(-1px)}18%{opacity:1}72%{opacity:1;transform:translateY(82px)}100%{opacity:0;transform:translateY(82px)}}
.portal-note { margin-top:17px; display:flex; align-items:center; gap:9px; color:#8295ad; font-size:12px; }

.portal-mini-network { border:1px solid rgba(255,255,255,.09); background:rgba(255,255,255,.03); border-radius:25px; padding:24px; }
.portal-mini-network .portal-core { margin-bottom:20px; }
.portal-mini-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.portal-mini-grid .portal-logo-media { border-radius:14px; height:90px; }
.integrations-hero { min-height:720px; }

.flow { position:relative; }
.flow-progress { position:absolute; left:0; top:0; bottom:0; width:var(--flow-progress,0%); pointer-events:none; border-top:2px solid #315ed2; opacity:.65; transition:width .08s linear; }
.flow-step { z-index:1; transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.flow-step.is-reached { border-color:#a8bdf8; box-shadow:0 13px 28px rgba(49,94,210,.11); transform:translateY(-4px); }

.price-card { --mx:50%; --my:50%; overflow:hidden; transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.price-card::after { content:""; position:absolute; inset:0; pointer-events:none; opacity:0; background:radial-gradient(420px circle at var(--mx) var(--my),rgba(79,124,255,.10),transparent 48%); transition:opacity .25s ease; }
.price-card:hover::after{opacity:1}.price-card:hover{transform:translateY(-5px);border-color:#b6c7f2}.price-card.featured:hover{transform:translateY(-12px)}
.price-card > * { position:relative; z-index:1; }

@media (max-width:1080px){
  .brand-logo{width:126px}
  .operation-layout{grid-template-columns:1fr;gap:38px}.operation-heading{position:static}.operation-stack .problem-card:nth-child(n){transform:none}.operation-stack .problem-card.visible:nth-child(n){transform:none}
  .portal-heading{grid-template-columns:1fr;gap:14px}.portal-logos{grid-template-columns:1fr 1fr}.lead-toast{right:0}
}

@media (max-width:720px){
  .brand-logo{width:112px;height:40px}.mobile-toggle{font-size:0}.mobile-toggle::before{content:"Menu";font-size:12px;font-weight:850;color:#fff;padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:9px}
  .hero-grid-lines{background-size:46px 46px}.hero-copy h1{font-size:46px}.hero-proof{max-width:330px}.product-stage{margin-top:6px}.lead-toast{right:4px;bottom:10px;min-width:205px;padding:10px 12px}.floating-badge{display:none}
  .trust-inner{display:block}.trust-label{margin-bottom:16px}.operation-rail{justify-content:flex-start;overflow-x:auto;padding-bottom:4px}.operation-rail i{min-width:20px}.operation-rail .rail-step{font-size:10px}
  .operation-stack .problem-card{grid-template-columns:38px 1fr;padding:22px}.micro-state{grid-column:2}.portal-network{padding:20px}.portal-logos{grid-template-columns:1fr 1fr;gap:9px}.portal-logo-media{height:88px;padding:13px}.portal-logo-card{min-height:132px}.network-lines{display:none}.portal-core{margin-bottom:22px}.portal-note{align-items:flex-start}
  .flow-progress{display:none}.price-card.featured:hover,.price-card:hover{transform:none}.portal-mini-grid{grid-template-columns:1fr 1fr}
}

@media (prefers-reduced-motion:reduce){
  .proof-pulse,.dashboard-mockup::after,.network-lines i,.operation-rail i::after{animation:none!important}.lead-toast{transition:none}.dashboard-mockup,.phone-mockup{transform:none!important}
}

/* Contact, WhatsApp and privacy ------------------------------------------------ */
.hp-field { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0 0 0 0)!important; white-space:nowrap!important; }
.recaptcha-wrap { min-height:0; overflow:hidden; }
.contact-card button[aria-busy="true"] { opacity:.68; cursor:wait; transform:none; }
.cookie-settings { border:0; padding:0; background:none; color:#768aa5; font:inherit; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.cookie-settings:hover { color:#dce7f6; }

.whatsapp-float { position:fixed; right:22px; bottom:22px; z-index:1200; height:58px; min-width:58px; padding:0 17px; border-radius:999px; display:flex; align-items:center; justify-content:center; gap:9px; color:#fff; background:#20b85a; box-shadow:0 18px 42px rgba(14,119,60,.38); isolation:isolate; transition:transform .22s ease,background .22s ease,box-shadow .22s ease; }
.whatsapp-float:hover { transform:translateY(-4px); background:#18a84f; box-shadow:0 24px 50px rgba(14,119,60,.48); }
.whatsapp-float svg { width:29px; height:29px; position:relative; z-index:2; }
.whatsapp-label { font-size:13px; font-weight:900; white-space:nowrap; position:relative; z-index:2; }
.whatsapp-rings,.whatsapp-rings::before { position:absolute; inset:-6px; border:1px solid rgba(32,184,90,.55); border-radius:999px; content:""; animation:whatsappRing 2.4s ease-out infinite; z-index:-1; }
.whatsapp-rings::before { inset:-1px; animation-delay:1.2s; }
@keyframes whatsappRing { 0%{opacity:.7;transform:scale(.88)} 75%,100%{opacity:0;transform:scale(1.25)} }

.cookie-banner { position:fixed; left:20px; right:20px; bottom:20px; z-index:1400; max-width:1040px; margin:0 auto; padding:20px 22px; border:1px solid rgba(255,255,255,.15); border-radius:20px; background:rgba(8,20,35,.96); color:#fff; box-shadow:0 26px 80px rgba(0,0,0,.42); backdrop-filter:blur(18px); display:flex; align-items:center; justify-content:space-between; gap:24px; animation:cookieIn .35s cubic-bezier(.2,.7,.2,1); }
.cookie-copy { max-width:650px; }
.cookie-copy strong { display:block; margin-bottom:4px; font-size:15px; }
.cookie-copy p { margin:0; color:#a9b9cd; font-size:13px; line-height:1.55; }
.cookie-actions { display:flex; gap:9px; flex:0 0 auto; }
.btn-cookie-secondary { color:#e3ebf7; border-color:rgba(255,255,255,.16); background:rgba(255,255,255,.05); }
@keyframes cookieIn { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }

.success-body { min-height:100vh; display:grid; place-items:center; padding:28px; background:radial-gradient(circle at 60% 20%,rgba(79,124,255,.20),transparent 30%),#07111f; }
.success-card { width:min(100%,680px); padding:48px; border:1px solid rgba(255,255,255,.12); border-radius:28px; background:rgba(255,255,255,.045); box-shadow:var(--shadow); text-align:center; }
.success-icon { width:68px; height:68px; margin:0 auto 24px; border-radius:22px; display:grid; place-items:center; background:rgba(32,184,90,.14); color:#57e191; font-size:34px; font-weight:950; }
.success-card .brand-logo { margin:0 auto 34px; object-position:center; }
.success-card h1 { font-size:clamp(38px,6vw,62px); }
.success-card .hero-actions { justify-content:center; margin-top:28px; }

@media (max-width:720px){
  .whatsapp-float { right:15px; bottom:15px; width:56px; min-width:56px; height:56px; padding:0; }
  .whatsapp-label { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
  .cookie-banner { left:12px; right:12px; bottom:12px; padding:18px; display:block; border-radius:17px; }
  .cookie-actions { margin-top:15px; display:grid; grid-template-columns:1fr 1fr; }
  .cookie-actions .btn { min-height:44px; padding:0 11px; font-size:12px; }
  .success-card { padding:34px 22px; }
}

@media (prefers-reduced-motion:reduce){
  .whatsapp-rings,.whatsapp-rings::before,.cookie-banner{animation:none!important}
}
