:root{--primary: #9610FF;--secondary: #6A5ACD;--info: #9610FF;--success: #12D18E;--warning: #FACC15;--error: #FF7555;--gray-900: #212121;--bg: #ffffff;--surface: #ffffff;--accent: var(--primary);--accent-soft: #ebe7ff;--text-main: #0b0c0f;--text-subtle: #5f6473;--border-subtle: #e1e3ee}*{box-sizing:border-box;margin:0;padding:0}html{width:100%;overflow-x:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,-system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-main);background:#fff;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid rgba(225,227,238,.9);padding:18px 48px;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:22px;letter-spacing:.04em;text-decoration:none;color:inherit}.nav{display:flex;gap:24px;align-items:center;font-size:14px}.nav a{text-decoration:none;color:var(--text-subtle)}.nav a:hover{color:var(--primary)}.nav-download{padding:8px 20px;border-radius:999px;background:var(--primary);color:#fff!important}main{padding:40px 0 72px;background:#f6f5ff}.hero{max-width:1120px;margin:72px auto 40px;padding:0 32px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content h1{font-size:48px;line-height:1.1;font-weight:800;color:var(--primary);margin-bottom:16px}.hero-content p{font-size:16px;color:var(--text-subtle);max-width:460px;margin:0 auto}.hero-ctas{display:flex;align-items:center;justify-content:center;margin-top:24px}.store-badge{width:400px;height:auto;display:block}.hero-media{margin-top:40px;display:flex;justify-content:center;gap:24px;align-items:flex-end}.hero-phone{width:220px;height:auto;display:block;filter:drop-shadow(0 18px 40px rgba(15,23,42,.35))}.hero-phone-left{transform:rotate(-10deg) translateY(18px) scale(.94)}.hero-phone-center{transform:translateY(-6px)}.hero-phone-right{transform:rotate(10deg) translateY(18px) scale(.94)}.steps{max-width:1120px;margin:40px auto 60px;padding:0 32px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:48px;align-items:center}.steps-phone{display:flex;justify-content:center}.steps-phone-img{width:260px;height:auto;display:block;filter:drop-shadow(0 18px 40px rgba(15,23,42,.35))}.steps-text h2{font-size:20px;line-height:1.2;margin:0 0 12px}.steps-text ol{padding-left:18px;font-size:14px;color:var(--text-subtle)}.steps-text li+li{margin-top:4px}.steps-badges{margin-top:24px;display:flex;align-items:center}.curated{max-width:1120px;margin:0 auto 80px;padding:0 32px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:40px;align-items:center}.curated-text h2{font-size:26px;color:var(--primary);margin-bottom:12px}.curated-text p{font-size:14px;color:var(--text-subtle);max-width:520px}.curated-text p+p{margin-top:8px}.curated-media{display:flex;align-items:center;justify-content:flex-end}.curated-phones{position:relative;width:320px;height:280px;transform:translate(-80px,-50px)}.curated-phone{position:absolute;width:190px;height:auto;display:block;filter:drop-shadow(0 18px 40px rgba(15,23,42,.35))}.curated-phone-left{left:0;top:36px;transform:rotate(-12deg) scale(.9)}.curated-phone-center{left:35px;top:6px;transform:translateY(-4px);z-index:2}.curated-phone-right{left:80px;top:38px;transform:rotate(12deg) scale(.9)}.testimonials{max-width:1120px;margin:0 auto 40px;padding:0 32px}.testimonials h2{font-size:24px;margin-bottom:20px}.testimonial-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:24px;align-items:stretch}.testimonial-card{background:var(--surface);border-radius:32px;padding:24px 24px 26px;box-shadow:0 18px 52px #0f172a1f}.quote{font-size:15px;color:var(--text-main);margin-bottom:14px}.author{font-weight:600;font-size:14px}.role{font-size:13px;color:var(--text-subtle)}.ratings{display:flex;height:100%}.rating-block{padding:18px 20px;border-radius:24px;background:var(--surface);box-shadow:0 18px 52px #0f172a1f;display:flex;flex-direction:column;justify-content:center}.rating-score{font-size:22px;font-weight:700}.rating-label{font-size:13px;color:var(--text-subtle)}.site-footer{margin-top:auto;padding:36px 48px 24px;background:var(--gray-900);color:#e4e6ff}.footer-columns{max-width:1120px;margin:0 auto 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;font-size:14px}.footer-column h3{font-size:14px;margin-bottom:10px}.footer-column a{display:block;color:#c0c3ff;text-decoration:none;margin-top:4px}.footer-column a:hover{color:#fff}.footer-bottom{max-width:1120px;margin:0 auto;border-top:1px solid rgba(103,110,196,.6);padding-top:14px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#a4a7e8}.footer-social{display:flex;gap:8px}.footer-social .social-dot{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center}.full-center{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:3rem}@media (max-width: 900px){.site-header{flex-direction:column;gap:10px;padding:10px 16px}.nav{flex-wrap:wrap;justify-content:center;gap:12px;font-size:13px}main{padding:24px 0 40px}.hero,.steps,.curated,.testimonial-grid,.footer-columns{grid-template-columns:minmax(0,1fr)}.hero{max-width:100%;padding:24px 16px 32px;margin:24px auto 16px}.hero-content h1{font-size:32px}.hero-content p{font-size:14px}.steps-text{text-align:left}.steps-text h2{font-size:20px;line-height:1.2;margin:0 0 12px;white-space:nowrap}.steps-badges{justify-content:center}.curated-text h2{font-size:24px}.store-badge{width:260px}.store-badge{width:240px}.hero-media{margin-top:24px;gap:8px}.hero-phone{width:160px}.hero-phone-left,.hero-phone-right{display:block}.hero-phone-left{transform:rotate(-10deg) translate(33px,10px) scale(.85);z-index:1}.hero-phone-center{transform:translateY(-2px);z-index:2}.hero-phone-right{transform:rotate(10deg) translate(-33px,10px) scale(.85);z-index:1}.steps{max-width:100%;padding:0 16px;margin:24px auto 32px;grid-template-columns:minmax(0,1fr);gap:20px}.steps-phone{order:-1;margin-bottom:8px}.steps-phone-img{width:220px}.curated{max-width:100%;padding:0 16px;margin:24px auto 80px;grid-template-columns:minmax(0,1fr);gap:20px}.curated-media{justify-content:center;margin-top:8px}.curated-phones{width:260px;height:300px;transform:none;margin:0 auto 24px}.testimonials{padding:0 16px;margin-top:110px}.testimonial-grid{grid-template-columns:minmax(0,1fr);gap:16px}.footer-columns{padding:0 16px;grid-template-columns:minmax(0,1fr);row-gap:16px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}.static-main{padding:40px 0 72px;background:#f6f5ff}.static-section{max-width:800px;margin:64px auto;padding:0 32px;text-align:left}.static-section h1{font-size:32px;color:var(--primary);margin-bottom:16px}.static-section p{font-size:14px;color:var(--text-subtle);margin-bottom:12px}.social-icon{width:40px;height:40px;display:block}
