:root{
  --bg:#020b13;
  --bg-deep:#01070c;
  --panel:#07131d;
  --panel-2:#0a1823;
  --text:#f5f8fb;
  --muted:#9dafbd;
  --muted-2:#708592;
  --blue:#1D7BFF;
  --teal:#00E0B8;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,255,255,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 60%);
  z-index:-1;
}
a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
header{
  height:78px;
  display:flex;
  align-items:center;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(2,11,19,.78);
  backdrop-filter:blur(18px);
}
nav{display:flex;align-items:center;justify-content:space-between;width:100%}
.brand{font-weight:850;letter-spacing:.14em;font-size:17px}
.brand span{color:var(--teal)}
.navlinks{display:flex;gap:26px;color:var(--muted);font-size:13px}
.navlinks a{transition:.2s ease}
.navlinks a:hover{color:var(--text)}

.hero{
  min-height:calc(100vh - 78px);
  display:grid;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 75% 38%,rgba(0,224,184,.10),transparent 26%),
    radial-gradient(circle at 24% 20%,rgba(29,123,255,.12),transparent 28%),
    linear-gradient(180deg,var(--bg) 0%,#030d16 100%);
}
.hero:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:160px;
  background:linear-gradient(to bottom,transparent,var(--bg));
  pointer-events:none;
}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;padding:90px 0 130px;position:relative;z-index:2}
.hero-copy{max-width:720px}
.eyebrow,.section-kicker{color:var(--teal);font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}
.hero h1{font-size:clamp(50px,6.3vw,88px);line-height:.95;letter-spacing:-.055em;margin:22px 0 26px}
.hero h1 span,h2 span{background:linear-gradient(90deg,var(--blue),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{margin:0;color:#d2dce3;font-size:clamp(19px,2vw,24px);line-height:1.55;max-width:680px}
.sublead{margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.8;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:10px;font-size:13px;font-weight:750;letter-spacing:.03em;transition:.2s ease}
.button-primary{background:linear-gradient(90deg,var(--blue),#159ee7 55%,var(--teal));color:white;box-shadow:0 10px 35px rgba(29,123,255,.18)}
.button-primary:hover{transform:translateY(-1px);box-shadow:0 14px 38px rgba(29,123,255,.25)}
.button-ghost{border:1px solid var(--line-strong);background:rgba(255,255,255,.025);color:#dce5eb}
.button-ghost:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.045)}
.status{display:inline-flex;gap:9px;align-items:center;margin-top:22px;color:#9fb0bb;font-size:12px}
.dot{width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 18px var(--teal)}

.hero-mark{height:520px;position:relative;display:grid;place-items:center;isolation:isolate}
.hero-mark:before{
  content:"";
  position:absolute;
  width:390px;
  height:390px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,224,184,.11),rgba(29,123,255,.07) 42%,transparent 70%);
  filter:blur(18px);
  z-index:0;
}
.hero-mark:after{
  content:"";
  position:absolute;
  width:245px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,224,184,.42),transparent);
  transform:rotate(-16deg);
  z-index:1;
}
.hero-mark img{
  width:min(360px,78%);
  height:auto;
  position:relative;
  z-index:3;
  filter:drop-shadow(0 22px 50px rgba(0,224,184,.15)) drop-shadow(0 0 24px rgba(29,123,255,.08));
}
.orbit{position:absolute;border:1px solid rgba(255,255,255,.065);border-radius:50%;transform:rotate(-12deg);z-index:1}
.orbit-one{width:430px;height:250px}.orbit-two{width:520px;height:330px;transform:rotate(16deg);border-color:rgba(0,224,184,.07)}
.metric{position:absolute;padding:10px 13px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:rgba(6,18,27,.76);backdrop-filter:blur(8px);box-shadow:0 10px 40px rgba(0,0,0,.22);z-index:4}
.metric span{display:block;font-size:8px;color:var(--muted-2);letter-spacing:.18em}.metric strong{display:block;font-size:10px;letter-spacing:.08em;margin-top:4px}
.metric-a{top:90px;left:8%}.metric-b{right:2%;top:210px}.metric-c{bottom:75px;left:16%}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.28}.hero-glow-a{width:300px;height:300px;background:var(--blue);left:-160px;top:25%}.hero-glow-b{width:260px;height:260px;background:var(--teal);right:-130px;bottom:12%}
.scroll-cue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);font-size:9px;color:#526774;letter-spacing:.2em;z-index:3}

