@font-face {
  font-family: "InterFallback";
  src: local("Inter"), local("Arial");
}

:root{
  --bg:#050711;
  --bg-2:#0B1020;
  --panel:rgba(255,255,255,.075);
  --panel-strong:rgba(255,255,255,.12);
  --text:#F5F7FA;
  --muted:#A8B3CF;
  --line:rgba(171,195,207,.18);
  --purple:#6C43FF;
  --blue:#2D8CFF;
  --cyan:#00E5C3;
  --ice:#F5F7FA;
  --slate:#A8B3CF;
  --shadow:0 34px 110px rgba(0,0,0,.48);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:InterFallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 22% 12%, rgba(108,67,255,.28), transparent 32rem),
    radial-gradient(circle at 88% 24%, rgba(0,229,195,.13), transparent 32rem),
    linear-gradient(180deg, #050711 0%, #080B16 48%, #050711 100%);
  color:var(--text);
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
p{color:var(--muted);line-height:1.72}
ul{margin:0;padding:0}
li{list-style:none}
img{max-width:100%;display:block}
::selection{background:rgba(0,229,195,.35);color:var(--text)}
:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}

.skip-link{
  position:fixed;
  left:18px;
  top:12px;
  z-index:999;
  transform:translateY(-160%);
  padding:12px 16px;
  border-radius:999px;
  color:#061017;
  background:linear-gradient(135deg, var(--cyan), var(--blue));
  font-weight:950;
  box-shadow:var(--shadow);
  transition:transform .2s ease;
}
.skip-link:focus{transform:translateY(0)}

.noise{
  pointer-events:none;
  position:fixed;
  inset:0;
  opacity:.045;
  z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}
.grid-bg{
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.16;
  z-index:0;
  background-image:
    linear-gradient(rgba(168,179,207,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,179,207,.08) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(circle at 55% 20%, black, transparent 72%);
}
.aurora{
  position:fixed;
  width:34vw;
  height:34vw;
  min-width:360px;
  min-height:360px;
  border-radius:999px;
  filter:blur(72px);
  opacity:.22;
  pointer-events:none;
  z-index:0;
}
.aurora-one{left:-12vw;top:22vh;background:var(--purple)}
.aurora-two{right:-12vw;top:46vh;background:var(--cyan)}

.site-header{
  width:min(1180px, calc(100% - 32px));
  position:fixed;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:13px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(5,7,17,.76);
  backdrop-filter:blur(22px);
  z-index:10;
  box-shadow:0 15px 60px rgba(0,0,0,.28);
}
.brand-logo{width:164px;height:auto}
.nav{
  display:flex;
  align-items:center;
  gap:6px;
}
.nav a{
  padding:10px 14px;
  color:#C8D0E4;
  font-weight:760;
  font-size:14px;
  border-radius:999px;
}
.nav a:hover{color:var(--text);background:rgba(255,255,255,.08)}
.nav .nav-cta{
  color:#fff;
  background:linear-gradient(135deg, var(--purple), var(--blue));
  box-shadow:0 14px 40px rgba(108,67,255,.3);
}
.nav-toggle{display:none}

.section{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:88px 0;
  position:relative;
  z-index:1;
}
.hero{
  min-height:92vh;
  display:grid;
  align-items:center;
  grid-template-columns:1fr 1fr;
  gap:54px;
  padding-top:134px;
  padding-bottom:56px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#DDE5FF;
  background:rgba(255,255,255,.07);
  border:1px solid var(--line);
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:20px;
}
.pulse{
  width:9px;height:9px;border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 8px rgba(0,229,195,.12);
}
h1,h2,h3{margin:0;color:var(--text);letter-spacing:-.055em}
h1{
  font-size:clamp(42px, 5.6vw, 76px);
  line-height:.95;
  max-width:780px;
}
h2{
  font-size:clamp(32px, 4.1vw, 58px);
  line-height:1.02;
}
h3{font-size:22px;line-height:1.1}
.hero-lead{
  max-width:650px;
  font-size:18px;
  margin:24px 0 0;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:10px;
  font-weight:900;
  border:1px solid var(--line);
  cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg, var(--purple), var(--blue));
  color:#fff;
  box-shadow:0 16px 45px rgba(108,67,255,.28);
}
.btn-secondary{
  background:rgba(255,255,255,.035);
  color:var(--text);
}
.brand-slogan{
  margin-top:30px;
  font-size:20px;
  letter-spacing:.18em;
  font-weight:700;
  background:linear-gradient(90deg, var(--purple), var(--blue), var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-transform:uppercase;
}

.hero-visual{position:relative;min-height:500px}
.growth-panel{
  position:absolute;
  inset:46px 0 auto 0;
  padding:22px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 88% 10%, rgba(45,140,255,.18), transparent 20rem),
    linear-gradient(180deg, rgba(255,255,255,.115), rgba(255,255,255,.045));
  border-radius:20px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(24px);
}
.panel-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:16px;
  color:#DCE5FF;
  font-weight:800;
  font-size:14px;
}
.panel-top div{display:flex;gap:8px}
.panel-top i{
  width:9px;height:9px;border:1px solid rgba(255,255,255,.6);display:block;border-radius:3px;
}
.growth-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.growth-grid article{
  min-height:128px;
  padding:18px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg, rgba(22,34,65,.76), rgba(11,16,32,.74));
}
.growth-grid span{
  display:block;
  color:#D4DCF2;
  font-size:12px;
  font-weight:800;
  margin-bottom:18px;
}
.growth-grid strong{
  display:block;
  font-size:34px;
  letter-spacing:-.05em;
}
.growth-grid strong span{display:inline;color:#C8D0E4;font-size:18px;margin:0}
.growth-grid em{
  display:block;
  margin-top:12px;
  color:var(--cyan);
  font-style:normal;
  font-weight:850;
  font-size:13px;
}
.wave-layer{
  position:absolute;
  left:-40px;
  right:-40px;
  bottom:20px;
  height:150px;
  pointer-events:none;
  opacity:.75;
  overflow:hidden;
}
.wave-layer span{
  position:absolute;
  left:0;right:0;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--purple), var(--blue), var(--cyan), transparent);
  border-radius:999px;
  transform:skewY(-8deg);
  box-shadow:0 0 24px rgba(45,140,255,.8);
}
.wave-layer span:nth-child(1){top:42px;opacity:.45}
.wave-layer span:nth-child(2){top:76px;opacity:.7}
.wave-layer span:nth-child(3){top:112px;opacity:.35}

