*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
  --bg:#040b14;
  --bg2:#07111d;
  --blue:#1e7dff;
  --blue2:#14a7ff;
  --text:#f4f8fc;
  --muted:#d2deea;
  --line:rgba(92,139,188,.24);
}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:linear-gradient(180deg,#02060d 0%,#050c15 34%,#07101b 100%);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.site-bg{position:fixed;inset:0;z-index:-2;overflow:hidden}
.blueprint{
  position:absolute;inset:0;
  background:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(44,117,231,.08) 42px 44px, transparent 44px 86px);
  background-size:32px 32px,32px 32px,100% 100%;
  opacity:.34;
}
.blueprint:before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 18% 20%, rgba(11,118,255,.18), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(11,118,255,.14), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(11,118,255,.09), transparent 28%);
}
.glow{position:absolute;border-radius:999px;filter:blur(70px);opacity:.18}
.glow-a{width:420px;height:420px;left:-120px;top:140px;background:#1871ff}
.glow-b{width:520px;height:520px;right:-160px;top:100px;background:#0d8fff}

.topbar{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  gap:20px;padding:14px 48px;
  background:rgba(2,7,15,.94);
  border-bottom:1px solid rgba(30,117,255,.68);
  box-shadow:0 1px 0 rgba(53,125,255,.35),0 0 42px rgba(4,68,180,.14) inset;
  backdrop-filter:blur(16px)
}
.brand{display:flex;align-items:center;gap:12px;min-width:210px}
.brand img{width:48px;height:48px;object-fit:contain}
.brand-text{display:flex;flex-direction:column;line-height:1.02}
.brand-text strong{font-size:31px;font-weight:900;letter-spacing:.01em}
.brand-text span{font-size:14px;color:#1f9cff;font-weight:700}
.menu{display:flex;align-items:center;justify-content:center;gap:18px;flex:1;flex-wrap:wrap}
.menu a{font-size:12px;font-weight:700;letter-spacing:.08em;color:#eef3fb;opacity:.95}
.menu a:hover{color:#2491ff}
.buy-button,.cta-primary{
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#2287ff,#1459ff);
  color:#fff;font-weight:800;letter-spacing:.04em;
  border:1px solid rgba(106,182,255,.45);
  box-shadow:0 0 0 1px rgba(0,58,138,.25) inset,0 10px 30px rgba(8,86,255,.22);
  border-radius:10px
}
.buy-button{padding:16px 30px;font-size:14px;white-space:nowrap}
.buy-button.large{width:100%}

.hero{
  padding:14px 58px 12px;
  border-top:1px solid rgba(54,138,255,.18);
  position:relative;overflow:hidden
}
.hero:after{
  content:"";
  position:absolute;top:0;right:0;bottom:0;width:30%;
  background:
    linear-gradient(180deg,rgba(15,39,74,.18),rgba(15,39,74,.08)),
    linear-gradient(90deg, transparent, rgba(39,132,255,.08)),
    repeating-linear-gradient(115deg,transparent 0 34px,rgba(43,116,218,.09) 34px 36px,transparent 36px 72px),
    repeating-linear-gradient(25deg,transparent 0 36px,rgba(43,116,218,.05) 36px 38px,transparent 38px 74px);
  opacity:.9;pointer-events:none
}
.hero-grid{
  display:grid;grid-template-columns:1.02fr 1.18fr;gap:40px;align-items:center;position:relative;z-index:1
}
.hero-copy{padding:18px 0 6px}
.hero-copy h1{font-size:92px;line-height:.88;margin:0 0 16px;font-weight:900;letter-spacing:-.05em}
.hero-copy h1 span{color:#1e75ff}
.hero-copy h2{margin:0 0 14px;font-size:31px;line-height:1.12;font-weight:800}
.tagline{color:#1674ff;font-size:25px;font-weight:800;margin:0 0 10px}
.lead{color:#eef2f6;font-size:18px;line-height:1.45;max-width:640px;margin:0 0 18px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin:18px 0}
.cta-primary,.cta-secondary{min-height:58px;padding:0 26px;border-radius:10px;font-size:14px}
.cta-primary{max-width:360px}
.cta-secondary{
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(11,17,27,.7);
  border:1px solid rgba(163,180,202,.38);
  color:#fff;font-weight:800;letter-spacing:.04em
}
.hero-meta{display:flex;gap:26px;flex-wrap:wrap;margin-top:16px;color:#f0f5fc;font-size:15px}
.hero-meta span{display:inline-flex;align-items:center;gap:8px}
.hero-visual{position:relative;display:flex;justify-content:flex-end}
.terrain-orb{
  position:absolute;inset:auto auto -8% 12%;
  width:76%;height:74%;
  background:radial-gradient(circle at 50% 48%, rgba(24,124,255,.28), transparent 58%);
  filter:blur(46px);pointer-events:none
}
.hero-window{
  width:100%;
  background:linear-gradient(180deg,rgba(11,20,35,.94),rgba(4,9,16,.97));
  border:1px solid rgba(46,134,255,.55);
  border-radius:16px;
  box-shadow:0 0 0 2px rgba(12,66,158,.15) inset,0 30px 70px rgba(0,0,0,.45),0 0 55px rgba(0,89,255,.20);
  overflow:hidden;padding:8px;position:relative
}
.mesh-overlay{
  position:absolute;inset:16% 8% 14% 18%;
  background:
    linear-gradient(140deg, transparent 0 8%, rgba(66,163,255,.15) 8% 9%, transparent 9% 17%, rgba(66,163,255,.14) 17% 18%, transparent 18% 100%),
    linear-gradient(40deg, transparent 0 18%, rgba(66,163,255,.12) 18% 19%, transparent 19% 33%, rgba(66,163,255,.12) 33% 34%, transparent 34% 100%),
    radial-gradient(circle at 30% 32%, rgba(77,180,255,.85) 0 2px, transparent 3px),
    radial-gradient(circle at 55% 28%, rgba(77,180,255,.85) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 44%, rgba(77,180,255,.85) 0 2px, transparent 3px),
    radial-gradient(circle at 61% 64%, rgba(77,180,255,.85) 0 2px, transparent 3px);
  opacity:.65;
  mix-blend-mode:screen;
  pointer-events:none;
  animation:meshFloat 7s ease-in-out infinite alternate;
}
@keyframes meshFloat{
  from{transform:translateY(0) scale(1)}
  to{transform:translateY(-8px) scale(1.01)}
}
.hero-window img{
  width:100%;aspect-ratio:1.9/1;object-fit:cover;border-radius:12px;
  filter:saturate(1.08) contrast(1.04)
}

.capability-strip{
  margin:10px 58px 0;
  display:grid;grid-template-columns:repeat(6,1fr);
  border:1px solid rgba(90,133,177,.22);
  border-radius:12px;overflow:hidden;
  background:linear-gradient(180deg,rgba(10,17,28,.90),rgba(8,13,21,.96));
  box-shadow:0 0 0 1px rgba(13,41,82,.25) inset
}
.capability-strip article{padding:18px 18px 16px;border-right:1px solid rgba(90,133,177,.18);min-height:88px}
.capability-strip article:last-child{border-right:none}
.capability-strip h3{margin:0 0 6px;font-size:14px;color:#f9fbff;font-weight:800;line-height:1.2}
.capability-strip p{margin:0;color:#d3dfeb;font-size:13px;line-height:1.35}

.section-heading{padding:8px 58px 2px;text-align:center}
.section-heading h2{margin:0;font-size:29px;line-height:1.1;font-weight:900}
.section-heading p{margin:6px 0 0;color:#b8c9d8;font-size:15px}
.screens-grid{padding:10px 48px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.shot-card{
  background:linear-gradient(180deg,rgba(7,12,21,.95),rgba(6,10,18,.98));
  border:1px solid rgba(77,122,171,.25);
  border-radius:10px;padding:10px;
  box-shadow:0 10px 26px rgba(0,0,0,.18)
}
.shot-card h3{margin:0 0 8px;text-align:center;font-size:14px;font-weight:700;color:#fff}
.shot-button{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer}
.shot-button img{width:100%;aspect-ratio:1.62/1;object-fit:cover;border:1px solid rgba(75,116,161,.2);border-radius:8px;transition:transform .22s ease}
.shot-button:hover img{transform:translateY(-2px)}

.bottom-highlights{padding:10px 58px 28px;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:stretch}
.bottom-highlights article{padding:10px 0}
.bottom-highlights h3{margin:0 0 6px;font-size:15px;color:#fff}
.bottom-highlights p{margin:0;color:#cad9e7;font-size:13px;line-height:1.4}
.domain-card{
  background:linear-gradient(180deg,rgba(8,16,28,.95),rgba(8,14,22,.95));
  border:1px solid rgba(47,138,255,.45);
  border-radius:10px;padding:14px 18px !important;
  box-shadow:0 0 30px rgba(11,88,255,.12)
}
.domain-card h3{font-size:18px}

.content-section{
  margin:0 58px 26px;
  padding:28px;
  background:linear-gradient(180deg,rgba(8,14,24,.82),rgba(6,10,18,.92));
  border:1px solid rgba(78,118,161,.22);
  border-radius:14px
}
.content-section h2{margin:0 0 16px;font-size:30px}
.info-grid.three{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.info-grid article{
  background:rgba(7,13,23,.75);
  border:1px solid rgba(79,119,163,.18);
  border-radius:10px;
  padding:20px
}
.info-grid small{display:block;color:#46a8ff;font-weight:800;letter-spacing:.08em}
.info-grid strong{display:block;font-size:28px;margin:6px 0 6px}
.info-grid p{margin:0;color:#c7d7e6}
.notice{
  margin:16px 0 0;padding:14px 16px;
  background:rgba(10,18,28,.7);
  border-left:3px solid #1d84ff;border-radius:8px;
  color:#d2deea
}

.pricing{display:grid;grid-template-columns:1.1fr .8fr;gap:24px;align-items:center}
.pricing-copy p{color:#d7e2eb;font-size:17px;max-width:720px}
.mail-note{
  margin-top:16px;padding:16px 18px;border-radius:12px;
  background:linear-gradient(180deg,rgba(7,15,26,.92),rgba(6,12,20,.98));
  border:1px solid rgba(47,138,255,.28)
}
.mail-note h3{margin:0 0 8px}
.pricing-card{
  background:linear-gradient(180deg,rgba(7,12,21,.98),rgba(5,9,16,.98));
  border:1px solid rgba(47,138,255,.4);
  border-radius:14px;padding:24px;
  box-shadow:0 0 36px rgba(11,88,255,.14)
}
.pricing-card img{width:74px;height:74px;object-fit:contain;margin:0 auto 10px}
.pricing-card small{display:block;text-align:center;color:#53b3ff;font-weight:800;letter-spacing:.08em}
.price{text-align:center;font-size:56px;font-weight:900;margin:8px 0 4px}
.pricing-card p{text-align:center;color:#cfdeea}
.pricing-card ul{margin:18px 0;padding-left:18px;color:#edf5fb}
.pricing-card li{margin:8px 0}

.faq details{padding:14px 0;border-top:1px solid rgba(86,128,173,.18)}
.faq summary{cursor:pointer;font-weight:800}
.faq p{color:#d3dfeb}

.footer{padding:24px 58px 40px;border-top:1px solid rgba(68,111,155,.2)}
.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:44px;height:44px;object-fit:contain}
.footer-brand div{display:flex;flex-direction:column}
.footer-brand strong{font-size:18px}
.footer-brand span{font-size:13px;color:#82b6f2}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;color:#dce7f1;font-size:14px}
.footer-legal{margin:16px 0 0;color:#adc0d2;font-size:12px;line-height:1.5}

.lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(2,6,10,.88);padding:22px;z-index:120}
.lightbox.open{display:flex}
.lightbox-panel{
  max-width:min(1200px,96vw);background:#07101a;border:1px solid rgba(61,126,206,.35);
  border-radius:14px;padding:14px;box-shadow:0 30px 70px rgba(0,0,0,.5)
}
.lightbox-panel img{width:100%;max-height:78vh;object-fit:contain;border-radius:10px}
.lightbox-panel p{text-align:center;margin:10px 0 0;color:#d9e7f5}
.lightbox-close{
  position:absolute;top:18px;right:22px;border:none;border-radius:999px;
  width:46px;height:46px;font-size:30px;cursor:pointer;
  background:#0e1d31;color:#fff;border:1px solid rgba(76,134,208,.45)
}

@media (max-width:1400px){
  .capability-strip{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1180px){
  .hero-grid,.pricing{grid-template-columns:1fr}
  .screens-grid{grid-template-columns:repeat(2,1fr)}
  .bottom-highlights{grid-template-columns:repeat(2,1fr)}
  .menu{display:none}
  .hero{padding-top:22px}
  .hero-copy h1{font-size:76px}
}
@media (max-width:760px){
  .topbar,.hero,.capability-strip,.section-heading,.screens-grid,.bottom-highlights,.content-section,.footer{margin:0;padding-left:18px;padding-right:18px}
  .topbar{padding-top:12px;padding-bottom:12px}
  .brand-text strong{font-size:24px}
  .hero-copy h1{font-size:58px}
  .hero-copy h2{font-size:24px}
  .tagline{font-size:22px}
  .lead{font-size:16px}
  .capability-strip{grid-template-columns:1fr}
  .screens-grid{grid-template-columns:1fr}
  .bottom-highlights{grid-template-columns:1fr}
  .info-grid.three{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .cta-primary,.cta-secondary,.buy-button{width:100%}
}