.section{padding:120px 0;border-top:1px solid var(--line)}
h2{font-size:clamp(36px,4.5vw,60px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 0}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}
.problem-copy{padding-top:10px;color:var(--muted);font-size:16px;line-height:1.8}
.statement{font-size:22px;color:#e7edf2;line-height:1.5;margin-top:0}.statement strong{color:var(--teal)}
.statement.small{font-size:18px}
.reality-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:24px 0}
.reality-list span{padding:11px 12px;border-left:2px solid rgba(0,224,184,.55);background:rgba(255,255,255,.022);color:#bdc9d2;font-size:13px}
.flowline{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;margin-top:78px}
.flowline div{text-align:center;min-width:110px}.flowline b{display:block;color:#5a7280;font-size:10px;letter-spacing:.12em}.flowline span{display:block;margin-top:5px;font-size:12px;font-weight:800;letter-spacing:.12em}.flowline i{height:1px;background:linear-gradient(90deg,var(--blue),var(--teal));opacity:.45;position:relative}.flowline i:after{content:"";position:absolute;right:-1px;top:-3px;width:7px;height:7px;border-top:1px solid var(--teal);border-right:1px solid var(--teal);transform:rotate(45deg)}

.section-cards{background:linear-gradient(180deg,rgba(7,19,29,.42),rgba(2,11,19,0))}
.section-heading{text-align:center;max-width:760px;margin:0 auto 54px}.section-heading p{color:var(--muted);line-height:1.75;font-size:16px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{position:relative;padding:34px 30px 32px;min-height:360px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));overflow:hidden;transition:border-color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}
.card:after{content:"";position:absolute;inset:auto -30% -50% auto;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(29,123,255,.13),transparent 68%)}
.card.featured{border-color:var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015))}
.card-number{font-size:10px;letter-spacing:.2em;color:#607582}.card-icon{font-size:28px;color:var(--teal);margin:34px 0 22px}.card h3{font-size:27px;margin:0 0 18px;letter-spacing:-.02em}.card strong{display:block;font-size:14px;margin-bottom:12px}.card p{color:var(--muted);font-size:14px;line-height:1.75;margin:0;position:relative;z-index:2}

.athlete-section{background:radial-gradient(circle at 18% 45%,rgba(29,123,255,.09),transparent 35%)}
.athlete-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.athlete-visual{min-height:480px;position:relative;display:grid;place-items:center;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:linear-gradient(145deg,#07131d,#020b13 75%)}
.athlete-visual img{width:44%;height:auto;position:relative;z-index:2;filter:drop-shadow(0 22px 50px rgba(0,224,184,.12))}
.topo{position:absolute;border:1px solid rgba(255,255,255,.045);border-radius:50%;transform:rotate(-20deg)}.topo-a{width:620px;height:260px}.topo-b{width:430px;height:590px;transform:rotate(34deg)}
.athlete-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:34px 0 28px}.athlete-points span{padding:12px 14px;border-bottom:1px solid var(--line);color:#c5d0d8;font-size:14px}

.ecosystem-section{background:linear-gradient(180deg,var(--bg),#031019)}
.ecosystem-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.ecosystem-grid>div:first-child p{color:var(--muted);line-height:1.8;max-width:560px}.fineprint{font-size:12px;color:#637987!important;margin-top:22px}
.ecosystem-map{height:500px;position:relative;display:grid;place-items:center}
.ecosystem-map:before,.ecosystem-map:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.07)}.ecosystem-map:before{width:380px;height:380px}.ecosystem-map:after{width:260px;height:260px;border-style:dashed}
.ecosystem-core{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;background:rgba(6,20,30,.9);border:1px solid rgba(0,224,184,.25);box-shadow:0 0 55px rgba(0,224,184,.08);z-index:2}.ecosystem-core img{width:104px;height:auto}
.node{position:absolute;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#06141d;color:#9eb0bc;font-size:9px;letter-spacing:.14em;z-index:3}.node-1{top:52px;left:38%}.node-2{right:4%;top:31%}.node-3{right:13%;bottom:16%}.node-4{left:4%;bottom:24%}.node-5{left:8%;top:28%}

.performance-section{text-align:center;padding:130px 0;background:radial-gradient(circle at 50% 80%,rgba(0,224,184,.07),transparent 38%)}
.performance-inner{max-width:850px}.performance-inner>p{max-width:700px;margin:24px auto 0;color:var(--muted);font-size:16px;line-height:1.8}

.closing{padding:125px 0 110px;border-top:1px solid var(--line);background:linear-gradient(180deg,#020b13,#01070c);text-align:center}
.closing-inner{max-width:800px}.closing-logo{width:min(520px,90%);display:block;margin:0 auto 42px}.closing h2{margin-top:16px}.closing p{max-width:610px;margin:20px auto 28px;color:var(--muted);line-height:1.75}

footer{padding:34px 0 44px;color:var(--muted);font-size:12px;background:var(--bg-deep);border-top:1px solid var(--line)}
.footerrow{display:flex;justify-content:space-between;gap:25px;align-items:center}.footerlinks{display:flex;gap:20px;flex-wrap:wrap}

.legal{max-width:820px;padding:70px 0 100px}.legal h1{font-size:46px}.legal h2{margin-top:34px;font-size:20px}.legal p,.legal li{color:#b6c3cc;line-height:1.75}.legal a{color:var(--teal)}

@media(max-width:920px){
  .hero-grid,.split,.athlete-grid,.ecosystem-grid{grid-template-columns:1fr;gap:55px}
  .hero-grid{padding-top:70px}.hero-mark{height:400px}.hero-mark img{width:250px}.orbit-one{width:340px}.orbit-two{width:420px}
  .cards{grid-template-columns:1fr}.card{min-height:0}
  .athlete-visual{min-height:390px}.ecosystem-map{height:420px}
}
@media(max-width:720px){
  .wrap{width:min(100% - 30px,1180px)}
  header{height:70px}.navlinks a:not(:nth-last-child(-n+2)){display:none}.navlinks{gap:16px}
  .hero{min-height:auto}.hero-grid{padding:72px 0 110px}.hero h1{font-size:clamp(45px,13vw,64px)}
  .hero-mark{height:330px}.hero-mark img{width:210px}.orbit-one{width:290px;height:180px}.orbit-two{width:330px;height:220px}.metric{display:none}
  .section{padding:86px 0}.split{gap:36px}.reality-list{grid-template-columns:1fr}
  .flowline{grid-template-columns:1fr;gap:10px;margin-top:50px}.flowline i{width:1px;height:26px;margin:auto;background:linear-gradient(var(--blue),var(--teal))}.flowline i:after{display:none}
  .athlete-grid,.ecosystem-grid{gap:45px}.athlete-points{grid-template-columns:1fr}.athlete-visual{min-height:320px}.ecosystem-map{height:360px;transform:scale(.9)}
  .performance-section{padding:95px 0}.closing{padding:90px 0 80px}
  .footerrow{align-items:flex-start;flex-direction:column}.footerlinks{gap:14px 18px}
}

/* v0.4 visual tuning */
#concept .split > div:first-child h2{
  font-size:clamp(42px,4.35vw,68px);
  max-width:520px;
  line-height:1.02;
}
#concept .flowline{
  margin-top:44px;
}

.card:hover,
.card:focus-within{
  border-color:rgba(0,224,184,.30);
  background:linear-gradient(180deg,rgba(0,224,184,.055),rgba(255,255,255,.018));
  transform:translateY(-3px);
  box-shadow:0 16px 44px rgba(0,0,0,.18);
}
.card:hover .card-icon,
.card:focus-within .card-icon{
  filter:drop-shadow(0 0 12px rgba(0,224,184,.24));
}

@media(max-width:720px){
  #concept .split > div:first-child h2{
    font-size:clamp(40px,12vw,58px);
    max-width:100%;
  }
  #concept .flowline{
    margin-top:36px;
  }
}

/* v0.5 closing-section refinement */
.brand-lockup{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:0 auto 34px;
  max-width:100%;
}
.brand-lockup-mark{
  width:116px;
  height:auto;
  display:block;
  filter:drop-shadow(0 10px 28px rgba(0,224,184,.10));
}
.brand-lockup-separator{
  width:1px;
  height:88px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.72),transparent);
  flex:0 0 auto;
}
.brand-lockup-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.brand-lockup-name{
  font-weight:800;
  font-size:clamp(30px,3.4vw,52px);
  line-height:1;
  letter-spacing:.08em;
  color:#f7fbff;
}
.brand-lockup-name span{
  background:linear-gradient(90deg,#1D7BFF,#00E0B8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.brand-lockup-tagline{
  font-size:clamp(12px,1.1vw,18px);
  letter-spacing:.22em;
  font-weight:700;
  color:#00E0B8;
  white-space:nowrap;
}
.final-cta,
.closing,
#instagram{
  position:relative;
}
.final-cta .section-label,
.closing .section-label,
#instagram .section-label{
  margin-bottom:16px;
}
.final-cta h2,
.closing h2,
#instagram h2{
  margin-top:0;
}
.final-cta .brand-lockup,
.closing .brand-lockup,
#instagram .brand-lockup{
  transform:scale(.92);
  transform-origin:center;
}
.final-cta .btn,
.closing .btn,
#instagram .btn{
  padding-left:28px;
  padding-right:28px;
}
@media(max-width:720px){
  .brand-lockup{
    gap:16px;
    margin-bottom:28px;
  }
  .brand-lockup-mark{width:86px}
  .brand-lockup-separator{height:68px}
  .brand-lockup-tagline{
    white-space:normal;
    letter-spacing:.16em;
  }
}

