*{margin:0;padding:0;box-sizing:border-box}
:root{
  --ink:#0b1935;
  --muted:#687b9b;
  --blue:#365cff;
  --blue2:#536dff;
  --line:#dbe3ef;
  --paper:#fff;
  --wash:#f4f7fb;
  --dark:#071633;
  --dark2:#0b2148;
  --orange:#ff704f;
}
html{scroll-behavior:smooth}
body{
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);background:var(--paper);line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
.site-header{
  height:82px;position:sticky;top:0;z-index:100;
  display:flex;align-items:center;gap:42px;
  padding:0 max(28px,calc((100vw - 1760px)/2));
  background:rgba(255,255,255,.94);backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(219,227,239,.85);
}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:Manrope,sans-serif;font-weight:800;letter-spacing:.18em;font-size:22px}
.brand-name span{color:var(--blue);letter-spacing:0}
.brand-sub{font-size:7px;letter-spacing:.28em;color:var(--blue);font-weight:800;margin-top:7px}
.nav{display:flex;gap:40px;margin-left:auto}
.nav a{font-weight:700;color:#647694;font-size:15px}
.nav a:hover{color:var(--ink)}
.mobile-login{display:none}.nav-cta{
  background:var(--ink);color:#fff;border-radius:11px;padding:14px 22px;
  font-weight:800;font-size:14px
}
.hero{overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)}
.hero-inner{
  min-height:720px;max-width:1760px;margin:auto;padding:100px 70px 90px;
  display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:60px
}
.eyebrow,.section-kicker{
  font-size:12px;letter-spacing:.19em;font-weight:800;color:#7183a0;
}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:24px}
.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--orange);display:block}
h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.04;letter-spacing:-.045em}
h1{font-size:clamp(58px,6.2vw,104px);max-width:850px}
h1 em,h2 em{font-style:normal;color:var(--blue)}
.hero-lead{font-size:21px;line-height:1.55;color:var(--muted);max-width:760px;margin:30px 0}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:10px;font-weight:800}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 12px 30px rgba(255,112,79,.18)}
.btn-quiet{border:1px solid var(--line);background:#fff}
.hero-note{font-size:12px;color:#91a0b8;margin-top:20px}
.hero-system{position:relative;width:min(620px,100%);aspect-ratio:1/1;margin:auto}
.system-orbit{position:absolute;border:1px solid #cbd6e7;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.orbit-a{width:78%;height:78%}.orbit-b{width:48%;height:48%;border-color:#aebde0}
.system-core{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:180px;height:180px;border-radius:50%;background:var(--ink);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:0 24px 60px rgba(11,25,53,.18)
}
.system-core strong{font-family:Manrope;font-size:25px;letter-spacing:.13em}
.system-core small{font-size:8px;letter-spacing:.16em;color:#aebde0;margin-top:7px}
.system-node{
  position:absolute;background:#fff;border:1px solid #cfd9e8;border-radius:50%;
  width:100px;height:100px;display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:800;letter-spacing:.13em;color:#526783;
  box-shadow:0 10px 30px rgba(30,52,88,.08)
}
.node-a{left:4%;top:25%}.node-b{right:4%;top:18%}.node-c{left:8%;bottom:16%}.node-d{right:9%;bottom:12%}
.system-line{position:absolute;height:1px;background:#aebde0;transform-origin:left center}
.line-a{width:30%;left:19%;top:40%;transform:rotate(10deg)}
.line-b{width:30%;left:58%;top:38%;transform:rotate(-20deg)}
.line-c{width:28%;left:21%;top:67%;transform:rotate(-17deg)}
.system-caption{
  position:absolute;bottom:1%;left:50%;transform:translateX(-50%);
  font-size:9px;letter-spacing:.15em;color:#8495b1;white-space:nowrap;font-weight:800
}
.pulse{display:inline-block;width:6px;height:6px;border-radius:50%;background:#43bf7a;margin-right:8px}
.section{padding:130px 0}
.section-inner{max-width:1760px;margin:auto;padding:0 70px}
.split-heading{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin:25px 0 70px}
.split-heading h2,.center-heading h2,.product-intro h2,.pricing-heading h2{font-size:clamp(48px,5vw,78px)}
.split-heading p{font-size:20px;color:var(--muted);max-width:690px}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.problem-card{
  border:1px solid var(--line);border-radius:18px;padding:36px;min-height:240px;
  background:linear-gradient(135deg,#fff,#fbfcff)
}
.signal{display:block;width:9px;height:9px;border:2px solid var(--blue);border-radius:50%;margin-bottom:70px}
.problem-card h3{font-size:25px;margin-bottom:12px}
.problem-card p{color:var(--muted)}
.product-dark{background:var(--dark);color:#fff}
.light{color:#8fa2c3}
.product-intro{max-width:1000px}
.product-intro h2{margin:25px 0;font-size:clamp(52px,6vw,90px)}
.product-intro p{font-size:20px;color:#a9b9d2;max-width:850px}
.intelligence-map{
  position:relative;min-height:620px;margin-top:80px;
  border:1px solid rgba(148,171,210,.18);border-radius:22px;
  background:radial-gradient(circle at center,rgba(61,91,165,.17),transparent 34%);
}
.intelligence-map:before,.intelligence-map:after{
  content:"";position:absolute;left:50%;top:50%;border:1px solid rgba(148,171,210,.16);
  border-radius:50%;transform:translate(-50%,-50%)
}
.intelligence-map:before{width:360px;height:360px}.intelligence-map:after{width:620px;height:620px}
.map-core{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:150px;height:150px;border-radius:50%;background:#fff;color:var(--ink);
  display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2
}
.map-core span{font-family:Manrope;font-weight:800;letter-spacing:.14em}
.map-core small{font-size:8px;color:#7183a0;letter-spacing:.14em;margin-top:5px}
.map-card{
  position:absolute;width:280px;padding:22px;border:1px solid rgba(148,171,210,.22);
  background:rgba(9,27,59,.82);border-radius:14px;z-index:3
}
.map-card strong{display:block;font-family:Manrope;font-size:18px;margin-bottom:7px}
.map-card p{font-size:13px;color:#91a4c3}
.map-dot{display:block;width:7px;height:7px;border-radius:50%;background:#5271ff;margin-bottom:15px}
.map-one{left:4%;top:9%}.map-two{right:4%;top:9%}.map-three{left:4%;bottom:9%}.map-four{right:4%;bottom:9%}
.map-five{left:50%;top:5%;transform:translateX(-50%);width:250px}
.journey{background:#fff}
.center-heading{text-align:center;max-width:1050px;margin:0 auto 80px}
.center-heading h2{margin:24px 0 18px}
.center-heading p{font-size:20px;color:var(--muted)}
.narrow{max-width:1000px}
.journey-track{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}
.journey-line{position:absolute;top:25px;left:10%;right:10%;height:1px;background:#cbd6e5}
.journey-step{text-align:center;position:relative;padding:0 18px}
.step-dot{
  display:block;width:50px;height:50px;border:1px solid #cbd6e5;background:#fff;border-radius:50%;
  margin:0 auto 28px;position:relative;z-index:2
}
.journey-step.active .step-dot{background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 8px rgba(54,92,255,.08)}
.journey-step strong{font-family:Manrope;font-size:13px;letter-spacing:.13em}
.journey-step p{font-size:13px;color:var(--muted);margin-top:12px}
.thirty{background:var(--wash)}
.week-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.week-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:34px;min-height:250px}
.week-card>span{font-size:11px;color:var(--blue);font-weight:800;letter-spacing:.18em}
.week-card h3{font-size:26px;margin:60px 0 12px}
.week-card p{color:var(--muted);font-size:15px}
.incubation{background:#fff}
.comparison{border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:65px}
.comparison-head,.comparison-row{display:grid;grid-template-columns:1fr 1fr}
.comparison-head{background:var(--ink);color:#fff;font-size:11px;font-weight:800;letter-spacing:.15em}
.comparison-head span,.comparison-row span,.comparison-row strong{padding:20px 28px}
.comparison-row{border-top:1px solid var(--line)}
.comparison-row span{color:#8a9bb6}.comparison-row strong{font-family:Manrope}
.pricing{background:var(--wash)}
.pricing-heading{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:65px}
.pricing-heading p{color:var(--muted);font-size:18px;max-width:560px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;display:flex;flex-direction:column}
.price-card.featured{border:2px solid var(--ink);box-shadow:0 18px 45px rgba(14,31,61,.09)}
.price-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.price-label{font-size:10px;letter-spacing:.18em;font-weight:800;color:#7587a4}
.price-card h3{font-size:28px;margin-top:14px}
.price{white-space:nowrap;text-align:right}
.price b{font-family:Manrope;font-size:34px;letter-spacing:-.04em}
.price span{font-size:12px;color:#7183a0}
.price-desc{color:var(--muted);font-size:14px;margin:26px 0 28px;min-height:62px}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 25px;border-top:1px solid var(--line);padding-top:25px;margin-bottom:30px}
.feature-list.compact{grid-template-columns:1fr}
.feature-list span{font-size:13px;color:#526783}
.feature-list span:before{content:"✓";color:var(--blue);font-weight:800;margin-right:8px}
.price-btn{display:flex;justify-content:center;align-items:center;border:1px solid var(--line);border-radius:10px;padding:14px;font-weight:800;font-size:14px;margin-top:auto}
.price-btn.primary{background:var(--orange);color:#fff;border-color:var(--orange);box-shadow:0 12px 30px rgba(255,112,79,.15)}
.price-card small{text-align:center;color:#8b9ab2;font-size:11px;margin-top:16px}
.pricing-note{text-align:center;color:#94a2b8;font-size:11px;margin-top:22px}
.final-cta{background:linear-gradient(120deg,#0a1b3d,#142e61);color:#fff;padding:125px 70px}
.final-inner{max-width:1760px;margin:auto}
.final-cta h2{font-size:clamp(55px,7vw,100px);margin:22px 0}
.final-cta p{font-size:22px;color:#b7c5dc;margin-bottom:32px}
.final-btn{background:#fff;color:var(--ink)}
.site-footer{
  min-height:88px;display:flex;justify-content:space-between;align-items:center;
  padding:0 max(28px,calc((100vw - 1760px)/2));color:#7183a0;font-size:12px
}
.site-footer div:first-child{display:flex;gap:18px}.site-footer strong{color:var(--ink)}
@media(max-width:1000px){
  .site-header{gap:20px}.nav{gap:20px}
  .hero-inner{grid-template-columns:1fr;padding:80px 28px}.hero-system{max-width:500px}
  .section{padding:95px 0}.section-inner{padding:0 28px}
  .split-heading,.pricing-heading{grid-template-columns:1fr;gap:25px}
  .problem-grid,.pricing-grid{grid-template-columns:1fr}
  .week-grid{grid-template-columns:1fr 1fr}
  .map-card{width:235px}.map-five{display:none}
}
@media(max-width:700px){
  .site-header{height:70px;padding:0 18px}.nav{display:none}.nav-cta{display:none}.mobile-login{display:inline-flex;margin-left:auto;background:var(--ink);color:#fff;border-radius:11px;padding:11px 15px;font-weight:800;font-size:14px}
  .brand-name{font-size:18px}.hero-inner{min-height:auto;padding:70px 20px 65px}
  h1{font-size:50px}.hero-lead{font-size:17px}.hero-system{margin-top:30px}
  .system-node{width:74px;height:74px;font-size:8px}.system-core{width:130px;height:130px}
  .system-core strong{font-size:18px}.system-caption{font-size:7px}
  .section{padding:78px 0}.section-inner{padding:0 20px}
  .split-heading h2,.center-heading h2,.product-intro h2,.pricing-heading h2{font-size:44px}
  .split-heading p,.center-heading p,.product-intro p{font-size:17px}
  .problem-grid,.week-grid{grid-template-columns:1fr}
  .problem-card{min-height:200px}.signal{margin-bottom:45px}
  .intelligence-map{min-height:650px}.map-card{width:calc(50% - 12px);padding:15px}
  .map-one{left:10px}.map-two{right:10px}.map-three{left:10px}.map-four{right:10px}
  .map-card strong{font-size:15px}.map-card p{font-size:11px}
  .map-core{width:120px;height:120px}
  .journey-track{display:flex;flex-direction:column;gap:26px}
  .journey-line{left:25px;top:25px;bottom:25px;width:1px;height:auto;right:auto}
  .journey-step{text-align:left;display:grid;grid-template-columns:50px 1fr;column-gap:20px;align-items:center}
  .step-dot{grid-row:1/3;margin:0}.journey-step p{margin-top:3px}
  .comparison-head,.comparison-row{grid-template-columns:1fr}.comparison-head span:last-child{display:none}
  .comparison-row span,.comparison-row strong{padding:16px 18px}.comparison-row span{padding-bottom:5px}.comparison-row strong{padding-top:5px}
  .pricing-grid{gap:14px}.price-card{padding:25px}.price{display:none}
  .feature-list{grid-template-columns:1fr}
  .final-cta{padding:85px 20px}.site-footer{padding:25px 20px;gap:20px}
}
