:root{
  --bg:#070a13;
  --bg-2:#0b1020;
  --panel:#171c2d;
  --panel-2:#202638;
  --ink:#f4f7ff;
  --muted:#aeb8d0;
  --line:rgba(255,255,255,.12);
  --primary:#7b61ff;
  --blue:#3a8cff;
  --green:#29d391;
  --pink:#ef5b9c;
  --amber:#f6b756;
  --max:1500px;
  --font:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{min-height:100%}
body{
  margin:0;
  overflow-x:hidden;
  font-family:var(--font);
  color:var(--ink);
  background:
    linear-gradient(120deg,rgba(123,97,255,.16),transparent 32%),
    linear-gradient(245deg,rgba(41,211,145,.14),transparent 36%),
    linear-gradient(180deg,#080b15 0%,#0a0e18 52%,#070a13 100%);
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background-image:
    linear-gradient(rgba(255,255,255,.034) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.034) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 78%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 50% 8%,rgba(123,97,255,.12),transparent 38%);
  pointer-events:none;
}

a{color:inherit;text-decoration:none}

.lp-nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:30;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:12px clamp(18px,4vw,54px);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(8,11,21,.78);
  backdrop-filter:blur(18px);
}

.lp-brand{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  min-width:0;
}

.lp-brand img{
  width:210px;
  max-width:100%;
  display:block;
  height:auto;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.32));
}

.lp-links{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.lp-links a{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  color:rgba(230,235,250,.78);
  font-size:13px;
  font-weight:900;
  letter-spacing:0;
  transition:background .18s ease,color .18s ease;
}

.lp-links a:hover{
  background:rgba(255,255,255,.075);
  color:#fff;
}

.lp-login{
  position:relative;
  z-index:2;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 16px 0 18px;
  border:1px solid rgba(123,97,255,.54);
  border-radius:13px;
  background:linear-gradient(135deg,rgba(123,97,255,.96),rgba(58,140,255,.82));
  box-shadow:0 18px 36px rgba(58,140,255,.18);
  color:#fff;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  transition:transform .18s ease,box-shadow .18s ease;
}

.lp-login i{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:rgba(255,255,255,.15);
  font-style:normal;
}

.lp-login:hover,
.lp-primary:hover,
.lp-secondary:hover{
  transform:translateY(-1px);
}

.lp-hero{
  width:min(var(--max),100%);
  min-height:calc(100vh - 96px);
  margin:0 auto;
  padding:142px clamp(20px,4vw,54px) 44px;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  align-items:center;
  gap:34px;
}

.lp-hero-copy{
  min-width:0;
}

.lp-kicker,
.lp-section-head span,
.lp-proof-copy span,
.lp-web-copy span,
.lp-origin span,
.lp-final span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(16,20,34,.58);
  color:rgba(238,241,252,.90);
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.lp-hero h1{
  max-width:720px;
  margin:18px 0 0;
  color:#fff;
  font-size:72px;
  line-height:.95;
  font-weight:900;
  letter-spacing:0;
  text-wrap:balance;
}

.lp-hero p{
  max-width:650px;
  margin:24px 0 0;
  color:rgba(224,229,246,.83);
  font-size:20px;
  line-height:1.42;
  font-weight:720;
}

.lp-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.lp-primary,
.lp-secondary{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:0 20px;
  font-size:14px;
  font-weight:900;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.lp-primary{
  border:1px solid rgba(41,211,145,.42);
  background:linear-gradient(135deg,rgba(41,211,145,.96),rgba(58,140,255,.74));
  color:#04110d;
  box-shadow:0 18px 38px rgba(41,211,145,.14);
}

.lp-secondary{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  color:#eef2ff;
}

.lp-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}

.lp-hero-tags span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(11,15,28,.66);
  color:rgba(224,230,246,.80);
  font-size:12px;
  font-weight:850;
}

.lp-hero-visual{
  position:relative;
  min-width:0;
  padding:18px 0;
}