/* v0.6 — How Evozport Thinks as a process, not SaaS cards */
#platform .cards{display:none !important}

.thinking-flow{
  display:grid;
  grid-template-columns:minmax(0,1fr) 96px minmax(0,1fr) 96px minmax(0,1fr);
  gap:0;
  align-items:start;
  margin-top:70px;
  position:relative;
}

.thinking-step{
  min-width:0;
  padding:8px 8px 0;
}

.thinking-meta{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:30px;
}

.thinking-number{
  font-size:12px;
  letter-spacing:.18em;
  color:#5e7687;
  font-weight:700;
}

.thinking-kicker{
  font-size:12px;
  letter-spacing:.18em;
  color:#00E0B8;
  font-weight:800;
}

.thinking-step h3{
  margin:22px 0 12px;
  font-size:clamp(28px,2.4vw,40px);
  line-height:1.02;
  letter-spacing:-.035em;
  color:#f7fbff;
}

.thinking-step p{
  margin:0;
  max-width:36ch;
  font-size:17px;
  line-height:1.72;
  color:#9fb2c0;
}

.thinking-connector{
  position:relative;
  height:118px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:78px;
}

.thinking-connector span{
  display:block;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,rgba(29,123,255,.55),rgba(0,224,184,.6));
  position:relative;
}

