:root{--bg-start: #f0f7ff;--bg-end: #f7fbff;--text: #10233d;--muted: #546a86;--surface: #ffffff;--line: #dbe8f7;--brand-1: #0ea5e9;--brand-2: #2563eb}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:linear-gradient(135deg,var(--bg-start),var(--bg-end));line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:0 auto}header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7fbffe0;border-bottom:1px solid rgba(219,232,247,.9)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.08rem}.logo{width:42px;height:42px;border-radius:10px;border:1px solid var(--line);object-fit:cover}nav ul{margin:0;padding:0;list-style:none;display:flex;gap:1.4rem}nav a{color:var(--muted);font-weight:600}nav a:hover{color:var(--brand-2)}.hero{padding:4.5rem 0 3.8rem}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.hero h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.3rem);line-height:1.12}.hero p{margin:0 0 1.5rem;color:var(--muted);max-width:52ch}.play-badge{width:210px;border-radius:12px;transition:transform .2s ease}.play-badge:hover{transform:translateY(-2px)}.hero-visual{position:relative;display:grid;place-items:center;padding:1rem}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:999px;z-index:0}.hero-visual:before{width:320px;height:320px;background:radial-gradient(circle at 30% 30%,#93c5fd,#38bdf8);filter:blur(1px);top:12%;right:4%;opacity:.28}.hero-visual:after{width:240px;height:240px;background:radial-gradient(circle at 70% 70%,#2563eb,#0ea5e9);bottom:5%;left:8%;opacity:.22}.phone-frame{position:relative;z-index:1;width:min(320px,90%);aspect-ratio:9 / 19.5;background:linear-gradient(145deg,#10172a,#1f2937);border-radius:36px;padding:10px;box-shadow:0 22px 60px #0f172a59}.phone-frame:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:38%;height:18px;border-radius:0 0 12px 12px;background:#0b1220}.phone-screen{position:relative;width:100%;height:100%;border-radius:28px;overflow:hidden;border:1px solid #233044;background:#dbeafe}.phone-screen img{width:100%;height:100%;object-fit:cover}section{padding:3.6rem 0}.section-title{text-align:center;margin:0 0 .8rem;font-size:clamp(1.5rem,2.3vw,2rem)}.section-text{text-align:center;color:var(--muted);max-width:72ch;margin:0 auto}.shots-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.shot-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 12px 30px #10233d14}.privacy-wrap{padding:3rem 0 4rem}.privacy-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 16px 40px #10233d14;padding:clamp(1.2rem,2.5vw,2.2rem);max-width:920px;margin:0 auto}.privacy-card h1{margin-top:0;margin-bottom:.6rem;font-size:clamp(1.8rem,3vw,2.4rem)}.privacy-card .updated{margin-top:0;margin-bottom:1.5rem;color:var(--muted)}.privacy-card h2{margin:1.5rem 0 .6rem;font-size:1.1rem}.privacy-card section{padding:0}.privacy-card p{margin:0 0 .8rem}.privacy-card a{color:var(--brand-2);font-weight:600}footer{margin-top:2rem;border-top:1px solid var(--line);background:#fff}.footer-wrap{padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-links{display:flex;gap:1rem;color:var(--muted)}.copyright{color:var(--muted);text-align:center}.developer a{color:var(--brand-2);font-weight:600}@media (max-width: 900px){.hero-grid{grid-template-columns:1fr}.hero-visual{max-width:440px;margin:0 auto}.shots-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.nav-wrap{flex-direction:column;gap:.8rem}nav ul{gap:.9rem;flex-wrap:wrap;justify-content:center}section,.hero{padding:3rem 0}.shots-grid{grid-template-columns:1fr}.footer-wrap{justify-content:center}}
