:root{
  --bg:#f5f5f7;
  --surface:rgba(255,255,255,.82);
  --surface-solid:#fff;
  --text:#111114;
  --muted:#4f5057;
  --line:rgba(0,0,0,.1);
  --brand:#005fcc;
  --brand-dark:#004a9f;
  --shadow:0 30px 80px rgba(0,0,0,.10);
  --radius:30px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,Segoe UI,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

.orb{
  position:fixed;
  z-index:-1;
  border-radius:999px;
  filter:blur(40px);
  opacity:.45;
  pointer-events:none;
}

.orb-one{
  width:520px;
  height:520px;
  background:#b8dcff;
  top:40px;
  right:-160px;
}

.orb-two{
  width:420px;
  height:420px;
  background:#ffe1c7;
  bottom:120px;
  left:-160px;
}

.nav{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 6vw;
  background:rgba(245,245,247,.88);
  backdrop-filter:saturate(180%) blur(22px);
  border-bottom:1px solid var(--line);
}

.brand{
  font-size:18px;
  font-weight:700;
  letter-spacing:-.02em;
  display:flex;
  align-items:center;
  gap:10px;
}

.brand span{
  width:18px;
  height:18px;
  border-radius:6px;
  background:linear-gradient(135deg,#111,#777);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);
}

nav{
  display:flex;
  gap:28px;
  align-items:center;
  font-size:14px;
  color:#303035;
}

.nav-cta{
  padding:9px 16px;
  border-radius:999px;
  background:#111;
  color:#fff;
}

.menu{
  display:none;
}

.hero{
  min-height:760px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:60px;
  align-items:center;
  padding:86px 6vw 70px;
}

.eyebrow{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.17em;
  color:#004a9f;
  font-weight:900;
}

.hero h1,
h2{
  font-size:clamp(48px,7vw,92px);
  line-height:.96;
  letter-spacing:-.07em;
  margin:12px 0 24px;
}

.section h2,
.cta h2{
  font-size:clamp(38px,4.4vw,66px);
}

.lead,
.intro,
.cta p{
  font-size:21px;
  line-height:1.55;
  color:var(--muted);
  letter-spacing:-.02em;
}

.small-lead{
  font-size:19px;
}

.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:32px 0;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:14px 23px;
  background:var(--brand);
  color:#fff;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(0,95,204,.24);
  transition:.25s ease;
}

.btn:hover{
  transform:translateY(-2px);
  background:var(--brand-dark);
}

.btn.secondary{
  background:#fff;
  color:#111;
  box-shadow:none;
  border:1px solid var(--line);
}

.full{
  width:100%;
}

.mini-proof{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.mini-proof span{
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
  border:1px solid var(--line);
  color:#4f5057;
  box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.mini-proof b{
  color:#111;
}

.hero-image-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.72);
  border-radius:34px;
  padding:14px;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
  overflow:hidden;
  backdrop-filter:blur(18px);
}

.hero-image-card img{
  width:100%;
  display:block;
  border-radius:24px;
}

.device-card{
  position:relative;
  min-height:520px;
  border-radius:42px;
  padding:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.7));
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow),inset 0 0 0 1px rgba(255,255,255,.7);
  backdrop-filter:blur(22px);
  overflow:hidden;
}

.device-top{
  display:flex;
  gap:8px;
}

.device-top i{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#d7d7dc;
}

.device-hero{
  height:190px;
  margin-top:24px;
  border-radius:28px;
  background:radial-gradient(circle at 25% 20%,#fff 0 8%,transparent 9%),linear-gradient(135deg,#111 0%,#34343a 45%,#777 100%);
}

.metric-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:16px 0;
}

.metric-grid div{
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--line);
}

.metric-grid small{
  display:block;
  color:#4f5057;
  font-weight:700;
}

.metric-grid b{
  font-size:30px;
  letter-spacing:-.05em;
}

.wave{
  height:170px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  display:flex;
  align-items:end;
  gap:10px;
  padding:24px;
}

.wave span{
  flex:1;
  border-radius:999px;
  background:linear-gradient(180deg,#005fcc,#8fc7ff);
}

.wave span:nth-child(1){
  height:34%;
}

.wave span:nth-child(2){
  height:52%;
}

.wave span:nth-child(3){
  height:42%;
}

.wave span:nth-child(4){
  height:78%;
}

.wave span:nth-child(5){
  height:64%;
}

.section{
  padding:92px 6vw;
}

.center{
  text-align:center;
}

.intro{
  max-width:780px;
  margin:0 auto 34px;
}

.cards{
  display:grid;
  gap:22px;
}

.three{
  grid-template-columns:repeat(3,1fr);
}

article,
details,
form,
.row-card{
  background:var(--surface);
  border:1px solid rgba(255,255,255,.82);
  border-radius:var(--radius);
  padding:30px;
  box-shadow:0 18px 60px rgba(0,0,0,.06);
  backdrop-filter:blur(20px);
  text-align:left;
}

article h3{
  font-size:25px;
  letter-spacing:-.04em;
  margin:16px 0 10px;
  color:#111114;
}

article p,
li,
details p,
footer p,
.row-card span{
  color:#4f5057;
  line-height:1.65;
}

label{
  color:#111114;
  line-height:1.65;
  font-weight:500;
}

.icon{
  width:54px;
  height:54px;
  border-radius:18px;
  background:#111;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
}

.glass-panel{
  margin:30px 6vw;
  padding:58px;
  border-radius:42px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.72));
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow);
}

