@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#090b15;--panel:#111525;--panel2:#171c31;--text:#f4f6ff;--muted:#9ba4c4;--blue:#5c73ff;--violet:#a477ff;--line:rgba(255,255,255,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,#1b2044 0,#090b15 42%);color:var(--text);font-family:'DM Sans',sans-serif;overflow-x:hidden}.wrap{width:min(1120px,calc(100% - 36px));margin:auto}.ambient{position:fixed;filter:blur(80px);opacity:.18;pointer-events:none;border-radius:50%;z-index:-1}.ambient-one{width:340px;height:340px;background:#4b5eff;top:10%;left:-180px}.ambient-two{width:300px;height:300px;background:#a477ff;right:-170px;top:45%}.nav{display:flex;align-items:center;justify-content:space-between;padding:25px 0}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-family:'Space Grotesk';font-weight:700;letter-spacing:.08em}.brand img{width:38px;height:38px;object-fit:contain}.brand b{color:#8796ff}.nav-link{color:var(--muted);text-decoration:none;font-size:14px}.nav-link span{color:var(--text);margin-left:8px}.hero{position:relative;min-height:620px;padding:85px 0 75px}.eyebrow,.tag{font-size:11px;letter-spacing:.18em;font-weight:700;color:#aab5ff}.eyebrow{display:flex;align-items:center;gap:9px}.pulse{width:7px;height:7px;border-radius:50%;background:#5ff0d0;box-shadow:0 0 16px #5ff0d0}.hero h1,h2,h3{font-family:'Space Grotesk',sans-serif;line-height:1.02;margin:22px 0}.hero h1{font-size:clamp(48px,8vw,94px);letter-spacing:-.07em;max-width:680px}.hero h1 span,h2 span,h3 span{background:linear-gradient(100deg,#91a0ff,#c39aff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy{max-width:480px;color:var(--muted);font-size:17px;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:15px 19px;border-radius:14px;text-decoration:none;font-weight:700;font-size:13px;transition:transform .25s,box-shadow .25s}.btn:hover{transform:translateY(-3px)}.primary{background:linear-gradient(120deg,#596fff,#8061ff);color:#fff;box-shadow:0 12px 30px #596fff30}.ghost{border:1px solid var(--line);color:var(--text);background:#ffffff05}.hero-orbit{position:absolute;width:400px;height:400px;right:2%;top:95px;display:grid;place-items:center}.orbit-ring{position:absolute;border:1px solid #7785ff35;border-radius:50%;animation:spin 25s linear infinite}.ring-one{width:290px;height:290px}.ring-two{width:390px;height:390px;border-style:dashed;animation-direction:reverse;animation-duration:40s}.orbit-core{width:120px;height:120px;border-radius:35px;background:linear-gradient(145deg,#5e73ff,#a477ff);display:grid;place-items:center;font-family:'Space Grotesk';font-size:80px;font-weight:700;box-shadow:0 0 90px #6575ff65;transform:rotate(-8deg)}.orbit-dot{position:absolute;width:10px;height:10px;background:#a477ff;border-radius:50%;box-shadow:0 0 20px #a477ff}.dot-one{top:70px;right:65px}.dot-two{bottom:55px;left:55px;background:#59e8d1}.dot-three{top:48%;right:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}.stats div{background:#0e1220;padding:25px}.stats strong{display:block;font:700 34px 'Space Grotesk';margin-bottom:6px}.stats span{font-size:12px;color:var(--muted)}.section{padding:120px 0 50px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:35px}.section-head h2,.about h2{font-size:clamp(38px,5vw,65px);letter-spacing:-.06em}.section-head p,.about p{max-width:320px;color:var(--muted);line-height:1.7;font-size:14px}.product-card{display:block;max-width:900px;margin-left:auto;margin-right:auto;gap:35px;padding:35px;border:1px solid var(--line);border-radius:30px;margin:22px 0;overflow:hidden;position:relative}.arrow-card{background:linear-gradient(130deg,#11172c,#151c3a)}.pocket-card{background:linear-gradient(130deg,#151327,#20183a)}.product-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:680px}.product-copy h3{font-size:clamp(40px,5vw,64px);letter-spacing:-.065em;margin:20px 0}.product-copy p{color:var(--muted);line-height:1.7;font-size:14px;max-width:360px}.mini-pills{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0 25px}.mini-pills span{font-size:10px;color:#c1c8e5;border:1px solid var(--line);padding:8px 10px;border-radius:100px}.media-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:12px;align-items:stretch}.media-grid img{width:100%;height:100%;object-fit:cover;border-radius:17px;border:1px solid #ffffff14;background:#080a12}.main-shot{min-height:350px}.stack{display:grid;gap:12px}.stack img{min-height:0}.product-title{display:flex;align-items:center;gap:18px}.arrow-title img{width:96px;height:96px;border-radius:22px;object-fit:cover;flex-shrink:0}.product-title img{width:70px;height:70px;border-radius:20px}.product-title h3{margin:0;font-size:53px}.small{margin:7px 0 0!important;font-size:12px!important}.about{display:flex;justify-content:space-between;gap:30px;align-items:end;padding:120px 0}.about h2{margin-bottom:0}.footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;color:var(--muted);font-size:12px}.footer .brand{color:var(--text);font-size:12px}.footer .brand img{width:28px;height:28px}.footer a{color:var(--text);text-decoration:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:850px){.hero{padding:60px 0 40px;min-height:auto}.hero-orbit{position:relative;right:auto;top:auto;width:290px;height:290px;margin:50px auto 0}.ring-one{width:220px;height:220px}.ring-two{width:280px;height:280px}.orbit-core{width:90px;height:90px;font-size:60px}.section{padding-top:80px}.section-head{display:block}.section-head p{margin-top:0}.product-card{padding:24px}.product-copy{order:1}.about{display:block;padding:80px 0}.about p{margin-top:25px}.footer{flex-wrap:wrap}}@media(max-width:520px){.wrap{width:min(100% - 26px,1120px)}.nav{padding:18px 0}.nav-link{font-size:12px}.hero h1{font-size:50px}.hero-copy{font-size:15px}.stats div{padding:17px 12px}.stats strong{font-size:27px}.stats span{font-size:10px}.product-card{border-radius:22px}.media-grid{grid-template-columns:1fr 1fr;gap:8px}.main-shot{min-height:260px}.stack{gap:8px}.product-title h3{font-size:45px}.product-title img{width:62px;height:62px}.arrow-title img{width:76px;height:76px}.footer{justify-content:center;text-align:center}.footer .brand{width:100%;justify-content:center}}

