:root{--bg:#fff;--surface:#fff;--primary:#7c3aed;--primary-light:#a855f7;--text:#1a1040;--text-secondary:#5e5674;--text-tertiary:#a89fc0;--serif:Georgia,"Times New Roman",serif;--shadow-card:0 16px 40px rgba(26,16,64,.14)}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100%;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}.site-header{position:absolute;top:clamp(12px,2.5vw,22px);left:clamp(20px,6vw,56px);z-index:5;display:flex;align-items:center;gap:10px}.brand-icon{width:40px;height:40px;border-radius:10px;box-shadow:var(--shadow-card)}.brand-name{font-weight:800;font-size:16px;letter-spacing:3px;text-transform:uppercase;color:#000}.hero{min-height:100svh;display:flex;overflow:hidden;padding:clamp(72px,9vw,100px) clamp(20px,6vw,96px) clamp(48px,8vw,80px)}.hero,.hero-inner{position:relative;align-items:center}.hero-inner{z-index:1;width:100%;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(32px,5vw,92px);gap:clamp(32px,5vw,92px)}.hero-text{display:flex;flex-direction:column;align-items:flex-start}.headline{font-size:clamp(38px,5.6vw,70px);font-weight:800;line-height:1.05;letter-spacing:-1.5px;color:#000;max-width:15ch}.subhead{margin-top:clamp(18px,3vw,28px);font-size:clamp(17px,2.1vw,24px);font-weight:400;color:#000;max-width:44ch}.stores{display:flex;flex-wrap:wrap;gap:14px;margin-top:clamp(28px,4vw,40px)}.store-btn{display:inline-flex;align-items:center;gap:14px;padding:15px 28px;border-radius:18px;background:#12101f;color:#fff;transition:transform .15s ease,box-shadow .15s ease}.store-btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(18,16,31,.35)}.store-btn svg{width:30px;height:30px;flex-shrink:0}.store-btn-label{display:flex;flex-direction:column;line-height:1.1;text-align:left}.store-btn-label small{font-size:12px;font-weight:500;opacity:.85;letter-spacing:.2px}.store-btn-label strong{font-size:20px;font-weight:700;letter-spacing:.2px}.quote{margin-top:clamp(28px,4vw,44px);font-family:var(--serif);font-style:italic;font-size:17px;color:var(--text-secondary)}.hero-phones{position:relative;display:flex;justify-content:center;align-items:center;min-height:700px}.phone{position:absolute;width:clamp(190px,24vw,306px);aspect-ratio:290/582;border-radius:42px;border:7px solid #15102e;background:#f2f0f7;overflow:hidden;box-shadow:0 22px 50px rgba(26,16,64,.26)}.phone:before{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);width:72px;height:15px;border-radius:10px;background:#15102e;z-index:2}.phone img{width:100%;height:103%;object-fit:cover;display:block}.phone-front{position:relative;z-index:3;transform:rotate(0deg)}.phone-left{z-index:1;transform:rotate(-9deg) translate(-50%,4%) scale(.93);opacity:.96}.phone-right{z-index:1;transform:rotate(9deg) translate(50%,4%) scale(.93);opacity:.96}@media (max-width:860px){.hero{padding:104px 22px 72px}.hero-inner{grid-template-columns:1fr;text-align:center;gap:44px}.hero-text{align-items:center}.headline{max-width:22ch}.subhead{max-width:46ch}.hero-phones{min-height:500px;order:2}.phone{width:clamp(160px,44vw,220px)}.phone-left{transform:rotate(-9deg) translate(-44%,4%) scale(.9)}.phone-right{transform:rotate(9deg) translate(44%,4%) scale(.9)}}@media (max-width:420px){.stores{width:100%}.store-btn,.stores{justify-content:center}.store-btn{flex:1 1 auto}}.legal-header{display:flex;align-items:center;padding:clamp(16px,3vw,24px) clamp(20px,6vw,56px);border-bottom:1px solid rgba(0,0,0,.07)}.legal-brand{display:inline-flex;align-items:center;gap:10px}.legal-brand-icon{width:32px;height:32px;border-radius:8px;box-shadow:var(--shadow-card)}.prose{max-width:760px;margin:0 auto;padding:clamp(40px,7vw,72px) clamp(20px,6vw,40px) clamp(64px,8vw,96px)}.prose h1{font-size:clamp(30px,5vw,44px);font-weight:800;letter-spacing:-1px;color:#000;line-height:1.1}.prose .updated{margin-top:10px;font-size:14px;color:var(--text-tertiary)}.prose h2{font-size:clamp(19px,2.4vw,23px);font-weight:800;letter-spacing:-.3px;color:#000;margin-top:clamp(28px,4vw,40px);margin-bottom:10px}.prose li,.prose p{font-size:16px;color:var(--text-secondary);line-height:1.7}.prose p,.prose ul{margin-top:12px}.prose ul{padding-left:22px;display:flex;flex-direction:column;gap:8px}.prose a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.prose .lead{font-size:clamp(17px,2.2vw,20px);color:var(--text);margin-top:18px}.footer{border-top:1px solid rgba(0,0,0,.07);padding:clamp(24px,4vw,36px) clamp(20px,6vw,56px);align-items:center;justify-content:space-between;gap:16px}.footer,.footer-nav{display:flex;flex-wrap:wrap}.footer-nav{gap:20px}.footer-nav a{font-size:14px;font-weight:600;color:var(--text-secondary)}.footer-nav a:hover{color:#000}.footer-copy{font-size:14px;color:var(--text-tertiary)}