
:root{
  --ink:#03050A;
  --ink2:#080B12;
  --white:#FFFFFF;
  --muted:#B9BDC7;
  --line:#DFDDE0;
  --purple:#7B52F6;
  --blue:#2563EB;
  --green1:#8BD450;
  --green2:#2F7D32;
  --orange1:#FFB347;
  --orange2:#E96A0A;
  --pink:#E000AA;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#F7F6F4;
  color:#17181B;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.shell{width:min(1220px,calc(100% - 56px));margin-inline:auto}
.hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  min-height:770px;
  background:
    radial-gradient(circle at 82% 34%,rgba(52,45,148,.18),transparent 30%),
    radial-gradient(circle at 30% 79%,rgba(107,23,151,.24),transparent 31%),
    #03050A;
}
.hero::after{
  content:"";
  position:absolute;
  left:-10%;right:48%;bottom:-70px;height:390px;
  background:
    repeating-radial-gradient(ellipse at 54% 100%,
      transparent 0 20px,
      rgba(215,0,150,.36) 21px 22px,
      transparent 23px 36px,
      rgba(86,43,231,.30) 37px 38px,
      transparent 39px 54px);
  transform:rotate(-7deg);
  opacity:.9;
  pointer-events:none;
}
.topbar{
  position:relative;z-index:5;
  height:92px;
  display:flex;align-items:center;justify-content:space-between;
}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.035em;font-size:24px}
.brand img{width:43px;height:43px;object-fit:contain}
.nav{display:flex;align-items:center;gap:30px;font-size:14px}
.nav>a:not(.nav-cta){color:#fff;opacity:.95}
.nav-cta,.primary-cta,.waitlist button{
  border:0;color:#fff;font-weight:700;
  background:linear-gradient(90deg,#D700A9 0%,#ED256F 49%,#FF7C12 100%);
}
.nav-cta{padding:14px 18px;border-radius:9px}
.lang-switch{display:flex;gap:7px;margin-left:4px}
.lang-switch a{
  border:1px solid rgba(255,255,255,.25);
  color:#fff;padding:7px 8px;border-radius:7px;
  font-size:11px;font-weight:700
}
.lang-switch a[aria-current="page"]{
  border-color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.11)
}
.hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:350px minmax(0,1fr);
  gap:34px;align-items:center;padding-top:52px;
}
.hero-copy{padding-bottom:112px}
.hero h1{
  margin:0 0 26px;font-size:66px;line-height:1.03;
  letter-spacing:-.05em;font-weight:800
}
.hero h1 span{display:block}
.hero h1 .money{
  color:transparent;
  background:linear-gradient(90deg,#E000AA 0%,#F03465 48%,#FF7A12 100%);
  -webkit-background-clip:text;background-clip:text
}
.lead{max-width:305px;margin:0 0 30px;color:#C8CBD2;font-size:18px;line-height:1.55}
.primary-cta{
  display:inline-flex;align-items:center;gap:14px;
  padding:16px 20px;border-radius:9px
}
.device{
  position:relative;padding-bottom:64px;
  transform:perspective(1500px) rotateY(-3.6deg) rotateX(1.2deg);
  transform-origin:center center;
}
.device-screen{
  overflow:hidden;border-radius:18px 18px 8px 8px;
  border:3px solid #3A3D43;border-bottom-width:8px;
  background:#11151D;
  box-shadow:0 24px 70px rgba(0,0,0,.58),0 0 34px rgba(112,53,232,.08)
}
.device-screen img{width:100%}
.device-base{
  position:absolute;left:-4%;right:-3%;height:31px;bottom:39px;
  border-radius:0 0 48% 48%/0 0 100% 100%;
  background:linear-gradient(#4D5055,#24272C 58%,#0B0C0E);
  box-shadow:0 18px 24px rgba(0,0,0,.38)
}
.device-base::after{
  content:"";position:absolute;left:39%;top:0;width:22%;height:7px;
  background:#17191D;border-radius:0 0 10px 10px
}
.features{
  position:relative;z-index:8;
  display:grid;grid-template-columns:repeat(4,1fr);gap:13px;
  margin-top:-29px
}
.feature{
  background:linear-gradient(180deg,#FFF,#FCFBF9);
  border:1px solid #E4E0DC;border-radius:18px;
  padding:23px 20px 18px;min-height:278px;
  box-shadow:0 12px 30px rgba(38,32,45,.07)
}
.icon{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  margin-bottom:11px;color:#fff
}
.icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon.purple{background:linear-gradient(135deg,#7538ED,#6815C7)}
.icon.blue{background:linear-gradient(135deg,#167BFF,#3159DF)}
.icon.green{background:linear-gradient(135deg,#27BE99,#098976)}
.icon.orange{background:linear-gradient(135deg,#FF9417,#F15B00)}
.feature h2{font-size:24px;margin:0 0 7px;letter-spacing:-.03em}
.feature:nth-child(1) h2{color:#6B2FD5}
.feature:nth-child(2) h2{color:#2861DD}
.feature:nth-child(3) h2{color:#0D9A79}
.feature:nth-child(4) h2{color:#F06A0B}
.feature p{margin:0;color:#41454C;font-size:12.5px;line-height:1.45}
.mini{height:72px;margin-top:20px;border-radius:9px;overflow:hidden}
.wave{
  display:flex;align-items:center;justify-content:center;gap:4px;
  background:#EEE4FF;padding:9px
}
.wave i{width:5px;background:#7B52F6;border-radius:5px}
.wave i:nth-child(1){height:25%}.wave i:nth-child(2){height:68%}.wave i:nth-child(3){height:40%}.wave i:nth-child(4){height:86%}.wave i:nth-child(5){height:52%}.wave i:nth-child(6){height:76%}.wave i:nth-child(7){height:34%}.wave i:nth-child(8){height:90%}.wave i:nth-child(9){height:46%}
.comment-mini{background:#EEF4FF;padding:7px}
.comment-mini div{display:flex;gap:8px;background:#fff;border:1px solid #DBE6F5;border-radius:8px;padding:5px 8px;margin-bottom:5px;font-size:9px}
.comment-mini strong{min-width:30px}
.protect-mini{display:grid;place-items:center;background:#E5F6F0}
.protect-mini svg{width:62px;height:62px;fill:#11A47F;stroke:#fff;stroke-width:2}
.chart-mini{position:relative;background:#FFF0E2;padding:10px}
.chart-mini svg{width:83%;height:100%;fill:none;stroke:#FF7400;stroke-width:3}
.chart-mini b{position:absolute;right:16px;bottom:13px;font-size:28px;color:#F17C08}
.waitlist{
  margin-top:20px;margin-bottom:27px;padding:19px 29px;min-height:108px;
  display:grid;grid-template-columns:56px 1fr minmax(420px,1.35fr);
  gap:21px;align-items:center;background:#FFF;border:1px solid #E0DCD8;
  border-radius:18px;box-shadow:0 9px 22px rgba(34,31,39,.035)
}
.mail{
  width:52px;height:52px;border-radius:50%;display:grid;place-items:center;
  color:#fff;font-size:24px;background:linear-gradient(135deg,#7847EE,#5C14C4)
}
.waitlist h2{margin:0 0 5px;font-size:20px;color:#6530CE;letter-spacing:-.025em}
.waitlist p{margin:0;font-size:11.5px;color:#4E5056;line-height:1.42}
.waitlist form{display:flex}
.waitlist input{
  flex:1;min-width:0;padding:14px 15px;border:1px solid #D7D5D6;
  border-right:0;border-radius:9px 0 0 9px;outline:none
}
.waitlist input:focus{box-shadow:inset 0 0 0 2px var(--purple)}
.waitlist button{
  cursor:pointer;padding:0 22px;border-radius:0 9px 9px 0
}
.form-status{grid-column:3;margin:0!important;min-height:14px;color:#656A72!important}
.footer{
  min-height:72px;padding-bottom:18px;
  display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:15px
}
.footer .brand{font-size:17px}
.footer .brand img{width:29px;height:29px}
.footer small{text-align:center;color:#7A7A7E;font-size:10.5px}
.footer-links{display:flex;justify-content:flex-end;gap:24px;font-size:11.5px;color:#505159}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:1000px){
  .nav>a:not(.nav-cta){display:none}
  .hero{min-height:auto}
  .hero-grid{grid-template-columns:1fr;padding-top:25px}
  .hero-copy{padding-bottom:0}
  .device{margin-top:-10px}
  .features{grid-template-columns:repeat(2,1fr);margin-top:15px}
  .waitlist{grid-template-columns:56px 1fr}
  .waitlist form,.form-status{grid-column:1/-1}
}
@media(max-width:640px){
  .shell{width:min(100% - 28px,1220px)}
  .topbar{height:78px}
  .brand{font-size:19px}.brand img{width:34px;height:34px}
  .nav{gap:7px}.nav-cta{font-size:11px;padding:10px 10px}
  .lang-switch{gap:4px}.lang-switch a{font-size:10px;padding:6px}
  .hero h1{font-size:47px}
  .lead{font-size:16px}
  .device{transform:none;padding-bottom:45px}
  .device-base{bottom:27px}
  .features{grid-template-columns:1fr}
  .feature{min-height:235px}
  .waitlist{grid-template-columns:1fr;text-align:center;padding:22px 17px}
  .mail{margin:auto}
  .waitlist form{display:grid;gap:8px}
  .waitlist input,.waitlist button{min-height:48px;border:1px solid #D7D5D6;border-radius:9px}
  .footer{grid-template-columns:1fr;text-align:center;padding-top:10px}
  .footer .brand,.footer-links{justify-content:center}
}
