@font-face{font-family:'Montserrat';src:url('fonts/Montserrat.ttf') format('truetype');font-weight:100 900;font-display:swap}
@font-face{font-family:'Inter';src:url('fonts/Inter.ttf') format('truetype');font-weight:100 900;font-display:swap}
:root{
  --bg:#000;
  --text:#fff;
  --muted:#aaa4b7;
  --soft:#d8d2e6;
  --line:rgba(255,255,255,.11);
  --panel:rgba(9,12,22,.74);
  --panel2:rgba(13,16,28,.86);
  --orange:#f96217;
  --pink:#ff2fb3;
  --purple:#8b3dff;
  --blue:#005ef3;
  --hero-orange:#ff8a2f;
  --icon-purple-1:#aa3fbb;
  --icon-purple-2:#d360e1;
  --icon-purple-3:#a247be;
  --brand-grad:linear-gradient(100deg,#f96217 0%,#ff2fb3 38%,#8b3dff 68%,#005ef3 100%);
  --purple-grad:linear-gradient(135deg,#aa3fbb 0%,#d360e1 52%,#a247be 100%);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#000;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.shell{width:min(var(--max),calc(100% - 96px));margin-inline:auto}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:linear-gradient(180deg,rgba(0,0,0,.96),rgba(0,0,0,.86) 62%,transparent);
  backdrop-filter:blur(14px);
}
.nav{height:72px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;text-transform:uppercase;font:600 15px/1 Montserrat,Inter,sans-serif;letter-spacing:.31em;white-space:nowrap}
.brand span{background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.brand-mark{width:42px;height:42px;border-radius:11px;display:block;object-fit:cover;box-shadow:0 0 14px rgba(139,61,255,.22)}
.nav-links{display:flex;align-items:center;gap:27px;margin-left:auto;margin-right:auto}
.nav-links a{position:relative;color:#f3f0f8;font-weight:500;font-size:13px;line-height:1}
.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-17px;height:3px;border-radius:99px;background:linear-gradient(90deg,#f96217,#ff2fb3,#8b3dff)}
.pulse-pill{
  display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;
  min-width:126px;padding:12px 22px;border-radius:13px;
  font:500 13px/1 Inter,system-ui,sans-serif;
  background:linear-gradient(180deg,rgba(19,22,33,.94),rgba(8,10,17,.97)) padding-box,var(--brand-grad) border-box;
  border:1.35px solid transparent;
  box-shadow:0 0 19px rgba(139,61,255,.25), inset 0 1px 0 rgba(255,255,255,.14);
}
.menu-btn{display:none}

/* Icon masks */
.vm-icon{display:inline-block;flex:0 0 auto;width:28px;height:28px;background:var(--purple-grad);filter:drop-shadow(0 0 10px rgba(211,96,225,0.17));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
.vm-icon.lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2.4'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3Cpath d='M12 14v2.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2.4'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3Cpath d='M12 14v2.2'/%3E%3C/svg%3E")}
.vm-icon.shield{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v5c0 5.6 7 9.2 7 9.2s7-3.6 7-9.2V6l-7-3Z'/%3E%3Cpath d='m8.9 12 2.2 2.1 4.2-4.6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v5c0 5.6 7 9.2 7 9.2s7-3.6 7-9.2V6l-7-3Z'/%3E%3Cpath d='m8.9 12 2.2 2.1 4.2-4.6'/%3E%3C/svg%3E")}
.vm-icon.globe{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.2 2.7 3.4 5.6 3.4 9S14.2 18.3 12 21c-2.2-2.7-3.4-5.6-3.4-9S9.8 5.7 12 3Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.2 2.7 3.4 5.6 3.4 9S14.2 18.3 12 21c-2.2-2.7-3.4-5.6-3.4-9S9.8 5.7 12 3Z'/%3E%3C/svg%3E")}
.vm-icon.bell{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9'/%3E%3Cpath d='M13.7 21a2 2 0 0 1-3.4 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9'/%3E%3Cpath d='M13.7 21a2 2 0 0 1-3.4 0'/%3E%3C/svg%3E")}
.vm-icon.transfer{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h12l-3-3M17 17H5l3 3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h12l-3-3M17 17H5l3 3'/%3E%3C/svg%3E")}
.vm-icon.pulse{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2 6 4-14 2 8h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2 6 4-14 2 8h6'/%3E%3C/svg%3E")}
.vm-icon.palette{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='13.5' cy='6.7' r='2.1'/%3E%3Ccircle cx='17.2' cy='12.3' r='2.1'/%3E%3Ccircle cx='8.4' cy='7.6' r='2.1'/%3E%3Cpath d='M12 22a10 10 0 1 1 10-10c0 2.1-1.2 3.2-3.4 3.2h-1.7a2 2 0 0 0-1 3.8c.8.4.5 3-3.9 3Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='13.5' cy='6.7' r='2.1'/%3E%3Ccircle cx='17.2' cy='12.3' r='2.1'/%3E%3Ccircle cx='8.4' cy='7.6' r='2.1'/%3E%3Cpath d='M12 22a10 10 0 1 1 10-10c0 2.1-1.2 3.2-3.4 3.2h-1.7a2 2 0 0 0-1 3.8c.8.4.5 3-3.9 3Z'/%3E%3C/svg%3E")}
.vm-icon.spark{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.4 9.2 21.5 12 14.4 14.8 12 21.5 9.6 14.8 2.5 12 9.6 9.2 12 2.5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2.5 14.4 9.2 21.5 12 14.4 14.8 12 21.5 9.6 14.8 2.5 12 9.6 9.2 12 2.5Z'/%3E%3C/svg%3E")}

/* Hero */
.hero{
  display:grid;
  grid-template-columns:41.5% 58.5%;
  align-items:center;
  gap:0;
  min-height:560px;
  padding:50px 0 26px;
  position:relative;
  overflow:visible;
}
.hero-copy{position:relative;z-index:4;padding-top:3px}
.micro-pill{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:999px;margin-bottom:18px;font:900 11px/1 Inter,system-ui,sans-serif;color:#eadcff;background:linear-gradient(#070912,#070912) padding-box,linear-gradient(160deg,#352540,#2c1c23 52%,#2f1a31) border-box;border:.5px solid transparent;box-shadow:none}
.micro-pill .vm-icon{width:12px;height:12px;filter:drop-shadow(0 0 6px rgba(211,96,225,0.16))}
.hero h1{font-family:Montserrat,Inter,sans-serif;font-weight:900;font-size:clamp(36px,2.65vw,40px);line-height:1.035;letter-spacing:-.052em;margin:0 0 18px;max-width:520px;text-wrap:balance}
.hero h1 .h-line{display:block;white-space:nowrap}
.hero h1 em{font-style:normal;background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy p{max-width:472px;margin:0 0 22px;color:#e0dcea;font-size:12.6px;line-height:1.54;font-weight:500}
.store-row{display:flex;align-items:center;gap:15px}
.store{height:49px;min-width:154px;display:flex;align-items:center;gap:10px;padding:7px 14px;border:1.5px solid transparent;border-radius:12px;background:linear-gradient(#070812,#070812) padding-box,linear-gradient(100deg,#f96217,#ff2fb3,#005ef3) border-box;box-shadow:none}
.store.ios{background:linear-gradient(105deg,#ff5b2e,#ff2fb3,#247dff) padding-box,linear-gradient(105deg,#ff5b2e,#ff2fb3,#247dff) border-box}
.store svg{width:24px;height:24px;flex:0 0 auto;color:#fff}.store small{display:block;text-transform:uppercase;font-size:7.8px;line-height:1;letter-spacing:.085em;color:#d6d0df}.store strong{display:block;font:900 14.8px/1.06 Inter,system-ui,sans-serif;color:#fff}
.hero-visual{position:relative;min-height:560px;z-index:2;overflow:visible}
.phone-hero{position:absolute;top:50.5%;right:13.5%;transform:translateY(-50%);width:min(642px,94%);height:auto;display:block;filter:drop-shadow(0 35px 58px rgba(0,0,0,.62)) saturate(1.04) contrast(1.02);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}
.note-card{position:absolute;right:-2px;width:162px;display:flex;align-items:flex-start;gap:9px;padding:0;background:transparent;border:0;box-shadow:none;z-index:5}
.note-card .vm-icon{width:29px;height:29px;filter:drop-shadow(0 0 10px rgba(211,96,225,0.17))}
.note-card b{display:block;margin:0 0 4px;color:var(--hero-orange);font:600 11px/1.05 Montserrat,Inter,sans-serif;letter-spacing:-.01em}
.note-card small{display:block;color:#e2ddea;font:600 8.8px/1.15 Inter,system-ui,sans-serif;letter-spacing:-.01em}
.card-one{top:160px}.card-two{top:248px}.card-three{top:336px}

/* Feature strip */
.strip{display:grid;grid-template-columns:repeat(6,1fr);min-height:72px;margin-top:28px;border:1px solid rgba(255,255,255,.09);border-radius:17px;overflow:hidden;background:linear-gradient(180deg,rgba(10,13,23,.78),rgba(5,7,13,.90));box-shadow:inset 0 1px 0 rgba(255,255,255,.045)}
.strip-item{min-height:72px;display:flex;align-items:center;gap:12px;padding:13px 17px;border-right:1px solid rgba(255,255,255,.08)}
.strip-item:last-child{border-right:0}.strip-item>span{width:30px;height:30px;background:var(--purple-grad);filter:drop-shadow(0 0 9px rgba(211,96,225,0.16))}.strip-item b{display:block;font:900 10.4px/1.12 Montserrat,Inter,sans-serif;letter-spacing:-.018em;color:#fff}.strip-item small{display:block;font:600 8.8px/1.26 Inter,sans-serif;color:#aaa4b7;margin-top:3px}.strip-item:nth-child(1)>span{width:34px;height:34px}.strip-item:nth-child(6)>span{width:32px;height:32px}

/* Main sections */
.section{padding:38px 0}.center-title{font-family:Montserrat,Inter,sans-serif;font-weight:900;font-size:clamp(25px,2.55vw,34px);line-height:1.08;text-align:center;margin:0;letter-spacing:-.045em}.center-title span,.large-panel h2 span{background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.center-title.small{font-size:28px}.tiny-rule{width:60px;height:3px;margin:16px auto 27px;border-radius:99px;background:var(--brand-grad)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-card,.large-panel,.security-band,.price-grid article{border:none;background:transparent;border-radius:18px}.feature-card{padding:19px;min-height:214px}.card-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;margin-bottom:14px;color:#d360e1;background:linear-gradient(180deg,rgba(16,18,30,.95),rgba(9,10,18,.98)) padding-box,var(--purple-grad) border-box;border:1.3px solid transparent;box-shadow:0 0 18px rgba(170,63,187,.22)}.card-icon svg{width:19px;height:19px}.feature-card h3{font:900 15px/1.1 Montserrat,Inter,sans-serif;margin:0 0 9px}.feature-card>p{color:#aaa5b7;font-size:12.5px;line-height:1.45;margin:0 0 15px}.mini-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035);border-radius:10px;padding:8px 10px;margin:7px 0;color:#ded9e9;font-size:11px}.mini-row i{width:13px;height:13px;border-radius:4px;background:linear-gradient(135deg,#27f28a,#0aa86a);display:inline-block}.green{color:#2af58d}.red{color:#ff5a73}.mini-net small{display:block;text-transform:uppercase;font-size:9px;color:#8f899d}.mini-net b{font:900 23px/1 Montserrat;display:block;margin:7px 0}.mini-net svg{width:100%;height:70px}.mini-net path{fill:none;stroke:#da39ff;stroke-width:5;stroke-linecap:round}.bar-chart{height:78px;display:flex;align-items:flex-end;gap:6px}.bar-chart i{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,rgba(139,61,255,.7),rgba(0,94,243,.5))}.bar-chart i:nth-child(1){height:36%}.bar-chart i:nth-child(2){height:62%}.bar-chart i:nth-child(3){height:50%}.bar-chart i:nth-child(4){height:80%}.bar-chart i:nth-child(5){height:44%}.bar-chart i:nth-child(6){height:70%}.bar-chart i:nth-child(7){height:90%}
.split-panels{display:grid;grid-template-columns:1.05fr 1fr;gap:18px}.large-panel{min-height:255px;padding:28px;position:relative;overflow:hidden}.large-panel h2{font:900 31px/1.05 Montserrat,Inter,sans-serif;margin:0 0 8px}.large-panel p{color:#aaa5b7;margin:0 0 18px}.guide-box{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:center}.guide-box img{width:92px}.guide-box b,.guide-box small{display:block}.guide-box small{color:#aaa5b7;line-height:1.4;margin:5px 0 10px}.guide-box a,.price-grid a{display:inline-flex;padding:10px 18px;border-radius:999px;background:linear-gradient(#0d0c18,#0d0c18) padding-box,linear-gradient(110deg,rgba(139,61,255,.5),rgba(0,94,243,.4)) border-box;border:1px solid transparent;font-weight:500;font-size:12px;color:#e8e4f4;letter-spacing:.01em;justify-content:center}.youtube-panel{display:grid;grid-template-columns:1fr 220px;align-items:center}.play-img{width:200px;filter:drop-shadow(0 0 45px rgba(255,47,179,0.23))}.video-line{height:44px;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin-top:10px;display:flex;align-items:center;gap:10px;padding:0 12px}.video-line i{width:36px;height:25px;border-radius:6px;background:linear-gradient(135deg,#ff2fb3,#005ef3)}.video-line b{font-size:12px}.video-line span{margin-left:auto;color:#aaa5b7;font-size:11px}
.security-band{display:grid;grid-template-columns:210px 1fr;gap:22px;padding:24px 30px;align-items:center}.security-band>img{width:190px;filter:none}.security-band h2{font:900 26px/1.1 Montserrat,Inter,sans-serif;margin:0 0 7px}.security-band p{color:#aaa5b7;margin:0}.security-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.security-list span{display:flex;gap:8px;align-items:center;color:#dcd8e8}.security-list svg{width:18px;color:#d360e1}.security-list b{font-size:12px}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.price-grid article{position:relative;padding:27px 24px;min-height:265px}.price-grid h3{font:600 18px Montserrat,Inter,sans-serif;margin:0 0 3px;text-align:center}.price-grid p{text-align:center;color:#aaa5b7;margin:0}.price-grid strong{font:600 34px Montserrat,Inter,sans-serif;display:block;text-align:center;margin:18px 0;color:#f0eef8}.price-grid small{font:600 13px Inter;color:#aaa5b7;margin-left:3px}.price-grid ul{color:#d6d1e2;font-size:13px;line-height:1.85}.price-grid li::marker{color:#6a6280}.price-grid a{display:flex;justify-content:center;margin-top:14px}.featured-price{background:rgba(139,61,255,.06) padding-box,linear-gradient(110deg,rgba(139,61,255,.4),rgba(0,94,243,.35)) border-box!important;border:1px solid transparent!important;box-shadow:none}.featured-price em{position:absolute;top:-13px;left:50%;transform:translateX(-50%);font-style:normal;background:rgba(139,61,255,.18);border:1px solid rgba(139,61,255,.35);color:#c9bfea;padding:4px 14px;border-radius:999px;font:500 10px Inter;letter-spacing:.05em}.footer{border-top:1px solid rgba(255,255,255,.09);padding:30px 0 40px;margin-top:20px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:20px}.footer a{display:block;color:#aaa5b7;margin-top:8px;font-size:13px}.footer b{font-family:Montserrat,Inter,sans-serif}
.reviews,.rating-row{display:none!important}

@media(max-width:1100px){.shell{width:min(100% - 48px,var(--max))}.nav-links{gap:16px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:34px}.hero-visual{min-height:490px;margin-top:15px}.phone-hero{left:50%;right:auto;transform:translate(-50%,-50%);width:min(710px,104%)}.note-card{display:none}.strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.shell{width:min(100% - 30px,var(--max))}.nav{height:68px}.nav-links,.pulse-pill{display:none}.menu-btn{display:block;margin-left:auto;background:transparent;border:0;color:#f0eef8;font-size:24px}.brand{font-size:13px}.brand-mark{width:38px;height:38px}.hero h1{font-size:35px}.hero h1 .h-line{white-space:normal}.hero-copy p{font-size:14px}.store-row{flex-direction:column;align-items:flex-start}.store{width:190px}.hero-visual{min-height:350px}.strip{grid-template-columns:1fr;border-radius:18px}.strip-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.feature-grid,.split-panels,.price-grid,.security-list{grid-template-columns:1fr}.security-band{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.youtube-panel{grid-template-columns:1fr}.play-img{margin:20px auto 0}}

/* Launch trim: these sections stay removed/hidden until content is real. */
.split-panels,.reviews,.rating-row{display:none!important}

/* v9 launch restore: black backgrounds, no decorative gradients behind sections */
body,
.site-header,
.hero,
.section,
.footer{
  background:#000 !important;
}

/* remove gradient panel fills behind content; keep only dark glass/black surfaces */
.strip,
.feature-card,
.large-panel,
.security-band,
.price-grid article,
.help-card{
  background:rgba(7,10,18,.86) !important;
  box-shadow:none !important;
}

/* keep buttons/icons colored, but do not add glow fields behind them */
.phone-hero{filter:drop-shadow(0 28px 48px rgba(0,0,0,.56)) saturate(1.02) contrast(1.01)}

/* Help / FAQ restore */
.help-section{padding-top:16px;padding-bottom:22px}
.help-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:14px}
.help-card{border:1px solid rgba(255,255,255,.11);border-radius:16px;padding:20px;min-height:188px}
.eyebrow{margin:0 0 7px;color:#d360e1;font:500 10px/1 Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.14em}
.help-card h2{font:600 20px/1.1 Montserrat,Inter,sans-serif;margin:0 0 10px;color:#f0eef8;letter-spacing:-.03em}
.help-card p{margin:0;color:#aaa5b7;font:500 12.5px/1.55 Inter,system-ui,sans-serif}
.faq-list{display:grid;gap:8px;margin-top:12px}
.faq-list details{border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(0,0,0,.35);overflow:hidden}
.faq-list summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;color:#f0eef8;font:800 12.5px/1.2 Inter,system-ui,sans-serif}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:'⌄';color:#d360e1;font-size:14px;line-height:1}
.faq-list details[open] summary:after{content:'⌃'}
.faq-list details p{padding:0 12px 11px;color:#a9a4b7;font-size:11.7px;line-height:1.45}
.contact-actions,.social-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.contact-actions a,.social-actions a{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:9px 12px;border:1px solid rgba(211,96,225,.35);border-radius:10px;background:#05070d;color:#f0eef8;font:900 11.5px/1 Inter,system-ui,sans-serif}
.social-icon{display:inline-block;width:17px;height:17px;background:var(--purple-grad);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;filter:drop-shadow(0 0 6px rgba(211,96,225,0.12))}
.social-icon.instagram{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M17.5 6.5h.01'/%3E%3C/svg%3E")}
.social-icon.tiktok{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M15.2 3c.45 2.9 2.06 4.65 4.8 4.92v3.15c-1.68.1-3.2-.4-4.66-1.38v6.15c0 3.1-2.05 5.16-5.15 5.16-2.85 0-5.19-2.03-5.19-4.92 0-3.38 3.32-5.73 6.55-4.68v3.35c-1.38-.43-2.82.35-2.82 1.76 0 .98.82 1.75 1.84 1.75 1.08 0 1.72-.68 1.72-1.93V3h2.91Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M15.2 3c.45 2.9 2.06 4.65 4.8 4.92v3.15c-1.68.1-3.2-.4-4.66-1.38v6.15c0 3.1-2.05 5.16-5.15 5.16-2.85 0-5.19-2.03-5.19-4.92 0-3.38 3.32-5.73 6.55-4.68v3.35c-1.38-.43-2.82.35-2.82 1.76 0 .98.82 1.75 1.84 1.75 1.08 0 1.72-.68 1.72-1.93V3h2.91Z'/%3E%3C/svg%3E")}

/* Footer restored for app-store compliance */
.footer{border-top:1px solid rgba(255,255,255,.10);padding:26px 0 38px;margin-top:0;display:grid;grid-template-columns:1.55fr repeat(6,1fr);gap:22px;align-items:start}
.footer .brand{margin-bottom:10px}.footer p{color:#aaa5b7;font-size:12px;line-height:1.45;margin:0 0 10px}.footer a{display:block;color:#aaa5b7;margin-top:8px;font-size:12px}.footer b{font-family:Montserrat,Inter,sans-serif;font-size:12px;color:#fff}.footer-socials{display:flex;gap:9px}.footer-socials a{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.10);border-radius:8px;background:#05070d;margin:0}.footer-socials .social-icon{width:15px;height:15px}.subscribe{display:flex;gap:6px;margin-top:10px}.subscribe input{width:100%;min-width:0;border:1px solid rgba(255,255,255,.10);border-radius:9px;background:#05070d;color:#f0eef8;padding:9px 10px;font:600 11px Inter}.subscribe button{border:1px solid rgba(211,96,225,.45);border-radius:9px;background:#05070d;color:#f0eef8;padding:9px 10px;font:900 11px Inter;cursor:pointer}

@media(max-width:1100px){.help-grid{grid-template-columns:1fr}.footer{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}}
@media(max-width:760px){.help-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.contact-actions,.social-actions{flex-direction:column;align-items:flex-start}}


/* v11 hero positioning pass */
:root{--max:1260px}
.hero{grid-template-columns:38% 62%;min-height:470px;padding:52px 0 4px;align-items:start}
.hero-copy{padding-top:8px}
.hero-copy:after{content:"";position:absolute;inset:auto auto 26px 35%;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(110,49,180,.11),rgba(110,49,180,0) 68%);filter:blur(16px);pointer-events:none;z-index:-1}
.micro-pill{padding:4px 11px;border-radius:999px;margin-bottom:16px;font:600 10px/1 Inter,system-ui,sans-serif;letter-spacing:.04em;box-shadow:none;border-width:.8px}
.micro-pill .vm-icon{width:9px;height:9px}.micro-pill span{background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero h1{font-family:Montserrat,Inter,sans-serif;font-weight:600;font-size:clamp(37px,2.65vw,43px);line-height:1.12;letter-spacing:-.04em;max-width:520px;margin:0 0 18px}
.hero-copy p{max-width:500px;font-size:13px;line-height:1.55;color:#f0ecf7;margin:0 0 24px}
.store-row{gap:14px;margin-top:2px}
.store{height:50px;min-width:170px;padding:7px 15px;gap:11px;border-radius:11px;border:1.2px solid transparent;background:linear-gradient(#08070f,#08070f) padding-box,linear-gradient(120deg,#f96217,#ff2fb3,#8b3dff,#005ef3) border-box;box-shadow:0 6px 18px rgba(0,0,0,.45)}
.store.ios{background:linear-gradient(#08070f,#08070f) padding-box,linear-gradient(120deg,#f96217,#ff2fb3,#8b3dff,#005ef3) border-box}
.store svg{width:25px;height:25px;color:#f0eef8;flex:0 0 auto}
.google-play-icon{width:26px!important;height:26px!important}
.store small{font-size:8px;letter-spacing:.1em;color:#d8d2e2;opacity:1}
.store strong{font:600 15px/1.02 Inter,system-ui,sans-serif;letter-spacing:-.02em}
.hero-visual{min-height:430px}
.hero-visual:before{content:"";position:absolute;left:-1%;top:43%;transform:translateY(-46%);width:62%;height:70%;background:radial-gradient(circle at 60% 55%,rgba(185,64,255,.16),rgba(132,60,255,.08) 24%,rgba(0,0,0,0) 63%);filter:blur(24px);pointer-events:none}
.phone-hero{top:42%;right:26%;width:min(572px,86%);filter:drop-shadow(0 22px 42px rgba(0,0,0,.56)) saturate(1.02) contrast(1.01)}
.note-card{right:0;width:172px;gap:9px;align-items:center;padding:9px 11px;border-radius:12px;background:linear-gradient(#0a0912,#0a0912) padding-box,linear-gradient(160deg,#352540,#2c1c23 52%,#2f1a31) border-box;border:.5px solid transparent;box-shadow:0 6px 18px rgba(0,0,0,.4)}
.note-card .vm-icon{width:26px;height:26px;background:var(--purple-grad);filter:drop-shadow(0 0 7px rgba(211,96,225,0.15))}
.note-card b{margin-bottom:5px;font:600 11px/1.05 Inter,system-ui,sans-serif;color:#ff9d2f}
.note-card small{font:600 8.9px/1.18 Inter,system-ui,sans-serif;color:#f0eef8;opacity:.96}
.card-one{top:52px;right:0}.card-two{top:138px;right:28px}.card-three{top:224px;right:0}
.strip{min-height:70px;height:70px;margin-top:-22px;border-radius:18px;position:relative;z-index:6;background:#0e0c18;border:.6px solid rgba(171,80,180,.22)}
.strip-item{min-height:70px;height:70px;padding:12px 18px;gap:14px;align-items:center}
.strip-item > span{width:28px;height:28px;filter:drop-shadow(0 0 10px rgba(211,96,225,0.14));border-radius:50%;outline:.8px solid rgba(170,63,187,.28);outline-offset:3px}
.strip-item:nth-child(1)>span{width:30px;height:30px;outline:none;outline-offset:0}
.strip-item b{font:500 10.5px/1.12 Inter,system-ui,sans-serif;letter-spacing:-.01em}
.strip-item small{font:500 8.9px/1.24 Inter,system-ui,sans-serif;color:#c7c0d7}
.center-title{font-family:Montserrat,Inter,sans-serif;font-weight:500;font-size:clamp(18px,1.55vw,24px);line-height:1.08;letter-spacing:-.045em}
.center-title.small{font-size:24px}
.tiny-rule{width:54px;height:4px;margin:14px auto 26px}
.section{padding:34px 0}
main:before{content:"";position:fixed;inset:-30% auto auto -20%;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(211,96,225,.045),rgba(0,0,0,0) 72%);pointer-events:none;z-index:-1}
main:after{content:"";position:fixed;inset:auto -15% 10% auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(0,94,243,.03),rgba(0,0,0,0) 68%);pointer-events:none;z-index:-1}
@media(max-width:1100px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:34px}.phone-hero{right:auto;left:50%;top:50%;transform:translate(-50%,-50%);width:min(610px,96%)}.note-card{display:none}.strip{grid-template-columns:repeat(3,1fr);height:auto;min-height:70px}.center-title{font-size:22px}}

/* ===== Feature card premium polish ===== */
.feature-card{background:#0b0a14;border:.5px solid rgba(171,80,180,.13);border-radius:18px;box-shadow:none}

/* ── Dashboard chart ── */
.fc-dashboard{min-height:240px}
.dash-chart{margin-top:4px}
.dc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.dc-label{display:flex;align-items:center;gap:5px;text-transform:uppercase;font-size:8.5px;letter-spacing:.1em;color:#8f899d}
.dc-label svg{opacity:.7}
.dc-pill{font-size:9px;color:#c5bfd4;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:3px 8px}
.dc-balance{font:700 22px/1 Montserrat,sans-serif;color:#f0eef8;margin-bottom:3px}
.dc-gain{font-size:9.5px;color:#8b3dff;font-weight:500}
.dc-gain span{color:#6d6880;font-weight:500;margin-left:4px}
.dc-svg-wrap{margin:8px 0 4px;border:1px solid #131621;border-radius:10px;overflow:hidden}
.dc-svg{display:block;width:100%;height:72px}
.dc-fill{fill:url(#chartFill)}
.dc-line{fill:none;stroke:url(#chartLine);stroke-width:2.2;stroke-linecap:round}
.dc-dot{fill:#da39ff;filter:drop-shadow(0 0 3px #da39ff)}
.dc-dot-last{fill:#fff;stroke:#da39ff;stroke-width:2;filter:drop-shadow(0 0 5px #da39ff)}
.dc-tooltip rect{fill:#1e1a2e;stroke:#8b3dff;stroke-width:.8}
.dc-tooltip text{fill:#fff;font-size:6.5px;font-family:Inter,sans-serif}
.dc-labels{display:flex;justify-content:space-between;font-size:8px;color:#6d6880;padding:0 2px}

/* ── Spaces visual card ── */
.fc-spaces{min-height:220px}
.space-card{margin-top:6px;border-radius:14px;overflow:hidden;position:relative;border:1px solid rgba(139,61,255,.45);box-shadow:0 0 18px rgba(139,61,255,.2)}
.sc-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1a0a2e 0%,#2d0a3a 30%,#4a1042 55%,#8b1a5a 70%,#c4403e 85%,#e87440 100%);z-index:0}
.sc-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 40%,rgba(255,140,60,.3),transparent 60%),radial-gradient(ellipse at 30% 80%,rgba(80,20,120,.4),transparent 50%)}
.sc-inner{display:none}
.sc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.sc-badge{font-size:10px;font-weight:700;background:rgba(0,0,0,.45);border:1px solid rgba(139,61,255,.5);border-radius:999px;padding:3px 9px;color:#e0d8f4}
.sc-dots{font-size:14px;color:rgba(255,255,255,.7);letter-spacing:2px;background:rgba(0,0,0,.3);border-radius:999px;padding:2px 8px;font-weight:900}
.sc-bottom{display:flex;align-items:flex-end;justify-content:space-between}
.sc-left{display:flex;flex-direction:column;gap:4px}
.sc-name-row{display:flex;align-items:center;gap:5px}
.sc-flag{font-size:14px}
.sc-name{font:600 15px/1 Montserrat,sans-serif;color:#f0eef8}
.sc-status{display:flex;align-items:center;gap:4px;font-size:9px;color:rgba(255,255,255,.7)}
.sc-dot-green{width:6px;height:6px;border-radius:50%;background:#2ddf7a;box-shadow:0 0 6px #2ddf7a}
.sc-balance{font:700 18px/1 Montserrat,sans-serif;color:#f0eef8}

/* ── Space card: real image bg ── */
.sc-bg{position:relative;inset:auto;overflow:hidden;border-radius:12px}
.sc-bg img{width:100%;height:100%;object-fit:cover;display:block}

/* ── Pulse card: real story image ── */
.pulse-img-wrap{margin-top:10px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.pulse-img-wrap img{width:100%;height:auto;display:block}

.space-img-wrap{margin-top:10px;border-radius:12px;overflow:hidden}
.space-img-wrap img{width:100%;height:auto;display:block}

/* YouTube social icon */
.social-icon.youtube{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23 7s-.3-2-1.2-2.8c-1.1-1.2-2.4-1.2-3-1.3C16.2 2.8 12 2.8 12 2.8s-4.2 0-6.8.1c-.6.1-1.9.1-3 1.3C1.3 5 1 7 1 7S.7 9.1.7 11.3v2c0 2.1.3 4.2.3 4.2s.3 2 1.2 2.8c1.1 1.2 2.6 1.1 3.3 1.2C7.2 21.6 12 21.6 12 21.6s4.2 0 6.8-.2c.6-.1 1.9-.1 3-1.3.9-.8 1.2-2.8 1.2-2.8s.3-2.1.3-4.2v-2C23.3 9.1 23 7 23 7zM9.7 15.5V8.4l8.1 3.6-8.1 3.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23 7s-.3-2-1.2-2.8c-1.1-1.2-2.4-1.2-3-1.3C16.2 2.8 12 2.8 12 2.8s-4.2 0-6.8.1c-.6.1-1.9.1-3 1.3C1.3 5 1 7 1 7S.7 9.1.7 11.3v2c0 2.1.3 4.2.3 4.2s.3 2 1.2 2.8c1.1 1.2 2.6 1.1 3.3 1.2C7.2 21.6 12 21.6 12 21.6s4.2 0 6.8-.2c.6-.1 1.9-.1 3-1.3.9-.8 1.2-2.8 1.2-2.8s.3-2.1.3-4.2v-2C23.3 9.1 23 7 23 7zM9.7 15.5V8.4l8.1 3.6-8.1 3.5z'/%3E%3C/svg%3E")}

/* ===== Security section: compact horizontal reference layout ===== */
.security-band{
  display:grid;
  grid-template-columns:340px 1fr;
  grid-template-rows:auto auto;
  gap:18px 28px;
  padding:28px 30px;
  align-items:start;
  border:1px solid rgba(255,255,255,.07);
  border-radius:20px;
  background:#0b0a14;
}
.security-band>img{
  width:320px;
  filter:none;
  grid-row:1/3;
  align-self:center;
}
.sec-head{grid-column:2}
.sec-head h2{
  font-family:'Montserrat',Inter,sans-serif;
  font-size:clamp(20px,2.2vw,26px);
  font-weight:500;
  letter-spacing:-.02em;
  line-height:1.15;
  margin:0 0 8px;
  color:#f0eef8;
}
.sec-head p{
  font-family:'Inter',sans-serif;
  font-size:14px;
  line-height:1.6;
  color:#9a94a8;
  margin:0;
  max-width:520px;
}
.security-list{
  grid-column:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px 20px;
}
.security-list span{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#dcd8e8;
}
.security-list svg{
  width:16px;height:16px;
  flex:none;margin-top:2px;
  color:#a060d8;
  stroke:#a060d8;
}
.security-list b{
  display:block;
  font-size:12.5px;
  font-weight:600;
  color:#ddd9ea;
  margin-bottom:2px;
}
.security-list small{
  display:block;
  font-size:11px;
  color:#7a7488;
  line-height:1.45;
}

/* ===== Typography system: consistent across page ===== */
/* All major section headings use Montserrat like hero h1 */
.center-title, .section h2, .large-panel h2,
.help-card h2, .footer-cta h2{
  font-family:'Montserrat',Inter,sans-serif;
  font-weight:700;
  letter-spacing:-.025em;
  line-height:1.12;
  color:#f0eef8;
}
/* All body/subtitle text under headings */
.section p, .large-panel p, .help-card p,
.feature-card p, .fc__sub, .price-card p{
  font-family:'Inter',sans-serif;
  color:#9a94a8;
  line-height:1.6;
}

@media(max-width:900px){
  .security-band{grid-template-columns:1fr}
  .security-band>img{grid-row:auto;width:min(220px,70%);margin:0 auto}
  .sec-head,.security-list{grid-column:1}
  .security-list{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .security-list{grid-template-columns:1fr}
}

/* App Store buttons: Coming Soon state */
.store.soon{opacity:.72;cursor:default}
.store.soon:hover{transform:none;box-shadow:none}

/* ===== MOBILE / TABLET RESPONSIVE — complete audit pass ===== */

/* ── Tablet (≤1024px) ── */
@media(max-width:1024px){
  /* Hero: stack vertically */
  .hero{grid-template-columns:1fr!important;gap:28px;padding:36px 0 24px;text-align:center}
  .hero-copy{order:1}.hero-visual{order:2}
  .hero-copy p,.hero h1{max-width:100%;margin-left:auto;margin-right:auto}
  .store-row,.rating-row{justify-content:center}
  /* Floating callout cards hidden on tablet */
  .note-card{display:none}
  /* Feature strip: 3 cols */
  .strip{grid-template-columns:repeat(3,1fr)}
  .strip-item:nth-child(3n){border-right:0}
  /* Feature grid: 2 cols */
  .feature-grid{grid-template-columns:repeat(2,1fr)!important}
  /* Pricing: 2 cols */
  .price-grid{grid-template-columns:repeat(2,1fr)!important}
  /* Security: stack */
  .security-band{grid-template-columns:1fr!important}
  .security-band>img{grid-row:auto!important;width:min(200px,60%)!important;margin:0 auto 18px!important}
  .sec-head{grid-column:1!important}
  .security-list{grid-column:1!important;grid-template-columns:repeat(2,1fr)}
  /* Split panels */
  .split-panels{grid-template-columns:1fr!important}
  /* Help row */
  .help-row,.help-bottom{grid-template-columns:1fr!important}
  /* Footer */
  .footer-row,.footer{grid-template-columns:repeat(2,1fr)!important}
}

/* ── Mobile (≤640px) ── */
@media(max-width:640px){
  .shell{width:calc(100% - 32px)!important}
  /* Nav */
  .nav-links,.nav-actions,.dl-btn,.pulse-pill{display:none!important}
  .menu-btn{display:block!important}
  /* Hero */
  .hero{padding:24px 0 16px}
  .hero h1{font-size:clamp(32px,8.5vw,42px)!important;line-height:1.06}
  .hero-copy p{font-size:14px!important}
  .store-row{flex-direction:column;align-items:center;gap:10px}
  .store{width:min(200px,82%)}
  /* Phone hero image */
  .phone-hero{width:min(500px,100%)!important}
  /* Feature strip: 2 cols */
  .strip{grid-template-columns:repeat(2,1fr)!important}
  .strip-item:nth-child(2n){border-right:0!important}
  .strip-item:nth-child(3n){border-right:1px solid rgba(255,255,255,.07)!important}
  /* Features, pricing: 1 col */
  .feature-grid{grid-template-columns:1fr!important}
  .price-grid{grid-template-columns:1fr!important}
  /* Security */
  .security-list{grid-template-columns:1fr!important}
  /* Center-title */
  .center-title,.center-title.small{font-size:20px!important}
  /* Help cards */
  .help-row{grid-template-columns:1fr!important}
  /* FAQ */
  .faq-bottom{grid-template-columns:1fr!important}
  /* Footer */
  .footer-row,.footer{grid-template-columns:1fr!important}
  .footer-socials{margin-top:10px}
  /* Section padding */
  .section{padding:40px 0!important}
  /* Dash chart */
  .fc-dashboard{min-height:auto}
  /* Reviews */
  .reviews-band,.r-cards{grid-template-columns:1fr!important}
}

/* ── Small mobile (≤400px) ── */
@media(max-width:400px){
  .hero h1{font-size:28px!important}
  .strip{grid-template-columns:1fr!important}
  .strip-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.07)}
  .store{width:100%}
}

/* Tighten hero visual gap on mobile */
@media(max-width:640px){
  .hero-visual{min-height:280px!important;margin-top:0!important}
  .phone-hero{top:50%!important;width:min(420px,96%)!important}
}

/* Shield image: blend dark background away on all screen sizes */
.security-band>img{
  mix-blend-mode:screen;
  background:transparent;
}

/* Security band: pure black background, no visible box */
.security-band{
  background:#000!important;
  border-color:transparent!important;
}