.lp-shot{
  position:relative;
  margin:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(12,16,28,.82);
  box-shadow:0 26px 90px rgba(0,0,0,.38);
  overflow:hidden;
}

.lp-shot::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),transparent 16%),
    linear-gradient(90deg,rgba(123,97,255,.12),transparent 32%,rgba(41,211,145,.11));
  mix-blend-mode:screen;
  opacity:.34;
  z-index:1;
}

.lp-shot img{
  width:100%;
  display:block;
  height:auto;
}

.lp-hero-shot{
  transform:rotate(-1.1deg);
}

.lp-hero-badge{
  position:absolute;
  z-index:3;
  display:grid;
  gap:2px;
  min-width:170px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:rgba(15,20,34,.86);
  box-shadow:0 18px 42px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
}

.lp-hero-badge b{
  color:#fff;
  font-size:22px;
  line-height:1;
  font-weight:900;
}

.lp-hero-badge span{
  color:var(--muted);
  font-size:12px;
  line-height:1.25;
  font-weight:800;
}

.lp-badge-one{
  right:5%;
  top:0;
}

.lp-badge-two{
  left:4%;
  bottom:3px;
}

.lp-pain,
.lp-proof,
.lp-ops,
.lp-web,
.lp-origin,
.lp-final{
  width:min(var(--max),100%);
  margin:0 auto;
  padding:76px clamp(20px,4vw,54px);
}

section[id]{
  scroll-margin-top:104px;
}

.lp-section-head{
  display:grid;
  justify-items:center;
  text-align:center;
  margin:0 auto 34px;
}

.lp-section-head h2{
  width:min(920px,100%);
  margin:16px 0 0;
  color:#fff;
  font-size:44px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:0;
}

.lp-section-head p{
  width:min(820px,100%);
  margin:16px 0 0;
  color:rgba(216,223,242,.78);
  font-size:16px;
  line-height:1.5;
  font-weight:720;
}

.lp-pain-grid,
.lp-ops-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.lp-pain-grid article,
.lp-ops-grid article,
.lp-proof-card,
.lp-web,
.lp-origin,
.lp-final{
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.03));
  box-shadow:0 18px 46px rgba(0,0,0,.20);
}

.lp-pain-grid article,
.lp-ops-grid article{
  min-height:230px;
  padding:20px;
}

.lp-pain-grid b{
  color:#70e6b0;
  font-size:13px;
  font-weight:900;
}

.lp-pain-grid h3,
.lp-ops-grid h3,
.lp-proof-copy h3{
  margin:12px 0 0;
  color:#fff;
  font-size:21px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:0;
}

.lp-pain-grid p,
.lp-ops-grid p,
.lp-proof-copy p{
  margin:12px 0 0;
  color:rgba(216,223,242,.76);
  font-size:14px;
  line-height:1.5;
  font-weight:720;
}

.lp-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.lp-proof-card{
  min-width:0;
  overflow:hidden;
}

.lp-proof-card.is-large{
  grid-column:span 2;
}

.lp-proof-copy{
  padding:22px 22px 18px;
}

.lp-proof-copy span{
  border-color:rgba(41,211,145,.20);
  background:rgba(41,211,145,.09);
  color:#97efc6;
}

.lp-proof-card .lp-shot{
  margin:0 18px 18px;
  border-radius:14px;
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}

.lp-ops-grid article{
  min-height:240px;
}

.lp-ops-grid i{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:linear-gradient(135deg,rgba(123,97,255,.94),rgba(41,211,145,.76));
  color:#fff;
  font-style:normal;
  font-size:14px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(123,97,255,.18);
}

.lp-web{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);
  gap:28px;
  align-items:center;
  background:
    linear-gradient(115deg,rgba(123,97,255,.16),transparent 42%),
    linear-gradient(245deg,rgba(41,211,145,.14),transparent 40%),
    rgba(12,16,28,.76);
}

.lp-web-copy h2,
.lp-origin h2,
.lp-final h2{
  margin:16px 0 0;
  color:#fff;
  font-size:42px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:0;
}

