*{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:#08111f;
  --ink-soft:#273247;
  --muted:#647186;
  --bg:#f7f9fc;
  --paper:#ffffff;
  --soft:#eef5fb;
  --line:rgba(14,32,56,.12);
  --cyan:#00c8d4;
  --cyan-dark:#048a95;
  --blue:#246dff;
  --purple:#7b4dff;
  --violet:#b13cff;
  --red:#5f0006;
  --gold:#c68a1d;
  --shadow:0 24px 70px rgba(8,17,31,.10);
  --radius:8px;
}
html{scroll-behavior:smooth}
body{
  min-width:320px;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 12% 5%,rgba(123,77,255,.10),transparent 26rem),
    radial-gradient(circle at 88% 12%,rgba(0,200,212,.13),transparent 28rem),
    linear-gradient(180deg,#fff 0%,var(--bg) 38%,#fff 100%);
  color:var(--ink);
  font-family:Rajdhani,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
svg{display:block}
button,input,select,textarea{font:inherit}
.sprite{display:none}

.nav{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.91);
  border-bottom:1px solid var(--line);
  box-shadow:0 14px 34px rgba(8,17,31,.06);
  backdrop-filter:blur(18px);
}
.nav-inner{
  max-width:1180px;
  height:76px;
  margin:0 auto;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand,.footer-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#07101f;
  font:800 26px/1 "Barlow Condensed",sans-serif;
  letter-spacing:3px;
}
.brand img,.footer-brand img{object-fit:contain;filter:drop-shadow(0 2px 5px rgba(8,17,31,.10))}
.nav-links{
  display:flex;
  align-items:center;
  gap:26px;
  color:#0c1728;
  font:800 13px/1 "Barlow Condensed",sans-serif;
  letter-spacing:1.6px;
  text-transform:uppercase;
}
.nav-links a{opacity:.78}
.nav-links a:hover,.nav-links a:focus-visible,.nav-links a.active{color:var(--cyan-dark);opacity:1}
.nav-cta{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  padding:0 18px;
  border:1px solid rgba(0,200,212,.42);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 10px 24px rgba(0,200,212,.10);
}
.menu-toggle{
  display:none;
  width:42px;
  height:36px;
  border:0;
  background:transparent;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}
.menu-toggle span{height:3px;border-radius:10px;background:#091423}

.section{
  padding:78px 28px;
  position:relative;
}
.section-head,.section-narrow{
  max-width:840px;
  margin:0 auto 38px;
  text-align:center;
}
.eyebrow,.badge,.module-label{
  color:var(--cyan-dark);
  font:800 14px/1 "Barlow Condensed",sans-serif;
  letter-spacing:2.6px;
  text-transform:uppercase;
}
h1,h2,h3{font-family:"Barlow Condensed",Rajdhani,sans-serif}
h2{
  color:var(--ink);
  font-size:clamp(34px,5vw,58px);
  line-height:.98;
  letter-spacing:-.01em;
}
p{font-size:18px;line-height:1.55;color:var(--ink-soft)}
.btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 24px;
  border:1px solid transparent;
  border-radius:var(--radius);
  font:800 15px/1 "Barlow Condensed",sans-serif;
  letter-spacing:1.5px;
  text-transform:uppercase;
  white-space:nowrap;
}
.btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.4}
.btn-primary{
  color:#fff;
  background:linear-gradient(100deg,var(--purple),var(--blue) 52%,var(--cyan));
  box-shadow:0 16px 34px rgba(0,200,212,.23),0 10px 25px rgba(123,77,255,.16);
}
.btn-primary svg{fill:none}
.btn-ghost{
  color:#0b1829;
  background:rgba(255,255,255,.82);
  border-color:rgba(0,200,212,.46);
  box-shadow:0 14px 30px rgba(8,17,31,.08);
}

