:root{
  --bg:#050713;
  --bg2:#0a0f24;
  --panel:rgba(13,20,47,.72);
  --panel2:rgba(8,13,32,.9);
  --text:#f7f8ff;
  --muted:#aab3cf;
  --cyan:#1ee7ff;
  --blue:#498cff;
  --pink:#ff3db7;
  --violet:#8b5cff;
  --border:rgba(255,255,255,.10);
  --shadow:0 18px 70px rgba(0,0,0,.42);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
  radial-gradient(circle at 10% 10%,rgba(73,140,255,.18),transparent 34%),
  radial-gradient(circle at 85% 18%,rgba(255,61,183,.14),transparent 28%),
  linear-gradient(180deg,#040612 0%,#070b1b 42%,#050713 100%);
  color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.5;min-height:100vh}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}
.nav{position:sticky;top:0;z-index:50;background:rgba(5,7,19,.72);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}
.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{font-weight:900;letter-spacing:.14em;font-size:1.1rem;text-transform:uppercase}
.brand span{background:linear-gradient(90deg,var(--cyan),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}
.nav-links{display:flex;align-items:center;gap:22px;color:#dce2fb;font-size:.95rem}
.nav-links a{opacity:.86;transition:.2s}
.nav-links a:hover{opacity:1;color:white}
.menu-btn{display:none;border:1px solid var(--border);background:rgba(255,255,255,.05);color:white;border-radius:12px;padding:10px 12px}
.hero{position:relative;overflow:hidden;padding:98px 0 72px}
.hero:before{content:"";position:absolute;inset:-20% -10%;background:
  radial-gradient(circle at 22% 45%,rgba(30,231,255,.12),transparent 24%),
  radial-gradient(circle at 76% 28%,rgba(255,61,183,.18),transparent 22%);filter:blur(10px);pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}
.kicker{display:inline-flex;gap:10px;align-items:center;padding:8px 12px;border:1px solid rgba(30,231,255,.24);background:rgba(30,231,255,.07);border-radius:999px;color:#bff8ff;font-size:.86rem}
.kicker-dot{width:8px;height:8px;border-radius:99px;background:var(--cyan);box-shadow:0 0 18px var(--cyan)}
h1{font-size:clamp(3rem,7vw,6.7rem);line-height:.9;margin:24px 0 18px;letter-spacing:-.055em}
.gradient-text{background:linear-gradient(90deg,#fff 0%,#bfefff 32%,#ff8dd2 78%,#fff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:clamp(1.06rem,2vw,1.25rem);max-width:720px;color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:14px;border:1px solid var(--border);font-weight:800;transition:.22s;cursor:pointer}
.btn-primary{background:linear-gradient(90deg,var(--blue),var(--violet),var(--pink));border-color:transparent;box-shadow:0 10px 38px rgba(73,140,255,.22)}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.08)}
.btn-secondary{background:rgba(255,255,255,.05)}
.btn-secondary:hover{background:rgba(255,255,255,.09);transform:translateY(-2px)}
.hero-card{position:relative;min-height:390px;border:1px solid var(--border);background:linear-gradient(145deg,rgba(10,18,44,.92),rgba(8,10,24,.7));border-radius:34px;box-shadow:var(--shadow);overflow:hidden}
.hero-card:before,.hero-card:after{content:"";position:absolute;border-radius:999px;filter:blur(4px)}
.hero-card:before{width:260px;height:260px;background:rgba(30,231,255,.18);left:-70px;top:-70px}
.hero-card:after{width:300px;height:300px;background:rgba(255,61,183,.14);right:-100px;bottom:-110px}
.orbit{position:absolute;inset:32px;border:1px solid rgba(255,255,255,.09);border-radius:50%;transform:rotate(14deg)}
.device{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-5deg);width:72%;aspect-ratio:1.55;border-radius:28px;background:linear-gradient(145deg,#121a3e,#070b1e);border:1px solid rgba(255,255,255,.15);box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 60px rgba(73,140,255,.18);display:grid;place-items:center}
.device:before,.device:after{content:"";position:absolute;width:26px;height:26px;border-radius:50%;background:#02030b;border:8px solid #171b29;top:50%;transform:translateY(-50%)}
.device:before{left:24px}.device:after{right:24px}
.screen{width:62%;height:58%;border-radius:15px;background:
  radial-gradient(circle at 30% 35%,rgba(30,231,255,.7),transparent 24%),
  radial-gradient(circle at 70% 65%,rgba(255,61,183,.6),transparent 23%),
  linear-gradient(135deg,#07132c,#17091f);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;font-weight:1000;letter-spacing:.15em;font-size:clamp(1rem,2.5vw,2rem)}
.section{padding:84px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px}
.section-head h2{font-size:clamp(2rem,4vw,3.4rem);margin:0;letter-spacing:-.04em}
.section-head p{margin:0;max-width:620px;color:var(--muted)}
.apps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{position:relative;display:flex;flex-direction:column;min-height:300px;padding:24px;border-radius:var(--radius);background:linear-gradient(160deg,rgba(18,26,60,.86),rgba(8,12,28,.88));border:1px solid var(--border);box-shadow:0 12px 50px rgba(0,0,0,.22);overflow:hidden;transition:.25s}
.card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.19);box-shadow:0 18px 60px rgba(0,0,0,.32)}
.card:before{content:"";position:absolute;inset:-80px auto auto -70px;width:180px;height:180px;border-radius:50%;background:var(--glow,rgba(73,140,255,.23));filter:blur(12px)}
.icon{position:relative;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.07);border:1px solid var(--border);font-size:1.5rem;margin-bottom:20px}
.badges{position:relative;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.badge{font-size:.75rem;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--border);color:#d9e1ff}
.card h3{position:relative;font-size:1.35rem;margin:0 0 10px}.card p{position:relative;color:var(--muted);margin:0 0 22px}.card-footer{position:relative;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:14px}.card-link{font-weight:900}.arrow{transition:.2s}.card:hover .arrow{transform:translateX(4px)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:24px;border-radius:20px;background:rgba(255,255,255,.035);border:1px solid var(--border)}.feature b{display:block;font-size:1.05rem;margin-bottom:8px}.feature p{margin:0;color:var(--muted)}
.cta{padding:34px;border-radius:28px;background:linear-gradient(125deg,rgba(73,140,255,.17),rgba(139,92,255,.14),rgba(255,61,183,.15));border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h3{font-size:clamp(1.6rem,3vw,2.5rem);margin:0 0 8px}.cta p{margin:0;color:var(--muted)}
footer{border-top:1px solid var(--border);padding:34px 0 48px;color:#8f99ba}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.page-hero{padding:82px 0 42px}.breadcrumbs{font-size:.9rem;color:#8f99ba;margin-bottom:22px}.page-hero h1{font-size:clamp(2.7rem,6vw,5rem);margin:0 0 18px}.page-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:start}.panel{padding:26px;border-radius:24px;background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow)}.panel h2{margin-top:0}.clean-list{list-style:none;padding:0;margin:18px 0 0}.clean-list li{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.07);color:#dce2fb}.clean-list li:last-child{border-bottom:0}.notice{margin-top:20px;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.05);border:1px dashed rgba(255,255,255,.13);color:#aeb7d5}.disabled{opacity:.52;pointer-events:none}
.reveal{opacity:0;transform:translateY(16px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.hero-grid,.page-grid{grid-template-columns:1fr}.hero-card{min-height:320px}.apps-grid,.features{grid-template-columns:repeat(2,1fr)}.nav-links{display:none;position:absolute;left:18px;right:18px;top:68px;flex-direction:column;align-items:stretch;background:#0b1025;border:1px solid var(--border);border-radius:16px;padding:14px}.nav-links.open{display:flex}.menu-btn{display:block}.section-head{align-items:start;flex-direction:column}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.apps-grid,.features{grid-template-columns:1fr}.hero{padding-top:68px}.hero-card{min-height:270px}.device{width:80%}.section{padding:64px 0}.wrap{width:min(var(--max),calc(100% - 24px))}.nav-inner{height:66px}.hero-actions .btn{width:100%}.cta .btn{width:100%}}

/* Product page — Windows */
.product-hero{padding:82px 0 60px;position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;inset:-25% -10%;background:radial-gradient(circle at 15% 35%,rgba(30,231,255,.13),transparent 24%),radial-gradient(circle at 80% 25%,rgba(73,140,255,.17),transparent 27%),radial-gradient(circle at 70% 85%,rgba(255,61,183,.09),transparent 26%);pointer-events:none}.product-hero-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}.product-title-row{display:flex;align-items:center;gap:17px}.app-logo{width:74px;height:74px;border-radius:18px;box-shadow:0 14px 45px rgba(0,0,0,.35),0 0 30px rgba(73,140,255,.14)}.eyebrow{margin-top:8px;font-weight:900;letter-spacing:.15em;font-size:.78rem;color:#9eb4e9}.status-live{background:rgba(47,224,129,.10);border-color:rgba(47,224,129,.25);color:#a5f4c9}.product-hero h1{font-size:clamp(2.9rem,5.5vw,5.55rem);margin:27px 0 20px;line-height:.94}.product-lead{font-size:clamp(1.06rem,1.7vw,1.24rem);color:var(--muted);max-width:710px}.product-shot{position:relative;padding:13px;border-radius:29px;background:linear-gradient(145deg,rgba(14,22,50,.95),rgba(7,10,26,.88));border:1px solid rgba(255,255,255,.13);box-shadow:0 35px 90px rgba(0,0,0,.44);overflow:hidden}.product-shot img{position:relative;border-radius:19px;border:1px solid rgba(255,255,255,.09)}.shot-glow{position:absolute;width:380px;height:380px;border-radius:50%;right:-70px;top:-130px;background:rgba(73,140,255,.20);filter:blur(35px)}.shot-caption{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:13px 5px 1px;color:#dfe7ff}.shot-caption span{font-size:.84rem;color:#8e9abc}.mini-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:28px}.mini-stats div{padding:14px 15px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.mini-stats strong{display:block;font-size:.98rem;color:#fff}.mini-stats span{display:block;margin-top:3px;font-size:.82rem;color:#98a5c8}.compact-section{padding-top:55px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.step-card{position:relative;padding:23px;border-radius:22px;background:linear-gradient(160deg,rgba(16,25,58,.78),rgba(8,12,28,.86));border:1px solid var(--border);min-height:220px}.step-card>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(30,231,255,.08);border:1px solid rgba(30,231,255,.18);font-weight:900;color:#aef7ff;margin-bottom:32px}.step-card h3{margin:0 0 9px;font-size:1.18rem}.step-card p{margin:0;color:var(--muted)}.feature-grid-rich{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card-rich{padding:24px;min-height:230px;border-radius:22px;background:linear-gradient(160deg,rgba(17,25,58,.76),rgba(8,12,29,.83));border:1px solid var(--border);transition:.25s}.feature-card-rich:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.17)}.feature-symbol{width:47px;height:47px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(140deg,rgba(73,140,255,.18),rgba(139,92,255,.14));border:1px solid rgba(255,255,255,.1);font-size:1.25rem;margin-bottom:28px}.feature-card-rich h3{margin:0 0 9px;font-size:1.16rem}.feature-card-rich p{margin:0;color:var(--muted)}.visual-story{padding:55px 0}.visual-story-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:43px;align-items:center}.alt-story .visual-story-grid{grid-template-columns:.85fr 1.15fr}.story-image{padding:10px;border-radius:25px;background:rgba(255,255,255,.035);border:1px solid var(--border);box-shadow:0 25px 70px rgba(0,0,0,.28)}.story-image img{border-radius:16px;cursor:zoom-in}.story-copy h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.04em;margin:18px 0}.story-copy p{color:var(--muted);font-size:1.08rem}.inline-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.inline-pills span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid var(--border);font-size:.8rem;color:#cbd5f3}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.gallery-item{margin:0;padding:9px;border-radius:22px;background:rgba(255,255,255,.035);border:1px solid var(--border);overflow:hidden}.gallery-item img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;cursor:zoom-in;transition:.3s}.gallery-item:hover img{transform:scale(1.012)}.gallery-item figcaption{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:13px 7px 6px}.gallery-item figcaption b{font-size:.95rem}.gallery-item figcaption span{font-size:.82rem;color:#8f9bbd;text-align:right}.gallery-wide{grid-column:span 1}.download-panel{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:31px;border-radius:28px;background:linear-gradient(120deg,rgba(73,140,255,.16),rgba(139,92,255,.10),rgba(255,61,183,.10));border:1px solid rgba(255,255,255,.12)}.download-icon img{width:72px;height:72px;border-radius:17px}.download-copy h2{font-size:clamp(1.7rem,3.5vw,2.8rem);margin:11px 0 5px}.download-copy p{margin:0;color:var(--muted);max-width:720px}.download-actions{display:flex;flex-direction:column;gap:9px;min-width:190px}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(2,4,12,.92);backdrop-filter:blur(16px);display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:min(1500px,95vw);max-height:90vh;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.65);border:1px solid rgba(255,255,255,.12)}.lightbox-close{position:absolute;top:18px;right:22px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:white;font-size:2rem;line-height:1;cursor:pointer}
@media(max-width:1050px){.product-hero-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.feature-grid-rich{grid-template-columns:repeat(2,1fr)}.visual-story-grid,.alt-story .visual-story-grid{grid-template-columns:1fr}.alt-story .story-copy{order:2}.alt-story .story-image{order:1}.download-panel{grid-template-columns:auto 1fr}.download-actions{grid-column:1/-1;flex-direction:row}.download-actions .btn{flex:1}}
@media(max-width:680px){.product-hero{padding-top:58px}.app-logo{width:60px;height:60px}.product-title-row{align-items:flex-start}.product-title-row .badges{gap:5px}.mini-stats{grid-template-columns:1fr}.steps-grid,.feature-grid-rich,.gallery-grid{grid-template-columns:1fr}.gallery-item figcaption{align-items:flex-start;flex-direction:column;gap:4px}.gallery-item figcaption span{text-align:left}.download-panel{grid-template-columns:1fr}.download-icon{display:none}.download-actions{grid-column:auto;flex-direction:column}.product-shot{padding:7px}.shot-caption{align-items:flex-start;flex-direction:column;gap:2px}.lightbox{padding:12px}.lightbox-close{top:10px;right:10px}}
.app-card-icon{padding:5px;overflow:hidden}.app-card-icon img{width:100%;height:100%;object-fit:cover;border-radius:11px}

/* Product page — Android */
.android-product:before{background:radial-gradient(circle at 13% 35%,rgba(54,255,112,.12),transparent 24%),radial-gradient(circle at 82% 24%,rgba(30,231,255,.15),transparent 28%),radial-gradient(circle at 72% 86%,rgba(139,92,255,.10),transparent 27%)}
.android-hero-visual{position:relative;min-height:520px;border-radius:34px;background:linear-gradient(145deg,rgba(8,25,27,.78),rgba(9,12,34,.9));border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow);overflow:hidden}
.android-orbit{position:absolute;inset:58px;border:1px solid rgba(66,255,126,.15);border-radius:50%;box-shadow:0 0 90px rgba(42,255,110,.06) inset;transform:rotate(-11deg)}
.phone-frame{position:absolute;width:215px;height:430px;padding:9px;background:#05070c;border-radius:34px;border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 70px rgba(0,0,0,.55);overflow:hidden}
.phone-frame:before{content:"";position:absolute;z-index:3;left:50%;top:7px;transform:translateX(-50%);width:68px;height:15px;border-radius:0 0 12px 12px;background:#020308}
.phone-frame img{width:100%;height:100%;object-fit:cover;border-radius:26px;background:white}
.phone-front{left:19%;top:42px;transform:rotate(-5deg);z-index:2}
.phone-back{right:13%;top:75px;transform:rotate(8deg);opacity:.86}
.play-chip{position:absolute;left:50%;bottom:25px;transform:translateX(-50%);z-index:5;display:flex;align-items:center;gap:12px;min-width:245px;padding:12px 16px;border-radius:16px;background:rgba(7,12,26,.92);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 45px rgba(0,0,0,.4)}
.play-chip>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,rgba(51,255,115,.18),rgba(30,231,255,.14));color:#83ffa9}
.play-chip b,.play-chip small{display:block}.play-chip small{color:#95a2c7;margin-top:2px}
.phone-pair{display:flex;justify-content:center;align-items:center;gap:20px;min-height:450px;position:relative}
.phone-card{width:220px;height:440px;padding:8px;border-radius:31px;background:#05070d;border:1px solid rgba(255,255,255,.14);box-shadow:0 25px 65px rgba(0,0,0,.45);transform:rotate(-4deg)}
.phone-card-shift{transform:translateY(24px) rotate(5deg)}
.phone-card img{width:100%;height:100%;object-fit:cover;border-radius:24px;cursor:zoom-in;background:#fff}
.android-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}
.android-shot{margin:0;padding:9px;border-radius:22px;background:rgba(255,255,255,.035);border:1px solid var(--border);overflow:hidden}
.android-shot img{width:100%;aspect-ratio:9/16;object-fit:cover;object-position:center;border-radius:15px;background:#fff;cursor:zoom-in;transition:.25s}
.android-shot:hover img{transform:scale(1.012)}
.android-shot figcaption{padding:12px 7px 6px}.android-shot figcaption b,.android-shot figcaption span{display:block}.android-shot figcaption span{margin-top:3px;color:#8f9bbd;font-size:.82rem}
.android-shot-landscape{grid-column:span 2}.android-shot-landscape img{aspect-ratio:16/9;object-fit:cover}
.legal-note-section{padding-top:12px}.legal-note{display:flex;gap:17px;align-items:flex-start;padding:23px 25px;border-radius:22px;background:rgba(255,193,77,.055);border:1px solid rgba(255,193,77,.16)}.legal-note-icon{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,193,77,.11);border:1px solid rgba(255,193,77,.23);font-weight:900;color:#ffd38c}.legal-note p{margin:5px 0 0;color:var(--muted)}
@media(max-width:1050px){.android-gallery{grid-template-columns:repeat(3,1fr)}.android-hero-visual{min-height:500px}}
@media(max-width:760px){.android-gallery{grid-template-columns:repeat(2,1fr)}.android-shot-landscape{grid-column:span 2}.phone-pair{min-height:410px}.phone-card{width:180px;height:360px}.android-hero-visual{min-height:440px}.phone-frame{width:175px;height:350px}.phone-front{left:13%;top:42px}.phone-back{right:10%;top:66px}.play-chip{bottom:18px}}
@media(max-width:520px){.android-gallery{grid-template-columns:1fr 1fr;gap:10px}.android-shot{padding:6px;border-radius:17px}.android-shot img{border-radius:12px}.android-shot figcaption{padding:9px 5px 5px}.android-shot figcaption span{display:none}.android-hero-visual{min-height:390px}.phone-frame{width:145px;height:292px;border-radius:26px;padding:6px}.phone-frame img{border-radius:21px}.phone-front{left:8%;top:46px}.phone-back{right:6%;top:68px}.play-chip{min-width:220px;padding:9px 11px}.phone-pair{min-height:330px;gap:10px}.phone-card{width:145px;height:290px;border-radius:24px;padding:6px}.phone-card img{border-radius:19px}.legal-note{padding:19px}}


/* Product page — Remote Gamepad */
.remote-product:before{background:radial-gradient(circle at 12% 30%,rgba(139,92,255,.16),transparent 26%),radial-gradient(circle at 84% 18%,rgba(30,231,255,.14),transparent 28%),radial-gradient(circle at 73% 84%,rgba(255,61,183,.11),transparent 26%)}
.product-title-row-noimg{align-items:center}.remote-logo{width:72px;height:72px;border-radius:21px;display:grid;place-items:center;font-size:2rem;font-weight:900;color:#e3ddff;background:linear-gradient(135deg,rgba(139,92,255,.22),rgba(30,231,255,.16));border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 50px rgba(0,0,0,.32)}
.remote-hero-visual{position:relative;min-height:520px;border-radius:34px;background:linear-gradient(145deg,rgba(16,11,35,.88),rgba(5,9,24,.92));border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow);overflow:hidden}.remote-orbit{position:absolute;inset:50px;border:1px solid rgba(139,92,255,.17);border-radius:50%;transform:rotate(-8deg);box-shadow:0 0 90px rgba(139,92,255,.08) inset}.remote-phone-shell{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-4deg);width:80%;max-width:450px;aspect-ratio:9/18;padding:12px;border-radius:42px;background:#04060d;border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 70px rgba(0,0,0,.52)}.remote-phone-shell:before{content:"";position:absolute;left:50%;top:10px;transform:translateX(-50%);width:82px;height:18px;border-radius:0 0 12px 12px;background:#020308}.remote-screen{height:100%;border-radius:31px;padding:18px 18px 14px;background:linear-gradient(160deg,rgba(26,30,68,.96),rgba(8,12,26,.98));display:flex;flex-direction:column}.remote-topbar{display:flex;gap:5px;justify-content:flex-end}.remote-topbar span{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.3)}.remote-layout{flex:1;display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;align-items:center}.remote-dpad{position:relative;width:112px;height:112px;margin:auto}.remote-dpad i,.remote-dpad b{position:absolute;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.08);border-radius:12px;display:block}.remote-dpad i:nth-child(1){left:36px;top:0;width:40px;height:40px}.remote-dpad i:nth-child(2){left:0;top:36px;width:40px;height:40px}.remote-dpad i:nth-child(3){right:0;top:36px;width:40px;height:40px}.remote-dpad i:nth-child(4){left:36px;bottom:0;width:40px;height:40px}.remote-dpad b{left:36px;top:36px;width:40px;height:40px;background:rgba(139,92,255,.22)}.remote-center-ui{display:flex;flex-direction:column;gap:10px}.remote-status-card{padding:11px 12px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.remote-status-card small{display:block;color:#8f9bbd}.remote-status-card b{display:block;margin-top:4px}.remote-actions{position:relative;width:120px;height:120px;margin:auto}.remote-actions .action{position:absolute;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:800;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 24px rgba(0,0,0,.22)}.remote-actions .a{right:0;top:40px;background:linear-gradient(135deg,rgba(58,255,112,.48),rgba(58,255,112,.18))}.remote-actions .b{left:40px;bottom:0;background:linear-gradient(135deg,rgba(255,97,97,.52),rgba(255,97,97,.20))}.remote-actions .x{left:40px;top:0;background:linear-gradient(135deg,rgba(73,140,255,.5),rgba(73,140,255,.18))}.remote-actions .y{left:0;top:40px;background:linear-gradient(135deg,rgba(255,201,62,.55),rgba(255,201,62,.20));color:#1e1b10}.remote-bottom-row{display:flex;justify-content:space-between;gap:10px}.remote-bottom-row span{flex:1;text-align:center;padding:9px 8px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:.82rem;color:#cdd4f2}.remote-chip{position:absolute;padding:10px 14px;border-radius:999px;background:rgba(7,12,26,.92);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 45px rgba(0,0,0,.32);font-size:.84rem;color:#dbe6ff}.remote-chip.chip-1{left:28px;top:48px}.remote-chip.chip-2{right:26px;top:90px}.remote-chip.chip-3{right:36px;bottom:35px}.remote-usecases{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.remote-usecases article{padding:21px;border-radius:20px;background:rgba(255,255,255,.035);border:1px solid var(--border)}.remote-usecases b{display:block;font-size:1rem;margin-bottom:8px}.remote-usecases p{margin:0;color:var(--muted)}.remote-note{background:rgba(139,92,255,.06);border-color:rgba(139,92,255,.16)}.remote-note .legal-note-icon{background:rgba(139,92,255,.12);border-color:rgba(139,92,255,.22);color:#ddccff}.remote-download-panel{background:linear-gradient(120deg,rgba(139,92,255,.16),rgba(73,140,255,.12),rgba(30,231,255,.10))}.remote-download-icon{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;font-size:2rem;font-weight:900;color:#e8e0ff;background:linear-gradient(135deg,rgba(139,92,255,.23),rgba(30,231,255,.14));border:1px solid rgba(255,255,255,.12)}
@media(max-width:1050px){.remote-usecases{grid-template-columns:1fr 1fr}.remote-hero-visual{min-height:500px}}
@media(max-width:760px){.remote-hero-visual{min-height:430px}.remote-phone-shell{width:86%;max-width:360px;padding:8px;border-radius:28px}.remote-screen{padding:14px;border-radius:22px}.remote-layout{grid-template-columns:1fr 1fr 1fr;gap:8px}.remote-dpad{width:82px;height:82px}.remote-dpad i:nth-child(1),.remote-dpad i:nth-child(4){left:26px;width:30px;height:30px}.remote-dpad i:nth-child(2),.remote-dpad i:nth-child(3){top:26px;width:30px;height:30px}.remote-dpad i:nth-child(3){right:0}.remote-dpad i:nth-child(2){left:0}.remote-dpad i:nth-child(1){top:0}.remote-dpad i:nth-child(4){bottom:0}.remote-dpad b{left:26px;top:26px;width:30px;height:30px}.remote-actions{width:90px;height:90px}.remote-actions .action{width:30px;height:30px;font-size:.78rem}.remote-actions .a{right:0;top:30px}.remote-actions .b{left:30px;bottom:0}.remote-actions .x{left:30px;top:0}.remote-actions .y{left:0;top:30px}.remote-status-card{padding:8px 9px;border-radius:12px}.remote-bottom-row span{font-size:.72rem;padding:7px 6px}.remote-chip{display:none}.remote-usecases{grid-template-columns:1fr}}
@media(max-width:520px){.product-title-row-noimg{gap:12px}.remote-logo{width:58px;height:58px;border-radius:17px;font-size:1.6rem}.remote-hero-visual{min-height:360px}.remote-phone-shell{max-width:290px}.remote-layout{gap:6px}.remote-status-card small{font-size:.68rem}.remote-status-card b{font-size:.82rem}.remote-bottom-row{gap:6px}.remote-bottom-row span{font-size:.67rem}.remote-usecases article{padding:16px}}

.remote-phone-front{left:16%;top:42px}.remote-phone-back{right:14%;top:72px}.remote-download-panel .download-icon img{width:72px;height:72px;border-radius:17px}.remote-product .app-logo{background:#0a1228;padding:4px}.remote-product .app-logo[src$=".svg"]{object-fit:contain}.remote-story .visual-story-grid{grid-template-columns:.95fr 1.05fr}@media(max-width:760px){.remote-phone-front{left:10%;top:42px}.remote-phone-back{right:8%;top:68px}}

.remote-real-gallery .gallery-item img{aspect-ratio:16/9;object-fit:cover}.remote-product .app-logo{object-fit:cover;background:transparent;padding:0}


/* Remote Gamepad real screenshots update */
.remote-hero-visual{position:relative;min-height:520px;border-radius:34px;background:linear-gradient(145deg,rgba(8,25,27,.78),rgba(9,12,34,.9));border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow);overflow:hidden}.remote-hero-card{position:absolute;padding:12px;border-radius:26px;background:rgba(8,13,28,.92);border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 70px rgba(0,0,0,.46);overflow:hidden}.remote-hero-card img{display:block;width:100%;height:auto;border-radius:18px}.remote-hero-front{left:7%;right:18%;top:58px;z-index:2;transform:rotate(-2.5deg)}.remote-hero-back{left:28%;right:6%;top:160px;opacity:.92;transform:rotate(4deg)}.remote-gallery-5 .gallery-item img{aspect-ratio:1320/609;object-fit:cover}.remote-product .app-logo{object-fit:cover;background:transparent;padding:0}.remote-product .product-title-row .app-logo{width:74px;height:74px}.remote-download-panel .download-icon img{object-fit:cover}.remote-real-gallery{grid-template-columns:repeat(2,1fr)}.remote-real-gallery .gallery-item:last-child{grid-column:span 2}@media(max-width:1050px){.remote-hero-front{left:5%;right:14%}.remote-hero-back{left:24%;right:4%}}@media(max-width:760px){.remote-hero-visual{min-height:350px}.remote-hero-front{left:4%;right:12%;top:36px;padding:8px}.remote-hero-back{left:22%;right:4%;top:140px;padding:8px}.remote-real-gallery{grid-template-columns:1fr}.remote-real-gallery .gallery-item:last-child{grid-column:auto}}@media(max-width:520px){.remote-product .product-title-row .app-logo{width:60px;height:60px}.remote-hero-visual{min-height:290px}.remote-hero-front{top:28px}.remote-hero-back{top:106px}}


/* Homepage hero with Windows icon */
.hero-card-app{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:28px}.hero-app-badge{position:relative;z-index:2;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#dce5ff;font-size:.86rem}.hero-app-icon-wrap{position:relative;z-index:2;width:min(280px,62%);aspect-ratio:1/1;border-radius:34px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(8,12,26,.88),rgba(16,24,58,.88));border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 70px rgba(0,0,0,.38)}.hero-app-icon{width:74%;height:74%;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(0,0,0,.28))}.hero-app-label{position:relative;z-index:2;font-weight:900;letter-spacing:.18em;color:#f3f6ff;opacity:.94}.hero-card-app .orbit{inset:18px}
@media(max-width:920px){.hero-card-app{min-height:320px}.hero-app-icon-wrap{width:min(240px,58%)}}
@media(max-width:560px){.hero-app-badge{font-size:.78rem}.hero-app-icon-wrap{width:min(210px,70%);border-radius:26px}}

/* Privacy page */
.privacy-hero{padding-bottom:12px}.privacy-panel{padding:34px 30px 28px}.privacy-title{font-size:clamp(2.4rem,5.6vw,4.8rem);margin:18px 0 14px;line-height:.94}.privacy-lead{max-width:920px;color:var(--muted);font-size:1.05rem}.privacy-jump-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.privacy-jump-links a{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid var(--border);font-size:.9rem;color:#dbe4ff}.privacy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.privacy-card{padding:24px;border-radius:24px;background:linear-gradient(160deg,rgba(14,22,50,.8),rgba(8,12,29,.86));border:1px solid var(--border);box-shadow:0 18px 55px rgba(0,0,0,.22)}.privacy-card h2{margin:0;font-size:1.5rem}.privacy-card p{color:var(--muted)}.privacy-card ul{margin:14px 0 0;padding-left:18px;color:#dbe4ff}.privacy-card li{margin:8px 0}.privacy-card-head{display:flex;align-items:center;gap:16px;margin-bottom:14px}.privacy-card-head img{width:64px;height:64px;border-radius:18px;object-fit:cover;box-shadow:0 12px 30px rgba(0,0,0,.28)}.privacy-app-icon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;font-weight:900;background:linear-gradient(135deg,rgba(73,140,255,.22),rgba(139,92,255,.18));border:1px solid rgba(255,255,255,.12);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.28)}.privacy-android-icon{background:linear-gradient(135deg,rgba(50,255,110,.22),rgba(73,140,255,.18))}.small-kicker{font-size:.72rem;padding:6px 10px}
@media(max-width:860px){.privacy-grid{grid-template-columns:1fr}}
@media(max-width:560px){.privacy-panel{padding:24px 20px}.privacy-card{padding:18px}.privacy-card-head img,.privacy-app-icon{width:54px;height:54px;border-radius:15px}.privacy-jump-links a{font-size:.82rem;padding:8px 11px}}

/* Estados de disponibilidad y descarga alternativa */
.status-soon{background:rgba(255,190,70,.10);border-color:rgba(255,190,70,.28);color:#ffd58a}.alt-download-note{margin-top:12px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);color:#dbe4ff;font-size:.92rem}.alt-download-note code{font-family:inherit;font-weight:900;color:#fff;letter-spacing:.08em}.download-password{text-align:center;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);font-size:.88rem;color:#cbd5f3}.download-password b{color:#fff;letter-spacing:.08em}

/* Password visible next to the alternative Windows download */
.hero-alt-password{display:inline-flex;align-items:center;gap:12px;margin-top:12px;padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);color:#dbe4ff;font-size:.9rem}.hero-alt-password b{color:#fff}.hero-alt-password span{padding-left:12px;border-left:1px solid rgba(255,255,255,.12)}.hero-alt-password strong{color:#fff;letter-spacing:.10em;font-size:1.02rem}@media(max-width:620px){.hero-alt-password{display:flex;align-items:flex-start;flex-direction:column;gap:5px;width:100%}.hero-alt-password span{padding-left:0;border-left:0}}


/* Windows: claridad sobre Cloud de pago */
.cloud-plan-note{display:flex;gap:14px;align-items:flex-start;margin-top:14px;padding:15px 16px;border-radius:16px;background:linear-gradient(135deg,rgba(30,231,255,.075),rgba(139,92,255,.075));border:1px solid rgba(30,231,255,.16);color:#dbe4ff}.cloud-plan-icon{flex:0 0 42px;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(30,231,255,.10);border:1px solid rgba(30,231,255,.18);font-size:1.15rem}.cloud-plan-note b{display:block;color:#fff;font-size:.98rem;margin-bottom:4px}.cloud-plan-note p{margin:0!important;font-size:.9rem!important;line-height:1.55;color:#aebadd!important}.cloud-plan-note strong{color:#fff}.paid-mini{display:inline-block;margin-left:5px;padding:3px 7px;border-radius:999px;background:rgba(255,190,70,.11);border:1px solid rgba(255,190,70,.24);color:#ffd58a;font-size:.64rem;vertical-align:middle;letter-spacing:.02em}.free-play-note{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding:10px 12px;border-radius:12px;background:rgba(47,224,129,.055);border:1px solid rgba(47,224,129,.14);font-size:.88rem}.free-play-note b{color:#b9f6d3}.free-play-note span{color:#c2cce9}@media(max-width:620px){.cloud-plan-note{padding:13px;gap:10px}.cloud-plan-icon{width:36px;height:36px;flex-basis:36px}.cloud-plan-note p{font-size:.86rem!important}}
