@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/IBMPlexSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/IBMPlexSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/IBMPlexSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #06101c;
  --bg-deep: #030914;
  --panel: rgba(18, 34, 55, 0.63);
  --panel-strong: rgba(15, 29, 48, 0.9);
  --panel-soft: rgba(27, 45, 69, 0.48);
  --line: rgba(137, 174, 224, 0.15);
  --line-strong: rgba(93, 150, 235, 0.28);
  --text: #f5f8fc;
  --muted: #9daec3;
  --muted-strong: #bac7d7;
  --blue: #3485ff;
  --blue-light: #61a4ff;
  --cyan: #3bd2e4;
  --green: #2ad18a;
  --red: #ff4e61;
  --amber: #ff9e43;
  --violet: #a56cff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1240px;
  --font: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  --font-display: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 110px; }

@supports (overflow: clip) {
  html { overflow-x: clip; }
}

body {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 7%, rgba(44, 104, 203, 0.13), transparent 26rem),
    radial-gradient(circle at 10% 39%, rgba(84, 49, 183, 0.1), transparent 30rem),
    linear-gradient(180deg, #07111f 0%, var(--bg) 46%, var(--bg-deep) 100%);
  color: var(--text);
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.6;
  font-kerning: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, h4, .brand-copy strong { font-family: var(--font-display); font-kerning: normal; }
h1, h2, h3 { text-wrap: balance; }
.site-header, .nav-shell, .brand, .brand-copy { min-width: 0; }

.site-aurora { position: absolute; inset: 0 0 auto; height: 1000px; overflow: hidden; pointer-events: none; z-index: -1; }
.aurora { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.34; }
.aurora-one { width: 520px; height: 520px; right: -130px; top: -180px; background: rgba(43, 125, 255, 0.42); }
.aurora-two { width: 380px; height: 380px; left: -190px; top: 380px; background: rgba(152, 75, 255, 0.24); }
.grid-glow {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(115, 164, 228, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(115, 164, 228, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.glass {
  background: linear-gradient(145deg, rgba(25, 44, 69, 0.66), rgba(10, 22, 38, 0.56));
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035), 0 18px 45px rgba(0,0,0,0.18);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}

.glass-heavy {
  background: linear-gradient(145deg, rgba(21, 37, 59, 0.93), rgba(7, 17, 30, 0.91));
  border: 1px solid rgba(126, 168, 226, 0.19);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), var(--shadow);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
}

.site-header { position: relative; z-index: 100; height: 96px; padding-top: 18px; }
.nav-shell {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 40px), var(--max));
  min-height: 66px;
  padding: 10px 12px 10px 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled .nav-shell { background: rgba(7, 17, 30, 0.88); box-shadow: 0 18px 55px rgba(0,0,0,.34); }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; line-height: 1; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; box-shadow: 0 6px 18px rgba(21, 105, 233, .32); }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 16px; letter-spacing: .08em; }
