:root{
  --ink:#12151b;
  --paper:#f5f6f8;
  --muted:#69707d;
  --line:#dce0e6;
  --red:#ef3340;
  --black:#07090d;
  --max:1180px;
  --page-space:clamp(18px, 4vw, 48px);
  --section-space:clamp(75px, 9vw, 130px);
}
*, *::before, *::after{
  box-sizing:border-box;
}
html{
  scroll-behavior:smooth;
  overflow-x:hidden;
}
body{
  margin:0;
  width:100%;
  min-width:0;
  overflow-x:hidden;
  color:var(--ink);
  background:#ffffff;
  font-family:Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img, video, iframe, svg{
  display:block;
  max-width:100%;
}
a{
  color:inherit;
  text-decoration:none;
}
h1, h2, h3, p{
  overflow-wrap:break-word;
}
.proice-about-page{
  width:100%;
  overflow:hidden;
}
.wrap{
  width:min(
    var(--max),
    calc(100% - (var(--page-space) * 2))
  );
  margin-left:auto;
  margin-right:auto;
}
section{
  position:relative;
  width:100%;
}
h2{
  margin:0;
  font-size:clamp(32px, 4vw, 58px);
  line-height:1.04;
  letter-spacing:-0.055em;
  font-weight:800;
}
.section-bg{
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:48px;
  padding:13px 19px;
  border:1px solid currentColor;
  background:transparent;
  font-size:12px;
  line-height:1;
  font-weight:750;
  letter-spacing:0.02em;
  transition:background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.btn::after{
  content:"→";
  font-size:18px;
  line-height:1;
}
.btn:hover{
  color:#ffffff;
  background:var(--red);
  border-color:var(--red);
  transform:translateY(-1px);
}
.hero{
  position:relative;
  width:100%;
  min-height:max(720px, 100vh);
  display:flex;
  align-items:center;
  overflow:hidden;
  color:var(--ink);
  background:#d9e0e5;
}
.hero-bg{
  object-fit:cover;
  undefined:undefined;
  object-position:55% center;
}
.hero-overlay{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(248, 249, 250, 0.99) 0%,
    rgba(248, 249, 250, 0.97) 11%,
    rgba(248, 249, 250, 0.90) 22%,
    rgba(248, 249, 250, 0.70) 33%,
    rgba(248, 249, 250, 0.36) 45%,
    rgba(248, 249, 250, 0.10) 57%,
    rgba(248, 249, 250, 0.01) 69%
  ),
    linear-gradient(
      0deg,
      rgba(248, 249, 250, 0.42) 0%,
      rgba(248, 249, 250, 0.12) 25%,
      rgba(248, 249, 250, 0) 48%
    );
}
.hero-grid{
  position:relative;
  z-index:3;
  padding-top:135px;
  padding-bottom:40px;
}
.hero-content{
  width:100%;
  max-width:470px;
}
.hero h1{
  width:100%;
  max-width:470px;
  margin:0 0 24px;
  color:var(--ink);
  font-size:clamp(54px, 5vw, 78px);
  font-weight:800;
  line-height:0.93;
  letter-spacing:-0.065em;
}
.hero h1 em{
  display:inline;
  color:var(--red);
  font-style:normal;
}
.hero p{
  width:100%;
  max-width:455px;
  margin:0;
  color:#333a45;
  font-size:14px;
  font-weight:500;
  line-height:1.75;
}
.proof{
  position:relative;
  padding:0;
  color:#ffffff;
  background:#0a0e14;
}
.proof-layout{
  position:relative;
  width:100%;
  min-height:clamp(620px, 72vh, 760px);
  display:flex;
  align-items:stretch;
  overflow:hidden;
  background:#21262d;
}
.proof-bg{
  object-fit:cover;
  object-position:center 58%;
}
.proof-overlay{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(7, 11, 17, 0.95) 0%,
    rgba(7, 11, 17, 0.84) 28%,
    rgba(7, 11, 17, 0.58) 48%,
    rgba(7, 11, 17, 0.17) 70%,
    rgba(7, 11, 17, 0) 88%
  );
}
.proof-content{
  position:relative;
  z-index:2;
  width:min(
    var(--max),
    calc(100% - (var(--page-space) * 2))
  );
  min-height:inherit;
  margin-left:auto;
  margin-right:auto;
  padding-top:clamp(60px, 7vw, 88px);
  padding-bottom:clamp(40px, 5vw, 55px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.proof-content h2{
  width:min(100%, 660px);
  font-size:clamp(38px, 4.5vw, 64px);
}
.proof-intro{
  width:min(100%, 560px);
  margin:20px 0 0 !important;
  color:#d8dde4 !important;
  font-size:clamp(13px, 1.2vw, 15px) !important;
  line-height:1.8 !important;
}
.proof-grid{
  width:min(53%, 620px);
  margin-top:auto;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  border-top:1px solid rgba(255, 255, 255, 0.3);
  border-bottom:1px solid rgba(255, 255, 255, 0.3);
  background:rgba(7, 11, 17, 0.55);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.proof-item{
  min-height:120px;
  padding:22px 20px;
  border-right:1px solid rgba(255, 255, 255, 0.2);
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.proof-item:nth-child(even){
  border-right:0;
}
.proof-item:nth-child(n + 3){
  border-bottom:0;
}
.proof-item:nth-child(odd){
  padding-left:0;
}
.proof h3{
  margin:0 0 9px;
  font-size:15px;
  line-height:1.22;
  letter-spacing:-0.025em;
}
.proof p{
  margin:0;
  color:#c4cad3;
  font-size:12px;
  line-height:1.65;
}
.story-band{
  padding:0;
  background:#ffffff;
}
.story-grid{
  width:100%;
  min-height:clamp(520px, 62vw, 650px);
  display:grid;
  grid-template-columns:minmax(0, 1.05fr)
    minmax(0, 0.95fr);
}
.story-image{
  position:relative;
  min-width:0;
  min-height:500px;
  overflow:hidden;
  background:#e8eaed;
}
.story-img{
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  object-position:65% 59%;
}
.story-copy{
  min-width:0;
  padding:clamp(55px, 7vw, 115px)
    clamp(45px, 7vw, 110px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.story-copy h2{
  width:min(100%, 560px);
}
.story-copy p{
  width:min(100%, 450px);
  margin:22px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.82;
}
.story-copy .btn{
  margin-top:30px;
}
.build{
  padding:var(--section-space) 0;
  background:var(--paper);
}
.build-head{
  margin-bottom:clamp(35px, 5vw, 52px);
}
.build-head h2{
  width:min(100%, 660px);
}
.build-head p{
  width:min(100%, 620px);
  margin:18px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}
.cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:clamp(15px, 1.6vw, 22px);
}
.card{
  position:relative;
  min-width:0;
  min-height:clamp(410px, 38vw, 470px);
  overflow:hidden;
  color:#ffffff;
  background:#11151a;
}
.card-bg{
  position:absolute;
  z-index:0;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.card-bg-cockpit{
  object-position:43% center;
}
.card-overlay{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(4, 7, 12, 0.07) 0%,
    rgba(4, 7, 12, 0.08) 30%,
    rgba(4, 7, 12, 0.51) 61%,
    rgba(4, 7, 12, 0.97) 100%
  );
}
.card-content{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  min-height:inherit;
  padding:clamp(24px, 2.5vw, 32px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.card h3{
  width:min(100%, 250px);
  margin:auto 0 14px;
  font-size:clamp(25px, 2.5vw, 31px);
  line-height:1.01;
  letter-spacing:-0.055em;
}
.card p{
  margin:0 0 23px;
  color:#d6dbe2;
  font-size:13px;
  line-height:1.7;
}
.card a{
  width:fit-content;
  color:#ffffff;
  font-size:12px;
  font-weight:800;
}
.card a::after{
  content:"  →";
  color:var(--red);
  font-size:16px;
}
.how{
  padding:0 0 clamp(80px, 9vw, 128px);
  color:var(--ink);
  background:#eef1f4;
}
.network-visual{
  position:relative;
  min-height:clamp(480px, 48vw, 580px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#1b2026;
}
.network-bg{
  object-position:center;
}
.network-overlay{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    270deg,
    rgba(5, 9, 13, 0.90) 0%,
    rgba(5, 9, 13, 0.65) 35%,
    rgba(5, 9, 13, 0.13) 67%
  ),
    linear-gradient(
      0deg,
      rgba(5, 9, 13, 0.42) 0%,
      rgba(5, 9, 13, 0) 58%
    );
}
.network-copy{
  position:relative;
  z-index:2;
  width:min(
    var(--max),
    calc(100% - (var(--page-space) * 2))
  );
  padding-bottom:clamp(88px, 9vw, 120px);
  color:#ffffff;
}
.network-copy h2{
  width:min(100%, 590px);
  margin-left:auto;
}
.how-grid{
  position:relative;
  z-index:4;
  margin-top:-42px;
  display:grid;
  grid-template-columns:minmax(300px, 0.72fr)
    minmax(0, 1.28fr);
  gap:0;
  align-items:stretch;
  overflow:hidden;
  background:#ffffff;
  box-shadow:0 25px 60px
    rgba(18, 21, 27, 0.12),
    0 5px 15px
    rgba(18, 21, 27, 0.04);
}
.how-summary{
  position:relative;
  min-width:0;
  min-height:350px;
  padding:clamp(38px, 4vw, 50px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#11151d;
}
.how-summary::before{
  content:"";
  position:absolute;
  top:0;
  left:clamp(38px, 4vw, 50px);
  width:92px;
  height:5px;
  background:var(--red);
}
.copy p{
  margin:0 0 22px;
}
.copy p:last-child{
  margin-bottom:0;
}
.how .how-summary p{
  color:#d6dbe2;
  font-size:14px;
  line-height:1.85;
}
.how .how-summary p:last-child{
  margin-top:4px;
  padding-top:22px;
  border-top:1px solid rgba(255, 255, 255, 0.2);
  color:#ffffff;
  font-weight:650;
}
.process{
  min-width:0;
  padding:42px 30px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  align-items:stretch;
  background:#ffffff;
}
.process-item{
  position:relative;
  min-width:0;
  padding:16px 23px 12px;
  display:flex;
  align-items:flex-start;
  border-left:1px solid var(--line);
}
.process-item:first-child{
  border-left:0;
}
.process-item::before{
  content:"";
  position:absolute;
  top:0;
  left:23px;
  width:32px;
  height:3px;
  background:var(--red);
}
.process-item h3{
  margin:22px 0 10px;
  font-size:18px;
  line-height:1.15;
  letter-spacing:-0.035em;
}
.process-item p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.74;
}
.closing{
  position:relative;
  padding:clamp(95px, 10vw, 150px) 0;
  overflow:hidden;
  color:#ffffff;
  background:#15191e;
}
.closing-bg{
  object-position:center;
}
.closing-overlay{
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(9, 12, 17, 0.95) 0%,
    rgba(9, 12, 17, 0.83) 34%,
    rgba(9, 12, 17, 0.42) 58%,
    rgba(9, 12, 17, 0.10) 100%
  );
}
.closing-content{
  position:relative;
  z-index:2;
}
.closing h2{
  width:min(100%, 620px);
  margin:0 0 21px;
}
.closing p{
  width:min(100%, 480px);
  margin:0 0 31px;
  color:#e0e5eb;
  font-size:15px;
  line-height:1.78;
}
.closing .btn{
  color:#ffffff;
}
.closing .btn:hover{
  color:#ffffff;
}
footer{
  padding:30px 0;
  background:#090b0f;
  color:#a8aeba;
  font-size:11px;
  line-height:1.6;
}
.footer p{
  margin:0;
}
@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior:auto;
  }
  *, *::before, *::after{
    transition-duration:0.01ms !important;
    animation-duration:0.01ms !important;
    animation-iteration-count:1 !important;
  }
}
@media (min-width: 601px)
  and
  (max-width: 768px){
    :root{
      --page-space:26px;
    }
    .hero{
      min-height:650px;
      align-items:flex-end;
    }
    .hero-bg{
      object-position:67% center;
    }
    .hero-overlay{
      background:linear-gradient(
        90deg,
        rgba(248,249,250,.99) 0%,
        rgba(248,249,250,.96) 38%,
        rgba(248,249,250,.78) 62%,
        rgba(248,249,250,.25) 100%
      ),
        linear-gradient(
          0deg,
          rgba(248,249,250,.97) 0%,
          rgba(248,249,250,.72) 32%,
          rgba(248,249,250,.12) 65%,
          rgba(248,249,250,0) 100%
        );
    }
    .hero-grid{
      padding-top:135px;
      padding-bottom:52px;
    }
    .hero h1{
      max-width:390px;
      font-size:clamp(42px, 9vw, 56px);
    }
    .hero p{
      max-width:370px;
      font-size:13px;
    }
    .proof-layout{
      min-height:700px;
    }
    .proof-content{
      min-height:700px;
    }
    .proof-bg{
      object-position:62% center;
    }
    .proof-grid{
      width:76%;
    }
    .story-grid{
      grid-template-columns:1fr;
      min-height:0;
    }
    .story-image{
      min-height:460px;
    }
    .story-img{
      object-position:60% 64%;
    }
    .story-copy{
      padding:70px var(--page-space);
    }
    .story-copy p{
      max-width:600px;
    }
    .cards{
      grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .card{
      min-height:380px;
    }
    .card:last-child{
      grid-column:1 / -1;
      min-height:350px;
    }
    .network-visual{
      min-height:460px;
    }
    .network-bg{
      object-position:44% center;
    }
    .network-copy h2{
      margin-left:0;
      max-width:540px;
    }
    .how-grid{
      grid-template-columns:1fr;
    }
    .how-summary{
      min-height:auto;
    }
    .process{
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    .process-item{
      padding-left:16px;
      padding-right:16px;
    }
    .process-item::before{
      left:16px;
    }
}
@media (min-width: 769px)
  and
  (max-width: 1024px){
    :root{
      --page-space:30px;
    }
    .hero{
      min-height:650px;
    }
    .hero-bg{
      object-position:63% center;
    }
    .hero-overlay{
      background:linear-gradient(
        90deg,
        rgba(248,249,250,.99) 0%,
        rgba(248,249,250,.96) 22%,
        rgba(248,249,250,.84) 40%,
        rgba(248,249,250,.50) 58%,
        rgba(248,249,250,.12) 78%,
        rgba(248,249,250,0) 100%
      );
    }
    .hero-grid{
      padding-top:145px;
      padding-bottom:70px;
    }
    .hero-content{
      max-width:430px;
    }
    .hero h1{
      max-width:430px;
      font-size:clamp(47px, 7vw, 62px);
    }
    .hero p{
      max-width:390px;
    }
    .proof-layout{
      min-height:650px;
    }
    .proof-content{
      min-height:650px;
    }
    .proof-bg{
      object-position:58% center;
    }
    .proof-grid{
      width:64%;
    }
    .story-grid{
      grid-template-columns:1fr 1fr;
      min-height:540px;
    }
    .story-image{
      min-height:540px;
    }
    .story-img{
      object-position:57% center;
    }
    .story-copy{
      padding:55px 42px;
    }
    .cards{
      gap:14px;
    }
    .card{
      min-height:400px;
      padding:0;
    }
    .card-content{
      padding:24px;
    }
    .card h3{
      font-size:26px;
    }
    .network-visual{
      min-height:480px;
    }
    .how-grid{
      grid-template-columns:0.85fr 1.15fr;
    }
    .how-summary{
      padding:36px 30px;
    }
    .how-summary::before{
      left:30px;
    }
    .process{
      padding:34px 18px;
    }
    .process-item{
      padding-left:15px;
      padding-right:15px;
    }
    .process-item::before{
      left:15px;
    }
    .process-item h3{
      font-size:16px;
    }
}
@media (min-width: 769px)
  and
  (max-height: 750px){
    .hero{
      min-height:620px;
    }
    .hero-grid{
      padding-top:110px;
      padding-bottom:45px;
    }
    .proof-layout{
      min-height:620px;
    }
    .proof-content{
      min-height:620px;
    }
}
@media (min-width: 1025px)
  and
  (max-width: 1366px){
    :root{
      --max:1080px;
    }
    .hero{
      min-height:690px;
    }
    .hero-bg{
      object-position:58% center;
    }
    .hero-grid{
      padding-top:110px;
    }
    .hero-content{
      max-width:430px;
    }
    .hero h1{
      max-width:430px;
      font-size:clamp(50px, 5vw, 66px);
    }
    .hero p{
      max-width:420px;
      font-size:13px;
    }
    .proof-bg{
      object-position:54% center;
    }
    .proof-grid{
      width:57%;
    }
    .story-copy{
      padding-left:clamp(45px, 5vw, 70px);
      padding-right:clamp(45px, 5vw, 70px);
    }
    .card{
      min-height:410px;
    }
    .how-grid{
      grid-template-columns:0.8fr 1.2fr;
    }
    .process{
      padding-left:20px;
      padding-right:20px;
    }
    .process-item{
      padding-left:18px;
      padding-right:18px;
    }
    .process-item::before{
      left:18px;
    }
}
@media (min-width: 1440px){
  :root{
    --max:1240px;
  }
  .hero{
    min-height:760px;
  }
  .hero-content{
    max-width:500px;
  }
  .hero h1{
    max-width:500px;
    font-size:78px;
  }
  .proof-layout{
    min-height:720px;
  }
  .proof-content{
    min-height:720px;
  }
  .story-grid{
    min-height:630px;
  }
  .card{
    min-height:470px;
  }
  .network-visual{
    min-height:570px;
  }
}
@media (min-width: 1600px){
  .hero{
    min-height:820px;
  }
  .hero-bg{
    object-position:56% center;
  }
  .hero-grid{
    padding-top:145px;
  }
  .hero p{
    max-width:470px;
    font-size:14px;
  }
}
@media (min-width: 1920px){
  :root{
    --max:1360px;
  }
  .hero{
    min-height:860px;
  }
  .hero-bg{
    object-position:56% 54%;
  }
  .hero h1{
    max-width:520px;
    font-size:82px;
  }
  .hero p{
    max-width:500px;
    font-size:15px;
  }
  .proof-layout{
    min-height:760px;
  }
  .proof-content{
    min-height:760px;
  }
  .proof-grid{
    max-width:650px;
  }
  .card{
    min-height:500px;
  }
  .network-visual{
    min-height:600px;
  }
}
@media (max-width: 600px){
  :root{
    --page-space:18px;
  }
  h2{
    font-size:clamp(31px, 10vw, 42px);
    line-height:1.02;
  }
  .hero{
    min-height:650px;
    align-items:flex-end;
  }
  .hero-bg{
    object-position:65% center;
  }
  .hero-overlay{
    background:linear-gradient(
      90deg,
      rgba(248,249,250,.99) 0%,
      rgba(248,249,250,.96) 38%,
      rgba(248,249,250,.78) 62%,
      rgba(248,249,250,.25) 100%
    ),
      linear-gradient(
        0deg,
        rgba(248,249,250,.97) 0%,
        rgba(248,249,250,.72) 32%,
        rgba(248,249,250,.12) 65%,
        rgba(248,249,250,0) 100%
      );
  }
  .hero-grid{
    padding-top:135px;
    padding-bottom:52px;
  }
  .hero-content{
    max-width:420px;
  }
  .hero h1{
    max-width:390px;
    margin-bottom:20px;
    font-size:clamp(42px, 12vw, 56px);
    line-height:0.95;
  }
  .hero p{
    max-width:370px;
    font-size:13px;
    line-height:1.7;
  }
  .proof-layout{
    min-height:680px;
  }
  .proof-bg{
    object-position:60% center;
  }
  .proof-overlay{
    background:linear-gradient(
      90deg,
      rgba(7,11,17,.95) 0%,
      rgba(7,11,17,.86) 54%,
      rgba(7,11,17,.46) 100%
    ),
      linear-gradient(
        0deg,
        rgba(7,11,17,.92) 0%,
        rgba(7,11,17,.30) 58%,
        rgba(7,11,17,.15) 100%
      );
  }
  .proof-content{
    min-height:680px;
    padding-top:55px;
    padding-bottom:30px;
  }
  .proof-content h2{
    max-width:430px;
    font-size:clamp(34px, 9.7vw, 43px);
  }
  .proof-intro{
    max-width:430px;
    margin-top:17px !important;
    font-size:13px !important;
  }
  .proof-grid{
    width:100%;
    grid-template-columns:1fr;
    margin-top:auto;
    border-bottom:0;
    background:rgba(7,11,17,.63);
  }
  .proof-item{
    min-height:0;
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid
      rgba(255,255,255,.2);
  }
  .proof-item:nth-child(odd){
    min-height:0;
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid
      rgba(255,255,255,.2);
  }
  .proof-item:nth-child(even), .proof-item:nth-child(n + 3){
    min-height:0;
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid
      rgba(255,255,255,.2);
  }
  .proof-item:last-child{
    border-bottom:0;
  }
  .story-grid{
    grid-template-columns:1fr;
    min-height:0;
  }
  .story-image{
    min-height:360px;
  }
  .story-img{
    object-position:58% 64%;
  }
  .story-copy{
    padding:62px var(--page-space);
  }
  .story-copy p{
    width:100%;
    margin-top:18px;
    font-size:14px;
  }
  .story-copy .btn{
    width:100%;
    margin-top:25px;
  }
  .build{
    padding:75px 0;
  }
  .build-head{
    margin-bottom:32px;
  }
  .build-head p{
    margin-top:15px;
    font-size:13px;
  }
  .cards{
    grid-template-columns:1fr;
    gap:16px;
  }
  .card{
    grid-column:auto;
    min-height:340px;
  }
  .card:last-child{
    grid-column:auto;
    min-height:340px;
  }
  .card-content{
    padding:25px 22px;
  }
  .card h3{
    max-width:270px;
    font-size:28px;
  }
  .card p{
    max-width:420px;
    font-size:12.5px;
  }
  .how{
    padding-bottom:75px;
  }
  .network-visual{
    min-height:440px;
  }
  .network-bg{
    object-position:41% center;
  }
  .network-overlay{
    background:linear-gradient(
      0deg,
      rgba(5,9,13,.92) 0%,
      rgba(5,9,13,.55) 50%,
      rgba(5,9,13,.12) 100%
    );
  }
  .network-copy{
    padding-bottom:72px;
  }
  .network-copy h2{
    max-width:450px;
    margin-left:0;
  }
  .how-grid{
    margin-top:-24px;
    grid-template-columns:1fr;
    overflow:visible;
  }
  .how-summary{
    min-height:0;
    padding:42px 26px;
  }
  .how-summary::before{
    left:26px;
  }
  .process{
    padding:16px 26px 26px;
    grid-template-columns:1fr;
  }
  .process-item{
    padding:25px 0;
    border-left:0;
    border-top:1px solid var(--line);
  }
  .process-item:first-child{
    border-top:0;
  }
  .process-item::before{
    top:24px;
    left:0;
  }
  .process-item h3{
    margin-top:22px;
  }
  .closing{
    padding:85px 0;
  }
  .closing-bg{
    object-position:61% center;
  }
  .closing-overlay{
    background:linear-gradient(
      90deg,
      rgba(9,12,17,.94) 0%,
      rgba(9,12,17,.76) 65%,
      rgba(9,12,17,.32) 100%
    ),
      linear-gradient(
        0deg,
        rgba(9,12,17,.55) 0%,
        rgba(9,12,17,.05) 100%
      );
  }
  .closing h2{
    max-width:430px;
  }
  .closing p{
    max-width:400px;
    margin-bottom:26px;
    font-size:14px;
  }
  .closing .btn{
    width:100%;
  }
  footer{
    padding:26px 0;
  }
  .footer p + p{
    margin-top:10px;
  }
}
@media (max-width: 480px){
  :root{
    --page-space:16px;
  }
  .hero{
    min-height:620px;
  }
  .hero-bg{
    object-position:63% center;
  }
  .hero-grid{
    padding-top:125px;
    padding-bottom:45px;
  }
  .hero h1{
    max-width:340px;
    font-size:clamp(39px, 12vw, 50px);
  }
  .hero p{
    max-width:330px;
    font-size:12.5px;
  }
  .proof-layout{
    min-height:690px;
  }
  .proof-content{
    min-height:690px;
  }
  .proof-content h2{
    font-size:34px;
  }
  .story-image{
    min-height:320px;
  }
  .story-copy{
    padding-top:52px;
    padding-bottom:52px;
  }
  .card{
    min-height:315px;
  }
  .network-visual{
    min-height:410px;
  }
  .how-summary{
    padding:38px 22px;
  }
  .how-summary::before{
    left:22px;
  }
  .process{
    padding-left:22px;
    padding-right:22px;
  }
  .closing{
    padding:75px 0;
  }
}
@media (max-width: 360px){
  .hero h1{
    font-size:36px;
  }
  .proof-intro, .hero p, .story-copy p, .closing p{
    font-size:12.5px !important;
  }
  .proof-content h2, h2{
    font-size:31px;
  }
  .card{
    min-height:300px;
  }
  .card h3{
    font-size:25px;
  }
  .how-summary{
    padding-left:20px;
    padding-right:20px;
  }
  .how-summary::before{
    left:20px;
  }
  .process{
    padding-left:20px;
    padding-right:20px;
  }
}