/* Mobile polish: consistent alignment and compact product branding */
@media(max-width:520px){
  .product-card{width:100%;padding:24px 20px;margin:18px 0}
  .product-copy{width:100%;max-width:none}
  .product-title{width:100%;align-items:flex-start;gap:13px}
  .product-title>div{flex:1;min-width:0}
  .product-title h3{font-size:40px;line-height:.98;letter-spacing:-.075em}
  .product-title h3 span{display:inline;margin-left:-.06em}
  .product-title .small{max-width:none;width:100%;font-size:12px!important;line-height:1.5}
  .arrow-title img{width:70px;height:70px;border-radius:17px}
  .arrow-title h3{font-size:40px}
  .pocket-card .product-title img{width:64px;height:64px;border-radius:17px}
  .pocket-card .product-title h3{font-size:40px;white-space:nowrap;letter-spacing:-.085em}
  .product-copy>p{max-width:none;width:100%;font-size:14px;line-height:1.7}
  .mini-pills{margin-top:8px;margin-bottom:24px}
  .product-copy .btn{max-width:100%;white-space:nowrap}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* Final mobile typography and spacing polish */
@media (max-width:520px){
  .arrow-title{align-items:center;gap:12px}
  .arrow-title h3{font-size:39px;line-height:1.02}
  .pocket-card .product-title{align-items:center;gap:12px}
  .pocket-card .product-title h3{font-size:39px;letter-spacing:-.075em;white-space:normal}
  .pocket-card .product-title h3 span{margin-left:.10em}
  .product-title .small{line-height:1.45}
  .product-copy .btn{padding:15px 18px}
}


/* Final mobile spacing and feature-icon polish */
.mini-pills span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.feature-icon{
  width:14px;
  height:14px;
  flex:0 0 14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:520px){
  .arrow-title{
    margin-top:16px;
    gap:16px;
  }
  .arrow-title img{
    flex:0 0 70px;
  }
  .arrow-title h3{
    font-size:39px;
  }
  .arrow-title .small{
    margin-top:10px!important;
  }
  .arrow-card .tag,
  .pocket-card .tag{
    margin-bottom:4px;
  }
  .mini-pills{
    gap:8px;
  }
  .mini-pills span{
    gap:7px;
    padding:8px 10px;
  }
  .feature-icon{
    width:13px;
    height:13px;
    flex-basis:13px;
  }
}

/* Icon consistency fix: matching outlined lavender icons */
.mini-pills span{min-height:42px;}
.mini-pills .feature-icon,
.mini-pills svg.feature-icon{
  display:block;
  width:20px !important;
  height:20px !important;
  min-width:20px;
  min-height:20px;
  flex:0 0 20px;
  fill:none !important;
  stroke:#9b8cff !important;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  color:#9b8cff;
}
@media(max-width:520px){
  .mini-pills span{min-height:42px;}
  .mini-pills .feature-icon,
  .mini-pills svg.feature-icon{
    width:20px !important;
    height:20px !important;
    min-width:20px;
    min-height:20px;
    flex-basis:20px;
  }
}