.hero{
  min-height:78svh;
  display:grid;
  align-items:center;
  padding:112px 28px 76px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.86) 38%,rgba(255,255,255,.45) 68%,rgba(255,255,255,.16) 100%),
    linear-gradient(180deg,rgba(255,255,255,.20),rgba(247,249,252,.90)),
    url("assets/hero-field.jpg") center/cover no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:120px;
  background:linear-gradient(transparent,var(--bg));
  z-index:-1;
}
.hero-media{
  position:absolute;
  right:max(24px,calc((100vw - 1180px)/2));
  top:92px;
  width:min(42vw,500px);
  max-height:74svh;
  opacity:.96;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 32px 85px rgba(38,0,8,.24);
  transform:rotate(1.2deg);
}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-content{
  max-width:1180px;
  width:100%;
  margin:0 auto;
  position:relative;
  z-index:2;
}
.badge{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(0,200,212,.45);
  border-left-color:rgba(177,60,255,.50);
  border-radius:var(--radius);
  background:rgba(255,255,255,.70);
  box-shadow:0 12px 28px rgba(8,17,31,.08);
}
h1{
  margin-top:24px;
  color:#07101f;
  font:800 clamp(82px,12vw,146px)/.80 "Bebas Neue","Barlow Condensed",sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.slogan{
  max-width:620px;
  margin:22px 0 18px;
  color:#111b31;
  font:800 clamp(30px,4vw,48px)/1.05 "Barlow Condensed",sans-serif;
  letter-spacing:.02em;
}
.hero-copy{
  max-width:560px;
  color:#1b2638;
  font-size:22px;
  font-weight:600;
}
.actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:34px;
}
.hero-note{
  max-width:520px;
  margin-top:16px;
  color:#4d5a70;
  font-size:16px;
  font-weight:600;
}

