
:root{
  --violet-1:#8C8CFF;
  --violet-2:#6A5CFF;
  --violet-3:#3D37D1;
  --night:#0D1028;
  --white:#F8F9FC;
  --ink:#14162B;
  --muted:#666B82;
  --line:rgba(13,16,40,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,system-ui,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px 5vw;background:rgba(248,249,252,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,16,40,.06)}
.brand img{display:block;width:178px;height:auto}
nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:600}
nav a{opacity:.72}
nav a:hover{opacity:1}
.nav-cta{padding:10px 16px;border:1px solid rgba(13,16,40,.14);border-radius:999px}
.hero{min-height:860px;background:var(--night);color:white;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;padding:150px 7vw 90px;position:relative;overflow:hidden}
.hero-content,.hero-card{position:relative;z-index:2}
.eyebrow,.section-label{font-size:12px;font-weight:700;letter-spacing:.19em;color:var(--violet-2);margin-bottom:26px}
.hero h1,.section h2,.contact-section h2{font-family:Sora,sans-serif;margin:0;letter-spacing:-.045em}
.hero h1{font-size:clamp(52px,6vw,88px);line-height:1.03}
.hero h1 span{background:linear-gradient(100deg,var(--violet-1),var(--violet-2));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy{max-width:680px;margin:28px 0 0;font-size:19px;line-height:1.65;color:rgba(255,255,255,.72)}
.hero-actions{display:flex;gap:14px;margin-top:38px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 22px;font-weight:700;font-size:14px}
.button-primary{background:linear-gradient(135deg,var(--violet-1),var(--violet-2));box-shadow:0 18px 40px rgba(106,92,255,.28)}
.button-ghost{border:1px solid rgba(255,255,255,.18);color:white}
.hero-card{display:flex;justify-content:center}
.glass-card{width:min(100%,470px);padding:24px;border-radius:28px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);backdrop-filter:blur(18px);display:flex;align-items:center;gap:18px;box-shadow:0 32px 80px rgba(0,0,0,.24)}
.glass-card img{width:82px;border-radius:22px}
.glass-card span{font-size:12px;letter-spacing:.22em;color:rgba(255,255,255,.58)}
.glass-card strong{display:block;margin-top:9px;font-family:Sora;font-size:17px}
.orb{position:absolute;border-radius:50%;filter:blur(20px);opacity:.75}
.orb-a{width:430px;height:430px;background:rgba(106,92,255,.34);top:110px;right:4vw}
.orb-b{width:260px;height:260px;background:rgba(140,140,255,.18);bottom:20px;left:22vw}
.section{padding:115px 7vw}
.intro{background:#fff}
.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:8vw}
.section h2{font-size:clamp(38px,4.4vw,64px);line-height:1.08}
.intro-grid p{font-size:18px;line-height:1.8;color:var(--muted);margin:0 0 20px}
.products{background:#F1F2F8}
.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:48px}
.section-heading>p{max-width:420px;color:var(--muted);line-height:1.7}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{min-height:430px;border-radius:28px;padding:64px 28px 28px;display:flex;flex-direction:column;justify-content:flex-end;color:white;position:relative;overflow:hidden}
.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,.04),rgba(0,0,0,.28));pointer-events:none}
.product-card>*{position:relative;z-index:1}
.product-meta{position:absolute;top:26px;left:28px;right:28px;display:flex;justify-content:space-between;font-size:11px;font-weight:700;letter-spacing:.15em;color:rgba(255,255,255,.65)}
.product-card h3{font-family:Sora;font-size:38px;margin:0 0 14px}
.product-card p{line-height:1.65;color:rgba(255,255,255,.78)}
.product-logo{width:72px;height:72px;border-radius:18px;object-fit:contain;margin-bottom:16px;box-shadow:0 10px 26px rgba(0,0,0,.28)}
.product-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:13px;font-weight:700;letter-spacing:.04em;color:rgba(255,255,255,.85);border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:3px;align-self:flex-start}
.product-link:hover{color:#fff;border-bottom-color:rgba(255,255,255,.7)}
.gridteam{background:linear-gradient(145deg,#F47A16,#D94A0B)}
.touchdown{background:linear-gradient(145deg,#1966E8,#0C2F78)}
.cufo{background:linear-gradient(145deg,#24614B,#123F2A)}
.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.tag-row span{font-size:12px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15)}
.method{background:#fff}
.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px}
.method article{border-top:1px solid var(--line);padding-top:22px}
.method article>span{font-size:12px;color:var(--violet-2);font-weight:700}
.method h3{font-family:Sora;font-size:22px;margin:34px 0 12px}
.method p{color:var(--muted);line-height:1.7}
.contact-section{background:linear-gradient(135deg,var(--violet-3),var(--violet-2));color:white;padding:100px 7vw;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.section-label.light{color:rgba(255,255,255,.62)}
.contact-section h2{font-size:clamp(42px,5vw,72px)}
.contact-link{font-family:Sora;font-size:clamp(18px,2vw,28px);border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:8px}
footer{padding:46px 7vw;background:var(--night);color:white;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end}
footer strong{font-family:Sora;letter-spacing:.18em}
footer p{color:rgba(255,255,255,.55)}
.footer-links{display:flex;gap:24px;font-size:14px}
.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.09);padding-top:24px;margin:0}
@media (max-width:900px){
  .site-header{padding:14px 20px}
  .brand img{width:145px}
  nav a:not(.nav-cta){display:none}
  .hero{grid-template-columns:1fr;min-height:auto;padding:140px 22px 80px}
  .hero-card{justify-content:flex-start}
  .intro-grid,.product-grid,.method-grid{grid-template-columns:1fr}
  .section-heading,.contact-section{align-items:flex-start;flex-direction:column}
  .section{padding:82px 22px}
  .product-card{min-height:380px}
  footer{padding:42px 22px;grid-template-columns:1fr}
}
