:root{
  --bg:#050711;
  --bg-soft:#090c18;
  --panel:rgba(13,17,32,.72);
  --panel-solid:#0c1020;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,255,255,.17);
  --text:#f7f9ff;
  --muted:#a4aec4;
  --cyan:#21e2ee;
  --blue:#3f82ff;
  --purple:#8c5cff;
  --pink:#e35cff;
  --radius:28px;
  --shell:min(1200px,calc(100% - 40px));
  --shadow:0 28px 90px rgba(0,0,0,.46);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  background:
    radial-gradient(circle at 50% -10%,rgba(29,84,255,.13),transparent 38%),
    linear-gradient(180deg,#04060d 0%,#070914 50%,#04060d 100%);
  color:var(--text);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
  overflow-x:hidden;
}
body.nav-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
.shell{width:var(--shell);margin-inline:auto}
.skip-link{position:fixed;left:16px;top:12px;z-index:999;transform:translateY(-150%);padding:10px 14px;border-radius:10px;background:#fff;color:#050711}
.skip-link:focus{transform:none}
.page-noise{
  position:fixed;inset:0;z-index:-1;opacity:.12;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.ambient{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:-2;opacity:.34}
.ambient-one{width:440px;height:440px;right:-130px;top:260px;background:#204bff}
.ambient-two{width:400px;height:400px;left:-180px;top:1100px;background:#7b2cff}

.topbar{
  position:fixed;inset:0 0 auto;z-index:100;
  border-bottom:1px solid transparent;
  transition:background .3s,border-color .3s,backdrop-filter .3s;
}
.topbar.scrolled{
  background:rgba(5,7,17,.80);
  border-color:var(--line);
  backdrop-filter:blur(20px) saturate(150%);
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:780;font-size:20px;letter-spacing:-.03em}
.brand-mark{
  width:39px;height:39px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(150deg,rgba(28,225,238,.17),rgba(69,78,255,.13));
  border:1px solid rgba(46,231,241,.28);
  box-shadow:inset 0 0 24px rgba(31,220,235,.08),0 10px 30px rgba(0,0,0,.28);
}
.brand-mark img{width:31px;height:31px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:30px;margin-left:auto}
.nav-links a,.text-link{color:#c8cede;font-size:14px;font-weight:610;transition:color .2s}
.nav-links a:hover,.text-link:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:20px}
.menu-button{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.04);color:#fff}
.menu-button span{display:block;width:20px;height:1.5px;margin:5px auto;background:currentColor;transition:transform .25s}
.menu-button[aria-expanded="true"] span:first-child{transform:translateY(3.2px) rotate(45deg)}
.menu-button[aria-expanded="true"] span:last-child{transform:translateY(-3.2px) rotate(-45deg)}

.button{
  display:inline-flex;align-items:center;justify-content:center;gap:11px;
  border:1px solid transparent;border-radius:14px;
  font-weight:750;letter-spacing:-.01em;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;
}
.button:hover{transform:translateY(-2px)}
.button-small{min-height:42px;padding:0 18px;font-size:14px}
.button-large{min-height:58px;padding:0 22px}
.button-primary{
  color:#03060b;
  background:linear-gradient(135deg,#39edf3 0%,#53a1ff 52%,#8b64ff 100%);
  box-shadow:0 16px 40px rgba(41,160,255,.23),inset 0 1px rgba(255,255,255,.65);
}
.button-primary:hover{box-shadow:0 20px 48px rgba(41,160,255,.34),inset 0 1px rgba(255,255,255,.7)}
.button-ghost{border-color:var(--line-strong);background:rgba(255,255,255,.045);color:#f4f7ff;backdrop-filter:blur(14px)}
.button-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.26)}
.button small{display:block;font-size:8px;line-height:1;letter-spacing:.14em;font-weight:800;margin-bottom:3px;opacity:.72}
.play-symbol{
  width:22px;height:25px;display:block;
  background:linear-gradient(145deg,#0d2538,#06080c);
  clip-path:polygon(8% 0,100% 50%,8% 100%);
  position:relative;
}
.button-primary .play-symbol{background:#06101b}

.hero{
  min-height:920px;
  padding-top:160px;padding-bottom:90px;
  display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  align-items:center;gap:55px;
}
.hero-copy{position:relative;z-index:3}
.availability{
  display:inline-flex;align-items:center;gap:9px;
  padding:8px 12px;border-radius:999px;border:1px solid rgba(64,224,236,.22);
  background:rgba(24,209,224,.07);color:#baf8fb;font-size:12px;font-weight:740;letter-spacing:.02em;
}
.availability-dot{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 16px var(--cyan)}
.hero h1{
  margin:26px 0 24px;
  font-size:clamp(58px,6vw,92px);line-height:.94;letter-spacing:-.072em;
  font-weight:820;
}
.hero h1 span{
  background:linear-gradient(100deg,#eafcff 4%,#37e9f1 43%,#6da0ff 66%,#bb69ff 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-lead{max-width:620px;margin:0;color:var(--muted);font-size:18px;line-height:1.75}
.hero-actions{display:flex;align-items:center;gap:13px;margin-top:34px;flex-wrap:wrap}
.trust-row{display:flex;flex-wrap:wrap;gap:18px 25px;margin-top:28px;color:#9ea8bc;font-size:12px;font-weight:620}
.trust-row span{display:flex;align-items:center;gap:7px}
.trust-row i{width:5px;height:5px;border-radius:50%;background:#41dfe9;box-shadow:0 0 12px rgba(65,223,233,.8)}

.hero-visual{position:relative;min-height:650px;perspective:1500px}
.hero-orbit{position:absolute;border:1px solid rgba(68,180,255,.14);border-radius:50%;inset:10% 5%;transform:rotate(-13deg)}
.orbit-two{inset:19% -4%;transform:rotate(19deg);border-color:rgba(156,91,255,.13)}
.hero-visual:before{
  content:"";position:absolute;left:50%;top:53%;width:460px;height:460px;transform:translate(-50%,-50%);
  border-radius:50%;background:radial-gradient(circle,rgba(27,205,238,.30),rgba(72,80,255,.14) 43%,transparent 69%);filter:blur(20px);
}
.hero-card{
  position:absolute;overflow:hidden;border-radius:30px;
  border:1px solid rgba(255,255,255,.16);
  background:#080b15;box-shadow:var(--shadow);
}
.hero-card img{width:100%;height:100%;object-fit:cover}
.hero-card-main{width:310px;aspect-ratio:9/16;left:50%;top:47%;transform:translate(-50%,-50%) rotateY(-5deg) rotateX(2deg);z-index:3}
.hero-card-left{width:230px;aspect-ratio:9/16;left:0;top:20%;transform:rotateY(18deg) rotateZ(-5deg);opacity:.66;z-index:1}
.hero-card-right{width:230px;aspect-ratio:9/16;right:0;top:17%;transform:rotateY(-18deg) rotateZ(5deg);opacity:.72;z-index:2}
.live-chip{
  position:absolute;z-index:5;top:14px;left:14px;right:auto;
  display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;
  font-size:10px;font-weight:730;color:#e9ffff;background:rgba(5,9,17,.76);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(16px);
}
.live-chip span{width:6px;height:6px;border-radius:50%;background:#40e7e8;box-shadow:0 0 12px #40e7e8}
.floating-pill{
  position:absolute;z-index:6;display:flex;align-items:center;gap:10px;
  min-width:205px;padding:12px 14px;border-radius:17px;
  background:rgba(10,14,28,.78);border:1px solid rgba(255,255,255,.15);
  box-shadow:0 18px 44px rgba(0,0,0,.38);backdrop-filter:blur(18px);
}
.floating-pill>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(34,226,238,.24),rgba(122,77,255,.22));color:#8df6fc}
.floating-pill strong,.floating-pill small{display:block}
.floating-pill strong{font-size:12px}.floating-pill small{color:#8e9ab1;font-size:9px;margin-top:2px}
.floating-security{left:-10px;bottom:90px;animation:float 5.2s ease-in-out infinite}
.floating-vault{right:-12px;bottom:62px;animation:float 5.2s .7s ease-in-out infinite}
@keyframes float{50%{transform:translateY(-10px)}}

.proof-strip{
  display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:150px;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.proof-strip div{padding:27px 24px;border-right:1px solid var(--line)}
.proof-strip div:last-child{border-right:0}
.proof-strip strong,.proof-strip span{display:block}
.proof-strip strong{font-size:15px}.proof-strip span{font-size:11px;color:#8792a9;margin-top:5px}

.section-heading{max-width:760px}
.section-heading.centered{text-align:center;margin-inline:auto}
.eyebrow,.feature-index{
  color:#65e8ed;font-size:11px;font-weight:820;letter-spacing:.17em;
}
.section-heading h2,.feature-copy h2,.privacy-intro h2{
  margin:16px 0 17px;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.055em;
}
.section-heading h2 span{color:#a5afc3}
.section-heading p,.feature-copy>p,.privacy-intro>p{color:var(--muted);font-size:16px;line-height:1.75;margin:0;max-width:650px}

.experience{padding:40px 0 150px}
.gallery-controls{display:flex;justify-content:space-between;align-items:center;margin:48px 0 22px}
.gallery-counter{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:750;color:#8893aa}
.gallery-counter span:first-child{color:#fff}
.gallery-counter i{display:block;width:48px;height:1px;background:rgba(255,255,255,.19)}
.gallery-buttons{display:flex;gap:8px}
.gallery-buttons button{
  width:46px;height:46px;border-radius:14px;border:1px solid var(--line);
  background:rgba(255,255,255,.04);color:#fff;cursor:pointer;transition:.2s;
}
.gallery-buttons button:hover{background:rgba(255,255,255,.09);border-color:var(--line-strong)}
.screenshot-gallery{
  display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,27%);
  gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;
  scrollbar-width:none;padding:2px 1px 24px;
}
.screenshot-gallery::-webkit-scrollbar{display:none}
.shot-card{
  scroll-snap-align:start;position:relative;border-radius:27px;overflow:hidden;
  border:1px solid var(--line);background:#080b14;box-shadow:0 22px 50px rgba(0,0,0,.25);
  transition:transform .28s,border-color .28s;
}
.shot-card:hover{transform:translateY(-7px);border-color:rgba(51,220,236,.32)}
.shot-card img{width:100%;aspect-ratio:9/16;object-fit:cover}
.shot-card div{
  position:absolute;left:13px;right:13px;bottom:13px;display:flex;justify-content:space-between;align-items:center;
  padding:11px 12px;border-radius:15px;background:rgba(4,7,14,.76);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px);
}
.shot-card div span{font-size:10px;color:#66eaf0;font-weight:780}
.shot-card div strong{font-size:11px}

.features{padding:0 0 150px}
.feature-row{
  display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;align-items:center;
  padding:95px 0;border-top:1px solid var(--line);
}
.feature-row-reverse{grid-template-columns:1.14fr .86fr}
.feature-row-reverse .feature-copy{order:2}
.feature-copy ul{list-style:none;margin:30px 0 0;padding:0;display:grid;gap:12px;color:#c2cadb;font-size:14px}
.feature-copy li{display:flex;align-items:center;gap:10px}
.feature-copy li:before{content:"";width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--purple));box-shadow:0 0 14px rgba(43,218,235,.55)}
.feature-media{position:relative;min-height:600px}
.feature-media:before{
  content:"";position:absolute;inset:15% 8%;border-radius:50%;
  background:radial-gradient(circle,rgba(42,206,230,.2),rgba(74,70,255,.1) 48%,transparent 72%);filter:blur(22px);
}
.feature-media-duo figure{
  position:absolute;margin:0;width:310px;aspect-ratio:9/16;border-radius:29px;overflow:hidden;
  border:1px solid rgba(255,255,255,.15);background:#060912;box-shadow:var(--shadow);
}
.feature-media-duo figure:first-child{left:9%;top:0;transform:rotate(-4deg)}
.feature-media-duo figure:last-child{right:7%;bottom:0;transform:rotate(5deg)}
.feature-media-duo img{width:100%;height:100%;object-fit:cover}

.privacy{
  position:relative;overflow:hidden;border:1px solid var(--line);border-radius:38px;
  padding:80px;background:linear-gradient(145deg,rgba(13,20,39,.92),rgba(8,10,20,.9));
  box-shadow:var(--shadow);margin-bottom:150px;
}
.privacy:after{
  content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-180px;top:-210px;
  background:radial-gradient(circle,rgba(44,221,232,.17),rgba(92,65,255,.10),transparent 67%);
}
.privacy-intro{max-width:760px;position:relative;z-index:2}
.privacy-links{display:flex;gap:20px;margin-top:28px;flex-wrap:wrap}
.privacy-links a{font-size:13px;font-weight:720;color:#dce6f8}
.privacy-links a span{color:#62e7ed;margin-left:5px}
.privacy-showcase{display:grid;grid-template-columns:390px 1fr;gap:55px;align-items:center;margin-top:65px;position:relative;z-index:2}
.privacy-screen{border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 25px 70px rgba(0,0,0,.42);transform:rotate(-2deg)}
.privacy-screen img{width:100%;aspect-ratio:9/16;object-fit:cover}
.privacy-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.privacy-cards article{padding:23px;border:1px solid var(--line);border-radius:21px;background:rgba(255,255,255,.035)}
.privacy-cards span{color:#5de6ed;font-size:10px;font-weight:800}
.privacy-cards strong{display:block;margin:14px 0 7px;font-size:16px}
.privacy-cards p{margin:0;color:#909bb0;font-size:12px;line-height:1.65}

.personal{padding-bottom:150px}
.personal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}
.personal-card{
  position:relative;min-height:650px;overflow:hidden;border:1px solid var(--line);border-radius:30px;
  background:linear-gradient(160deg,rgba(17,23,43,.9),rgba(7,9,17,.96));
}
.personal-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 55%,rgba(61,120,255,.16),transparent 52%)}
.personal-card img{
  position:absolute;width:78%;max-width:315px;left:50%;bottom:-19%;transform:translateX(-50%) rotate(-1deg);
  border-radius:27px;border:1px solid rgba(255,255,255,.14);box-shadow:0 25px 65px rgba(0,0,0,.52);
}
.personal-copy{position:relative;z-index:2;padding:30px}
.personal-copy span{color:#62e8ed;font-size:10px;font-weight:820;letter-spacing:.15em}
.personal-copy h3{font-size:25px;line-height:1.1;letter-spacing:-.035em;margin:13px 0 10px}
.personal-copy p{font-size:13px;color:#939eb3;line-height:1.65;margin:0}
.vault-card:before{background:radial-gradient(circle at 50% 55%,rgba(131,67,255,.2),transparent 53%)}
.avatar-card:before{background:radial-gradient(circle at 50% 55%,rgba(26,216,231,.17),transparent 53%)}

.download{
  position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;
  border:1px solid var(--line);border-radius:34px;padding:45px 48px;overflow:hidden;
  background:linear-gradient(135deg,rgba(13,20,39,.95),rgba(9,10,20,.95));margin-bottom:140px;
}
.download-glow{position:absolute;width:420px;height:420px;right:4%;top:50%;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,rgba(49,217,232,.19),rgba(103,65,255,.11),transparent 68%)}
.download-mark{position:relative;width:82px;height:82px;border-radius:24px;display:grid;place-items:center;border:1px solid rgba(65,229,239,.25);background:rgba(31,211,225,.08)}
.download-mark img{width:67px}
.download-copy{position:relative}
.download-copy h2{margin:7px 0 7px;font-size:32px;letter-spacing:-.045em}
.download-copy p{margin:0;color:#939eb3}
.download-actions{position:relative;display:flex;gap:10px}

.faq{padding-bottom:120px}
.faq-list{margin-top:45px;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{
  list-style:none;cursor:pointer;padding:26px 0;display:flex;align-items:center;justify-content:space-between;
  font-size:18px;font-weight:690;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary span{font-size:24px;color:#6ee8ed;transition:transform .2s}
.faq details[open] summary span{transform:rotate(45deg)}
.faq details p{max-width:760px;margin:-4px 0 27px;color:#939eb3;line-height:1.7}
.faq details a{color:#74e9ef;text-decoration:underline;text-underline-offset:3px}

.footer{border-top:1px solid var(--line);background:rgba(4,6,13,.75)}
.footer-main{display:grid;grid-template-columns:1fr 1.6fr;gap:80px;padding:65px 0}
.footer-brand p{margin:15px 0 0;color:#7f8a9f;font-size:13px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.footer-links div{display:grid;align-content:start;gap:11px}
.footer-links strong{font-size:12px;margin-bottom:4px}
.footer-links a{font-size:12px;color:#8994a9;transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-bottom{padding:20px 0 28px;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:#687388;font-size:11px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}
.delay-one{transition-delay:.12s}

@media (max-width:1080px){
  :root{--shell:min(100% - 32px,960px)}
  .hero{grid-template-columns:1fr;padding-top:135px;min-height:auto;text-align:center}
  .hero-copy{max-width:780px;margin-inline:auto}
  .hero-lead{margin-inline:auto}
  .hero-actions,.trust-row{justify-content:center}
  .hero-visual{max-width:720px;width:100%;margin:0 auto;min-height:680px}
  .proof-strip{margin-top:30px}
  .screenshot-gallery{grid-auto-columns:minmax(245px,34%)}
  .feature-row,.feature-row-reverse{grid-template-columns:1fr;gap:42px}
  .feature-row-reverse .feature-copy{order:0}
  .feature-copy{max-width:730px}
  .feature-media{min-height:650px;max-width:760px;width:100%;margin:auto}
  .privacy{padding:60px}
  .privacy-showcase{grid-template-columns:330px 1fr}
  .personal-grid{grid-template-columns:1fr 1fr}
  .avatar-card{grid-column:1/-1;min-height:610px}
  .avatar-card img{width:42%;bottom:-23%}
  .download{grid-template-columns:auto 1fr}
  .download-actions{grid-column:1/-1}
}
@media (max-width:760px){
  :root{--shell:calc(100% - 28px);--radius:22px}
  .nav{height:70px}
  .nav-links{
    position:fixed;left:14px;right:14px;top:78px;display:grid;gap:0;padding:12px;
    border:1px solid var(--line);border-radius:20px;background:rgba(7,9,18,.96);backdrop-filter:blur(20px);
    opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s;
  }
  .nav-links.open{opacity:1;visibility:visible;transform:none}
  .nav-links a{padding:14px;border-radius:12px}
  .nav-links a:hover{background:rgba(255,255,255,.05)}
  .nav-actions .text-link{display:none}
  .nav-actions .button{display:none}
  .menu-button{display:block}
  .hero{padding-top:120px;padding-bottom:60px;gap:30px}
  .hero h1{font-size:clamp(48px,16vw,69px)}
  .hero-lead{font-size:15px;line-height:1.7}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .button-large{width:100%}
  .trust-row{gap:10px 16px;font-size:10px}
  .hero-visual{min-height:520px}
  .hero-card-main{width:240px}
  .hero-card-left,.hero-card-right{width:165px;top:22%}
  .hero-card-left{left:-4%}.hero-card-right{right:-4%}
  .floating-pill{min-width:auto;padding:9px 10px}
  .floating-pill>span{width:29px;height:29px}
  .floating-pill strong{font-size:10px}.floating-pill small{font-size:8px}
  .floating-security{left:0;bottom:42px}.floating-vault{right:0;bottom:20px}
  .proof-strip{grid-template-columns:1fr 1fr;margin-bottom:100px}
  .proof-strip div:nth-child(2){border-right:0}
  .proof-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .proof-strip div{padding:20px 15px}
  .section-heading h2,.feature-copy h2,.privacy-intro h2{font-size:39px}
  .experience{padding-bottom:100px}
  .gallery-controls{margin-top:35px}
  .screenshot-gallery{grid-auto-columns:76%;gap:12px}
  .features{padding-bottom:100px}
  .feature-row{padding:70px 0}
  .feature-media{min-height:500px}
  .feature-media-duo figure{width:220px}
  .feature-media-duo figure:first-child{left:1%}.feature-media-duo figure:last-child{right:1%}
  .privacy{padding:36px 20px;border-radius:28px;margin-bottom:100px}
  .privacy-showcase{grid-template-columns:1fr;margin-top:40px}
  .privacy-screen{max-width:300px;margin:auto}
  .privacy-cards{grid-template-columns:1fr}
  .personal{padding-bottom:100px}
  .personal-grid{grid-template-columns:1fr}
  .personal-card,.avatar-card{grid-column:auto;min-height:610px}
  .personal-card img,.avatar-card img{width:78%;bottom:-20%}
  .download{grid-template-columns:1fr;text-align:center;padding:35px 20px;margin-bottom:100px}
  .download-mark{margin:auto}
  .download-actions{display:grid}
  .footer-main{grid-template-columns:1fr;gap:45px}
  .footer-links{gap:18px}
}
@media (max-width:450px){
  .hero-visual{min-height:455px}
  .hero-card-main{width:210px;border-radius:23px}
  .hero-card-left,.hero-card-right{width:135px;border-radius:20px;opacity:.56}
  .floating-pill{display:none}
  .proof-strip{font-size:12px}
  .gallery-buttons button{width:42px;height:42px}
  .feature-media{min-height:420px}
  .feature-media-duo figure{width:185px;border-radius:22px}
  .personal-card{min-height:570px}
  .footer-links{grid-template-columns:1fr 1fr}
  .footer-links div:last-child{grid-column:1/-1}
  .footer-bottom{display:grid;gap:7px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation:none!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}


/* =========================================================
   NIQVO HOMEPAGE V2 POLISH
   Focus: cleaner Play Store gallery, stronger CTA, better
   security layout and more premium content rhythm.
   ========================================================= */

.experience{
  padding-top:20px;
}

.gallery-controls{
  margin-top:42px;
}

.screenshot-gallery{
  grid-auto-columns:calc((100% - 36px)/3);
  gap:18px;
  scroll-padding-inline:1px;
  padding-bottom:8px;
}

.shot-card{
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg,#090c17,#070912);
}

.shot-card img{
  flex:0 0 auto;
}

.shot-card div{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  min-height:58px;
  padding:15px 16px;
  border:0;
  border-top:1px solid rgba(255,255,255,.09);
  border-radius:0;
  background:rgba(255,255,255,.018);
  backdrop-filter:none;
}

.shot-card div span{
  font-size:10px;
  letter-spacing:.12em;
}

.shot-card div strong{
  font-size:13px;
  letter-spacing:-.015em;
}

.feature-row{
  padding:82px 0;
}

.feature-media-duo figure{
  width:295px;
}

.privacy{
  padding:72px;
}

.privacy-showcase{
  grid-template-columns:minmax(300px,360px) 1fr;
  gap:64px;
}

.privacy-screen{
  background:#050812;
}

.privacy-screen img{
  object-fit:contain;
}

.privacy-cards article{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.personal-card{
  min-height:620px;
}

.personal-card img{
  width:72%;
  max-width:300px;
  bottom:-8%;
}

.avatar-card img{
  width:70%;
}

.download{
  min-height:190px;
  padding:48px 54px;
  border-color:rgba(83,224,239,.18);
  box-shadow:0 30px 90px rgba(0,0,0,.38);
}

.download-copy h2{
  font-size:38px;
}

.download-actions .button{
  min-width:180px;
}

@media (max-width:1080px){
  .screenshot-gallery{
    grid-auto-columns:calc((100% - 18px)/2);
  }

  .privacy-showcase{
    grid-template-columns:320px 1fr;
    gap:42px;
  }

  .personal-card img{
    bottom:-6%;
  }
}

@media (max-width:760px){
  .screenshot-gallery{
    grid-auto-columns:88%;
    gap:14px;
  }

  .shot-card div{
    min-height:54px;
  }

  .feature-row{
    padding:62px 0;
  }

  .privacy{
    padding:34px 18px;
  }

  .privacy-showcase{
    grid-template-columns:1fr;
  }

  .privacy-screen{
    max-width:330px;
  }

  .privacy-cards{
    grid-template-columns:1fr 1fr;
  }

  .privacy-cards article{
    min-height:138px;
    padding:18px;
  }

  .personal-card{
    min-height:590px;
  }

  .personal-card img,
  .avatar-card img{
    width:76%;
    bottom:-7%;
  }

  .download{
    min-height:auto;
    padding:38px 20px;
  }

  .download-copy h2{
    font-size:32px;
  }
}

@media (max-width:520px){
  .privacy-cards{
    grid-template-columns:1fr;
  }

  .privacy-cards article{
    min-height:auto;
  }

  .personal-card{
    min-height:565px;
  }

  .personal-card img,
  .avatar-card img{
    width:82%;
  }
}


/* =========================================================
   NIQVO HOMEPAGE V3 — PRODUCT FOCUS
   Full Play Store posters stay in hero/gallery.
   Feature sections use clean UI crops from those same assets.
   ========================================================= */

.feature-media-duo figure.ui-crop-frame{
  width:305px;
  aspect-ratio:7/11.7;
  background:
    radial-gradient(circle at 50% 25%,rgba(36,221,237,.15),transparent 42%),
    #070a13;
}

.feature-media-duo .ui-crop-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

.privacy-showcase{
  grid-template-columns:minmax(320px,380px) 1fr;
  align-items:center;
}

.privacy-screen{
  position:relative;
  height:590px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 34%,rgba(44,222,234,.18),transparent 40%),
    linear-gradient(180deg,#091020,#060811);
}

.privacy-screen:before{
  content:"SECURITY CENTRE";
  position:absolute;
  z-index:2;
  left:24px;
  top:22px;
  color:#6cecf2;
  font-size:10px;
  font-weight:820;
  letter-spacing:.16em;
}

.privacy-screen img{
  width:100%;
  height:92%;
  object-fit:cover;
  object-position:center top;
  border-radius:24px 24px 0 0;
  transform:translateY(18px);
}

.personal-card{
  min-height:650px;
}

.personal-card:after{
  content:"";
  position:absolute;
  left:20%;
  right:20%;
  bottom:7%;
  height:130px;
  border-radius:50%;
  background:rgba(41,199,233,.18);
  filter:blur(55px);
  pointer-events:none;
}

.personal-card img,
.avatar-card img{
  z-index:1;
  width:76%;
  max-width:315px;
  height:430px;
  object-fit:cover;
  object-position:center top;
  bottom:-2%;
  border-radius:28px 28px 0 0;
}

.personal-copy{
  max-width:330px;
}

.personal-copy p{
  max-width:300px;
}

.profile-card img{
  object-position:47% top;
}

.vault-card img{
  object-position:52% top;
}

.avatar-card img{
  object-position:51% top;
}

@media (max-width:1080px){
  .feature-media-duo figure.ui-crop-frame{
    width:290px;
  }

  .privacy-screen{
    height:550px;
  }

  .personal-card img,
  .avatar-card img{
    height:420px;
    bottom:-1%;
  }
}

@media (max-width:760px){
  .feature-media-duo figure.ui-crop-frame{
    width:215px;
  }

  .privacy-screen{
    height:520px;
    max-width:330px;
  }

  .personal-card{
    min-height:610px;
  }

  .personal-card img,
  .avatar-card img{
    height:390px;
    width:78%;
    bottom:0;
  }
}

@media (max-width:450px){
  .feature-media-duo figure.ui-crop-frame{
    width:182px;
  }

  .privacy-screen{
    height:490px;
  }

  .personal-card{
    min-height:590px;
  }

  .personal-card img,
  .avatar-card img{
    height:370px;
    width:82%;
  }
}


/* =========================================================
   NIQVO HOMEPAGE V4 — FINAL GALLERY POLISH
   Larger posters, clearer separation, premium horizontal flow.
   ========================================================= */

.screenshot-gallery{
  grid-auto-columns:minmax(360px,43%);
  gap:24px;
  padding:8px 2px 30px;
  scroll-padding-inline:2px;
}

.shot-card{
  padding:10px;
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(17,22,40,.96),rgba(7,9,17,.98));
  box-shadow:
    0 28px 70px rgba(0,0,0,.34),
    inset 0 1px rgba(255,255,255,.03);
}

.shot-card img{
  border-radius:21px;
  border:1px solid rgba(255,255,255,.07);
}

.shot-card div{
  min-height:64px;
  margin-top:5px;
  padding:15px 9px 5px;
  border-top:0;
  background:transparent;
}

.shot-card div strong{
  font-size:14px;
}

.shot-card:hover{
  transform:translateY(-6px);
  border-color:rgba(68,226,239,.32);
}

.gallery-controls{
  margin-bottom:18px;
}

@media (max-width:1080px){
  .screenshot-gallery{
    grid-auto-columns:minmax(320px,48%);
    gap:18px;
  }
}

@media (max-width:760px){
  .screenshot-gallery{
    grid-auto-columns:88%;
    gap:14px;
    padding-bottom:22px;
  }

  .shot-card{
    padding:8px;
    border-radius:25px;
  }

  .shot-card img{
    border-radius:18px;
  }

  .shot-card div{
    min-height:57px;
    padding:13px 8px 3px;
  }
}


/* =========================================================
   NIQVO HOMEPAGE V5 — GALLERY WIDTH LOCK
   Fixes minmax clamping so desktop shows two large cards
   with a partial preview of the next card.
   ========================================================= */

.screenshot-gallery{
  grid-auto-columns:calc((100% - 24px) / 2.18);
}

@media (max-width:1080px){
  .screenshot-gallery{
    grid-auto-columns:54%;
  }
}

@media (max-width:760px){
  .screenshot-gallery{
    grid-auto-columns:88%;
  }
}


/* =========================================================
   NIQVO HOMEPAGE V7 — POSTER NO-CROP LOCK
   Forces each official Play Store poster to render completely.
   ========================================================= */

.screenshot-gallery{
  align-items:start;
}

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

.shot-card img{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center top;
  flex:0 0 auto;
}

.shot-card{
  scroll-snap-stop:always;
}


/* =========================================================
   NIQVO HOMEPAGE V8 — SECURITY VISUAL LOAD LOCK
   Dedicated cache-busted asset and explicit visible state.
   ========================================================= */

.privacy-screen .security-product-image{
  display:block !important;
  position:absolute;
  z-index:1;
  left:10px;
  right:10px;
  bottom:-4px;
  width:calc(100% - 20px);
  height:auto;
  max-height:88%;
  opacity:1 !important;
  visibility:visible !important;
  object-fit:cover;
  object-position:center top;
  transform:none;
  border-radius:24px 24px 0 0;
  filter:none;
}

@media (max-width:760px){
  .privacy-screen .security-product-image{
    left:8px;
    right:8px;
    width:calc(100% - 16px);
    max-height:87%;
  }
}


/* =========================================================
   NIQVO PUBLIC WEBSITE LIGHT MODE TOGGLE — 20260729
   Dark remains available. Light mode follows system preference
   on first visit and persists the user's manual choice.
   ========================================================= */

html{
  color-scheme:dark;
}

html[data-theme="light"]{
  color-scheme:light;
  --bg:#f4f7ff;
  --bg-soft:#ffffff;
  --panel:rgba(255,255,255,.78);
  --panel-solid:#ffffff;
  --line:rgba(18,31,61,.11);
  --line-strong:rgba(18,31,61,.18);
  --text:#0b1224;
  --muted:#5e6b84;
  --shadow:0 28px 80px rgba(56,76,120,.16);
}

html.theme-changing *,
html.theme-changing *::before,
html.theme-changing *::after{
  transition:
    background-color .28s ease,
    background .28s ease,
    border-color .28s ease,
    color .28s ease,
    box-shadow .28s ease,
    opacity .28s ease !important;
}

.theme-toggle{
  width:56px;
  height:34px;
  padding:0;
  border:1px solid var(--line-strong);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:var(--text);
  cursor:pointer;
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  box-shadow:inset 0 1px rgba(255,255,255,.05);
}

.theme-toggle-track{
  position:relative;
  display:block;
  width:48px;
  height:26px;
  border-radius:999px;
}

.theme-toggle-sun,
.theme-toggle-moon{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
  font-size:12px;
  line-height:1;
  pointer-events:none;
}

.theme-toggle-sun{left:6px;color:#ffd257}
.theme-toggle-moon{right:7px;color:#aab8d9}

.theme-toggle-thumb{
  position:absolute;
  z-index:2;
  top:3px;
  left:3px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:linear-gradient(145deg,#f9fbff,#cbd7f2);
  box-shadow:0 3px 12px rgba(0,0,0,.34);
  transform:translateX(22px);
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}

html[data-theme="light"] .theme-toggle{
  background:rgba(38,78,145,.07);
}

html[data-theme="light"] .theme-toggle-thumb{
  transform:translateX(0);
  background:linear-gradient(145deg,#ffffff,#ffdb72);
  box-shadow:0 3px 10px rgba(68,83,120,.24);
}

html[data-theme="light"] body{
  background:
    radial-gradient(circle at 50% -12%,rgba(49,128,255,.17),transparent 38%),
    radial-gradient(circle at 100% 37%,rgba(137,91,255,.10),transparent 29%),
    linear-gradient(180deg,#f8faff 0%,#f1f5ff 52%,#fbfcff 100%);
}

html[data-theme="light"] .page-noise{
  opacity:.035;
  mix-blend-mode:multiply;
}

html[data-theme="light"] .ambient{
  opacity:.15;
  filter:blur(120px);
}

html[data-theme="light"] .ambient-one{background:#58b8ff}
html[data-theme="light"] .ambient-two{background:#ad79ff}

html[data-theme="light"] .topbar.scrolled{
  background:rgba(250,252,255,.84);
  border-color:rgba(21,35,68,.10);
}

html[data-theme="light"] .brand-mark{
  background:linear-gradient(150deg,rgba(37,215,229,.14),rgba(81,98,255,.09));
  border-color:rgba(26,179,202,.24);
  box-shadow:inset 0 0 24px rgba(31,220,235,.06),0 10px 28px rgba(61,81,125,.10);
}

html[data-theme="light"] .nav-links a,
html[data-theme="light"] .text-link{
  color:#526078;
}

html[data-theme="light"] .nav-links a:hover,
html[data-theme="light"] .text-link:hover{
  color:#081225;
}

html[data-theme="light"] .availability{
  border-color:rgba(0,157,178,.20);
  background:rgba(20,201,217,.09);
  color:#087988;
}

html[data-theme="light"] .hero-lead,
html[data-theme="light"] .section-heading p,
html[data-theme="light"] .feature-copy>p,
html[data-theme="light"] .privacy-intro>p,
html[data-theme="light"] .download-copy p,
html[data-theme="light"] .faq details p{
  color:#596780;
}

html[data-theme="light"] .hero h1 span{
  background:linear-gradient(100deg,#071326 3%,#00a9bb 40%,#3579ee 68%,#8f54e8 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

html[data-theme="light"] .button-ghost{
  border-color:rgba(17,33,64,.15);
  background:rgba(255,255,255,.64);
  color:#111a2d;
  box-shadow:0 12px 30px rgba(67,86,129,.08);
}

html[data-theme="light"] .button-ghost:hover{
  background:#ffffff;
  border-color:rgba(17,33,64,.23);
}

html[data-theme="light"] .trust-row{
  color:#66728a;
}

html[data-theme="light"] .floating-pill{
  background:rgba(255,255,255,.84);
  border-color:rgba(24,39,70,.12);
  box-shadow:0 18px 42px rgba(68,85,126,.15);
}

html[data-theme="light"] .floating-pill strong{color:#101a2d}
html[data-theme="light"] .floating-pill small{color:#68748a}

html[data-theme="light"] .proof-strip{
  border-color:rgba(21,35,68,.11);
}

html[data-theme="light"] .proof-strip div{
  border-color:rgba(21,35,68,.11);
}

html[data-theme="light"] .proof-strip span{
  color:#657188;
}

html[data-theme="light"] .section-heading h2 span{
  color:#758197;
}

html[data-theme="light"] .gallery-buttons button{
  border-color:rgba(19,35,66,.13);
  background:rgba(255,255,255,.70);
  color:#101a2e;
  box-shadow:0 9px 24px rgba(66,85,128,.08);
}

html[data-theme="light"] .gallery-buttons button:hover{
  background:#fff;
  border-color:rgba(19,35,66,.22);
}

/* Official Play Store posters stay dark for accurate artwork rendering. */
html[data-theme="light"] .shot-card{
  color:#f7f9ff;
  border-color:rgba(14,27,57,.13);
  box-shadow:0 28px 66px rgba(54,72,111,.18);
}

html[data-theme="light"] .feature-row{
  border-color:rgba(21,35,68,.11);
}

html[data-theme="light"] .feature-copy ul{
  color:#4e5c74;
}

html[data-theme="light"] .privacy{
  border-color:rgba(22,40,73,.11);
  background:
    radial-gradient(circle at 92% 8%,rgba(42,213,230,.13),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,245,255,.92));
  box-shadow:0 30px 85px rgba(57,76,117,.14);
}

html[data-theme="light"] .privacy:after{
  opacity:.50;
}

html[data-theme="light"] .privacy-links a{
  color:#1b2941;
}

html[data-theme="light"] .privacy-cards article{
  border-color:rgba(20,36,68,.11);
  background:rgba(255,255,255,.66);
  box-shadow:0 10px 28px rgba(67,85,125,.07);
}

html[data-theme="light"] .privacy-cards strong{
  color:#121b2c;
}

html[data-theme="light"] .privacy-cards p{
  color:#647087;
}

html[data-theme="light"] .personal-card{
  border-color:rgba(19,35,68,.11);
  background:
    radial-gradient(circle at 50% 82%,rgba(57,122,255,.10),transparent 40%),
    linear-gradient(160deg,rgba(255,255,255,.97),rgba(238,244,255,.97));
  box-shadow:0 22px 60px rgba(60,79,121,.11);
}

html[data-theme="light"] .vault-card{
  background:
    radial-gradient(circle at 50% 82%,rgba(128,75,255,.11),transparent 42%),
    linear-gradient(160deg,rgba(255,255,255,.97),rgba(244,239,255,.97));
}

html[data-theme="light"] .avatar-card{
  background:
    radial-gradient(circle at 50% 82%,rgba(24,203,220,.11),transparent 42%),
    linear-gradient(160deg,rgba(255,255,255,.97),rgba(236,250,252,.97));
}

html[data-theme="light"] .personal-copy h3{
  color:#111b2f;
}

html[data-theme="light"] .personal-copy p{
  color:#647188;
}

html[data-theme="light"] .download{
  border-color:rgba(23,157,180,.17);
  background:
    radial-gradient(circle at 84% 50%,rgba(51,207,224,.13),transparent 31%),
    linear-gradient(135deg,rgba(255,255,255,.97),rgba(238,244,255,.97));
  box-shadow:0 28px 80px rgba(56,76,120,.13);
}

html[data-theme="light"] .download-mark{
  border-color:rgba(28,188,205,.22);
  background:rgba(31,211,225,.08);
}

html[data-theme="light"] .faq-list,
html[data-theme="light"] .faq details{
  border-color:rgba(20,36,68,.11);
}

html[data-theme="light"] .footer{
  background:rgba(247,250,255,.82);
  border-color:rgba(20,36,68,.11);
}

html[data-theme="light"] .footer-links a{
  color:#657188;
}

html[data-theme="light"] .footer-links a:hover{
  color:#10192a;
}

html[data-theme="light"] .footer-bottom{
  border-color:rgba(20,36,68,.11);
  color:#728097;
}

html[data-theme="light"] .menu-button{
  border-color:rgba(20,36,68,.13);
  background:rgba(255,255,255,.72);
  color:#101a2d;
}

@media(max-width:760px){
  html[data-theme="light"] .nav-links{
    border-color:rgba(21,36,68,.12);
    background:rgba(250,252,255,.96);
    box-shadow:0 24px 62px rgba(55,75,116,.16);
  }

  html[data-theme="light"] .nav-links a:hover{
    background:rgba(56,97,164,.07);
  }

  .nav-actions{
    margin-left:auto;
  }

  .theme-toggle{
    width:54px;
  }
}

@media(prefers-reduced-motion:reduce){
  html.theme-changing *,
  html.theme-changing *::before,
  html.theme-changing *::after{
    transition:none !important;
  }
}