.audience{background:#fff}
.audience-grid{
  max-width:1060px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.audience-grid article{
  min-height:170px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,#fff,#f6fbff);
  box-shadow:0 16px 36px rgba(8,17,31,.06);
}
.audience-grid span{
  display:block;
  color:#0b1424;
  font:800 26px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.audience-grid p{margin-top:14px;font-size:17px;color:#4a5870}

.origin{background:var(--bg)}
.origin .section-narrow p{margin-top:12px}
.problem-grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.problem-grid article,.community-grid article{
  min-height:190px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:rgba(255,255,255,.86);
  box-shadow:0 18px 42px rgba(8,17,31,.06);
}
.problem-grid span{
  display:block;
  color:var(--cyan-dark);
  font:800 18px/1 "Barlow Condensed",sans-serif;
  letter-spacing:1px;
  margin-bottom:18px;
}
.problem-grid strong{
  display:block;
  color:#0b1424;
  font:800 22px/1.05 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.problem-grid p,.community-grid p{margin-top:12px;font-size:16px;color:#4a5870}

.steps-section{background:#fff}
.flow-line{
  max-width:1120px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(11,auto);
  justify-content:center;
  align-items:center;
  gap:10px;
}
.flow-line span{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border:1px solid rgba(0,200,212,.33);
  border-radius:var(--radius);
  background:#fff;
  color:#0b1424;
  box-shadow:0 10px 24px rgba(8,17,31,.06);
  font:800 17px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.flow-line i{
  color:var(--cyan-dark);
  font:800 16px/1 "Barlow Condensed",sans-serif;
  font-style:normal;
}
.steps{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.steps article{
  padding:24px 18px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,#fff,#f5f9fe);
}
.steps span{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  margin-bottom:22px;
  color:#fff;
  border-radius:50%;
  background:linear-gradient(135deg,var(--purple),var(--cyan));
  font:800 17px/1 "Barlow Condensed",sans-serif;
}
.steps h3{
  color:#0b1424;
  font-size:22px;
  line-height:1.03;
  text-transform:uppercase;
}
.steps p{margin-top:10px;font-size:16px;color:#4a5870}

.trace{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,420px);
  max-width:1120px;
  margin:0 auto;
  gap:48px;
  align-items:center;
}
.trace-copy h2{
  margin:12px 0 18px;
  max-width:650px;
}
.trace-copy p:not(.eyebrow){max-width:560px}
.trace-shot{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.trace-shot img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
}

.product{
  background:
    linear-gradient(180deg,#f8fbff 0%,#fff 100%);
}
.product-row{
  max-width:1120px;
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,440px);
  gap:54px;
  align-items:center;
}
.product-row:last-child{margin-bottom:0}
.product-row-reverse{grid-template-columns:minmax(300px,440px) minmax(0,1fr)}
.product-row-reverse .product-copy{grid-column:2}
.product-row-reverse .product-shot{grid-column:1;grid-row:1}
.product-copy h3{
  max-width:570px;
  margin:12px 0 16px;
  color:#091423;
  font-size:clamp(36px,5vw,62px);
  line-height:.95;
}
.product-copy p:not(.module-label){max-width:520px}
.product-shot{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.product-shot img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
}

.competition{
  background:
    radial-gradient(circle at 80% 20%,rgba(0,200,212,.12),transparent 22rem),
    linear-gradient(135deg,#07101f 0%,#16040a 100%);
  color:#fff;
}
.competition-panel{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:48px;
  align-items:center;
}
.competition h2,.competition p{color:#fff}
.competition p{opacity:.82}
.competition .eyebrow{color:#36e9f1}
.competition-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.competition-list article{
  min-height:210px;
  padding:24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);
  background:rgba(255,255,255,.08);
}
.competition-list svg,.community-grid svg{
  width:36px;
  height:36px;
  margin-bottom:22px;
  fill:none;
  stroke:var(--cyan);
  stroke-width:2.2;
}
.competition-list span{
  display:block;
  font:800 24px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.competition-list p{margin-top:10px;font-size:16px}

.trust{background:#fff}
.community-grid{
  max-width:1060px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.community-grid h3{
  color:#091423;
  font-size:25px;
  line-height:1;
  text-transform:uppercase;
}

.status-strip{
  background:
    linear-gradient(135deg,rgba(0,200,212,.10),rgba(123,77,255,.08)),
    #f8fbff;
}
.status-card{
  max-width:960px;
  margin:0 auto;
  padding:34px;
  border:1px solid rgba(0,200,212,.26);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 20px 48px rgba(8,17,31,.08);
}
.status-card h2{margin:12px 0 14px}

.faq{background:#fff}
.faq-list{
  max-width:900px;
  margin:0 auto;
  display:grid;
  gap:12px;
}
.faq-list details{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 28px rgba(8,17,31,.05);
}
.faq-list summary{
  cursor:pointer;
  padding:20px 22px;
  color:#0b1424;
  font:800 22px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.faq-list p{
  padding:0 22px 20px;
  color:#4a5870;
  font-size:17px;
}
.faq-list a{color:var(--cyan-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px}

.waitlist-section{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 430px;
  gap:42px;
  align-items:center;
}
.waitlist-copy h2{margin:12px 0 16px}
.waitlist-copy small{display:block;margin-top:18px;color:var(--muted);font-size:15px}
.waitlist{
  padding:28px;
  border:1px solid rgba(0,200,212,.35);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:var(--shadow);
}
.waitlist label{
  display:block;
  margin-bottom:10px;
  color:#0c1728;
  font:800 15px/1 "Barlow Condensed",sans-serif;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.waitlist input,.contact-form input,.contact-form textarea,.contact-form select{
  width:100%;
  min-height:54px;
  border:1px solid rgba(13,32,56,.16);
  border-radius:var(--radius);
  padding:15px 16px;
  background:#fff;
  color:#0d1528;
  outline:none;
}
.waitlist input:focus,.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{
  border-color:rgba(0,200,212,.64);
  box-shadow:0 0 0 4px rgba(0,200,212,.12);
}
.waitlist .btn{width:100%;margin-top:14px}
.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;height:0!important;width:0!important;overflow:hidden!important}

.about{background:#f8fbff}
.about-grid{
  max-width:920px;
  margin:0 auto;
  display:grid;
  grid-template-columns:190px 1fr;
  gap:40px;
  align-items:center;
}
.about-grid img{object-fit:contain}
.about-grid h2{margin:12px 0 14px}

.social{background:#fff;padding-top:34px}
.social .eyebrow{text-align:center;margin-bottom:20px}
.social-grid{
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.social-card{
  min-height:74px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 22px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 16px 36px rgba(8,17,31,.06);
}
.social-card svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:var(--cyan-dark);
  stroke-width:1.9;
}
.social-card:first-child svg,.social-card:nth-child(3) svg{fill:var(--cyan-dark);stroke:none}
.social-card b{
  display:block;
  color:#0c1728;
  font:800 22px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}
.social-card em{font-style:normal;color:var(--cyan-dark)}

.site-footer{
  max-width:1180px;
  margin:0 auto;
  padding:50px 28px 34px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1.25fr repeat(5,1fr);
  gap:28px;
}
.footer-column{display:grid;align-content:start;gap:10px}
.footer-column strong{
  color:#0c1728;
  font:800 18px/1 "Barlow Condensed",sans-serif;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.footer-column a{color:#526176;font-size:16px}
.footer-column a:hover,.footer-column a:focus-visible{color:var(--cyan-dark)}
.footer-bottom{
  grid-column:1 / -1;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#6d798b;
  font-size:15px;
}

.page{min-height:100vh;padding:128px 28px 70px}
.legal,.contact{max-width:960px;margin:0 auto}
.legal h1,.contact h1{
  color:#0b1424;
  font:800 clamp(54px,8vw,86px)/.86 "Bebas Neue","Barlow Condensed",sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:24px;
}
.legal h2,.contact h2{
  margin:32px 0 12px;
  color:#0b1424;
  font-size:30px;
  line-height:1;
  text-transform:uppercase;
}
.legal p,.legal li,.contact p{font-size:18px;line-height:1.65;color:#354159}
.legal ul{padding-left:22px}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:start;margin-top:30px}
.contact-note{
  padding:28px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 18px 42px rgba(8,17,31,.07);
}
.contact-form{display:grid;gap:14px}
.contact-form textarea{min-height:150px;resize:vertical}
.toast{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:500;
  max-width:min(420px,calc(100vw - 36px));
  padding:14px 18px;
  border:1px solid rgba(0,200,212,.42);
  border-radius:var(--radius);
  background:#fff;
  color:#0b1424;
  box-shadow:0 20px 50px rgba(8,17,31,.18);
  transform:translateY(120px);
  transition:.24s ease;
}
.toast.show{transform:translateY(0)}
.toast.error{border-color:#ffb6b6;background:#fff6f6;color:#8a0e0e}

:focus-visible{outline:3px solid rgba(0,200,212,.45);outline-offset:4px}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

@media(max-width:1080px){
  .hero-media{width:42vw;right:24px}
  .audience-grid{grid-template-columns:repeat(3,1fr)}
  .problem-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(3,1fr)}
  .flow-line{grid-template-columns:repeat(6,auto);gap:8px}
  .flow-line i{display:none}
  .competition-panel{grid-template-columns:1fr}
  .site-footer{grid-template-columns:repeat(3,1fr)}
  .footer-brand{grid-column:1 / -1}
}
@media(max-width:860px){
  .nav-inner{height:72px;padding:0 20px}
  .menu-toggle{display:flex}
  .nav-links{
    position:absolute;
    left:14px;
    right:14px;
    top:80px;
    display:none;
    padding:12px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 22px 55px rgba(8,17,31,.15);
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:15px 16px}
  .nav-cta{justify-content:center}
  .hero{
    display:flex;
    flex-direction:column;
    min-height:auto;
    padding:92px 22px 48px;
    background:
      linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.70) 48%,rgba(247,249,252,.98) 100%),
      url("assets/hero-field.jpg") center/cover no-repeat;
  }
  .hero-media{
    position:relative;
    order:2;
    top:auto;
    right:auto;
    width:min(100%,340px);
    max-height:none;
    margin:34px auto 0;
    transform:none;
  }
  .hero-media img{max-height:440px;object-fit:cover}
  .hero-content{order:1}
  .hero-content{text-align:left}
  .actions{display:grid;grid-template-columns:1fr}
  .btn{width:100%}
  .product-row,.product-row-reverse,.trace{
    grid-template-columns:1fr;
    gap:28px;
  }
  .product-row-reverse .product-copy,.product-row-reverse .product-shot{grid-column:auto;grid-row:auto}
  .product-shot,.trace-shot{max-width:430px;margin:0 auto}
  .competition-list,.community-grid,.waitlist-section,.about-grid,.contact-grid{grid-template-columns:1fr}
  .waitlist-section{padding-inline:22px}
  .about-grid{text-align:center}
  .about-grid img{margin:0 auto}
}
@media(max-width:620px){
  .section{padding:56px 20px}
  .brand{font-size:23px;letter-spacing:2.4px}
  .brand img{width:42px;height:42px}
  h1{font-size:78px}
  .slogan{font-size:33px}
  .hero-copy{font-size:20px}
  .btn{white-space:normal;text-align:center;line-height:1.1}
  .audience-grid,.problem-grid,.steps,.social-grid,.site-footer{grid-template-columns:1fr}
  .problem-grid article,.community-grid article,.steps article{min-height:auto}
  .audience-grid article{min-height:auto}
  .flow-line{grid-template-columns:1fr 1fr;align-items:stretch}
  .flow-line span{width:100%}
  .steps article{display:grid;grid-template-columns:56px 1fr;column-gap:16px;align-items:start}
  .steps span{grid-row:1 / span 2;margin-bottom:0}
  .steps p{margin-top:6px}
  .competition-list{grid-template-columns:1fr}
  .site-footer{text-align:left}
  .footer-brand{justify-content:flex-start}
  .page{padding:104px 20px 54px}
}
