@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
:root{--bg:#000;--panel:#101010;--text:#f5f5f5;--muted:#929292;--line:#292929}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;font-weight:400}
.nav{position:sticky;top:0;z-index:20;height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(0,0,0,.86);backdrop-filter:blur(16px)}
.logo{display:flex;align-items:center;color:white;text-decoration:none;width:52px;height:52px}.logo-image{display:block;width:46px;height:auto;max-height:46px;object-fit:contain}
.menu-btn{width:48px;height:48px;border:0;background:none;display:flex;flex-direction:column;justify-content:center;gap:7px;cursor:pointer}.menu-btn span{height:3px;width:34px;background:white;border-radius:5px;display:block}
.menu{position:absolute;right:5vw;top:78px;display:none;flex-direction:column;gap:8px;background:#111;border:1px solid #292929;border-radius:20px;padding:14px;min-width:220px;box-shadow:0 20px 70px #000}.menu.open{display:flex}.menu a{color:white;text-decoration:none;padding:13px 15px;border-radius:12px}.menu a:hover{background:#1d1d1d}
.section{max-width:1180px;margin:auto;padding:110px 5vw}.hero{text-align:center;padding-top:115px}.pill{display:inline-flex;align-items:center;gap:14px;border:1px solid #333;background:#111;border-radius:999px;padding:14px 24px;font-size:20px;box-shadow:inset 0 0 30px #222}.dot{width:13px;height:13px;background:#fff;border-radius:50%;display:inline-block}.ring{width:14px;height:14px;border:2px solid #fff;border-radius:50%;display:inline-block}
h1{font-size:clamp(54px,8vw,105px);line-height:.98;letter-spacing:-.055em;font-weight:300;margin:72px 0 38px}h2{font-size:clamp(48px,7vw,90px);line-height:1.02;letter-spacing:-.055em;font-weight:300;margin:48px 0 35px}h3{font-size:clamp(30px,4vw,52px);line-height:1.1;letter-spacing:-.04em;font-weight:400;margin:0 0 42px}
.lead{max-width:1050px;color:var(--muted);font-size:clamp(20px,2.5vw,34px);line-height:1.42;margin:0}.photo-frame{margin-top:80px;border:1px solid #292929;border-radius:55px;padding:42px}.photo-frame img{width:100%;height:600px;object-fit:cover;border-radius:40px;display:block;filter:grayscale(1)}
.line{height:1px;background:var(--line);margin:50px 0}.steps,.cards{display:grid;gap:28px}.step,.card,.stats,.faq details{background:var(--panel);border-radius:55px;border:1px solid #151515}.step{padding:60px;position:relative}.step>b{position:absolute;right:28px;top:25px;border:1px solid #292929;border-radius:50%;padding:10px 16px;font-size:22px;font-weight:400}.step p,.card p,.faq details p{color:#aaa;font-size:clamp(18px,2.1vw,28px);line-height:1.55;margin:0}.cards{grid-template-columns:1fr 1fr}.card{padding:52px}.stats{margin:0 auto 80px;max-width:1080px;padding:65px 12%;text-align:center}.stat{padding:25px 0;border-bottom:1px solid #333}.stat:last-child{border:0}.stat strong{display:block;font-size:clamp(65px,8vw,105px);font-weight:300;letter-spacing:-.06em}.stat span{display:block;color:#858585;font-size:clamp(22px,3vw,38px);margin-top:15px}
.faq-photo{margin-top:55px}.faq-photo img{height:650px}.faq-list{margin-top:50px;display:grid;gap:18px}.faq details{padding:38px 50px}.faq summary{list-style:none;cursor:pointer;font-size:clamp(24px,3vw,40px);line-height:1.3;padding-right:45px;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"×";position:absolute;right:0;top:0;font-size:32px}.faq details p{padding-top:30px;max-width:1000px}.cta{padding-bottom:140px}.cta h2{max-width:1000px}.cta-btn{display:inline-flex;align-items:center;gap:35px;color:#000;background:#fff;border-radius:999px;padding:20px 30px;text-decoration:none;font-size:20px;margin-top:20px}.cta-btn span{font-size:28px}footer{border-top:1px solid #202020;max-width:1180px;margin:auto;padding:35px 5vw 60px;color:#777;display:flex;justify-content:space-between}footer a{color:#aaa;text-decoration:none}
@media(max-width:700px){.section{padding:85px 22px}.hero{padding-top:80px}.nav{padding:0 22px}.pill{font-size:16px;padding:12px 18px}h1{margin-top:55px;font-size:56px}h2{font-size:52px}.photo-frame{padding:18px;border-radius:34px;margin-top:55px}.photo-frame img{height:390px;border-radius:25px}.step,.card,.faq details{border-radius:34px}.step{padding:42px 28px}.card{padding:38px 28px}.cards{grid-template-columns:1fr}.line{margin:35px 0}.stats{margin:0 22px 70px;padding:45px 20px;border-radius:34px}.faq details{padding:30px 26px}.faq-photo img{height:420px}footer{margin:0 22px;padding-left:0;padding-right:0}}