.value-section{
  padding-top:36px;
  padding-bottom:62px;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:0;
  background:rgba(255,255,255,.035);
  overflow:hidden;
}
.value-grid article{
  padding:34px 28px;
  border-right:1px solid var(--line);
}
.value-grid article:last-child{border-right:0}
.value-icon{
  width:50px;height:50px;
  display:grid;place-items:center;
  border-radius:999px;
  margin-bottom:18px;
  color:var(--cyan);
  background:rgba(108,67,255,.14);
  border:1px solid rgba(108,67,255,.35);
  font-size:28px;
  font-weight:900;
  box-shadow:0 0 30px rgba(108,67,255,.25);
}
.value-grid p{margin-bottom:0;font-size:14px}

.section-heading{
  max-width:820px;
  margin-bottom:38px;
}
.section-heading p{
  font-size:18px;
  max-width:760px;
}
.solutions-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:14px;
}
.solution-card{
  padding:24px 18px;
  min-height:250px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:12px;
  background:linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.solution-card:hover{
  transform:translateY(-5px);
  border-color:rgba(45,140,255,.48);
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
}
.solution-icon{
  width:48px;height:48px;border-radius:10px;
  display:grid;place-items:center;
  color:var(--purple);
  border:1px solid rgba(108,67,255,.4);
  background:rgba(108,67,255,.1);
  margin-bottom:22px;
}
.solution-icon svg{
  width:27px;height:27px;
  fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
.solution-card p{font-size:14px;margin-bottom:22px}
.solution-card a{
  margin-top:auto;
  color:var(--purple);
  font-weight:900;
  font-size:14px;
}
.stats-strip{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(45,140,255,.26);
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(90deg, rgba(0,229,195,.08), rgba(45,140,255,.12), rgba(108,67,255,.12));
}
.stats-strip article{
  padding:26px;
  border-right:1px solid rgba(255,255,255,.1);
}
.stats-strip article:last-child{border-right:0}
.stats-strip strong{
  display:block;
  font-size:38px;
  letter-spacing:-.05em;
  background:linear-gradient(90deg, var(--cyan), var(--blue), var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.stats-strip span{
  display:block;
  margin-top:10px;
  color:#DDE5FF;
  font-size:14px;
}

.cloud-card{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:start;
  border:1px solid var(--line);
  border-radius:18px;
  padding:38px;
  background:
    radial-gradient(circle at 78% 0%, rgba(0,229,195,.12), transparent 24rem),
    radial-gradient(circle at 10% 80%, rgba(108,67,255,.18), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}
.cloud-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.cloud-grid article{
  padding:20px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(0,0,0,.18);
}
.cloud-grid span{
  display:block;
  color:var(--cyan);
  font-weight:950;
  margin-bottom:24px;
}
.cloud-grid strong{
  display:block;
  color:#F7F8FF;
  font-size:18px;
  letter-spacing:-.03em;
}
.cloud-grid p{margin:8px 0 0;font-size:14px}

.method-timeline{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}
.method-timeline article{
  position:relative;
}
.method-timeline article:not(:last-child)::after{
  content:"";
  position:absolute;
  top:34px;
  left:78px;
  right:-18px;
  border-top:1px dashed rgba(168,179,207,.28);
}
.method-timeline div{
  width:68px;height:68px;
  border-radius:999px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  color:var(--purple);
  font-size:28px;
  font-weight:900;
  background:rgba(108,67,255,.1);
  border:1px solid rgba(168,179,207,.35);
  box-shadow:0 0 28px rgba(108,67,255,.18);
}
.method-timeline h3{font-size:16px;letter-spacing:-.03em}
.method-timeline p{font-size:14px;margin-bottom:0}

.cta-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
  padding:34px;
  border:1px solid rgba(45,140,255,.26);
  border-radius:16px;
  background:
    radial-gradient(circle at 82% 48%, rgba(45,140,255,.18), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}
.cta-card h2{font-size:clamp(30px,3.5vw,48px)}
.cta-copy p{max-width:620px}
.audit-card{
  position:relative;
  min-height:260px;
  padding:28px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:rgba(0,0,0,.18);
  overflow:hidden;
}
.audit-card img{
  position:absolute;
  right:28px;
  bottom:22px;
  width:160px;
  opacity:.9;
  filter:drop-shadow(0 0 32px rgba(45,140,255,.4));
}
.audit-card h3{margin-bottom:16px}
.audit-card li{
  color:#DDE5FF;
  font-weight:800;
  margin:9px 0;
  font-size:14px;
}
.audit-card li::before{
  content:"✓";
  color:var(--cyan);
  margin-right:10px;
}

.footer{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:36px 0 50px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1.4fr .6fr .6fr;
  gap:44px;
  position:relative;
  z-index:1;
}
.footer-logo{width:170px}
.footer p{margin:12px 0 0;max-width:360px;font-size:14px}
.footer-col{
  display:grid;
  align-content:start;
  gap:10px;
}
.footer-col h4{margin:0 0 8px;color:#fff}
.footer-col a{color:var(--muted);font-weight:750;font-size:14px}

@media (max-width: 1080px){
  .solutions-grid{grid-template-columns:repeat(2,1fr)}
  .method-timeline{grid-template-columns:repeat(2,1fr)}
  .method-timeline article::after{display:none}
}
@media (max-width: 920px){
  .site-header{border-radius:24px}
  .nav-toggle{
    display:grid;
    gap:5px;
    background:rgba(255,255,255,.08);
    border:1px solid var(--line);
    border-radius:14px;
    width:44px;
    height:44px;
    place-content:center;
  }
  .nav-toggle span{
    width:18px;height:2px;background:var(--text);display:block;border-radius:999px;
  }
  .nav{
    position:absolute;
    top:66px;
    right:0;
    left:0;
    padding:12px;
    border:1px solid var(--line);
    border-radius:24px;
    background:rgba(5,7,17,.96);
    backdrop-filter:blur(18px);
    display:none;
    flex-direction:column;
    align-items:stretch;
  }
  .nav.open{display:flex}
  .nav a{text-align:center}
  .hero,.cloud-card,.cta-card{grid-template-columns:1fr}
  .hero{padding-top:126px;min-height:auto}
  .hero-visual{min-height:480px}
  .value-grid{grid-template-columns:1fr 1fr}
  .value-grid article{border-bottom:1px solid var(--line)}
  .stats-strip{grid-template-columns:1fr 1fr}
  .footer{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .section{width:min(100% - 24px,1180px);padding:68px 0}
  .site-header{width:calc(100% - 24px);top:12px}
  .brand-logo{width:142px}
  h1{font-size:42px}
  .hero-lead{font-size:17px}
  .hero-actions .btn{width:100%}
  .brand-slogan{font-size:14px}
  .growth-grid,.value-grid,.solutions-grid,.stats-strip,.cloud-grid,.method-timeline{
    grid-template-columns:1fr;
  }
  .hero-visual{min-height:720px}
  .growth-panel{position:relative;inset:auto}
  .value-grid article{border-right:0}
  .cloud-card,.cta-card{padding:24px}
  .audit-card img{opacity:.18;width:190px}
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}
