@font-face{font-family:Inter;src:local('Inter');font-weight:400 800}

:root{
  --bg:#0c1526;
  --bg2:#101d33;
  --panel:#152742;
  --panel2:#13233c;
  --line:#2b4569;
  --ink:#f3f6fb;
  --muted:#a7b8d1;
  --blue:#4a78f8;
  --blue-dark:#3660e0;
  --blue-soft:#8fb0ff;
  --blue-circle:#1c2f54;
  --green:#8ee8a8;
  --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 Inter,-apple-system,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
p{margin:0 0 16px}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 48px));margin:auto}

/* type */
h1,h2,h3{font-weight:800;line-height:1.12;margin:0 0 18px;color:#fff;letter-spacing:-.01em}
h1{font-size:clamp(38px,4.6vw,58px)}
h2{font-size:clamp(28px,3.2vw,40px)}
h3{font-size:20px;margin-bottom:8px}
em{font-style:normal;background:linear-gradient(90deg,var(--blue-soft),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:540px}
.intro{font-size:17px;color:var(--muted);max-width:680px;margin:0 auto 44px}
.center{text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;font-weight:700;letter-spacing:2px;color:var(--blue-soft);margin-bottom:14px}
.eyebrow:before{content:'';width:22px;height:2px;background:var(--blue-soft)}
.center .eyebrow{justify-content:center}
.center .eyebrow:before{display:none}

/* icons */
.ic{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.icon-circle{display:grid;place-items:center;border-radius:50%;flex:none}

/* header */
.header{position:sticky;top:0;background:#090f18ee;backdrop-filter:blur(10px);z-index:30;border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:19px;white-space:nowrap;color:#fff}
.brand img{width:28px;height:28px}
nav{display:flex;align-items:center;gap:26px;margin:auto;font-size:14.5px;font-weight:600;color:#cfdaeb}
.nav-compare{position:relative}
.nav-compare summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:5px;color:#cfdaeb;font-weight:600;font-size:14.5px}
.nav-compare summary::-webkit-details-marker{display:none}
.nav-compare summary:after{content:'▾';font-size:11px;position:relative;top:1px}
.nav-compare summary:hover{color:#fff}
.nav-compare[open] summary{color:#fff}
.nav-compare-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:8px;min-width:200px;box-shadow:0 20px 40px -16px #000000a0;z-index:40}
.nav-compare-menu a{display:block;padding:9px 12px;border-radius:8px;color:#c4d1e5;font-size:14px;white-space:nowrap;font-weight:500}
.nav-compare-menu a:hover{background:#1c2f54;color:#fff}
nav a:hover{color:#fff}
.signin{font-size:14.5px;font-weight:700;color:#cfdaeb;white-space:nowrap}
.signin:hover{color:#fff}
.btn{display:inline-flex;align-items:center;gap:9px;border-radius:10px;background:var(--blue);padding:12px 20px;color:#fff;font-weight:700;font-size:14.5px;white-space:nowrap;border:1px solid transparent;transition:background .15s}
.btn .ic{width:16px;height:16px}
.btn:hover{background:var(--blue-dark)}
.btn-lg{padding:15px 26px;font-size:16px}
.outline{background:transparent;border:1.5px solid var(--line);color:#fff}
.outline:hover{background:#ffffff0d;border-color:#33517d}
.menu{display:none}

/* hero */
.hero{position:relative;overflow:hidden;padding:78px 0 0}
.hero:before{content:'';position:absolute;left:-10%;top:-20%;width:55%;height:70%;border-radius:50%;background:radial-gradient(circle,#1c3564 0%,transparent 70%);opacity:.7}
.hero:after{content:'';position:absolute;right:-15%;bottom:-30%;width:60%;height:80%;border-radius:50%;background:radial-gradient(circle,#153a34 0%,transparent 70%);opacity:.6}
.hero .wrap{position:relative}
.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:52px;align-items:center;padding-bottom:60px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.fineprint{display:flex;align-items:center;gap:8px;margin-top:20px;color:#7c8fac;font-size:13.5px}
.fineprint .ic{width:15px;height:15px;color:var(--green)}
.hero-art{width:100%;height:auto}

.chip-row{position:relative;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.chip{display:flex;align-items:flex-start;gap:14px;padding:26px 20px;border-right:1px solid var(--line)}
.chip:last-child{border-right:0}
.chip .icon-circle{width:44px;height:44px;background:var(--blue-circle);color:var(--blue-soft)}
.chip strong{display:block;color:#fff;font-size:15px;margin-bottom:3px}
.chip span{display:block;color:var(--muted);font-size:13.5px;line-height:1.45}

/* sections */
.section{padding:88px 0}
.panel-bg{background:linear-gradient(180deg,var(--bg2),var(--bg))}

/* features */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.feature-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:32px 26px;display:flex;flex-direction:column;transition:border-color .15s,transform .15s}
.feature-card:hover{border-color:var(--blue);transform:translateY(-3px)}
.feature-card .art{border-radius:14px;overflow:hidden;background:var(--panel2);margin-bottom:22px;display:grid;place-items:center;min-height:170px}
.feature-card .art svg{width:78%;height:auto}
.feature-card p{color:var(--muted);font-size:14.5px;margin:0}
.icon-circle.lg{width:52px;height:52px;background:var(--blue-circle);color:var(--blue-soft);margin-bottom:18px}
.icon-circle.lg .ic{width:24px;height:24px}

.why-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--panel)}
.why-chip{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:26px 22px;border-right:1px solid var(--line)}
.why-chip:last-child{border-right:0}
.why-chip .icon-circle{width:44px;height:44px;background:var(--blue-circle);color:var(--blue-soft)}
.why-chip strong{color:#fff;font-size:15.5px}
.why-chip span{color:var(--muted);font-size:13.5px;line-height:1.45}

.more-features{margin-top:8px}
.more-features summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;color:var(--blue-soft);font-weight:700;font-size:14.5px;padding:16px;border:1px dashed var(--line);border-radius:14px}
.more-features summary::-webkit-details-marker{display:none}
.more-features summary .ic{width:16px;height:16px;transition:transform .2s}
.more-features[open] summary .ic{transform:rotate(90deg)}
.more-features summary:hover{color:#fff;border-color:#33517d}

/* security flow */
.feature-grid-3{grid-template-columns:repeat(3,1fr)}
.flow-panel{margin-top:48px;background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:40px}
.center-title{text-align:center;font-size:22px;margin-bottom:8px}
.center-sub{text-align:center;color:var(--muted);font-size:14.5px;max-width:520px;margin:0 auto 34px}
.flow-row{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}
.flow-node{display:flex;flex-direction:column;align-items:center;gap:12px;width:150px;text-align:center}
.flow-node strong{color:#fff;font-size:14.5px}
.flow-node .icon-circle{margin:0}
.flow-line{display:flex;align-items:center;gap:10px;flex:1;min-width:120px;justify-content:center}
.flow-line span{flex:1;height:1px;background:repeating-linear-gradient(90deg,var(--line) 0 8px,transparent 8px 16px);min-width:24px}
.flow-mid{display:flex;align-items:center;gap:8px;background:var(--panel2);border:1px solid var(--blue);color:var(--blue-soft);font-weight:700;font-size:13px;padding:10px 16px;border-radius:20px;white-space:nowrap}
.flow-mid .ic{width:16px;height:16px}
.flow-caption{text-align:center;color:var(--muted);font-size:13.5px;margin:28px 0 0}

/* deployment setup */
.setup-intro{text-align:center;max-width:560px;margin:66px auto 40px}
.setup-intro .eyebrow{justify-content:center}
.setup-intro .eyebrow:before{display:none}
.setup-intro h3{font-size:26px}
.setup-intro .lead{max-width:none;margin:0 auto}
.setup-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.setup-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:32px}
.setup-card p{color:var(--muted);font-size:14.5px;margin:0 0 20px}
.setup-card .price-list{margin:0}

/* comparison table */
.compare-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px}
.compare-table{width:100%;border-collapse:collapse;min-width:640px;font-size:15px}
.compare-table th,.compare-table td{text-align:left;padding:16px 20px;border-bottom:1px solid var(--line)}
.compare-table thead th{background:var(--panel2);color:#fff;font-size:13px;letter-spacing:1px;text-transform:uppercase;font-weight:800}
.compare-table thead th:first-child{color:var(--muted)}
.compare-table tbody tr:last-child td{border-bottom:0}
.compare-table tbody td:first-child{color:var(--muted);font-weight:600;white-space:nowrap}
.compare-table tbody td:nth-child(2){color:#8ee8a8;font-weight:700;background:#1c2f5440;border-left:2px solid var(--blue)}
.compare-table thead th:nth-child(2){background:#1c2f5480;border-left:2px solid var(--blue)}
.compare-table tbody td:nth-child(3){color:var(--muted)}
.compare-note{color:#6f84a4;font-size:13px;margin-top:16px}

/* product showcase */
.showcase-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:center}
.benefit-list{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:20px}
.benefit-list li{display:flex;align-items:flex-start;gap:14px}
.benefit-list .icon-circle{width:44px;height:44px;background:var(--blue-circle);color:var(--blue-soft)}
.benefit-list strong{display:block;color:#fff;font-size:15.5px;margin-bottom:2px}
.benefit-list span{display:block;color:var(--muted);font-size:14px;line-height:1.5}
.showcase-frame{border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 60px -28px #000000a0}
.showcase-frame img{width:100%;display:block}

/* tabbed product tour */
.tour{position:relative}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tour-tabs{display:flex;gap:10px;justify-content:center;margin-bottom:38px;flex-wrap:wrap}
.tour-tabs label{cursor:pointer;padding:13px 22px;border-radius:10px;border:1px solid var(--line);color:var(--muted);font-weight:700;font-size:14.5px;transition:all .15s;background:var(--panel)}
.tour-tabs label:hover{color:#fff;border-color:#3a5a8a}
.tour-panel{display:none;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:center}
.tour-panel p{color:var(--muted);margin:0}
.tour-shot{border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 60px -28px #000000a0;background:var(--panel2)}
.tour-shot img{width:100%;display:block}
#tour-dash:checked ~ .tour-tabs label[for="tour-dash"],
#tour-support:checked ~ .tour-tabs label[for="tour-support"],
#tour-remote:checked ~ .tour-tabs label[for="tour-remote"]{background:var(--blue);color:#fff;border-color:transparent}
#tour-dash:checked ~ .tour-panels #panel-dash,
#tour-support:checked ~ .tour-panels #panel-support,
#tour-remote:checked ~ .tour-panels #panel-remote{display:grid}

/* reach section */
.reach-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.reach-list{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}
.reach-list li{display:flex;align-items:center;gap:12px;font-size:15.5px;color:#d7e1ef;font-weight:500}
.reach-list .ic{color:var(--green);width:19px;height:19px}
.reach-art{width:100%;height:auto}

/* security callout */
.link-lg{display:inline-flex;align-items:center;gap:9px;color:var(--blue-soft);font-weight:700;font-size:15px;white-space:nowrap}
.link-lg .ic{width:17px;height:17px}
.link-lg:hover{color:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}
.steps:before{content:'';position:absolute;top:29px;left:55px;right:calc(33.333% - 55px);height:1px;background:repeating-linear-gradient(90deg,var(--line) 0 8px,transparent 8px 16px);z-index:0}
.step{position:relative}
.step-head{position:relative;z-index:1;display:flex;align-items:center;gap:16px;margin-bottom:20px}
.step-head .idx{font-weight:800;font-size:20px;color:var(--blue-soft)}
.step-head .icon-circle{width:58px;height:58px;background:var(--blue-circle);color:var(--blue-soft)}
.step h3{font-size:19px}
.step p{color:var(--muted);font-size:14.5px;max-width:290px;margin:0}

/* pricing */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.price-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:30px 26px;display:flex;flex-direction:column}
.price-card.featured{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue),0 24px 50px -24px #3e6bf566;position:relative}
.price-badge{position:absolute;top:-13px;left:26px;background:var(--blue);color:#fff;font-size:11.5px;font-weight:800;letter-spacing:1px;padding:5px 12px;border-radius:20px}
.price-card h3{font-size:17px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.price-amt{font-size:38px;font-weight:800;color:#fff;margin-bottom:4px}
.price-amt span{font-size:14px;font-weight:600;color:var(--muted)}
.price-card .lead{max-width:none;font-size:14px;color:var(--muted);margin-bottom:22px}
.price-list{list-style:none;margin:0 0 26px;padding:0;display:flex;flex-direction:column;gap:11px}
.price-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#d7e1ef}
.price-list .ic{width:17px;height:17px;color:var(--green);margin-top:2px}
.price-card .btn,.price-card .outline{margin-top:auto;justify-content:center}

/* final cta */
.cta-strip{position:relative;overflow:hidden;border-radius:24px;padding:64px 40px;text-align:center;background:linear-gradient(135deg,#132342,#0e2f2a);border:1px solid var(--line)}
.cta-strip:before{content:'';position:absolute;left:-10%;top:-40%;width:50%;height:120%;border-radius:50%;background:radial-gradient(circle,#2b4c8f55 0%,transparent 70%)}
.cta-strip .wrap-inner{position:relative;max-width:560px;margin:auto}
.cta-strip .lead{max-width:none;margin:0 auto 30px}
.cta-strip .actions{justify-content:center;margin-top:0}

/* footer */
.footer{border-top:1px solid var(--line);padding:56px 0 30px;background:var(--bg2)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}
.footer .brand{margin-bottom:14px}
.footer-col p{color:#8ea0bc;font-size:13.5px}
.footer h4{font-size:12px;letter-spacing:2px;color:#6f84a4;margin:0 0 16px}
.footer-col a{display:block;color:#c4d1e5;font-size:14px;margin-bottom:11px}
.footer-col a:hover{color:#fff}
.bottom{border-top:1px solid var(--line);margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;color:#6f84a4;font-size:13px}
.bottom a{margin-left:16px;color:#6f84a4}
.bottom a:first-child{margin-left:0}
.bottom a:hover{color:#fff}

@media(max-width:1080px){
  .nav{gap:16px}
  .hero-grid{grid-template-columns:1fr}
  .hero-art{max-width:520px;margin:auto}
  .feature-grid,.price-grid,.feature-grid-3,.setup-grid{grid-template-columns:1fr 1fr}
  .why-row{grid-template-columns:1fr 1fr}
  .why-chip:nth-child(2){border-right:0}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .wrap{width:min(100% - 32px,1180px)}
  .nav{min-height:66px;flex-wrap:wrap}
  .menu{display:block;margin-left:auto;background:transparent;border:0;color:#fff;font-size:24px}
  nav{display:none;flex-basis:100%;order:5;flex-direction:column;padding:14px 0;gap:14px}
  nav.open{display:flex}
  .nav-compare-menu{position:static;transform:none;margin-top:10px;box-shadow:none;border:0;background:transparent;padding:0 0 0 14px}
  .nav-compare summary{justify-content:center}
  .signin{display:none}
  .section{padding:56px 0}
  .hero{padding-top:44px}
  .chip-row{grid-template-columns:1fr}
  .chip{border-right:0;border-bottom:1px solid var(--line)}
  .chip:last-child{border-bottom:0}
  .why-row{grid-template-columns:1fr}
  .why-chip{border-right:0;border-bottom:1px solid var(--line)}
  .why-chip:last-child{border-bottom:0}
  .feature-grid,.price-grid,.feature-grid-3,.setup-grid{grid-template-columns:1fr}
  .flow-row{flex-direction:column;gap:20px}
  .flow-line{flex-direction:column;min-width:0;width:100%}
  .flow-line span{width:1px;height:24px;flex:none;background:repeating-linear-gradient(180deg,var(--line) 0 8px,transparent 8px 16px)}
  .steps{grid-template-columns:1fr;gap:34px}
  .steps:before{display:none}
  .reach-grid{grid-template-columns:1fr;gap:30px}
  .reach-art{max-width:440px;margin:auto}
  .showcase-grid{grid-template-columns:1fr;gap:30px}
  .tour-panel{grid-template-columns:1fr;gap:24px}
  .tour-panel div:first-child{order:1}
  .tour-shot{order:2}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta-strip{padding:44px 24px}
}
@media(max-width:460px){
  .footer-grid{grid-template-columns:1fr}
}