.thinking-connector span:after{
  content:"";
  position:absolute;
  right:-1px;
  top:50%;
  width:8px;
  height:8px;
  border-top:1px solid rgba(0,224,184,.9);
  border-right:1px solid rgba(0,224,184,.9);
  transform:translateY(-50%) rotate(45deg);
}

.thinking-icon{
  width:54px;
  height:54px;
  position:relative;
  color:#00E0B8;
}

.thinking-icon-connected span{
  position:absolute;
  width:9px;height:9px;border:2px solid currentColor;border-radius:50%;
}
.thinking-icon-connected span:nth-child(1){left:2px;top:23px}
.thinking-icon-connected span:nth-child(2){left:21px;top:4px}
.thinking-icon-connected span:nth-child(3){right:2px;bottom:4px}
.thinking-icon-connected:before,
.thinking-icon-connected:after{
  content:"";
  position:absolute;
  height:1px;
  background:currentColor;
  transform-origin:left center;
}
.thinking-icon-connected:before{width:25px;left:10px;top:24px;transform:rotate(-42deg)}
.thinking-icon-connected:after{width:27px;left:28px;top:13px;transform:rotate(48deg)}

.thinking-icon-intelligent span{
  position:absolute;
  border:2px solid currentColor;
  border-radius:50%;
}
.thinking-icon-intelligent span:nth-child(1){width:31px;height:31px;left:3px;top:10px}
.thinking-icon-intelligent span:nth-child(2){width:20px;height:20px;right:3px;top:21px}
.thinking-icon-intelligent:after{
  content:"";
  position:absolute;
  width:28px;height:1px;background:currentColor;
  left:21px;top:27px;transform:rotate(7deg);
}

