
:root{
  --bg:#070B13;
  --bg2:#0B0F1A;
  --panel:#0E1522;
  --panel2:#111A29;
  --text:#F7FAFF;
  --muted:#9DA8B8;
  --line:rgba(255,255,255,.09);
  --blue:#2563EB;
  --cyan:#00D4FF;
  --green:#22C55E;
  --soft:#E5E7EB;
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 75% 8%, rgba(37,99,235,.18), transparent 26%),
    radial-gradient(circle at 20% 55%, rgba(0,212,255,.06), transparent 24%),
    var(--bg);
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,black,transparent 72%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
.section-shell{width:min(1180px,calc(100% - 42px));margin-inline:auto}

.ambient{position:fixed;border-radius:999px;filter:blur(120px);pointer-events:none;z-index:-2}
.ambient-a{width:460px;height:460px;background:rgba(37,99,235,.12);top:-130px;right:-120px}
.ambient-b{width:360px;height:360px;background:rgba(0,212,255,.07);left:-160px;top:55vh}

.site-header{
  width:min(1180px,calc(100% - 42px));
  height:82px;margin:0 auto;display:flex;align-items:center;gap:28px;
  position:relative;z-index:50;border-bottom:1px solid var(--line)
}
.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:760;letter-spacing:-.03em}
.brand img{width:34px;height:34px;border-radius:9px;object-fit:cover}
.nav{margin-left:auto;display:flex;align-items:center;gap:28px;color:#B7C0CE;font-size:14px}
.nav a{transition:.2s ease}
.nav a:hover{color:#fff}
.nav-cta{
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);
  padding:10px 16px;border-radius:999px;font-size:13px;font-weight:700
}
.menu-button{display:none;background:none;border:0;color:white;margin-left:auto}

.hero{
  min-height:720px;display:grid;grid-template-columns:.88fr 1.12fr;gap:58px;align-items:center;
  padding:72px 0 80px
}
.eyebrow,.kicker{
  display:inline-flex;align-items:center;gap:10px;color:#A7B2C2;font-size:12px;
  font-weight:700;letter-spacing:.12em;text-transform:uppercase
}
.pulse{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(34,197,94,.09)}
.hero h1{
  font-size:clamp(54px,6vw,86px);line-height:.98;letter-spacing:-.065em;margin:20px 0 26px;
  font-weight:760
}
.hero h1 span,.section-heading h2 span{color:#57C8FF}
.hero-lead{font-size:18px;line-height:1.7;color:#AAB4C2;max-width:620px}
.hero-actions{display:flex;gap:12px;align-items:center;margin-top:32px;flex-wrap:wrap}
.button{
  min-height:50px;padding:0 20px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;
  gap:14px;font-size:14px;font-weight:750;border:1px solid var(--line);transition:.25s ease
}
.button.primary{background:linear-gradient(135deg,#1E6BFF,#00BDEC);box-shadow:0 12px 40px rgba(37,99,235,.24)}
.button.primary:hover{transform:translateY(-2px);box-shadow:0 16px 50px rgba(37,99,235,.35)}
.button.secondary{background:rgba(255,255,255,.045);color:#DCE4EF}
.button.secondary:hover{background:rgba(255,255,255,.08)}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;color:#687587;font-size:12px;margin-top:26px}
.trust-row span{display:flex;align-items:center;gap:8px}
.trust-row span:before{content:"";width:4px;height:4px;border-radius:50%;background:#3E82FF}

.hero-visual{position:relative;min-height:560px}
.hero-orbit{
  position:absolute;width:570px;height:570px;border-radius:50%;right:-120px;top:-40px;
  background:radial-gradient(circle,rgba(37,99,235,.16),rgba(0,212,255,.06) 42%,transparent 67%);
  border:1px solid rgba(79,155,255,.08)
}
.browser-shell{
  position:absolute;inset:42px 0 auto 22px;height:400px;border:1px solid rgba(255,255,255,.12);
  border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#111927,#0B111C);
  box-shadow:0 45px 100px rgba(0,0,0,.42);transform:perspective(1300px) rotateY(-4deg) rotateX(2deg)
}
.browser-top{height:54px;background:#0A0F18;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 14px;gap:14px}
.traffic{display:flex;gap:6px}.traffic i{width:8px;height:8px;background:#303A49;border-radius:50%}
.address{height:30px;flex:1;border:1px solid var(--line);background:#111722;border-radius:8px;color:#536073;font-size:10px;display:flex;align-items:center;padding:0 12px}
.toolbar-shield{width:30px;height:30px;border-radius:8px;background:#111A27;padding:4px;border:1px solid var(--line)}
.toolbar-shield img{width:100%;height:100%;object-fit:cover;border-radius:6px}
.browser-content{height:calc(100% - 54px);padding:46px;background:radial-gradient(circle at 80% 90%,rgba(0,170,255,.18),transparent 28%)}
.browser-copy span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#5F83AB}
.browser-copy h3{font-size:48px;line-height:1.05;letter-spacing:-.05em;margin:14px 0;color:#DCE7F7}
.floating-popup{
  position:absolute;width:315px;right:-8px;bottom:25px;border-radius:18px;overflow:hidden;
  border:1px solid rgba(255,255,255,.13);box-shadow:0 30px 70px rgba(0,0,0,.5);
  transform:rotate(1.5deg)
}
.floating-popup img{width:100%;display:block}
.glass{background:rgba(10,16,27,.76);backdrop-filter:blur(18px)}
.status-chip{
  position:absolute;background:rgba(10,16,26,.9);border:1px solid rgba(255,255,255,.11);box-shadow:0 20px 50px rgba(0,0,0,.32);
  border-radius:999px;padding:10px 14px;display:flex;align-items:center;gap:9px;font-size:11px;color:#DCE7F5
}
.chip-one{left:0;bottom:96px}.chip-two{left:74px;bottom:46px}
.status-dot{width:7px;height:7px;border-radius:50%}.green{background:var(--green);box-shadow:0 0 0 5px rgba(34,197,94,.1)}
.mini-shield{width:20px;height:20px;border-radius:7px;background:rgba(37,99,235,.18);display:grid;place-items:center;color:#5EA0FF;font-weight:800}

.metric-strip{
  display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  margin-bottom:130px
}
.metric-strip div{padding:26px 24px;border-right:1px solid var(--line)}
.metric-strip div:last-child{border-right:0}
.metric-strip strong{display:block;font-size:14px;margin-bottom:7px}.metric-strip span{font-size:12px;color:#748094}

.section-heading{max-width:720px;margin-bottom:48px}
.section-heading.centered{text-align:center;margin:0 auto 62px}
.section-heading h2{font-size:clamp(40px,5vw,64px);letter-spacing:-.055em;line-height:1.02;margin:16px 0 18px}
.section-heading p{color:#8F9BAD;font-size:16px;line-height:1.7;max-width:620px}
.centered p{margin-inline:auto}

.features{padding-bottom:140px}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.feature-card{
  min-height:320px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));
  position:relative;overflow:hidden
}
.feature-card:after{
  content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;bottom:-110px;
  background:rgba(37,99,235,.11);filter:blur(35px)
}
.feature-card.wide{grid-column:1/-1;min-height:280px;display:grid;grid-template-columns:56px 1fr 280px;gap:24px;align-items:center}
.feature-icon{
  width:48px;height:48px;border-radius:14px;border:1px solid rgba(88,149,255,.18);
  background:rgba(37,99,235,.08);display:grid;place-items:center;color:#4D9BFF;font-size:22px;margin-bottom:26px
}
.wide .feature-icon{margin:0}
.card-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#6685A8;font-weight:750}
.feature-card h3{font-size:25px;line-height:1.2;letter-spacing:-.035em;margin:12px 0 13px;max-width:500px}
.feature-card p{color:#7F8B9C;line-height:1.65;margin:0;max-width:550px}
.mini-ui{justify-self:end;width:220px;height:150px;border-radius:20px;border:1px solid var(--line);background:#090F18;position:relative;overflow:hidden}
.mini-window{position:absolute;inset:28px;border:1px solid #233044;border-radius:12px;background:#111827}
.blocked-mark{position:absolute;right:38px;top:38px;width:34px;height:34px;border-radius:50%;background:#1B64E9;display:grid;place-items:center;font-size:23px}
.accent-card{background:radial-gradient(circle at 90% 5%,rgba(0,212,255,.11),transparent 40%),linear-gradient(180deg,rgba(37,99,235,.08),rgba(255,255,255,.025))}
.shield-icon{font-weight:900;font-style:italic}

.interface-section{padding:135px 0;background:linear-gradient(180deg,transparent,rgba(10,15,25,.75),transparent)}
.interface-stage{height:640px;position:relative;max-width:1060px;margin:0 auto}
.dashboard-frame{
  position:absolute;left:4%;right:4%;top:20px;border:1px solid rgba(255,255,255,.1);border-radius:24px;
  padding:14px;background:#060A11;box-shadow:0 50px 120px rgba(0,0,0,.46);overflow:hidden
}
.dashboard-frame img{width:100%;border-radius:14px}
.popup-frame{
  position:absolute;right:0;bottom:0;width:330px;border:1px solid rgba(255,255,255,.13);border-radius:20px;
  overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.48);transform:rotate(1deg)
}
.popup-frame img{width:100%}
.interface-glow{position:absolute;width:500px;height:180px;border-radius:50%;background:rgba(0,125,255,.16);filter:blur(90px);left:29%;bottom:-20px;z-index:-1}
.interface-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:18px}
.interface-notes article{border-top:1px solid var(--line);padding-top:22px}
.interface-notes span{font-size:11px;color:#337EF5}.interface-notes h3{font-size:18px;margin:10px 0}.interface-notes p{color:#7D899A;font-size:14px;line-height:1.6}

.privacy{padding:120px 0}
.privacy-panel{
  border:1px solid var(--line);border-radius:34px;min-height:460px;padding:56px;display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;
  overflow:hidden;background:radial-gradient(circle at 80% 45%,rgba(37,99,235,.12),transparent 35%),rgba(255,255,255,.025)
}
.privacy-copy h2{font-size:48px;line-height:1.07;letter-spacing:-.05em;margin:17px 0 20px;max-width:650px}
.privacy-copy p{color:#8F9BAD;line-height:1.7;max-width:620px}
.privacy-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.privacy-points span{font-size:12px;padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:#C0CAD7}.privacy-points i{font-style:normal;color:var(--green);margin-right:5px}
.privacy-art{position:relative;display:grid;place-items:center;min-height:320px}.privacy-art img{width:180px;height:180px;border-radius:42px;position:relative;z-index:4;box-shadow:0 30px 80px rgba(0,0,0,.45)}
.ring{position:absolute;border:1px solid rgba(67,132,255,.16);border-radius:50%}.ring-1{width:240px;height:240px}.ring-2{width:320px;height:320px}.ring-3{width:410px;height:410px;opacity:.45}

.install{padding:85px 0 130px}
.install-card{text-align:center;border-top:1px solid var(--line);padding-top:110px}
.install-icon{width:92px;height:92px;object-fit:cover;border-radius:24px;margin:0 auto 28px;box-shadow:0 25px 65px rgba(37,99,235,.22)}
.install-card h2{font-size:clamp(46px,6vw,74px);line-height:1;letter-spacing:-.06em;margin:17px 0 20px}
.install-card p{color:#8B97A8;line-height:1.7;max-width:600px;margin:0 auto}
.centered-actions{justify-content:center}.install-card small{display:block;color:#596575;margin-top:20px}

.footer{min-height:130px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px;color:#697587;font-size:12px}
.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:34px;height:34px;border-radius:9px}.footer-brand strong{display:block;color:#DCE4EE;font-size:14px}.footer-brand span{display:block;margin-top:3px}.footer-meta{display:flex;gap:28px}

.toast{
  position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);background:#111927;border:1px solid rgba(255,255,255,.12);
  padding:13px 17px;border-radius:12px;font-size:12px;color:#C9D4E2;opacity:0;pointer-events:none;transition:.25s;z-index:100
}
.toast.show{opacity:1;transform:translate(-50%,0)}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}

@media (max-width:900px){
  .nav,.nav-cta{display:none}.menu-button{display:block;width:38px;height:38px;position:relative}
  .menu-button span{position:absolute;left:8px;right:8px;height:1px;background:white}.menu-button span:first-child{top:14px}.menu-button span:last-child{top:22px}
  .nav.open{display:flex;position:absolute;left:0;right:0;top:70px;padding:20px;background:#0B111B;border:1px solid var(--line);border-radius:16px;flex-direction:column;align-items:flex-start}
  .hero{grid-template-columns:1fr;padding-top:55px}.hero-visual{min-height:500px}.browser-shell{left:0}.floating-popup{right:4px;width:280px}
  .metric-strip{grid-template-columns:1fr 1fr}.metric-strip div:nth-child(2){border-right:0}.metric-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .feature-card.wide{grid-template-columns:50px 1fr}.mini-ui{display:none}
  .interface-stage{height:520px}.popup-frame{width:270px}
  .privacy-panel{grid-template-columns:1fr}.privacy-art{min-height:260px}
}
@media (max-width:620px){
  .section-shell,.site-header{width:min(100% - 28px,1180px)}
  .hero{min-height:auto;padding-bottom:60px}.hero h1{font-size:54px}.hero-lead{font-size:16px}
  .hero-visual{min-height:420px}.browser-shell{height:310px;top:24px}.browser-content{padding:28px}.browser-copy h3{font-size:36px}
  .floating-popup{width:225px;bottom:0}.chip-one{left:4px;bottom:40px}.chip-two{display:none}
  .metric-strip{margin-bottom:95px}.metric-strip div{padding:20px 14px}
  .feature-grid{grid-template-columns:1fr}.feature-card.wide{grid-column:auto;display:block;min-height:330px}.wide .feature-icon{margin-bottom:26px}
  .interface-section{padding:100px 0}.interface-stage{height:420px}.dashboard-frame{left:0;right:0}.popup-frame{width:210px}
  .interface-notes{grid-template-columns:1fr}
  .privacy{padding:90px 0}.privacy-panel{padding:30px}.privacy-copy h2{font-size:39px}.privacy-art img{width:140px;height:140px}
  .ring-1{width:190px;height:190px}.ring-2{width:250px;height:250px}.ring-3{width:320px;height:320px}
  .footer{flex-direction:column;align-items:flex-start;justify-content:center}.footer-meta{flex-direction:column;gap:6px}
}
