:root {
  --bg: #0b101b;
  --bg-soft: #101827;
  --surface: rgba(18, 27, 45, 0.72);
  --surface-solid: #111a2b;
  --surface-light: #172238;
  --text: #f7f9ff;
  --muted: #9da9bf;
  --muted-2: #71809b;
  --line: rgba(255, 255, 255, 0.09);
  --blue: #4f8cff;
  --purple: #9a4dff;
  --cyan: #36d9ff;
  --green: #42e6a4;
  --danger: #ff718d;
  --gradient: linear-gradient(115deg, var(--blue), var(--purple) 55%, var(--cyan));
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 75%);
  z-index: -2;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section--tinted { background: linear-gradient(180deg, rgba(18,27,45,.56), rgba(11,16,27,.18)); border-block: 1px solid var(--line); }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: white; color: #111; padding: 10px 14px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { transform: none; }

.page-glow { position: fixed; width: 520px; height: 520px; border-radius: 50%; filter: blur(110px); opacity: .15; pointer-events: none; z-index: -3; }
.page-glow--one { top: -160px; right: -80px; background: var(--purple); }
.page-glow--two { top: 520px; left: -260px; background: var(--blue); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11,16,27,.76); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.06); transition: box-shadow .2s ease, background .2s ease; }
.site-header.scrolled { background: rgba(11,16,27,.92); box-shadow: 0 12px 40px rgba(0,0,0,.24); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 135px; height: 135px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--text); }
.nav-cta { padding: 11px 17px; border-radius: 12px; color: white !important; background: linear-gradient(135deg, rgba(79,140,255,.22), rgba(154,77,255,.24)); border: 1px solid rgba(126,111,255,.45); }
.menu-button { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 18px; height: 2px; background: white; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { padding-top: 84px; min-height: 780px; display: flex; align-items: center; }
.hero::after { content:""; position:absolute; inset: 0; background: radial-gradient(circle at 76% 35%, rgba(91,81,255,.14), transparent 34%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 62px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(126,111,255,.28); border-radius: 999px; color: #d9dcff; background: rgba(101,79,255,.1); font-size: 12px; font-weight: 750; letter-spacing: .03em; }
.eyebrow--soft { background: rgba(79,140,255,.08); color: #c7d6ff; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(66,230,164,.1), 0 0 18px rgba(66,230,164,.7); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 22px; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; max-width: 680px; }
h1 span { background: var(--gradient); -webkit-background-clip: text; color: transparent; }
.hero-text { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 640px; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0 38px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 20px; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button--primary { color: white; background: var(--gradient); box-shadow: 0 14px 40px rgba(111,82,255,.28); }
.button--primary:hover { box-shadow: 0 18px 46px rgba(111,82,255,.4); }
.button--ghost { background: rgba(255,255,255,.035); color: #dce4f5; border: 1px solid var(--line); }
.button--ghost:hover { border-color: rgba(126,111,255,.5); }
.button--full { width: 100%; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 13px; color: #f3f6ff; margin-bottom: 4px; }
.hero-proof span { font-size: 11px; color: var(--muted-2); }

.hero-visual { position: relative; min-width: 0; }
.mockup-shell { border: 1px solid rgba(151,137,255,.2); border-radius: 24px; background: rgba(10,15,26,.88); box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.03) inset; overflow: hidden; transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.mockup-topbar { height: 45px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.mockup-dots { display: flex; gap: 6px; }
.mockup-dots span { width: 7px; height: 7px; border-radius: 50%; background: #39445b; }
.mockup-title { font-size: 10px; color: var(--muted-2); }
.mockup-user { justify-self: end; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-size: 8px; font-weight: 800; background: var(--gradient); }
.mockup-body { min-height: 460px; display: grid; grid-template-columns: 56px 1fr; }
.mockup-sidebar { border-right: 1px solid var(--line); display: flex; align-items: center; flex-direction: column; gap: 18px; padding-top: 16px; }
.mini-logo { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 9px; font-size: 13px; font-weight: 900; background: var(--gradient); margin-bottom: 8px; }
.side-icon { width: 20px; height: 20px; border-radius: 6px; border: 1px solid #303b52; position: relative; }
.side-icon::after { content:""; position:absolute; inset: 5px; background:#3c4963; border-radius: 2px; }
.side-icon.active { border-color: rgba(93,128,255,.7); background: rgba(79,140,255,.12); }
.side-icon.active::after { background: var(--blue); }
.mockup-content { padding: 22px; min-width: 0; }
.mockup-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.mockup-heading span, .mockup-heading strong { display: block; }
.mockup-heading span { color: var(--muted-2); font-size: 9px; }
.mockup-heading strong { font-size: 14px; margin-top: 2px; }
.sync-chip { font-size: 9px; color: #bfffe5; background: rgba(66,230,164,.08); border: 1px solid rgba(66,230,164,.16); border-radius: 999px; padding: 6px 9px; }
.sync-chip i { display:inline-block; width: 5px; height: 5px; border-radius:50%; background:var(--green); margin-right:4px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-card { background: linear-gradient(150deg, rgba(255,255,255,.052), rgba(255,255,255,.018)); border: 1px solid var(--line); border-radius: 14px; padding: 13px; min-width: 0; }
.metric-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: rgba(79,140,255,.12); color: #93b6ff; font-size: 12px; }
.metric-card span, .metric-card strong, .metric-card small { display:block; }
.metric-card span { color: var(--muted-2); font-size: 8px; margin: 10px 0 4px; }
.metric-card strong { font-size: 15px; white-space: nowrap; }
.metric-card small { color: var(--muted-2); font-size: 7px; margin-top: 4px; }
.dashboard-grid { margin-top: 10px; display: grid; grid-template-columns: 1.5fr .95fr; gap: 10px; }
.chart-card, .ranking-card { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); padding: 13px; min-width: 0; }
.card-heading { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.card-heading strong { font-size: 9px; }
.card-heading span { color: var(--muted-2); font-size: 7px; }
.chart-area { height: 122px; margin-top: 10px; position: relative; }
.chart-grid-lines { position:absolute; inset:0; background:repeating-linear-gradient(to bottom, transparent 0, transparent 30px, rgba(255,255,255,.05) 31px); }
.chart-area svg { position:absolute; inset:0; width:100%; height:100%; }
.chart-labels { display:flex; justify-content:space-between; color:var(--muted-2); font-size:6px; }
.ranking-card ol { list-style:none; padding:0; margin:13px 0 0; display:grid; gap:13px; }
.ranking-card li { display:grid; grid-template-columns:17px 1fr auto; gap:7px; align-items:center; }
.ranking-card li > b { width:17px; height:17px; border-radius:6px; background:rgba(255,255,255,.05); display:grid; place-items:center; font-size:7px; color:#c4cbe0; }
.ranking-card li div { min-width:0; }
.ranking-card li strong { display:block; font-size:7px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ranking-card li div span { display:block; height:3px; margin-top:5px; background:#222c40; border-radius:4px; overflow:hidden; }
.ranking-card li div i { display:block; height:100%; background:var(--gradient); border-radius:4px; }
.ranking-card li em { font-style:normal; font-size:7px; color:#b9c3d8; }
.floating-card { position:absolute; display:flex; align-items:center; gap:10px; width:210px; padding:11px; border-radius:14px; background:rgba(16,24,39,.92); border:1px solid rgba(255,255,255,.12); box-shadow:0 18px 50px rgba(0,0,0,.35); backdrop-filter:blur(14px); }
.floating-card strong, .floating-card span { display:block; }
.floating-card strong { font-size:9px; }
.floating-card span { font-size:7px; color:var(--muted-2); margin-top:3px; }
.floating-card--stock { right:-28px; top:85px; animation:float 5s ease-in-out infinite; }
.floating-card--offline { left:-32px; bottom:62px; animation:float 6s ease-in-out infinite reverse; }
.floating-icon, .offline-badge { width:30px; height:30px; flex:0 0 30px; display:grid; place-items:center; border-radius:9px; background:rgba(66,230,164,.11); color:var(--green); font-weight:900; }
.offline-badge { color:#ffd1da; background:rgba(255,113,141,.1); font-size:8px; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.016); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); padding:28px 0; }
.trust-grid div { text-align:center; border-right:1px solid var(--line); }
.trust-grid div:last-child { border-right:0; }
.trust-grid strong, .trust-grid span { display:block; }
.trust-grid strong { font-size:22px; letter-spacing:-.03em; }
.trust-grid span { color:var(--muted-2); font-size:11px; margin-top:3px; }

.section-heading { max-width:720px; margin:0 auto 52px; text-align:center; }
.section-heading h2, .split-copy h2, .offline-copy h2, .faq-heading h2, .contact-copy h2 { font-size:clamp(36px,5vw,56px); line-height:1.05; letter-spacing:-.045em; margin:18px 0; }
.section-heading p, .split-copy > p, .offline-copy > p, .faq-heading > p, .contact-copy > p { color:var(--muted); font-size:17px; line-height:1.72; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height:290px; padding:27px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); position:relative; overflow:hidden; }
.feature-card::after { content:""; position:absolute; width:170px; height:170px; right:-90px; bottom:-110px; border-radius:50%; background:var(--blue); filter:blur(80px); opacity:.12; }
.feature-card--wide { grid-column:span 2; display:grid; grid-template-columns:1.1fr .9fr; align-content:start; gap:20px; }
.feature-card--wide .feature-icon { grid-column:1 / -1; }
.feature-card--accent { background:linear-gradient(145deg, rgba(85,69,255,.12), rgba(28,41,65,.62)); }
.feature-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; background:linear-gradient(145deg, rgba(79,140,255,.15), rgba(154,77,255,.12)); border:1px solid rgba(130,113,255,.18); color:#9dc0ff; margin-bottom:22px; }
.feature-icon svg { width:22px; height:22px; }
.feature-tag { color:#91a4c7; font-size:11px; text-transform:uppercase; font-weight:800; letter-spacing:.12em; }
.feature-card h3 { font-size:22px; line-height:1.2; letter-spacing:-.02em; margin:10px 0 12px; }
.feature-card p { color:var(--muted); font-size:14px; line-height:1.7; margin-bottom:0; }
.stock-visual { background:rgba(4,9,17,.44); border:1px solid var(--line); padding:16px; border-radius:16px; align-self:center; }
.stock-row { display:grid; grid-template-columns:70px 1fr 42px; gap:8px; align-items:center; margin:11px 0; font-size:9px; color:#cdd6e8; }
.stock-row i { height:5px; background:#202b40; border-radius:8px; overflow:hidden; }
.stock-row b { display:block; height:100%; border-radius:8px; background:var(--gradient); }
.stock-row em { font-style:normal; color:var(--muted-2); text-align:right; }
.goal-ring { position:absolute; right:24px; bottom:22px; width:72px; height:72px; border-radius:50%; display:grid; place-items:center; background:conic-gradient(var(--purple) 0 78%, rgba(255,255,255,.07) 78% 100%); }
.goal-ring::before { content:""; position:absolute; inset:7px; border-radius:50%; background:#121b2e; }
.goal-ring span { position:relative; font-size:14px; font-weight:900; }

.split-grid, .offline-grid, .faq-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:80px; }
.steps { display:grid; gap:18px; margin-top:34px; }
.step { display:grid; grid-template-columns:50px 1fr; gap:16px; padding:18px; border-radius:16px; border:1px solid var(--line); background:rgba(255,255,255,.018); }
.step > span { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; background:rgba(79,140,255,.1); color:#9cbcff; font-size:11px; font-weight:900; }
.step strong { font-size:15px; }
.step p { color:var(--muted-2); font-size:12px; margin:4px 0 0; }
.network-visual { height:520px; position:relative; border:1px solid var(--line); border-radius:30px; background:radial-gradient(circle at center, rgba(88,75,255,.15), transparent 54%), rgba(255,255,255,.015); overflow:hidden; }
.network-visual::before { content:""; position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px); background-size:25px 25px; opacity:.22; }
.network-node { position:absolute; z-index:2; width:108px; padding:11px; border:1px solid rgba(255,255,255,.11); border-radius:16px; background:rgba(16,24,40,.92); box-shadow:0 12px 32px rgba(0,0,0,.25); text-align:center; }
.network-node span { width:34px; height:34px; display:grid; place-items:center; margin:0 auto 7px; border-radius:11px; background:rgba(79,140,255,.12); color:#a4c3ff; font-size:10px; font-weight:900; }
.network-node strong { display:block; font-size:10px; }
.network-node small { color:var(--muted-2); font-size:8px; }
.network-node--main { width:132px; left:50%; top:46px; transform:translateX(-50%); border-color:rgba(132,113,255,.35); }
.network-node--main span { background:var(--gradient); color:white; }
.network-node--manager { top:210px; }
.manager-one { left:17%; }
.manager-two { right:17%; }
.network-node--kiosk { width:92px; top:390px; }
.kiosk-one { left:6%; }
.kiosk-two { left:30%; }
.kiosk-three { right:30%; }
.kiosk-four { right:6%; }
.network-line { position:absolute; inset:0; z-index:1; }
.network-line::before, .network-line::after { content:""; position:absolute; width:2px; background:linear-gradient(var(--purple), rgba(79,140,255,.1)); transform-origin:top; }
.network-line--left::before { height:163px; left:49%; top:145px; transform:rotate(43deg); }
.network-line--right::before { height:163px; right:49%; top:145px; transform:rotate(-43deg); }
.network-line--left::after { height:200px; left:31%; top:282px; transform:rotate(58deg); }
.network-line--right::after { height:200px; right:31%; top:282px; transform:rotate(-58deg); }

.offline-section { overflow:hidden; }
.signal-card { width:min(100%,460px); margin:auto; padding:28px; border-radius:28px; background:linear-gradient(145deg, rgba(19,29,48,.94), rgba(11,17,29,.98)); border:1px solid rgba(255,255,255,.1); box-shadow:var(--shadow); }
.signal-head { display:flex; justify-content:space-between; align-items:center; font-size:13px; font-weight:750; }
.signal-head b { color:#ffbcc9; background:rgba(255,113,141,.09); border:1px solid rgba(255,113,141,.15); padding:6px 9px; border-radius:999px; font-size:9px; }
.signal-bars { height:170px; display:flex; align-items:end; justify-content:center; gap:14px; padding:30px; }
.signal-bars i { width:32px; border-radius:8px 8px 3px 3px; background:linear-gradient(to top, rgba(79,140,255,.28), rgba(154,77,255,.8)); }
.signal-bars i:nth-child(1){height:40px}.signal-bars i:nth-child(2){height:72px}.signal-bars i:nth-child(3){height:104px;opacity:.38}.signal-bars i:nth-child(4){height:136px;opacity:.14}
.sale-item { display:flex; justify-content:space-between; gap:12px; padding:13px 0; border-top:1px solid var(--line); font-size:11px; }
.sale-item em { color:#a7b3ca; font-style:normal; }
.sync-progress { padding-top:14px; }
.sync-progress > span { height:6px; background:#202a3d; border-radius:8px; display:block; overflow:hidden; }
.sync-progress b { display:block; width:72%; height:100%; background:var(--gradient); border-radius:8px; animation:sync 2.5s ease-in-out infinite; }
.sync-progress small { display:block; margin-top:9px; color:var(--muted-2); }
@keyframes sync { 0%{width:20%} 60%{width:82%} 100%{width:100%} }
.check-list { list-style:none; padding:0; margin:30px 0 0; display:grid; gap:14px; }
.check-list li { color:#dce5f5; font-size:14px; display:flex; gap:12px; align-items:center; }
.check-list li::before { content:"✓"; display:grid; place-items:center; width:24px; height:24px; border-radius:8px; background:rgba(66,230,164,.1); color:var(--green); font-weight:900; }

.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }
.price-card { position:relative; padding:30px; border-radius:24px; border:1px solid var(--line); background:linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.price-card--featured { border-color:rgba(137,99,255,.48); box-shadow:0 26px 70px rgba(67,45,170,.18); background:linear-gradient(150deg, rgba(98,69,255,.13), rgba(18,27,45,.78)); transform:translateY(-8px); }
.popular-badge { position:absolute; top:-13px; right:22px; padding:6px 10px; border-radius:999px; background:var(--gradient); font-size:9px; font-weight:900; text-transform:uppercase; letter-spacing:.07em; }
.price-top span, .price-top small { display:block; }
.price-top span { font-size:20px; font-weight:850; }
.price-top small { color:var(--muted-2); margin-top:4px; }
.price { margin:25px 0; display:flex; align-items:flex-end; gap:4px; }
.price sup { font-size:13px; color:#cad4e6; margin-bottom:19px; }
.price strong { font-size:50px; line-height:1; letter-spacing:-.05em; }
.price span { color:var(--muted-2); font-size:12px; margin-bottom:7px; }
.price--text strong { font-size:36px; }
.price-card ul { list-style:none; padding:0; margin:0 0 28px; display:grid; gap:13px; min-height:170px; }
.price-card li { color:#c8d2e5; font-size:13px; display:flex; gap:10px; align-items:center; }
.price-card li::before { content:"✓"; color:var(--green); font-weight:900; }
.pricing-note { text-align:center; color:var(--muted-2); font-size:12px; margin:28px 0 0; }

.faq-grid { align-items:start; }
.accordion { display:grid; gap:12px; }
details { border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.02); padding:0 20px; }
summary { list-style:none; cursor:pointer; padding:20px 34px 20px 0; font-weight:750; font-size:14px; position:relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:0; top:17px; width:25px; height:25px; display:grid; place-items:center; border-radius:8px; background:rgba(255,255,255,.05); color:#bdc8dc; font-size:17px; }
details[open] summary::after { content:"−"; }
details p { color:var(--muted); font-size:13px; line-height:1.7; padding:0 0 20px; margin:0; }

.contact-section { padding-top:90px; }
.contact-card { position:relative; overflow:hidden; padding:56px; border-radius:32px; display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; background:linear-gradient(135deg, rgba(75,72,255,.18), rgba(17,27,45,.92) 50%, rgba(28,61,91,.65)); border:1px solid rgba(132,113,255,.28); box-shadow:var(--shadow); }
.contact-card::after { content:""; position:absolute; width:300px; height:300px; left:-100px; bottom:-180px; background:var(--purple); filter:blur(100px); opacity:.16; }
.contact-copy, .lead-form { position:relative; z-index:1; }
.contact-points { display:grid; gap:11px; margin-top:28px; color:#cad5e9; font-size:13px; }
.contact-points span { display:flex; gap:10px; align-items:center; }
.contact-points i { font-style:normal; color:var(--green); }
.lead-form { padding:24px; border-radius:22px; background:rgba(8,13,23,.62); border:1px solid rgba(255,255,255,.09); backdrop-filter:blur(14px); display:grid; gap:15px; }
.lead-form label { display:grid; gap:7px; }
.lead-form label > span { color:#c8d2e4; font-size:11px; font-weight:700; }
.lead-form input, .lead-form select, .lead-form textarea { width:100%; color:white; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.09); border-radius:12px; padding:13px 14px; outline:none; transition:border-color .2s ease, box-shadow .2s ease; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color:#65738d; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color:rgba(100,132,255,.72); box-shadow:0 0 0 3px rgba(79,140,255,.1); }
.lead-form select { appearance:none; background-image:linear-gradient(45deg, transparent 50%, #8794aa 50%),linear-gradient(135deg, #8794aa 50%, transparent 50%); background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%; background-size:5px 5px; background-repeat:no-repeat; }
.lead-form option { background:#111a2b; }
.lead-form textarea { resize:vertical; min-height:100px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-status { min-height:18px; color:#bfead8; font-size:11px; margin:0; text-align:center; }

.site-footer { padding:38px 0; border-top:1px solid var(--line); }
.footer-grid { display:grid; grid-template-columns:1fr auto; align-items:center; gap:24px; }
.footer-brand img { width:112px; height:46px; object-fit:contain; }
.footer-brand p { color:var(--muted-2); font-size:11px; margin:6px 0 0; }
.footer-links { display:flex; gap:24px; color:var(--muted); font-size:12px; }
.copyright { grid-column:1 / -1; color:#5d6a81; font-size:10px; margin:10px 0 0; padding-top:18px; border-top:1px solid rgba(255,255,255,.05); }
.floating-cta { position:fixed; right:22px; bottom:22px; z-index:40; display:flex; align-items:center; gap:9px; padding:11px 16px; border-radius:999px; background:linear-gradient(135deg,#2fcd8f,#28a877); color:white; box-shadow:0 15px 35px rgba(23,147,101,.3); font-size:12px; font-weight:800; }
.floating-cta svg { width:20px; height:20px; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.reveal--delay { transition-delay:.12s; }
.reveal--delay-2 { transition-delay:.22s; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero-copy h1, .hero-text { margin-left:auto; margin-right:auto; }
  .hero-actions { justify-content:center; }
  .hero-proof { max-width:650px; margin:auto; }
  .hero-visual { max-width:760px; margin:20px auto 0; width:100%; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .feature-card--wide { grid-column:span 2; }
  .split-grid, .offline-grid, .faq-grid { gap:48px; }
  .contact-card { gap:36px; padding:42px; }
}

@media (max-width: 820px) {
  :root { --container:min(100% - 28px, 1180px); }
  .section { padding:82px 0; }
  .main-nav { position:absolute; top:68px; left:14px; right:14px; padding:18px; border-radius:18px; background:rgba(12,18,31,.97); border:1px solid var(--line); box-shadow:0 25px 55px rgba(0,0,0,.38); display:none; flex-direction:column; align-items:stretch; gap:4px; }
  .main-nav.open { display:flex; }
  .main-nav a { padding:12px; }
  .menu-button { display:flex; }
  .menu-button.active span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-button.active span:nth-child(2) { opacity:0; }
  .menu-button.active span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .hero { padding-top:70px; }
  .trust-grid { grid-template-columns:repeat(2,1fr); gap:0; }
  .trust-grid div { padding:16px; }
  .trust-grid div:nth-child(2) { border-right:0; }
  .trust-grid div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .split-grid, .offline-grid, .faq-grid, .contact-card { grid-template-columns:1fr; }
  .network-visual { order:-1; }
  .offline-visual { order:2; }
  .pricing-grid { grid-template-columns:1fr; max-width:560px; margin:auto; }
  .price-card--featured { transform:none; }
  .contact-card { padding:32px; }
  .footer-grid { grid-template-columns:1fr; text-align:center; }
  .footer-brand img { margin:auto; }
  .footer-links { justify-content:center; flex-wrap:wrap; }
}

@media (max-width: 620px) {
  h1 { font-size:45px; }
  .hero-text { font-size:16px; }
  .hero-proof { grid-template-columns:1fr; gap:10px; text-align:left; }
  .hero-proof div { padding:10px 0; border-bottom:1px solid rgba(255,255,255,.05); }
  .mockup-shell { transform:none; }
  .mockup-body { grid-template-columns:42px 1fr; min-height:380px; }
  .mockup-content { padding:12px; }
  .metric-grid { grid-template-columns:1fr 1fr; }
  .metric-card:last-child { display:none; }
  .dashboard-grid { grid-template-columns:1fr; }
  .ranking-card { display:none; }
  .floating-card { display:none; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card--wide { grid-column:auto; grid-template-columns:1fr; }
  .stock-visual { margin-top:6px; }
  .network-visual { height:470px; }
  .manager-one { left:8%; }
  .manager-two { right:8%; }
  .network-node--kiosk { width:76px; padding:8px; }
  .kiosk-one { left:2%; }.kiosk-two{left:26%}.kiosk-three{right:26%}.kiosk-four{right:2%}
  .contact-card { padding:24px 18px; border-radius:24px; }
  .form-row { grid-template-columns:1fr; }
  .lead-form { padding:18px; }
  .floating-cta span { display:none; }
  .floating-cta { width:50px; height:50px; padding:0; justify-content:center; }
}

@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; }
}

/* Extensões para páginas internas, mantendo a identidade visual original */
.main-nav a[aria-current="page"] { color: var(--text); }
.hero--internal { min-height: auto; padding-top: 88px; }
.internal-hero-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:center; }
.hero--internal h1 { font-size:clamp(46px,6vw,72px); }
.seo-summary-card { padding:30px; border:1px solid rgba(151,137,255,.22); border-radius:26px; background:linear-gradient(145deg, rgba(30,40,64,.82), rgba(11,17,29,.96)); box-shadow:var(--shadow); }
.seo-summary-card > span { color:#aab9d6; font-size:11px; text-transform:uppercase; font-weight:850; letter-spacing:.11em; }
.seo-summary-card > strong { display:block; font-size:26px; line-height:1.2; letter-spacing:-.03em; margin:12px 0 24px; }
.seo-summary-card .stock-visual { margin-top:20px; }
.breadcrumbs { padding-top:24px; }
.breadcrumbs ol { list-style:none; display:flex; gap:9px; flex-wrap:wrap; margin:0; padding:0; color:var(--muted-2); font-size:12px; }
.breadcrumbs li { display:flex; align-items:center; gap:9px; }
.breadcrumbs li:not(:last-child)::after { content:"/"; color:#4d5a72; }
.breadcrumbs a:hover { color:var(--text); }
.cta-panel { position:relative; z-index:1; align-self:center; padding:28px; border-radius:20px; background:rgba(8,13,23,.58); border:1px solid rgba(255,255,255,.09); }
.cta-panel strong { display:block; font-size:20px; line-height:1.35; margin-bottom:10px; }
.cta-panel p { color:var(--muted); margin-bottom:22px; }
.contact-page { padding-top:72px; }
.contact-title { font-size:clamp(42px,5vw,62px); line-height:1.02; letter-spacing:-.045em; margin:18px 0; }
.section-heading--left { text-align:left; margin-left:0; }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.blog-card { padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.blog-card h2 { font-size:24px; line-height:1.2; margin:12px 0; }
.blog-card p { color:var(--muted); line-height:1.7; }
.blog-card h2 a:hover, .text-link:hover { color:#a9c2ff; }
.blog-meta { display:flex; gap:16px; color:var(--muted-2); font-size:12px; margin:18px 0; }
.text-link { color:#b9c9ff; font-weight:800; font-size:13px; }
.article-header { max-width:900px; text-align:center; }
.article-header h1 { max-width:900px; margin-inline:auto; }
.article-header .hero-text { margin-inline:auto; }
.article-header .blog-meta { justify-content:center; }
.article-layout { display:grid; grid-template-columns:minmax(0, 1fr) 320px; gap:72px; align-items:start; margin-top:58px; }
.article-content { max-width:760px; }
.article-content section { margin-bottom:48px; }
.article-content h2 { font-size:34px; line-height:1.18; letter-spacing:-.03em; margin-bottom:18px; }
.article-content p { color:#c2cce0; font-size:17px; line-height:1.85; }
.article-cta { position:sticky; top:110px; padding:24px; border:1px solid var(--line); border-radius:20px; background:rgba(18,27,45,.72); }
.article-cta strong { display:block; font-size:20px; line-height:1.3; }
.article-cta p { color:var(--muted); margin:12px 0 20px; }
.error-page { min-height:70vh; display:grid; place-items:center; }
.error-card { max-width:720px; text-align:center; padding:70px 30px; border:1px solid var(--line); border-radius:28px; background:rgba(18,27,45,.48); }
.error-card h1 { margin-inline:auto; }
.error-card p { color:var(--muted); font-size:18px; }
.error-detail { margin-top:30px; padding:20px; text-align:left; white-space:pre-wrap; overflow:auto; color:#ffb5c3; background:#080d17; border-radius:14px; }
@media (min-width: 821px) {
  .main-nav { gap:20px; font-size:12px; }
}
@media (max-width: 1024px) {
  .internal-hero-grid { grid-template-columns:1fr; }
  .blog-grid { grid-template-columns:repeat(2,1fr); }
  .article-layout { grid-template-columns:1fr; gap:38px; }
  .article-cta { position:static; }
}
@media (max-width: 820px) {
  .breadcrumbs { padding-top:18px; }
  .blog-grid { grid-template-columns:1fr; }
}
@media (max-width: 620px) {
  .seo-summary-card { padding:22px; }
  .article-content h2 { font-size:28px; }
  .article-content p { font-size:16px; }
}
@supports (content-visibility: auto) {
  main > section:not(.hero) {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
  }
}
