@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#080d16;
  --surface:#0c131f;
  --surface-2:#0f1927;
  --line:#1d2b3f;
  --line-strong:#29415f;
  --text:#f1f5fa;
  --muted:#91a0b5;
  --blue:#3d83f7;
  --blue-dark:#1769c2;
  --green:#29d17d;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Inter,Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.wrap{width:min(1160px,calc(100% - 40px));margin:auto}

 .hero{padding:86px 0 82px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#5797ff;font-size:10px;font-weight:700;letter-spacing:.11em}
.eyebrow span{width:6px;height:6px;background:var(--green);border-radius:50%}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(49px,5.7vw,74px);line-height:1.02;letter-spacing:-.058em;font-weight:800;margin:23px 0}
h1 em{font-style:normal;color:#d8e2ef;font-weight:800}
.hero-copy>p{max-width:630px;color:var(--muted);font-size:16px;line-height:1.8}
.actions{display:flex;gap:11px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:6px;padding:13px 19px;font-size:12px;font-weight:800;border:1px solid transparent;cursor:pointer}
.btn b{font-size:15px;font-weight:500}
.primary{background:var(--blue);color:white}
.primary:hover{background:#5593fa}
.secondary{background:transparent;border-color:var(--line-strong);color:#d9e2ed}
.secondary:hover{background:var(--surface)}

.hub{
  height:350px;
  border:1px solid var(--line-strong);
  background:var(--surface);
  position:relative;
  overflow:hidden;
}
.hub-title{position:absolute;top:21px;left:23px;color:#6f8198;font-size:9px;font-weight:700;letter-spacing:.12em}
.hub-footer{position:absolute;bottom:21px;left:0;right:0;text-align:center;color:#586b84;font-size:9px;letter-spacing:.12em}
.hub-core{position:absolute;inset:50px 25px 48px}
.ring{position:absolute;border:1px solid #203b5d;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.ring-1{width:190px;height:190px}
.ring-2{width:275px;height:105px;transform:translate(-50%,-50%) rotate(-20deg);border-style:dashed}
.core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border:1px solid #3d83f7;background:#0c1d35;display:grid;place-items:center;font-size:25px;font-weight:700;color:#65a1ff}
.route{position:absolute;height:1px;background:#31577f;transform-origin:left center}
.route-a{width:105px;left:50%;top:50%;transform:rotate(-38deg)}
.route-b{width:112px;left:50%;top:50%;transform:rotate(33deg)}
.route-c{width:105px;left:50%;top:50%;transform:rotate(155deg)}
.hub-node{position:absolute;border:1px solid #294b72;background:#0b1524;padding:7px 9px;color:#6f94c3;font-size:8px;font-weight:700;letter-spacing:.08em}
.node-a{right:2%;top:12%}.node-b{right:1%;bottom:8%}.node-c{left:0;top:48%}

.proof{border-block:1px solid #172336;background:#0a1019}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.proof-grid div{padding:22px 20px;border-right:1px solid #172336;display:flex;gap:13px;align-items:center;color:#9ba9bb;font-size:11px}
.proof-grid div:first-child{border-left:1px solid #172336}
.proof-grid b{color:#4d91ff;font-size:10px}

.section{padding:100px 0}
.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
h2{font-size:clamp(39px,4.5vw,57px);line-height:1.06;letter-spacing:-.048em;font-weight:800;margin:19px 0}
.section-intro>p,.about-grid>p,.distribution p,.contact p{color:var(--muted);max-width:480px;font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:50px}
.product-grid article{min-height:215px;border:1px solid var(--line);background:var(--surface);padding:27px}
.product-grid article:hover{border-color:#31577f}
.number{color:#4d91ff;font-size:10px;font-weight:700}
.product-grid h3{font-size:19px;font-weight:800;margin:42px 0 8px}
.product-grid p{color:#8292a8;font-size:13px;margin:0}

.distribution{padding:92px 0;border-block:1px solid #172336;background:#0a111b}
.distribution-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}
.distribution p{line-height:1.75}
.process{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}
.process div{padding:22px 17px;border-right:1px solid var(--line)}
.process div:last-child{border:0}
.process span{display:block;color:#4d91ff;font-size:10px;margin-bottom:20px}
.process strong{display:block;font-size:14px;font-weight:800}
.process small{display:block;color:#667991;font-size:10px;margin-top:5px}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
.about{padding-bottom:90px}

.contact{padding:20px 0 105px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line);padding-top:65px}
.contact form{display:grid;gap:14px}
.contact label{display:grid;gap:6px;color:#8192a8;font-size:11px}
input,textarea{width:100%;border:1px solid var(--line-strong);border-radius:5px;background:#090f18;color:#fff;padding:12px;outline:0}
input:focus,textarea:focus{border-color:var(--blue)}
.success{color:#58db98}

.footer{height:76px;border-top:1px solid #172336;display:flex;align-items:center;justify-content:space-between;color:#5f7188;font-size:10px}


.menu{
  display:none;
  width:48px;height:48px;flex:0 0 48px;
  flex-direction:column;justify-content:center;align-items:center;gap:5px;
  border:1px solid #29405b;border-radius:6px;
  background:#0d1725;color:#fff;cursor:pointer;
}
.menu span{display:block;width:18px;height:1.5px;background:#dbe5f0;border-radius:2px}

/* SOLVANTIS HEADER — authoritative V9 sizing */
.hero{padding:86px 0 82px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#5797ff;font-size:10px;font-weight:700;letter-spacing:.11em}
.eyebrow span{width:6px;height:6px;background:var(--green);border-radius:50%}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(49px,5.7vw,74px);line-height:1.02;letter-spacing:-.058em;font-weight:800;margin:23px 0}
h1 em{font-style:normal;color:#d8e2ef;font-weight:800}
.hero-copy>p{max-width:630px;color:var(--muted);font-size:16px;line-height:1.8}
.actions{display:flex;gap:11px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:6px;padding:13px 19px;font-size:12px;font-weight:800;border:1px solid transparent;cursor:pointer}
.btn b{font-size:15px;font-weight:500}
.primary{background:var(--blue);color:white}
.primary:hover{background:#5593fa}
.secondary{background:transparent;border-color:var(--line-strong);color:#d9e2ed}
.secondary:hover{background:var(--surface)}

.hub{
  height:350px;
  border:1px solid var(--line-strong);
  background:var(--surface);
  position:relative;
  overflow:hidden;
}
.hub-title{position:absolute;top:21px;left:23px;color:#6f8198;font-size:9px;font-weight:700;letter-spacing:.12em}
.hub-footer{position:absolute;bottom:21px;left:0;right:0;text-align:center;color:#586b84;font-size:9px;letter-spacing:.12em}
.hub-core{position:absolute;inset:50px 25px 48px}
.ring{position:absolute;border:1px solid #203b5d;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.ring-1{width:190px;height:190px}
.ring-2{width:275px;height:105px;transform:translate(-50%,-50%) rotate(-20deg);border-style:dashed}
.core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border:1px solid #3d83f7;background:#0c1d35;display:grid;place-items:center;font-size:25px;font-weight:700;color:#65a1ff}
.route{position:absolute;height:1px;background:#31577f;transform-origin:left center}
.route-a{width:105px;left:50%;top:50%;transform:rotate(-38deg)}
.route-b{width:112px;left:50%;top:50%;transform:rotate(33deg)}
.route-c{width:105px;left:50%;top:50%;transform:rotate(155deg)}
.hub-node{position:absolute;border:1px solid #294b72;background:#0b1524;padding:7px 9px;color:#6f94c3;font-size:8px;font-weight:700;letter-spacing:.08em}
.node-a{right:2%;top:12%}.node-b{right:1%;bottom:8%}.node-c{left:0;top:48%}

.proof{border-block:1px solid #172336;background:#0a1019}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.proof-grid div{padding:22px 20px;border-right:1px solid #172336;display:flex;gap:13px;align-items:center;color:#9ba9bb;font-size:11px}
.proof-grid div:first-child{border-left:1px solid #172336}
.proof-grid b{color:#4d91ff;font-size:10px}

.section{padding:100px 0}
.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
h2{font-size:clamp(39px,4.5vw,57px);line-height:1.06;letter-spacing:-.048em;font-weight:800;margin:19px 0}
.section-intro>p,.about-grid>p,.distribution p,.contact p{color:var(--muted);max-width:480px;font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:50px}
.product-grid article{min-height:215px;border:1px solid var(--line);background:var(--surface);padding:27px}
.product-grid article:hover{border-color:#31577f}
.number{color:#4d91ff;font-size:10px;font-weight:700}
.product-grid h3{font-size:19px;font-weight:800;margin:42px 0 8px}
.product-grid p{color:#8292a8;font-size:13px;margin:0}

.distribution{padding:92px 0;border-block:1px solid #172336;background:#0a111b}
.distribution-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}
.distribution p{line-height:1.75}
.process{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}
.process div{padding:22px 17px;border-right:1px solid var(--line)}
.process div:last-child{border:0}
.process span{display:block;color:#4d91ff;font-size:10px;margin-bottom:20px}
.process strong{display:block;font-size:14px;font-weight:800}
.process small{display:block;color:#667991;font-size:10px;margin-top:5px}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
.about{padding-bottom:90px}

.contact{padding:20px 0 105px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line);padding-top:65px}
.contact form{display:grid;gap:14px}
.contact label{display:grid;gap:6px;color:#8192a8;font-size:11px}
input,textarea{width:100%;border:1px solid var(--line-strong);border-radius:5px;background:#090f18;color:#fff;padding:12px;outline:0}
input:focus,textarea:focus{border-color:var(--blue)}
.success{color:#58db98}

.footer{height:76px;border-top:1px solid #172336;display:flex;align-items:center;justify-content:space-between;color:#5f7188;font-size:10px}


.menu{
  display:none;
  width:48px;height:48px;flex:0 0 48px;
  flex-direction:column;justify-content:center;align-items:center;gap:5px;
  border:1px solid #29405b;border-radius:6px;
  background:#0d1725;color:#fff;cursor:pointer;
}
.menu span{display:block;width:18px;height:1.5px;background:#dbe5f0;border-radius:2px}

/* SOLVANTIS HEADER — authoritative V9 sizing */
.header{
  position:sticky;
  top:0;
  z-index:20;
  background:#0a111d;
  border-bottom:1px solid #1b2a3d;
}
.nav{
  height:150px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  display:block;
  width:500px !important;
  height:150px !important;
  flex:0 0 500px;
  overflow:visible;
}
.brand img{
  display:block;
  width:100% !important;
  height:100% !important;
  object-fit:contain;
  object-position:left center;
}
nav{
  display:flex;
  align-items:center;
  gap:30px;
  margin-left:auto;
  margin-right:0;
  font-size:13px;
  font-weight:600;
  color:#9eacbe;
}
nav a:hover{color:#fff}
.nav-cta{
  padding:9px 14px;
  border:1px solid #304964;
  border-radius:6px;
  color:#edf3f9;
}
.menu{
  display:none !important;
  width:48px;
  height:48px;
  flex:0 0 48px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  border:1px solid #29405b;
  border-radius:6px;
  background:#0d1725;
  color:#fff;
  cursor:pointer;
}
.menu span{
  display:block;
  width:18px;
  height:1.5px;
  background:#dbe5f0;
  border-radius:2px;
}


/* =========================
   SOLVANTIS HEADER — V10
   ========================= */
.header{
  position:sticky;
  top:0;
  z-index:100;
  background:#0a111d;
  border-bottom:1px solid #1b2a3d;
}
.nav{
  width:min(1360px,calc(100% - 64px));
  height:150px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:40px;
}
.brand{
  display:block;
  width:540px;
  height:118px;
  flex:0 0 540px;
  line-height:0;
}
.brand-logo{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px;
  font-weight:600;
  color:#9eacbe;
}
nav a:hover{color:#fff}
.nav-cta{
  padding:11px 16px;
  border:1px solid #304964;
  border-radius:6px;
  color:#edf3f9;
}
.menu{
  display:none !important;
  width:48px;
  height:48px;
  flex:0 0 48px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  border:1px solid #29405b;
  border-radius:6px;
  background:#0d1725;
  color:#fff;
  cursor:pointer;
}
.menu span{
  display:block;
  width:19px;
  height:1.5px;
  background:#dbe5f0;
  border-radius:2px;
}

/* Medium screens: retain a large brand, but prevent nav collision. */
@media(max-width:1100px){
  .nav{
    width:min(100% - 40px,1360px);
    height:125px;
    gap:24px;
  }
  .brand{
    width:420px;
    height:96px;
    flex-basis:420px;
  }
  nav{gap:18px;font-size:12px}
}

/* Mobile: desktop nav disappears, hamburger appears. */
@media(max-width:850px){
  .nav{
    width:calc(100% - 30px);
    height:100px;
    gap:12px;
  }
  .brand{
    width:min(390px,calc(100vw - 72px));
    height:88px;
    flex:1 1 auto;
  }
  nav{display:none !important}
  .menu{display:flex !important}
  nav.mobile-open{
    position:absolute;
    display:flex !important;
    left:15px;
    right:15px;
    top:100px;
    margin:0;
    padding:20px;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
    background:#0a111b;
    border:1px solid var(--line);
    border-radius:6px;
    box-shadow:0 18px 40px rgba(0,0,0,.35);
  }
}

/* Small phones: logo stays visually large while fitting beside the menu. */
@media(max-width:520px){
  .nav{height:90px}
  .brand{
    width:calc(100vw - 70px);
    height:78px;
  }
  .menu{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
  nav.mobile-open{top:90px}
}


/* =========================
   V11 FINAL RESPONSIVE OVERRIDES
   ========================= */

/* Desktop: logo is 2x smaller than V10's 540px visual box. */
@media(min-width:851px){
  html,body{overflow-x:hidden}
  .nav{
    height:105px;
    width:min(1360px,calc(100% - 64px));
  }
  .brand{
    width:270px !important;
    height:59px !important;
    flex:0 0 270px !important;
  }
  .brand-logo{
    width:100% !important;
    height:100% !important;
  }
  .menu{display:none !important}
}

/* Mobile/tablet: one clean vertical column.
   No second grid column peeking into the viewport and no horizontal clipping. */
@media(max-width:850px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .header,
  .nav,
  .hero,
  .hero-grid,
  .hero-copy,
  .hub{
    min-width:0;
    max-width:100%;
  }

  .nav{
    width:calc(100% - 30px);
    height:82px;
    gap:10px;
  }

  .brand{
    width:min(195px,calc(100vw - 68px)) !important;
    height:44px !important;
    flex:0 1 auto !important;
  }

  .brand-logo{
    width:100% !important;
    height:100% !important;
  }

  nav{display:none !important}
  .menu{display:flex !important}

  nav.mobile-open{
    top:82px;
    left:15px;
    right:15px;
    width:auto;
    box-sizing:border-box;
  }

  .hero{
    padding:55px 0 65px;
  }

  .hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:42px;
    width:100%;
  }

  .hero-copy{
    width:100%;
  }

  h1{
    font-size:clamp(43px,12vw,60px);
    line-height:1.01;
    letter-spacing:-.055em;
    overflow-wrap:normal;
    word-break:normal;
  }

  .hero-copy>p{
    max-width:100%;
  }

  .actions{
    flex-wrap:wrap;
    max-width:100%;
  }

  .hub{
    width:100%;
    height:300px;
    box-sizing:border-box;
  }
}

@media(max-width:520px){
  .nav{height:76px}
  .brand{
    width:min(170px,calc(100vw - 66px)) !important;
    height:39px !important;
  }
  .menu{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
  nav.mobile-open{top:76px}

  .hero{
    padding:48px 0 58px;
  }
  .hero-grid{
    grid-template-columns:minmax(0,1fr);
    gap:36px;
  }
  h1{
    font-size:clamp(40px,11.5vw,54px);
  }
  .actions{
    flex-direction:column;
    align-items:stretch;
  }
  .btn{
    width:100%;
    box-sizing:border-box;
  }
  .hub{
    height:270px;
  }
}


/* =========================
   V12 — MOBILE BREATHING ROOM
   ========================= */

/* Desktop remains unchanged from V11. */
@media(max-width:850px){
  /* Give the entire mobile page deliberate horizontal negative space. */
  .hero .wrap{
    width:100%;
    padding-left:24px;
    padding-right:24px;
  }

  .hero{
    padding-top:58px;
    padding-bottom:68px;
  }

  .hero-grid{
    gap:48px;
  }

  .eyebrow{
    margin-left:0;
  }

  /* Less compressed typography: more readable line-height and slightly
     less aggressive tracking. */
  h1{
    font-size:clamp(40px,10.5vw,54px);
    line-height:1.09;
    letter-spacing:-.038em;
    margin:22px 0 25px;
    max-width:100%;
  }

  .hero-copy>p{
    max-width:100%;
    font-size:15px;
    line-height:1.85;
  }

  .actions{
    margin-top:30px;
    gap:12px;
  }

  .hub{
    width:100%;
  }

  /* Give the mobile logo a little more presence without returning to V10's
     oversized treatment. */
  .brand{
    width:min(215px,calc(100vw - 72px)) !important;
    height:48px !important;
  }
}

@media(max-width:520px){
  .hero .wrap{
    padding-left:24px;
    padding-right:24px;
  }

  .hero{
    padding-top:50px;
    padding-bottom:60px;
  }

  .hero-grid{
    gap:42px;
  }

  h1{
    font-size:clamp(38px,10vw,48px);
    line-height:1.1;
    letter-spacing:-.035em;
    margin-top:20px;
    margin-bottom:24px;
  }

  .hero-copy>p{
    font-size:15px;
    line-height:1.82;
  }

  .brand{
    width:min(205px,calc(100vw - 72px)) !important;
    height:46px !important;
  }
}