.thinking-icon-adaptive span{
  position:absolute;
  width:15px;
  height:2px;
  background:currentColor;
  border-radius:99px;
  transform-origin:left center;
}
.thinking-icon-adaptive span:nth-child(1){left:2px;top:34px;transform:rotate(-31deg)}
.thinking-icon-adaptive span:nth-child(2){left:15px;top:26px;transform:rotate(17deg)}
.thinking-icon-adaptive span:nth-child(3){left:29px;top:30px;transform:rotate(-43deg)}
.thinking-icon-adaptive:after{
  content:"";
  position:absolute;
  right:2px;top:11px;
  width:8px;height:8px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(3deg);
}

@media(max-width:980px){
  .thinking-flow{
    grid-template-columns:1fr;
    gap:0;
    margin-top:52px;
  }
  .thinking-step{
    padding:0;
    max-width:720px;
  }
  .thinking-connector{
    width:1px;
    height:70px;
    margin:18px 0 18px 26px;
    align-items:stretch;
    justify-content:center;
  }
  .thinking-connector span{
    width:1px;
    height:100%;
    background:linear-gradient(180deg,rgba(29,123,255,.55),rgba(0,224,184,.6));
  }
  .thinking-connector span:after{
    right:auto;
    left:50%;
    top:auto;
    bottom:-1px;
    transform:translateX(-50%) rotate(135deg);
  }
}

@media(max-width:720px){
  .thinking-meta{margin-bottom:22px}
  .thinking-step h3{font-size:clamp(28px,8vw,38px)}
  .thinking-step p{font-size:16px}
}

/* v0.6.1 — final process-flow polish */
.thinking-connector{
  padding:0 18px;
  box-sizing:border-box;
}
.thinking-connector span{
  width:72%;
  max-width:72px;
}
@media(max-width:1180px){
  .thinking-flow{
    grid-template-columns:minmax(0,1fr) 78px minmax(0,1fr) 78px minmax(0,1fr);
  }
  .thinking-connector{
    padding:0 12px;
  }
  .thinking-connector span{
    width:64%;
  }
}
@media(max-width:980px){
  .thinking-flow{
    grid-template-columns:1fr;
  }
  .thinking-connector{
    padding:0;
  }
  .thinking-connector span{
    width:1px;
    max-width:none;
  }
}