.split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:38px;
  align-items:center;
}

.stack{
  display:grid;
  gap:14px;
}

.row-card{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:16px;
  align-items:center;
}

.row-card b{
  font-size:22px;
  letter-spacing:-.04em;
  color:#111114;
}

.timeline article b{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid var(--line);
}

.prices article{
  position:relative;
}

.prices h3{
  font-size:38px;
}

.prices small{
  font-size:16px;
  color:#4f5057;
  font-weight:700;
}

.featured{
  background:#111;
  color:#fff;
  transform:translateY(-10px);
}

.featured h3,
.featured article h3{
  color:#fff;
}

.featured p,
.featured li,
.featured small{
  color:#d7d7dc;
}

.featured span,
.featured .eyebrow{
  color:#9dccff;
}

.featured .btn{
  background:#fff;
  color:#111;
  box-shadow:none;
}

.featured em{
  position:absolute;
  top:18px;
  right:18px;
  font-style:normal;
  font-size:12px;
  background:#005fcc;
  color:#fff;
  border-radius:999px;
  padding:7px 10px;
  font-weight:800;
}

.faq{
  max-width:980px;
  margin:auto;
}

.faq h2{
  text-align:left;
}

.faq details{
  margin-bottom:14px;
}

.faq summary{
  font-size:20px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
  color:#111114;
}

.faq summary::-webkit-details-marker{
  display:none;
}

.cta{
  margin:40px 6vw 86px;
  padding:58px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  border-radius:44px;
  background:linear-gradient(135deg,#050505,#1f1f24);
  color:#fff;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  align-items:center;
}

.cta .eyebrow{
  color:#7db7ff;
}

.cta h2{
  color:#fff;
}

.cta p{
  color:#f1f1f5;
}

.cta form{
  background:#f5f5f7;
  border:1px solid rgba(255,255,255,.85);
  border-radius:36px;
  padding:40px;
  box-shadow:0 25px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(20px);
}

input,
textarea{
  width:100%;
  margin-bottom:18px;
  padding:18px 22px;
  border-radius:22px;
  border:1px solid #c9c9cf;
  background:#fff;
  color:#111114;
  font-size:17px;
  font-weight:500;
  outline:none;
  transition:all .25s ease;
  box-shadow:0 2px 10px rgba(0,0,0,.03);
}

input::placeholder,
textarea::placeholder{
  color:#5f6068;
}

input:focus,
textarea:focus{
  border-color:#005fcc;
  box-shadow:0 0 0 4px rgba(0,95,204,.14);
  background:#fff;
}

textarea{
  min-height:140px;
  resize:vertical;
}

input[type="checkbox"]{
  width:18px;
  height:18px;
  margin:0 10px 0 0;
  accent-color:#005fcc;
  box-shadow:none;
}

.cta label{
  display:flex;
  align-items:center;
  color:#111114;
  font-size:17px;
  font-weight:500;
  margin-bottom:22px;
}

.success{
  padding:12px;
  border-radius:16px;
  background:#e8f5ee;
  color:#0f5132;
}

.cookie{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:100;
  max-width:470px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(24px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:26px;
  padding:18px;
  box-shadow:var(--shadow);
}

.cookie p{
  margin:0 0 12px;
  color:#4f5057;
}

.cookie button{
  border:0;
  border-radius:999px;
  padding:10px 15px;
  background:#111;
  color:#fff;
  font-weight:700;
  margin-right:8px;
}

.cookie .ghost{
  background:#ececf0;
  color:#111;
}

footer{
  padding:44px 6vw;
  border-top:1px solid var(--line);
  color:#4f5057;
}

footer b{
  color:#111;
}

@media(max-width:900px){
  .hero,
  .split,
  .cta{
    grid-template-columns:1fr;
  }

  .three{
    grid-template-columns:1fr;
  }

  .hero{
    min-height:auto;
    padding-top:54px;
  }

  .hero h1{
    font-size:52px;
  }

  .hero-image-card{
    padding:8px;
    border-radius:24px;
  }

  .hero-image-card img{
    border-radius:18px;
  }

  .device-card{
    min-height:430px;
  }

  .nav nav{
    display:none;
    position:absolute;
    top:62px;
    left:12px;
    right:12px;
    padding:18px;
    background:rgba(255,255,255,.96);
    border:1px solid var(--line);
    border-radius:24px;
    box-shadow:var(--shadow);
    flex-direction:column;
  }

  .nav nav.show{
    display:flex;
  }

  .menu{
    display:block;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    padding:8px 13px;
  }

  .row-card{
    grid-template-columns:1fr;
  }

  .glass-panel{
    margin:20px 4vw;
    padding:34px;
  }

  .cta{
    padding:34px;
    gap:28px;
  }

  .cta form{
    padding:26px;
    border-radius:28px;
  }

  .cookie{
    left:12px;
    right:12px;
  }

  .metric-grid{
    grid-template-columns:1fr;
  }

  .wave{
    height:120px;
  }
}