.lp-web-copy p,
.lp-origin p{
  margin:16px 0 0;
  color:rgba(222,228,246,.78);
  font-size:16px;
  line-height:1.55;
  font-weight:720;
}

.lp-web-list{
  display:grid;
  gap:12px;
}

.lp-web-list div{
  min-height:74px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(8,12,23,.52);
}

.lp-web-list b{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(123,97,255,.18);
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.lp-web-list span{
  color:rgba(230,235,250,.84);
  font-size:14px;
  line-height:1.35;
  font-weight:830;
}

.lp-origin{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:30px;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(239,91,156,.10),transparent 46%),
    rgba(10,14,25,.58);
}

.lp-final{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:10px;
}

.lp-final h2{
  max-width:850px;
}

.lp-footer{
  width:min(var(--max),100%);
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 auto;
  padding:0 clamp(20px,4vw,54px);
  color:rgba(210,217,236,.70);
  font-size:13px;
  font-weight:850;
}

.lp-footer a{
  color:#86d7ff;
  font-weight:900;
}

@media (max-width:1180px){
  .lp-hero{
    grid-template-columns:1fr;
    padding-top:124px;
  }
  .lp-hero h1{
    font-size:58px;
  }
  .lp-hero p{
    font-size:18px;
  }
  .lp-pain-grid,
  .lp-ops-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .lp-web,
  .lp-origin{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .lp-nav{
    height:auto;
    padding:12px 16px;
  }
  .lp-brand img{
    width:180px;
  }
  .lp-links{
    display:none;
  }
  .lp-hero,
  .lp-pain,
  .lp-proof,
  .lp-ops,
  .lp-web,
  .lp-origin,
  .lp-final{
    padding-left:18px;
    padding-right:18px;
  }
  .lp-section-head{
    justify-items:start;
    text-align:left;
  }
  .lp-section-head h2,
  .lp-web-copy h2,
  .lp-origin h2,
  .lp-final h2{
    font-size:34px;
  }
  .lp-proof-grid{
    grid-template-columns:1fr;
  }
  .lp-proof-card.is-large{
    grid-column:span 1;
  }
  .lp-final{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:620px){
  .lp-nav{
    gap:12px;
    justify-content:flex-start;
  }
  .lp-brand img{
    width:158px;
  }
  .lp-login{
    position:fixed;
    left:260px;
    right:auto;
    top:20px;
    min-height:40px;
    padding:0 10px 0 12px;
  }
  .lp-login i{
    display:none;
  }
  .lp-hero{
    min-height:auto;
    width:100%;
    max-width:100vw;
    padding-top:112px;
    padding-bottom:24px;
    overflow:hidden;
  }
  .lp-hero-copy,
  .lp-hero-visual,
  .lp-hero-actions,
  .lp-hero-tags{
    width:100%;
    max-width:340px;
  }
  .lp-hero-visual{
    display:none;
  }
  .lp-hero h1{
    max-width:100%;
    font-size:36px;
    line-height:1.05;
    text-wrap:auto;
    overflow-wrap:normal;
  }
  .lp-hero p{
    max-width:100%;
    font-size:16px;
  }
  .lp-kicker{
    width:100%;
    min-height:auto;
    line-height:1.25;
    white-space:normal;
  }
  .lp-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .lp-primary,
  .lp-secondary{
    width:100%;
  }
  .lp-hero-badge{
    position:static;
    margin-top:10px;
  }
  .lp-hero-shot{
    transform:none;
  }
  .lp-pain-grid,
  .lp-ops-grid{
    grid-template-columns:1fr;
  }
  .lp-proof-card .lp-shot{
    margin:0 12px 12px;
  }
  .lp-pain,
  .lp-proof,
  .lp-ops,
  .lp-web,
  .lp-origin,
  .lp-final{
    padding-top:44px;
    padding-bottom:54px;
  }
}

@media (max-width:390px){
  .lp-login{
    left:calc(100vw - 124px);
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .lp-login,
  .lp-primary,
  .lp-secondary{
    transition:none;
  }
}