.brand-copy small { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--muted-strong); text-decoration: none; font-size: 13px; font-weight: 650; transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.language-switch { flex: 0 0 auto; padding: 3px; display: flex; gap: 2px; border: 1px solid rgba(126,168,226,.16); border-radius: 10px; background: rgba(5,14,25,.45); }
.language-choice { width: 31px; height: 28px; padding: 0; border: 0; border-radius: 7px; color: #72859d; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .05em; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.language-choice:hover { color: #fff; }
.language-choice.active { color: #fff; background: linear-gradient(135deg, #2879f0, #7452ef); box-shadow: 0 6px 14px rgba(41,111,219,.3); }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-size: 14px; font-weight: 760; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #2879f0, #3f8cff 60%, #5978ff); box-shadow: 0 14px 32px rgba(36, 117, 241, .3), inset 0 1px 0 rgba(255,255,255,.26); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(36, 117, 241, .4), inset 0 1px 0 rgba(255,255,255,.3); }
.button-secondary { color: var(--text); background: rgba(21, 38, 61, .54); border-color: var(--line-strong); backdrop-filter: blur(12px); }
.button-secondary:hover { background: rgba(31, 54, 85, .72); border-color: rgba(98, 156, 239, .4); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.play { width: 25px; height: 25px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; color: var(--blue-light); background: rgba(68, 137, 244, .15); font-size: 8px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.055); color: #fff; cursor: pointer; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 4px 0; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 740px; padding: 78px 0 84px; display: grid; grid-template-columns: minmax(420px, .88fr) minmax(570px, 1.12fr); gap: 54px; align-items: center; }
.eyebrow { display: inline-block; color: #7eb2ff; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 7px; height: 7px; margin: 0 9px 2px 0; vertical-align: middle; border: 2px solid currentColor; border-radius: 50%; box-shadow: 0 0 0 4px rgba(83, 149, 246, .1); }
.hero h1, .section-heading h2, .city-copy h2, .cta-card h2 { margin: 18px 0; color: #fff; font-weight: 700; letter-spacing: -.035em; line-height: 1.01; }
.hero h1 { font-size: clamp(46px, 5.8vw, 76px); }
.hero h1 span { background: linear-gradient(100deg, #7cb4ff 5%, #5590ff 48%, #b57dff 94%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { max-width: 590px; margin: 26px 0 0; color: var(--muted-strong); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.trust-row span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-row b { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(42,209,138,.1); }

.hero-stage { position: relative; min-height: 530px; }
.orb { position: absolute; border-radius: 50%; filter: blur(44px); opacity: .55; }
.orb-blue { width: 230px; height: 230px; left: 18%; top: 10%; background: rgba(41, 125, 255, .27); }
.orb-violet { width: 180px; height: 180px; right: 3%; bottom: 8%; background: rgba(143, 77, 251, .23); }
.desktop-frame { position: absolute; width: 94%; right: 0; top: 12px; border-radius: 18px; overflow: hidden; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transform-origin: right center; }
.window-bar { height: 42px; padding: 0 14px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid rgba(139,173,220,.13); background: rgba(5, 13, 24, .7); }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ff5b62; }
.window-dots i:nth-child(2) { background: #ffc04d; }
.window-dots i:nth-child(3) { background: #35cf83; }
.window-address { flex: 1; max-width: 315px; height: 24px; padding: 0 10px; display: flex; align-items: center; gap: 6px; border-radius: 7px; background: rgba(255,255,255,.035); color: #6f829b; font-size: 8px; }
.lock { color: #4bca98; font-size: 6px; }
.window-live { display: flex; align-items: center; gap: 6px; color: #8b9bb0; font-size: 8px; }
.window-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.portal-preview { height: 404px; display: grid; grid-template-columns: 50px 1fr; background: #081321; }
.hero-web-shot { display: block; width: 100%; height: auto; aspect-ratio: 1800 / 984; object-fit: cover; object-position: top center; background: #081321; }
.preview-sidebar { padding: 13px 10px; display: flex; flex-direction: column; align-items: center; gap: 18px; border-right: 1px solid rgba(145,178,222,.1); background: rgba(12, 25, 41, .88); }
.preview-sidebar img { width: 26px; height: 26px; object-fit: cover; border-radius: 7px; margin-bottom: 6px; }
.preview-sidebar span { width: 17px; height: 17px; border: 1px solid #5d7088; border-radius: 5px; opacity: .72; }
.preview-sidebar .side-active { border-color: var(--blue); background: rgba(52,133,255,.22); box-shadow: 0 0 0 6px rgba(52,133,255,.07); }
.preview-main { padding: 18px; min-width: 0; }
.preview-head { height: 45px; display: flex; align-items: flex-start; justify-content: space-between; }
.preview-head div:first-child { display: grid; gap: 3px; }
.preview-head small { color: #6f8299; font-size: 7px; letter-spacing: .13em; }
.preview-head strong { font-size: 15px; }
.city-chip { padding: 7px 11px; border: 1px solid rgba(58,134,250,.28); border-radius: 8px; color: #6ea8ff; background: rgba(43,108,207,.1); font-size: 9px; }

.preview-map, .screen-map-panel, .mini-map { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 34%, rgba(37,65,91,.42), transparent 28%), linear-gradient(160deg, #0c1824, #09141e); }
.preview-map { height: 215px; border: 1px solid rgba(123,161,209,.12); border-radius: 12px; }
.map-roads, .mini-map-grid { position: absolute; inset: -35%; transform: rotate(-14deg); opacity: .26; background-image: linear-gradient(35deg, transparent 47%, #5c7188 48%, #5c7188 49%, transparent 50%), linear-gradient(-25deg, transparent 46%, #526981 47%, #526981 48%, transparent 49%), linear-gradient(90deg, transparent 48%, #41546a 49%, #41546a 50%, transparent 51%); background-size: 88px 73px, 130px 110px, 170px 140px; }
.marker { position: absolute; width: 12px; height: 12px; border: 3px solid rgba(255,255,255,.92); border-radius: 50%; background: #29cb83; box-shadow: 0 4px 12px rgba(0,0,0,.55); }
.marker.alert { background: var(--red); }
.marker-a { left: 23%; top: 28%; }.marker-b { left: 38%; top: 57%; }.marker-c { left: 56%; top: 36%; }.marker-d { left: 70%; top: 65%; }.marker-e { left: 81%; top: 26%; }.marker-f { left: 48%; top: 76%; }
.map-label { position: absolute; left: 14px; bottom: 13px; min-width: 142px; padding: 9px 11px; display: grid; grid-template-columns: 1fr auto; gap: 0 12px; border: 1px solid rgba(114,165,237,.2); border-radius: 9px; background: rgba(16, 35, 57, .81); backdrop-filter: blur(12px); }
.map-label small { grid-column: 1 / -1; color: #6f8bad; font-size: 6px; letter-spacing: .14em; }
.map-label strong { font-size: 11px; }
.map-label span { align-self: end; color: #6ba6ff; font-size: 8px; }
.preview-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.preview-kpis article { position: relative; min-width: 0; padding: 10px 10px 9px 14px; display: grid; gap: 2px; border: 1px solid rgba(126,163,213,.12); border-radius: 10px; background: rgba(20, 38, 61, .72); }
.preview-kpis article > i { position: absolute; left: 0; top: 10px; bottom: 10px; width: 2px; border-radius: 3px; }
.preview-kpis i.blue { background: var(--blue); }.preview-kpis i.green { background: var(--green); }.preview-kpis i.red { background: var(--red); }
.preview-kpis small { color: #8294aa; font-size: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.preview-kpis strong { font-size: 15px; }
.preview-kpis span { color: #6d8098; font-size: 6px; }.preview-kpis .up { color: #4dd59a; }.preview-kpis .warning { color: #ff7a86; }

.phone-frame { position: absolute; width: 150px; height: 332px; right: -12px; bottom: -15px; z-index: 5; overflow: hidden; border: 5px solid #1b2b40; border-radius: 27px; background: #09111c; box-shadow: 0 26px 58px rgba(0,0,0,.58), 0 0 0 1px rgba(139,179,231,.24), inset 0 0 0 1px rgba(255,255,255,.08); }
.phone-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.055); pointer-events: none; }
.phone-speaker { position: absolute; top: 7px; left: 50%; z-index: 3; width: 42px; height: 4px; transform: translateX(-50%); border-radius: 20px; background: #070c13; }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.floating-status { position: absolute; z-index: 7; min-width: 156px; padding: 9px 11px; display: flex; align-items: center; gap: 9px; border-radius: 12px; animation: float 5s ease-in-out infinite; }
.floating-status span:last-child { display: grid; }
.floating-status small { color: #899bb2; font-size: 7px; }
.floating-status strong { font-size: 9px; }
.status-icon { width: 24px; height: 24px; display: grid !important; place-items: center; border-radius: 8px; font-size: 11px; }
.status-icon.red { color: #ff8792; background: rgba(255,78,97,.15); }.status-icon.green { color: #4ce0a3; background: rgba(42,209,138,.14); }
.status-alarm { left: 3px; top: 122px; }.status-sync { left: 52px; bottom: 22px; animation-delay: 1.1s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.proof { min-height: 112px; padding: 22px 26px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof div { padding: 0 30px; display: flex; flex-direction: column; gap: 2px; border-right: 1px solid var(--line); }
.proof div:last-child { border: 0; }
.proof strong { color: #fff; font-size: 25px; letter-spacing: -.04em; }
.proof span { color: var(--muted); font-size: 11px; }

.platform-section, .metering-section, .web-features-section, .mobile-section, .process-section { padding-top: 128px; padding-bottom: 128px; }
.section-heading { max-width: 700px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .city-copy h2 { font-size: clamp(38px, 5vw, 60px); }
.section-heading p, .city-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.centered p { margin-inline: auto; }

.feature-bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 348px; overflow: hidden; padding: 32px; border-radius: var(--radius-lg); }
.feature-wide { grid-column: 1 / -1; min-height: 400px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 42px; }
.feature-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -140px; top: -160px; border-radius: 50%; background: rgba(62,133,241,.1); filter: blur(35px); pointer-events: none; }
.feature-card > small, .feature-copy > small { display: block; margin-top: 24px; color: #71869f; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.feature-card h3 { max-width: 450px; margin: 8px 0 11px; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.12; letter-spacing: -.035em; }
.feature-card p { max-width: 530px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-copy a { display: inline-flex; gap: 8px; margin-top: 24px; color: #72aaff; text-decoration: none; font-size: 12px; font-weight: 750; }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid; border-radius: 13px; font-size: 20px; }
.blue-icon { color: #72a8ff; border-color: rgba(67,135,240,.25); background: rgba(43,113,220,.14); }.red-icon { color: #ff697a; border-color: rgba(255,78,97,.22); background: rgba(255,78,97,.11); }.green-icon { color: #4bdba2; border-color: rgba(42,209,138,.22); background: rgba(42,209,138,.1); }.violet-icon { color: #b88cff; border-color: rgba(165,108,255,.22); background: rgba(165,108,255,.11); }.amber-icon { color: #ffb460; border-color: rgba(255,158,67,.24); background: rgba(255,158,67,.1); }
.mini-map { min-height: 330px; border: 1px solid rgba(125,164,218,.14); border-radius: 18px; box-shadow: inset 0 0 70px rgba(17, 51, 88, .36); }
.pulse { position: absolute; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 9px rgba(42,209,138,.08), 0 8px 20px rgba(0,0,0,.45); }
.pulse.bad { background: var(--red); box-shadow: 0 0 0 9px rgba(255,78,97,.08), 0 8px 20px rgba(0,0,0,.45); }
.p1 { left: 18%; top: 29%; }.p2 { left: 42%; top: 18%; }.p3 { left: 62%; top: 39%; }.p4 { left: 75%; top: 20%; }.p5 { left: 51%; top: 67%; }
.map-glass-card { position: absolute; left: 24px; bottom: 22px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(115,164,231,.22); border-radius: 12px; background: rgba(16,35,58,.82); backdrop-filter: blur(13px); }
.map-glass-card i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(52,133,255,.12); }
.map-glass-card span { display: grid; }
.map-glass-card small { color: var(--muted); font-size: 8px; }.map-glass-card strong { font-size: 12px; }

.alarm-list { margin-top: 30px; display: grid; border: 1px solid rgba(130,167,218,.12); border-radius: 13px; overflow: hidden; background: rgba(5, 14, 25, .34); }
.alarm-list div { min-height: 48px; padding: 0 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid rgba(130,167,218,.1); font-size: 11px; }
.alarm-list div:last-child { border: 0; }
.alarm-list i { width: 7px; height: 7px; border-radius: 50%; }
.alarm-list .critical { background: var(--red); box-shadow: 0 0 0 5px rgba(255,78,97,.08); }.alarm-list .medium { background: var(--amber); }.alarm-list .ok { background: var(--green); }
.alarm-list b { padding: 3px 7px; border-radius: 6px; color: var(--muted); background: rgba(255,255,255,.04); font-size: 8px; font-weight: 650; }
.alarm-type-grid { margin-top: 25px; overflow: hidden; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid rgba(130,167,218,.12); border-radius: 13px; background: rgba(130,167,218,.1); }
.alarm-type-grid div { min-width: 0; min-height: 38px; padding: 8px 10px; display: grid; grid-template-columns: 7px minmax(0, 1fr) auto; align-items: center; gap: 8px; background: rgba(5,14,25,.72); }
.alarm-type-grid i { width: 7px; height: 7px; border-radius: 50%; }
.alarm-type-grid .critical { background: var(--red); box-shadow: 0 0 7px rgba(255,78,97,.5); }
.alarm-type-grid .medium { background: var(--amber); }
.alarm-type-grid span, .alarm-type-grid b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.alarm-type-grid span { font-size: 9px; }
.alarm-type-grid b { color: #71849b; font-size: 6px; font-weight: 800; text-transform: uppercase; }
.spark-chart { height: 92px; margin-top: 32px; padding: 0 8px; display: flex; align-items: end; gap: 8px; border-bottom: 1px solid rgba(121,161,213,.22); background: linear-gradient(to top, rgba(41,122,241,.07), transparent); }
.spark-chart span { flex: 1; height: var(--h); border-radius: 5px 5px 1px 1px; background: linear-gradient(to top, rgba(55,132,250,.3), #3f8cfe); box-shadow: 0 0 18px rgba(52,133,255,.12); }
.ai-prompt { margin-top: 34px; padding: 13px 13px 13px 16px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(165,108,255,.2); border-radius: 12px; color: #9aaac0; background: rgba(89,52,147,.1); font-size: 11px; }
.ai-prompt b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #d2bbff; background: rgba(165,108,255,.18); }
.feature-dark { background: linear-gradient(145deg, rgba(34,35,49,.8), rgba(19,26,37,.74)); border: 1px solid rgba(255,167,78,.13); box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 18px 45px rgba(0,0,0,.16); border-radius: var(--radius-lg); }
.command-row { margin-top: 34px; padding: 11px 11px 11px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid rgba(255,158,67,.14); border-radius: 12px; color: #8f9eb2; background: rgba(255,158,67,.055); font-size: 10px; }
.command-row button { padding: 8px 11px; border: 0; border-radius: 8px; color: #ffd19c; background: rgba(255,158,67,.14); font-size: 9px; pointer-events: none; }

.metering-section { position: relative; overflow: hidden; border-top: 1px solid rgba(121,158,209,.08); background: linear-gradient(180deg, rgba(9,21,36,.18), rgba(13,30,49,.48) 48%, rgba(5,14,25,.18)); }
.metering-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: 26%; border-radius: 50%; background: rgba(52,133,255,.12); filter: blur(85px); pointer-events: none; }
.metering-section .section-shell { position: relative; }
.meter-intro { display: grid; grid-template-columns: 1.02fr .98fr; gap: 22px; align-items: stretch; }
.meter-product { position: relative; overflow: hidden; min-height: 540px; margin: 0; display: grid; grid-template-rows: 1fr auto; border-radius: var(--radius-xl); }
.meter-product-visual { position: relative; min-height: 440px; padding: 34px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 52% 44%, #fff 0, #eff5fc 48%, #dce8f7 100%); }
.meter-product-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(32,94,173,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(32,94,173,.045) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.meter-product-visual img { position: relative; z-index: 1; width: 100%; max-height: 410px; object-fit: contain; filter: drop-shadow(0 24px 25px rgba(23,49,83,.18)); }
.product-signal { position: absolute; z-index: 2; right: 28px; top: 25px; width: 45px; height: 38px; }
.product-signal i { position: absolute; left: 50%; bottom: 0; border: 2px solid #2d82f3; border-bottom: 0; border-left-color: transparent; border-right-color: transparent; border-radius: 50% 50% 0 0; transform: translateX(-50%); }
.product-signal i:nth-child(1) { width: 42px; height: 28px; }.product-signal i:nth-child(2) { width: 28px; height: 18px; }.product-signal i:nth-child(3) { width: 12px; height: 8px; }
.meter-product figcaption { min-height: 84px; padding: 18px 21px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(123,161,209,.13); background: rgba(7,17,30,.85); }
.meter-product figcaption > span { display: grid; gap: 2px; }.meter-product figcaption small, .field-card figcaption small { color: #6f89a8; font-size: 8px; font-weight: 800; letter-spacing: .15em; }.meter-product figcaption strong { font-size: 17px; }
.meter-product figcaption > b { padding: 8px 11px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(42,209,138,.16); border-radius: 9px; color: #74dbae; background: rgba(42,209,138,.07); font-size: 9px; }
.meter-product figcaption > b i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.meter-copy { min-height: 540px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg, rgba(19,37,61,.72), rgba(8,20,35,.58)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 20px 50px rgba(0,0,0,.18); }
.meter-kicker { color: #6f9fe9; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.meter-copy h3, .meter-range-copy h3 { margin: 13px 0 14px; font-size: clamp(30px, 3.5vw, 45px); line-height: 1.06; letter-spacing: -.045em; }
.meter-copy > p, .meter-range-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.meter-signals { margin-top: 27px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.meter-signals article { min-height: 78px; padding: 13px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; border: 1px solid rgba(126,163,213,.12); border-radius: 12px; background: rgba(6,16,29,.36); }
.meter-signals article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #80b3ff; background: rgba(52,133,255,.12); font-size: 13px; font-weight: 800; }
.meter-signals article div { display: grid; gap: 2px; }.meter-signals strong { font-size: 10px; }.meter-signals small { color: #768aa3; font-size: 8px; line-height: 1.5; }
.meter-tags { margin-top: 21px; display: flex; flex-wrap: wrap; gap: 7px; }
.meter-tags span { padding: 6px 9px; border: 1px solid rgba(92,153,241,.16); border-radius: 999px; color: #91a8c3; background: rgba(52,133,255,.06); font-size: 8px; font-weight: 700; }
.field-gallery { margin-top: 22px; display: grid; grid-template-columns: 1.32fr .68fr; gap: 22px; }
.field-card { position: relative; min-height: 430px; margin: 0; overflow: hidden; border: 1px solid rgba(129,166,216,.17); border-radius: var(--radius-xl); background: #0b1829; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.field-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.field-card:hover img { transform: scale(1.025); }
.field-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,10,19,.95), rgba(3,10,19,.12) 58%, transparent); }
.field-card figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 30px; display: grid; gap: 5px; }
.field-card figcaption strong { max-width: 570px; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }.field-card figcaption span { max-width: 580px; color: #a8b8ca; font-size: 11px; line-height: 1.6; }
.field-card:not(.field-card-wide) img { object-position: 50% 57%; }
.meter-range { margin-top: 22px; padding: 22px; display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 14px; border: 1px solid rgba(126,163,213,.12); border-radius: var(--radius-xl); background: rgba(11,25,42,.46); }
.meter-range-copy { padding: 20px; align-self: center; }.meter-range-copy h3 { max-width: 390px; font-size: 31px; }.meter-range-copy p { max-width: 420px; font-size: 12px; }
.meter-type { overflow: hidden; display: grid; grid-template-rows: 180px 1fr; border: 1px solid rgba(126,163,213,.13); border-radius: 18px; background: rgba(20,39,62,.7); }
.meter-type img { width: 100%; height: 180px; padding: 18px; object-fit: contain; background: linear-gradient(145deg, #f7f9fc, #e7eef7); }
.meter-type div { padding: 18px; display: grid; align-content: start; gap: 5px; }.meter-type small { color: #6f9fe9; font-size: 8px; font-weight: 800; letter-spacing: .14em; }.meter-type strong { font-size: 14px; }.meter-type p { margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.pilot-band { margin-top: 22px; padding: 22px 24px; display: grid; grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(110px,.55fr)) auto; gap: 20px; align-items: center; border-radius: 20px; }
.pilot-copy { display: grid; gap: 4px; }.pilot-copy > strong { max-width: 430px; font-size: 13px; line-height: 1.45; }.pilot-copy > small { max-width: 450px; color: #72859c; font-size: 8px; line-height: 1.5; }
.pilot-band > div:not(.pilot-copy) { display: grid; gap: 1px; padding-left: 17px; border-left: 1px solid var(--line); }.pilot-band > div:not(.pilot-copy) strong { color: #78adff; font-size: 20px; letter-spacing: -.035em; }.pilot-band > div:not(.pilot-copy) span { color: #778ba3; font-size: 8px; line-height: 1.35; }

.city-section { padding: 128px 0; position: relative; overflow-x: hidden; overflow-x: clip; border-top: 1px solid rgba(121,158,209,.08); border-bottom: 1px solid rgba(121,158,209,.08); background: linear-gradient(180deg, rgba(15,29,48,.36), rgba(5,14,25,.2)); }
.city-section::before { content: ""; position: absolute; width: 480px; height: 480px; right: -190px; top: 20%; border-radius: 50%; background: rgba(45,120,235,.13); filter: blur(80px); }
.city-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 64px; position: relative; }
.city-copy > p { max-width: 470px; }
.city-points { margin-top: 34px; display: grid; gap: 8px; }
.city-point { width: 100%; padding: 15px 14px; display: grid; grid-template-columns: 35px 1fr; gap: 1px 11px; text-align: left; border: 1px solid transparent; border-radius: 13px; color: var(--muted); background: transparent; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.city-point:hover { background: rgba(255,255,255,.025); }
.city-point.active { color: #fff; border-color: rgba(72,139,241,.2); background: rgba(41,111,219,.09); }
.city-point span { grid-row: 1 / 3; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #6e85a1; background: rgba(255,255,255,.04); font-size: 9px; font-weight: 800; }
.city-point.active span { color: #8dbbff; background: rgba(52,133,255,.14); }
.city-point b { font-size: 13px; }
.city-point small { color: #75869c; font-size: 10px; }
.city-screen { border-radius: 20px; overflow: hidden; transform: perspective(1500px) rotateY(-1deg); }
.screen-toolbar { height: 58px; padding: 0 17px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(126,164,213,.13); background: rgba(6,15,27,.76); }
.screen-brand { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; }
.screen-brand img { width: 26px; height: 26px; border-radius: 7px; object-fit: cover; }
.screen-route { color: #73869e; font-size: 8px; }.screen-route b { color: #b5c3d4; }
.screen-person { justify-self: end; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(73,141,244,.25); border-radius: 9px; color: #85b3f8; background: rgba(52,133,255,.11); font-size: 8px; font-weight: 800; }
.screen-body { height: 465px; display: grid; grid-template-columns: 49px 1fr; background: #081321; }
.screen-side { padding-top: 22px; display: flex; flex-direction: column; align-items: center; gap: 19px; border-right: 1px solid rgba(122,159,208,.1); }
.screen-side span, .screen-side b { width: 16px; height: 16px; border: 1px solid #4a5d73; border-radius: 4px; opacity: .7; }
.screen-side b { border-color: var(--blue); background: rgba(52,133,255,.16); box-shadow: 0 0 0 6px rgba(52,133,255,.05); }
.screen-content { padding: 19px; min-width: 0; }
.screen-title { min-height: 47px; display: flex; align-items: flex-start; justify-content: space-between; }
.screen-title > span { display: grid; gap: 2px; }
.screen-title small { color: #73869d; font-size: 6px; letter-spacing: .16em; }
.screen-title strong { font-size: 15px; }
.screen-title > i { padding: 6px 8px; display: flex; align-items: center; gap: 5px; border: 1px solid rgba(42,209,138,.17); border-radius: 7px; color: #73b99c; background: rgba(42,209,138,.06); font-size: 7px; font-style: normal; }
.screen-title em { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px var(--green); }
.screen-grid { display: grid; grid-template-columns: 1.55fr .65fr; gap: 11px; transition: opacity .18s ease, transform .18s ease; }
.screen-grid.changing { opacity: .32; transform: translateY(4px); }
.screen-map-panel { height: 351px; border: 1px solid rgba(123,161,209,.12); border-radius: 13px; }
.screen-map-panel .marker { width: 14px; height: 14px; }
.map-legend { position: absolute; right: 10px; top: 10px; padding: 7px 8px; display: flex; flex-direction: column; gap: 4px; border: 1px solid rgba(134,169,216,.13); border-radius: 7px; color: #7b8fa6; background: rgba(7,18,31,.7); font-size: 6px; }
.map-legend span { display: flex; align-items: center; gap: 5px; }
.map-legend i { width: 5px; height: 5px; border-radius: 50%; }.legend-ok { background: var(--green); }.legend-warn { background: var(--red); }.legend-idle { background: #687b92; }
.screen-stats { display: grid; grid-template-rows: repeat(3, 1fr); gap: 9px; }
.screen-stats article { padding: 14px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(123,161,209,.12); border-radius: 11px; background: rgba(22,41,64,.7); }
.screen-stats small { color: #7d90a7; font-size: 7px; }
.screen-stats strong { margin: 4px 0; font-size: 20px; letter-spacing: -.04em; }
.screen-stats span { color: #60738a; font-size: 6px; }
.red-text { color: #ff6372; }
.meter { height: 4px; margin-top: 8px; overflow: hidden; border-radius: 6px; background: rgba(255,255,255,.06); }
.meter i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(to right, #397ff2, #55a0ff); }
.alarm-bars { height: 22px; display: flex; align-items: end; gap: 4px; margin-top: 5px; }
.alarm-bars i { flex: 1; height: 40%; border-radius: 2px 2px 0 0; background: rgba(255,78,97,.25); }
.alarm-bars i:nth-child(2) { height: 70%; }.alarm-bars i:nth-child(3) { height: 45%; }.alarm-bars i:nth-child(4) { height: 88%; }.alarm-bars i:nth-child(5) { height: 61%; }
.screen-note { margin: 13px 0 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: #6e8198; font-size: 9px; }
.screen-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(42,209,138,.08); }

.real-screen { margin: 0; overflow: hidden; border-radius: 20px; transform: perspective(1500px) rotateY(-1deg); }
.real-screen-bar { min-height: 46px; padding: 0 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; border-bottom: 1px solid rgba(126,164,213,.13); background: rgba(6,15,27,.78); }
.real-screen-bar span, .real-screen-bar em { display: flex; align-items: center; gap: 7px; color: #899bb0; font-size: 8px; font-style: normal; }
.real-screen-bar span > i { width: 9px; height: 9px; border-radius: 3px; background: linear-gradient(135deg, #438cff, #925eff); box-shadow: 0 0 12px rgba(67,140,255,.5); }
.real-screen-bar b { padding: 5px 9px; border: 1px solid rgba(112,159,229,.14); border-radius: 7px; color: #aebdd0; background: rgba(255,255,255,.03); font-size: 8px; }
.real-screen-bar em { justify-self: end; }
.real-screen-bar em i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.real-screen-media { overflow: hidden; aspect-ratio: 1800 / 984; background: #081321; transition: opacity .18s ease, transform .18s ease; }
.real-screen-media.changing { opacity: .28; transform: scale(.995); }
.real-screen-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.real-screen figcaption { padding: 15px 18px 17px; display: grid; gap: 4px; border-top: 1px solid rgba(126,164,213,.1); background: rgba(12,27,45,.82); }
.real-screen figcaption strong { font-size: 13px; }
.real-screen figcaption span { color: #788ba2; font-size: 9px; line-height: 1.55; }

.web-features-section { position: relative; overflow-x: hidden; overflow-x: clip; }
.web-features-section::before { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; left: -260px; top: 24%; border-radius: 50%; background: rgba(137,78,239,.12); filter: blur(90px); }
.web-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.web-feature-card { margin: 0; overflow: hidden; border-radius: var(--radius-lg); }
.web-feature-media { margin: 0; overflow: hidden; aspect-ratio: 1800 / 984; border-bottom: 1px solid rgba(126,164,213,.12); background: #081321; }
.web-feature-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.web-feature-card:hover .web-feature-media img { transform: scale(1.018); }
.web-feature-copy { padding: 25px 27px 27px; }
.web-feature-copy > small { display: block; color: #71a8f7; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.web-feature-copy h3 { margin: 8px 0 9px; font-size: 24px; line-height: 1.18; letter-spacing: -.035em; }
.web-feature-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.feature-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.feature-tags span { padding: 6px 9px; border: 1px solid rgba(107,154,224,.14); border-radius: 999px; color: #8ca0b9; background: rgba(255,255,255,.025); font-size: 8px; font-weight: 700; }

.notification-spotlight { margin-top: 18px; padding: 34px; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: 55px; align-items: center; overflow: hidden; border-radius: var(--radius-xl); }
.notification-visual { position: relative; min-width: 0; min-height: 520px; overflow: hidden; border: 1px solid rgba(126,164,213,.12); border-radius: 22px; background: radial-gradient(circle at 72% 25%, rgba(61,126,229,.2), transparent 32%), linear-gradient(145deg, #0b1728, #07101c); }
.notification-visual::before { content: ""; position: absolute; inset: 10% 12%; border-radius: 50%; background: rgba(52,133,255,.15); filter: blur(55px); }
.notification-screen { position: absolute; margin: 0; overflow: hidden; border: 5px solid #1b2b40; background: #07101c; box-shadow: 0 26px 55px rgba(0,0,0,.5), 0 0 0 1px rgba(133,175,230,.2); }
.notification-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.notification-screen-web { z-index: 2; width: 180px; height: 490px; left: 52px; top: 38px; border-radius: 18px; transform: rotate(-3deg); }
.notification-screen-mobile { z-index: 3; width: 202px; height: 454px; right: 42px; top: 22px; border-radius: 30px; transform: rotate(3deg); }
.notification-live { position: absolute; z-index: 4; left: 50%; bottom: 19px; transform: translateX(-50%); padding: 8px 12px; display: flex; align-items: center; gap: 7px; white-space: nowrap; border: 1px solid rgba(42,209,138,.18); border-radius: 999px; color: #9fb2c8; background: rgba(9,22,37,.88); backdrop-filter: blur(15px); font-size: 8px; font-weight: 700; }
.notification-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.notification-copy > small { display: block; margin-top: 20px; color: #71869f; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.notification-copy h3 { max-width: 520px; margin: 9px 0 13px; font-size: clamp(31px, 3.2vw, 45px); line-height: 1.06; letter-spacing: -.045em; }
.notification-copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.notification-copy ul { margin: 26px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.notification-copy li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.notification-copy li > i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(83,145,239,.18); border-radius: 10px; color: #79adf9; background: rgba(52,133,255,.09); font-size: 8px; font-style: normal; font-weight: 800; }
.notification-copy li span { display: grid; gap: 1px; }
.notification-copy li b { font-size: 12px; }
.notification-copy li small { color: #75879d; font-size: 10px; line-height: 1.55; }

.mobile-app-layout { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: 64px; align-items: center; }
.mobile-device-gallery { min-width: 0; }
.mobile-app-phone { width: 286px; height: 642px; }
.mobile-app-phone img { transition: opacity .18s ease, transform .18s ease; }
.mobile-app-phone img.changing { opacity: .25; transform: scale(.992); }
.mobile-gallery-panel { min-width: 0; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(25,44,69,.66), rgba(10,22,38,.56)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 45px rgba(0,0,0,.18); backdrop-filter: blur(24px) saturate(125%); }
.mobile-gallery-kicker { display: inline-block; margin-left: 9px; color: #71869f; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.mobile-gallery-panel h3 { margin: 20px 0 9px; font-size: clamp(30px, 3vw, 42px); line-height: 1.08; letter-spacing: -.045em; }
.mobile-gallery-panel > p { max-width: 650px; min-height: 48px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.mobile-view-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.mobile-view { min-width: 0; min-height: 78px; padding: 8px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; align-items: center; overflow: hidden; text-align: left; border: 1px solid rgba(126,163,213,.12); border-radius: 12px; color: #9aaabe; background: rgba(5,14,25,.38); cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.mobile-view:hover { transform: translateY(-2px); border-color: rgba(72,139,241,.3); }
.mobile-view.active { color: #fff; border-color: rgba(72,139,241,.42); background: rgba(41,111,219,.13); box-shadow: inset 0 0 0 1px rgba(72,139,241,.08); }
.mobile-view img { width: 42px; height: 58px; object-fit: cover; object-position: top; border: 2px solid #243750; border-radius: 8px; background: #07101c; }
.mobile-view span { min-width: 0; display: grid; gap: 1px; }
.mobile-view b, .mobile-view small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mobile-view b { font-size: 10px; }
.mobile-view small { color: #71849b; font-size: 7px; }

.mobile-showcase { display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 44px; align-items: center; }
.mobile-copy-card { padding: 32px; border-radius: var(--radius-lg); }
.mobile-index { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: #84b6ff; background: rgba(52,133,255,.13); font-size: 9px; font-weight: 800; }
.mobile-copy-card h3 { margin: 22px 0 12px; font-size: 30px; line-height: 1.12; letter-spacing: -.04em; }
.mobile-copy-card p { color: var(--muted); font-size: 14px; }
.mobile-copy-card ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; color: var(--muted-strong); font-size: 11px; }
.mobile-copy-card li { display: flex; align-items: center; gap: 9px; }
.mobile-copy-card li i { width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; color: #55dea8; background: rgba(42,209,138,.1); font-size: 8px; font-style: normal; }
.mobile-device { position: relative; min-height: 610px; display: grid; place-items: center; }
.mobile-device::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: rgba(48,125,245,.2); filter: blur(60px); }
.phone-large { position: relative; inset: auto; width: 270px; height: 606px; right: auto; bottom: auto; border-width: 7px; border-radius: 42px; }
.capture-label { position: absolute; right: -8px; bottom: 30px; z-index: 8; padding: 8px 11px; display: flex; align-items: center; gap: 7px; border-radius: 10px; color: #9eafc4; font-size: 8px; }
.capture-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px var(--green); }
.mobile-side-stack { display: grid; gap: 13px; }
.mobile-side-stack article { padding: 18px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; border-radius: 16px; }
.mini-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,78,97,.2); border-radius: 12px; color: #ff7886; background: rgba(255,78,97,.1); }
.mini-icon.violet { color: #b68aff; border-color: rgba(165,108,255,.2); background: rgba(165,108,255,.1); }.mini-icon.green { color: #50dca6; border-color: rgba(42,209,138,.2); background: rgba(42,209,138,.1); }
.mobile-side-stack div { display: grid; gap: 2px; }
.mobile-side-stack small { color: #71859d; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }.mobile-side-stack strong { font-size: 13px; }.mobile-side-stack p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.consumer-strip { padding: 34px; display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 48px; border: 1px solid rgba(142,115,255,.16); border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(57,43,110,.38), rgba(13,27,44,.68)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.consumer-copy { display: grid; grid-template-columns: 68px 1fr; gap: 20px; align-items: start; }
.consumer-copy img { width: 68px; height: 68px; border-radius: 18px; box-shadow: 0 16px 32px rgba(0,0,0,.3); }
.consumer-copy span { color: #9b84e7; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.consumer-copy h3 { margin: 7px 0 9px; font-size: 25px; line-height: 1.17; letter-spacing: -.035em; }
.consumer-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.consumer-shots { height: 280px; display: flex; justify-content: center; align-items: center; gap: 16px; overflow: hidden; }
.consumer-shots figure { width: 132px; margin: 0; display: grid; gap: 7px; text-align: center; }
.consumer-shots figure:nth-child(2) { transform: translateY(-14px); }
.consumer-shots img { width: 100%; height: 250px; object-fit: cover; object-position: top; border: 4px solid #242941; border-radius: 20px; box-shadow: 0 18px 38px rgba(0,0,0,.35); }
.consumer-shots figcaption { color: #8e9db1; font-size: 8px; }

.process-section { padding-bottom: 140px; }
.process-line { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 32px; align-items: start; }
.process-step { text-align: center; }
.step-orb { position: relative; width: 98px; height: 98px; margin: 0 auto 25px; display: grid; place-items: center; border: 1px solid rgba(102,153,225,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(28,50,78,.75), rgba(10,22,38,.7)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 20px 45px rgba(0,0,0,.2); }
.step-orb i { color: #7eb0fa; font-size: 28px; font-style: normal; }
.step-orb span { position: absolute; right: -8px; top: -8px; width: 27px; height: 27px; display: grid; place-items: center; border: 3px solid #06101c; border-radius: 50%; color: #91bcff; background: #193962; font-size: 8px; font-weight: 800; }
.process-step h3 { margin: 0 0 8px; font-size: 19px; }
.process-step p { max-width: 290px; margin: auto; color: var(--muted); font-size: 12px; line-height: 1.65; }
.process-arrow { margin-top: 44px; color: #40546c; font-size: 20px; }

.cta-section { padding-bottom: 110px; }
.cta-card { position: relative; overflow: hidden; padding: 75px 40px; text-align: center; border: 1px solid rgba(124,174,255,.28); border-radius: 32px; background: linear-gradient(135deg, #1e67d6 0%, #2f7df2 47%, #6156df 100%); box-shadow: 0 35px 80px rgba(26,92,195,.28), inset 0 1px 0 rgba(255,255,255,.2); }
.cta-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to right, black, transparent 65%); }
.cta-glow { position: absolute; width: 360px; height: 360px; right: -100px; top: -200px; border-radius: 50%; background: rgba(196,181,255,.45); filter: blur(55px); }
.eyebrow.light { color: #dbe9ff; position: relative; }
.cta-card h2 { position: relative; margin: 20px 0; font-size: clamp(40px, 5vw, 62px); }
.cta-card p { position: relative; max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.79); font-size: 15px; }
.cta-actions { position: relative; margin-top: 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; }
.button-white { color: #1763d2; background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }

.site-footer { padding: 45px 0; border-top: 1px solid var(--line); background: rgba(3,9,20,.55); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.footer-brand img { width: 95px; height: auto; }
.footer-brand span { display: grid; gap: 2px; }.footer-brand b { font-size: 12px; }.footer-brand small { color: #657891; font-size: 8px; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { color: #7d90a7; text-decoration: none; font-size: 10px; }
.footer-links a:hover { color: #fff; }
.footer-inner > p { grid-column: 1 / -1; margin: 5px 0 0; padding-top: 18px; border-top: 1px solid rgba(124,158,203,.09); color: #52657d; text-align: center; font-size: 8px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }.reveal[data-delay="2"] { transition-delay: .22s; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

.modal-ready { cursor: zoom-in; }
.modal-ready:focus-visible { outline: 3px solid rgba(97,164,255,.8); outline-offset: 4px; }
body.image-modal-open { overflow: hidden; }
.image-modal[hidden] { display: none; }
.image-modal { position: fixed; inset: 0; z-index: 1000; padding: 22px; display: grid; place-items: center; }
.image-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(1,6,13,.88); backdrop-filter: blur(20px); cursor: zoom-out; }
.image-modal-dialog { position: relative; z-index: 1; width: min(1120px, 100%); max-height: calc(100dvh - 44px); overflow: hidden; display: grid; grid-template-rows: minmax(0, 1fr) auto; border: 1px solid rgba(126,168,226,.24); border-radius: 24px; background: linear-gradient(145deg, rgba(20,37,60,.98), rgba(5,14,25,.98)); box-shadow: 0 35px 100px rgba(0,0,0,.7); }
.image-modal-visual { position: relative; min-height: 0; padding: 24px 76px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 25%, rgba(52,133,255,.12), transparent 38%), #030914; touch-action: pan-y; }
.image-modal-image { max-width: 100%; max-height: 68dvh; width: auto; height: auto; object-fit: contain; border-radius: 12px; box-shadow: 0 20px 55px rgba(0,0,0,.45); }
.image-modal-copy { padding: 20px 24px 23px; border-top: 1px solid rgba(126,168,226,.13); }
.image-modal-meta { margin: 0 48px 6px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.image-modal-copy small { display: block; margin-bottom: 5px; color: #72aaff; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.image-modal-counter { flex: 0 0 auto; color: #8195ae; font-size: 9px; font-weight: 750; letter-spacing: .04em; }
.image-modal-copy h3 { margin: 0 48px 5px 0; font-size: clamp(20px, 2.5vw, 29px); line-height: 1.15; letter-spacing: -.03em; }
.image-modal-copy p { max-width: 850px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.image-modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(126,168,226,.22); border-radius: 12px; color: #fff; background: rgba(7,17,30,.82); backdrop-filter: blur(12px); cursor: pointer; font-size: 22px; line-height: 1; }
.image-modal-close:hover { background: rgba(40,75,116,.9); }
.image-modal-nav { position: absolute; z-index: 2; top: 50%; width: 46px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(126,168,226,.2); border-radius: 14px; color: #fff; background: rgba(7,17,30,.72); backdrop-filter: blur(12px); cursor: pointer; transform: translateY(-50%); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.image-modal-nav span { font-size: 34px; font-weight: 300; line-height: 1; transform: translateY(-2px); }
.image-modal-nav:hover { border-color: rgba(126,168,226,.42); background: rgba(40,75,116,.9); transform: translateY(-50%) scale(1.04); }
.image-modal-nav:focus-visible, .image-modal-close:focus-visible { outline: 3px solid rgba(97,164,255,.8); outline-offset: 3px; }
.image-modal-nav[hidden] { display: none; }
.image-modal-previous { left: 16px; }
.image-modal-next { right: 16px; }

@media (max-width: 1080px) {
  .nav-links { gap: 18px; }
  .nav-cta { display: none; }
  .hero { grid-template-columns: .82fr 1.18fr; gap: 28px; }
  .hero h1 { font-size: 53px; }
  .phone-frame:not(.phone-large) { right: -6px; }
  .floating-status { display: none; }
  .city-layout { grid-template-columns: .65fr 1.35fr; gap: 34px; }
  .mobile-showcase { gap: 22px; }
  .mobile-copy-card { padding: 25px; }
  .pilot-band { grid-template-columns: 1.4fr repeat(3,.6fr); }
  .pilot-band .button { grid-column: 1 / -1; justify-self: end; }
  .notification-spotlight { grid-template-columns: minmax(310px, .85fr) minmax(0, 1.15fr); gap: 34px; padding: 28px; }
  .notification-screen-web { left: 28px; }
  .notification-screen-mobile { right: 24px; }
  .mobile-app-layout { gap: 36px; }
  .mobile-view-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .section-shell { width: min(calc(100% - 34px), var(--max)); }
  .nav-shell { left: 14px; right: 14px; top: 12px; width: auto; max-width: calc(100vw - 28px); padding: 9px 10px 9px 13px; gap: 12px; transform: none; }
  .brand { min-width: 0; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; flex: 0 0 42px; }
  .nav-links { position: absolute; top: calc(100% + 8px); left: 0; right: 0; padding: 18px; display: grid; gap: 4px; visibility: hidden; opacity: 0; transform: translateY(-8px); border: 1px solid var(--line); border-radius: 16px; background: rgba(7,17,30,.96); box-shadow: 0 28px 55px rgba(0,0,0,.42); transition: .2s ease; }
  .nav-links.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-links a { padding: 12px; border-radius: 9px; }
  .nav-links a:hover { background: rgba(255,255,255,.04); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding-top: 60px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 680px; margin: auto; }
  .hero h1 { font-size: clamp(48px, 9vw, 68px); }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-stage { width: min(690px, 100%); min-height: 530px; margin: 16px auto 0; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof div { padding: 16px 24px; }
  .proof div:nth-child(2) { border-right: 0; }.proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-wide { grid-template-columns: 1fr; }
  .meter-intro { grid-template-columns: 1fr; }
  .meter-product, .meter-copy { min-height: auto; }
  .field-gallery { grid-template-columns: 1fr; }
  .field-card { min-height: 480px; }
  .meter-range { grid-template-columns: 1fr 1fr; }
  .meter-range-copy { grid-column: 1 / -1; }
  .pilot-band { grid-template-columns: repeat(3,1fr); }
  .pilot-copy { grid-column: 1 / -1; }
  .pilot-band .button { grid-column: 1 / -1; justify-self: start; }
  .city-layout { grid-template-columns: 1fr; }
  .city-copy { max-width: 650px; }
  .city-points { grid-template-columns: repeat(4, 1fr); }
  .city-point { grid-template-columns: 1fr; gap: 7px; }
  .city-point span { grid-row: auto; }
  .web-feature-grid { grid-template-columns: 1fr; }
  .notification-spotlight { grid-template-columns: 1fr; }
  .notification-visual { min-height: 470px; }
  .notification-screen-web { width: 160px; height: 435px; left: calc(50% - 190px); top: 30px; }
  .notification-screen-mobile { width: 182px; height: 409px; right: calc(50% - 190px); }
  .mobile-app-layout { grid-template-columns: 1fr; gap: 26px; }
  .mobile-app-layout .mobile-device-gallery { grid-row: auto; }
  .mobile-showcase { grid-template-columns: 1fr 1fr; }
  .mobile-copy-card { order: 2; }.mobile-device { grid-row: 1 / 3; }.mobile-side-stack { order: 3; }
  .consumer-strip { grid-template-columns: 1fr; }
  .consumer-copy { max-width: 620px; }
}

@media (max-width: 680px) {
  .site-header { height: 82px; }
  .brand-copy small { display: none; }
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding: 46px 0 64px; }
  .hero h1 { font-size: clamp(42px, 13vw, 59px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { gap: 10px 16px; }
  .hero-stage { min-height: 475px; }
  .desktop-frame { width: 100%; top: 25px; transform: none; }
  .portal-preview { height: 355px; }
  .preview-sidebar { display: none; }
  .portal-preview { grid-template-columns: 1fr; }
  .preview-main { padding: 12px; }
  .preview-map { height: 190px; }
  .phone-frame:not(.phone-large) { width: 127px; height: 282px; bottom: 0; }
  .proof { padding: 10px; }
  .proof div { padding: 15px 12px; }
  .proof strong { font-size: 21px; }.proof span { font-size: 9px; }
  .platform-section, .metering-section, .web-features-section, .mobile-section, .process-section, .city-section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading h2, .city-copy h2 { font-size: 40px; }
  .feature-bento { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; padding: 24px; }
  .feature-card { min-height: auto; padding: 25px; }
  .alarm-type-grid { grid-template-columns: 1fr; }
  .mini-map { min-height: 260px; }
  .meter-product-visual { min-height: 330px; padding: 20px; }
  .meter-product figcaption { align-items: flex-start; flex-direction: column; }
  .meter-copy { padding: 26px; }
  .meter-signals { grid-template-columns: 1fr; }
  .field-card { min-height: 390px; }
  .field-card figcaption { padding: 22px; }
  .field-card figcaption strong { font-size: 20px; }
  .meter-range { grid-template-columns: 1fr; padding: 14px; }
  .meter-range-copy { grid-column: auto; padding: 13px; }
  .meter-type { grid-template-columns: 120px 1fr; grid-template-rows: 1fr; }
  .city-points { grid-template-columns: repeat(2, 1fr); }
  .real-screen { transform: none; }
  .real-screen-bar { padding-inline: 11px; gap: 8px; }
  .real-screen figcaption { padding: 13px 14px 15px; }
  .web-feature-copy { padding: 22px; }
  .notification-spotlight { padding: 20px; }
  .notification-visual { min-height: 410px; }
  .notification-screen-web { width: 142px; height: 386px; left: 22px; top: 24px; }
  .notification-screen-mobile { width: 164px; height: 368px; right: 21px; top: 14px; }
  .notification-copy h3 { font-size: 34px; }
  .mobile-gallery-panel { padding: 23px; }
  .mobile-view-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .meter-type img { height: 100%; min-height: 170px; padding: 10px; }
  .pilot-band { grid-template-columns: 1fr; }
  .pilot-copy, .pilot-band .button { grid-column: auto; }
  .pilot-band > div:not(.pilot-copy) { padding: 10px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .city-points { grid-template-columns: 1fr; }
  .city-point { grid-template-columns: 35px 1fr; }.city-point span { grid-row: 1 / 3; }
  .screen-toolbar { grid-template-columns: 1fr auto; }.screen-route { display: none; }
  .screen-body { height: 440px; grid-template-columns: 1fr; }.screen-side { display: none; }
  .screen-content { padding: 12px; }
  .screen-grid { grid-template-columns: 1fr; }
  .screen-map-panel { height: 245px; }
  .screen-stats { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .screen-stats article { padding: 10px; }.screen-stats strong { font-size: 16px; }
  .mobile-showcase { grid-template-columns: 1fr; }
  .mobile-device { grid-row: auto; min-height: 620px; order: 1; }.mobile-copy-card { order: 2; }.mobile-side-stack { order: 3; }
  .capture-label { right: calc(50% - 160px); }
  .consumer-strip { padding: 25px 18px; }
  .consumer-copy { grid-template-columns: 50px 1fr; gap: 13px; }.consumer-copy img { width: 50px; height: 50px; border-radius: 13px; }.consumer-copy h3 { font-size: 21px; }
  .consumer-shots { height: 235px; gap: 8px; }.consumer-shots figure { width: 30%; }.consumer-shots img { height: 205px; border-width: 3px; border-radius: 15px; }
  .process-line { grid-template-columns: 1fr; gap: 30px; }.process-arrow { margin: 0; transform: rotate(90deg); text-align: center; }
  .cta-card { padding: 58px 20px; border-radius: 24px; }.cta-card h2 { font-size: 41px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }.footer-links { flex-wrap: wrap; justify-content: center; gap: 14px 22px; }
  .image-modal { padding: 9px; }
  .image-modal-dialog { max-height: calc(100dvh - 18px); border-radius: 18px; }
  .image-modal-visual { padding: 12px; }
  .image-modal-image { max-height: 65dvh; border-radius: 8px; }
  .image-modal-copy { padding: 16px 17px 18px; }
  .image-modal-meta { margin-right: 42px; }
  .image-modal-copy p { font-size: 11px; }
  .image-modal-close { top: 9px; right: 9px; width: 38px; height: 38px; }
  .image-modal-nav { width: 36px; height: 50px; border-radius: 11px; }
  .image-modal-nav span { font-size: 29px; }
  .image-modal-previous { left: 7px; }
  .image-modal-next { right: 7px; }
}

@media (max-width: 430px) {
  .window-address { display: none; }
  .preview-kpis article { padding-left: 10px; }.preview-kpis span { display: none; }
  .phone-frame:not(.phone-large) { right: -8px; }
  .screen-title strong { font-size: 12px; }
  .screen-stats small { font-size: 6px; }
  .mobile-device { min-height: 580px; }
  .phone-large { width: 245px; height: 550px; }
  .capture-label { right: 4px; }
  .notification-visual { min-height: 370px; }
  .notification-screen-web { width: 124px; height: 337px; left: 12px; }
  .notification-screen-mobile { width: 145px; height: 326px; right: 10px; }
  .notification-live { bottom: 12px; }
  .mobile-gallery-panel { padding: 19px; }
  .mobile-view { min-height: 70px; grid-template-columns: 35px minmax(0, 1fr); gap: 7px; padding: 7px; }
  .mobile-view img { width: 35px; height: 49px; }
  .meter-type { grid-template-columns: 1fr; }
  .meter-type img { height: 155px; min-height: 0; }
}

@media (max-width: 360px) {
  .nav-shell { left: 8px; right: 8px; max-width: calc(100vw - 16px); padding-inline: 10px; gap: 8px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { max-width: 160px; font-size: 14px; }
  .menu-toggle { width: 38px; height: 38px; flex-basis: 38px; padding: 9px; }
  .language-choice { width: 27px; }
}

/* Shared legal-page compatibility ---------------------------------------
   Privacy and account-deletion pages predate the marketing page and share
   this file. These rules preserve their layout and theme controls. */
:root {
  --grad: linear-gradient(135deg, var(--blue), var(--violet));
  --card: rgba(19, 36, 58, .82);
  --card-alt: rgba(12, 25, 42, .74);
  --ink: var(--text);
  --ink-soft: var(--muted-strong);
  --ink-faint: var(--muted);
}

[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f7fb;
  --bg-deep: #eaf0f7;
  --text: #102033;
  --muted: #667991;
  --muted-strong: #40536b;
  --card: rgba(255,255,255,.9);
  --card-alt: rgba(242,246,251,.9);
  --line: rgba(48,77,112,.14);
}

[data-theme="light"] body { background: linear-gradient(180deg, #f5f8fc, #eaf0f7); }
.bg-glow { position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(650px 420px at 85% -5%, rgba(52,133,255,.14), transparent 62%), radial-gradient(500px 500px at -5% 32%, rgba(165,108,255,.1), transparent 65%); }
.nav { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(18px); }
.nav-inner { width: min(calc(100% - 40px), 1180px); min-height: 70px; margin: auto; display: flex; align-items: center; gap: 26px; }
.nav .brand-icon, .site-foot .brand-icon { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.theme-toggle { display: flex; align-items: center; gap: 6px; padding: 5px; border: 0; color: var(--ink-faint); background: transparent; cursor: pointer; }
.theme-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.theme-toggle .icon-moon { fill: currentColor; stroke: none; }
.toggle-track { position: relative; width: 38px; height: 20px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); }
.toggle-thumb { position: absolute; left: 2px; top: 2px; width: 14px; height: 14px; border-radius: 50%; background: var(--grad); transition: left .2s ease; }
[data-theme="light"] .toggle-thumb { left: 20px; }

.btn { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; color: var(--ink); background: transparent; text-decoration: none; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--grad); box-shadow: 0 10px 28px rgba(52,133,255,.26); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.025); }
.btn-lg { min-height: 50px; padding-inline: 24px; font-size: 14px; }

.page-hero { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 74px 0 42px; text-align: center; }
.page-hero h1 { margin: 14px 0; color: var(--ink); font-size: clamp(34px, 5vw, 52px); line-height: 1.05; letter-spacing: -.045em; }
.page-hero p { max-width: 690px; margin: auto; color: var(--ink-faint); }
.page-body { width: min(calc(100% - 40px), 880px); margin: 0 auto; padding-bottom: 90px; display: grid; gap: 20px; }
.panel { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 22px 55px rgba(0,0,0,.14); }
.panel h2 { margin: 0 0 18px; color: var(--ink); font-size: 22px; }
.panel p { color: var(--ink-faint); }
.panel a { color: var(--blue-light); }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: legal-step; display: grid; gap: 13px; }
.steps li { counter-increment: legal-step; padding: 16px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--card-alt); }
.steps li::before { content: counter(legal-step); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #8ab8ff; background: rgba(52,133,255,.13); font-size: 11px; font-weight: 800; }
.steps p { margin: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 17px; display: grid; gap: 7px; }
.field label { color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.hint, .form-note { color: var(--ink-faint); font-size: 11px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: var(--card-alt); font: inherit; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(52,133,255,.5); box-shadow: 0 0 0 4px rgba(52,133,255,.08); }
.form-actions { margin-top: 8px; display: flex; gap: 10px; }
.form-note { margin: 14px 0 0; }
.result-box { display: none; margin-top: 18px; padding: 18px; border: 1px solid rgba(42,209,138,.2); border-radius: 14px; background: rgba(42,209,138,.07); }
.result-box pre { white-space: pre-wrap; color: var(--ink-soft); font: 12px/1.55 var(--font); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.data-table { width: 100%; border-collapse: collapse; color: var(--ink-soft); font-size: 12px; }
.data-table th, .data-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; }
.data-table th { color: var(--ink); background: var(--card-alt); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.data-table tr:last-child td { border-bottom: 0; }
.site-foot { padding: 38px 0; border-top: 1px solid var(--line); }
.site-foot-inner { width: min(calc(100% - 40px), 1180px); margin: auto; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.brand-foot { margin: 0; }
.foot-links { display: flex; flex-wrap: wrap; gap: 20px; }
.foot-links a { color: var(--ink-faint); text-decoration: none; font-size: 12px; }
.foot-copy { width: 100%; margin: 0; color: var(--ink-faint); text-align: center; font-size: 10px; }

@media (max-width: 900px) {
  .nav .nav-links { display: none; }
  .nav-inner { width: auto; max-width: calc(100vw - 28px); margin-inline: 14px; min-height: 64px; }
}

@media (max-width: 620px) {
  .nav-actions .btn { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .panel { padding: 22px 18px; }
  .site-foot-inner { justify-content: center; text-align: 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; }
}

/* ---- Inner pages (privacy policy, data deletion) ---- */
.inner-hero { padding: 150px 0 8px; text-align: center; }
.inner-hero h1 { margin: 16px 0 14px; color: #fff; font-weight: 700; letter-spacing: -.02em; font-size: clamp(30px, 4vw, 44px); }
.inner-hero > p { max-width: 62ch; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.7; }

.inner-body { max-width: 820px; margin: 0 auto; padding: 44px 0 100px; display: flex; flex-direction: column; gap: 36px; }

.panel-pad { padding: 32px; border-radius: var(--radius-lg); }
.panel-pad h2 { margin: 0 0 20px; color: #fff; font-size: 20px; font-weight: 700; letter-spacing: -.005em; }

.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; counter-reset: steps; }
.steps li { display: flex; gap: 14px; align-items: flex-start; }
.steps li::before {
  counter-increment: steps;
  content: counter(steps);
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.steps p { margin: 0; color: var(--muted-strong); font-size: 15px; padding-top: 3px; }
.steps strong { color: #fff; }

.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field label { font-size: 13.5px; font-weight: 700; color: var(--muted-strong); }
.field .hint { font-size: 12.5px; color: var(--muted); font-weight: 400; }

.field input, .field select, .field textarea {
  font: inherit; font-size: 15px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--panel-soft);
  color: var(--text);
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(52, 133, 255, .18);
}
.field textarea { resize: vertical; min-height: 88px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.form-note { font-size: 13px; color: var(--muted); margin: 14px 0 0; }
.form-note a { color: var(--blue-light); }

.result-box { display: none; margin-top: 22px; padding: 18px 20px; border-radius: 12px; background: var(--panel-soft); border: 1px solid var(--line); }
.result-box.visible { display: block; }
.result-box strong { color: #fff; }
.result-box pre { white-space: pre-wrap; font-family: inherit; font-size: 13.5px; color: var(--muted-strong); margin: 10px 0 14px; line-height: 1.5; }
.result-box .button { font-size: 12px; min-height: 38px; padding-inline: 16px; margin-right: 8px; }

.table-wrap { overflow-x: auto; }
table.data-table { border-collapse: collapse; width: 100%; min-width: 480px; font-size: 14.5px; }
table.data-table th, table.data-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); color: var(--muted-strong); vertical-align: top; }
table.data-table th { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
table.data-table td:first-child { color: #fff; font-weight: 600; }

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .panel-pad { padding: 24px 20px; }

  /* Data tables reflow into stacked label/value cards instead of forcing
     horizontal scroll — there's no room for two columns side by side. */
  .table-wrap { overflow-x: visible; border: none; }
  table.data-table { min-width: 0; }
  table.data-table thead { display: none; }
  table.data-table, table.data-table tbody, table.data-table tr, table.data-table td { display: block; width: 100%; }
  table.data-table tr { padding: 12px 0; border-bottom: 1px solid var(--line); }
  table.data-table tr:last-child { border-bottom: none; }
  table.data-table td { padding: 3px 0; border-bottom: none; }
  table.data-table td:first-child { padding-bottom: 2px; }
}
