:root{--gold:#ffbf19;--green:#25b94d;--ink:#f7f8fb;--muted:#c4c8d0;--panel:#111516;--line:#2a2f31;--canvas-w:864;--canvas-h:1821;--scale:min(1,calc(100vw / (var(--canvas-w)*1px)))}
*{box-sizing:border-box}
html,body{margin:0;overflow-x:hidden;background:#050708;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}
button,input{font:inherit}
button,a{color:inherit}
a{text-decoration:none}
button{cursor:pointer}
.viewport{width:calc(864px*var(--scale));height:calc(1821px*var(--scale));margin:auto}
.viewport.qa-shot{margin:0}
.phone{position:relative;width:864px;height:1821px;overflow:hidden;background:radial-gradient(circle at 70% 18%,#101616 0,#060809 38%,#030405 100%);transform:scale(var(--scale));transform-origin:top left}
.header{height:78px;padding:0 29px;display:flex;align-items:center;background:#050708}
.menu{width:46px;border:0;background:transparent;color:#fff;font-size:0}
.menu:before{content:"";display:block;width:32px;height:22px;background:linear-gradient(#fff 0 3px,transparent 3px 9px,#fff 9px 12px,transparent 12px 18px,#fff 18px 21px)}
.brand{margin-left:18px;font-size:27px;font-weight:900}
.brand em{color:var(--gold);font-style:normal}
.locale{margin-left:auto;display:flex;align-items:center;gap:10px}
.locale img{width:34px}
.locale b{font-size:18px}
.search{width:45px;height:45px;margin-left:20px;border:3px solid var(--gold);border-radius:50%;background:transparent;position:relative}
.search:after{position:absolute;right:-8px;bottom:-6px;width:14px;height:3px;background:var(--gold);transform:rotate(48deg);content:""}
.topnav{height:106px;display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid #171b1c;background:#0b0e0f}
.topnav a,.bottomnav a{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:#ddd;font-size:15px}
.topnav img,.bottomnav img{width:37px;height:37px;object-fit:contain;filter:grayscale(1) brightness(2)}
.topnav a.active,.bottomnav a.active{color:var(--gold)}
.topnav a.active img,.bottomnav a.active img{filter:sepia(1) saturate(9) hue-rotate(350deg) brightness(1.25)}
.topnav a.active:after{position:absolute;bottom:0;left:10%;right:10%;height:3px;background:var(--gold);content:""}
.bottomnav{position:absolute;z-index:30;left:0;right:0;bottom:0;height:98px;display:grid;grid-template-columns:repeat(5,1fr);padding:7px 42px 10px;border-top:1px solid #252a2c;background:#0b0e0f}
.bottomnav img{width:40px;height:40px}
.hero{position:relative;overflow:hidden}
.hero-copy{position:relative;z-index:2;padding-left:32px}
.hero h1{max-width:465px;margin:0;font-size:40px;line-height:1.15}
.hero h1 em{color:var(--gold);font-style:normal}
.hero p{color:#d0d3d8;font-size:18px;line-height:1.6}
.hero-art{position:absolute;z-index:1;right:0;top:0;width:500px;height:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,transparent 12%,#000 28%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,transparent 12%,#000 28%,#000 100%)}
.hero-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-home{height:420px}
.hero-home .hero-copy{padding-top:35px}
.hero-app{height:385px}
.hero-app .hero-art{width:550px;-webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.28) 14%,#000 34%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.28) 14%,#000 34%,#000 100%)}
.hero-app .hero-copy,.hero-bonus .hero-copy,.hero-guides .hero-copy{padding-top:45px}
.hero-bonus{height:305px}
.hero-guides{height:316px}
.perks{width:420px;display:flex;gap:12px;margin-top:28px}
.perks span{padding-right:12px;border-right:1px solid var(--line);font-size:14px}
.perks b{display:block;color:var(--gold);font-size:23px}
.cta{display:flex;gap:16px;margin-top:28px}
.cta button{min-width:185px;height:54px;border:1px solid var(--gold);border-radius:8px;background:transparent;font-size:17px;font-weight:800}
.cta .primary,.gold-button{color:#07100b;background:var(--gold)}
.content{padding:0 30px}
.panel{border:1px solid var(--line);border-radius:13px;background:linear-gradient(110deg,#121617,#0b0e0f)}
.stats{height:102px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 30px}
.stats article,.trust article{display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid var(--line);text-align:center}
.stats article:last-child,.trust article:last-child{border:0}
.stats b{color:var(--gold);font-size:25px}
.stats span{margin-top:7px;color:var(--muted);font-size:13px}
.section-head{height:62px;display:flex;align-items:center;justify-content:space-between}
.section-head h2{margin:0;font-size:24px}
.section-head a{color:var(--gold);font-weight:700}
.site-card{height:225px;padding:18px;display:grid;grid-template-columns:160px 1fr 180px;align-items:center}
.logo-card{height:166px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid var(--line);border-radius:13px;background:#040607}
.logo-card b{color:var(--gold);font-size:28px}
.logo-card span{font-size:25px;font-weight:800}
.site-copy{padding-left:24px}
.site-copy small{padding:5px 9px;border-radius:6px;background:#237b39}
.site-copy h2{margin:12px 0 6px;font-size:28px}
.stars{color:var(--gold);font-size:24px;letter-spacing:2px}
.checks{margin-top:12px;color:#cbd0d4;line-height:1.7}
.site-actions button{width:160px;height:54px;border:0;border-radius:8px}
.site-actions a{display:block;margin-top:18px;text-align:center}
.quick-grid{height:138px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.quick-grid article,.why article{display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:#111516;text-align:center}
.quick-grid img,.why img{width:45px;height:45px;object-fit:contain}
.quick-grid b{margin-top:10px}
.quick-grid span{margin-top:5px;color:var(--muted);font-size:13px}
.bonus-list{display:grid;gap:16px}
.bonus-row{height:142px;padding:12px;display:grid;grid-template-columns:270px 1fr 160px;align-items:center}
.bonus-thumb{height:116px;position:relative;overflow:hidden;border-radius:10px;background:transparent;-webkit-mask-image:radial-gradient(ellipse 84% 96% at 43% 50%,#000 62%,rgba(0,0,0,.78) 76%,transparent 100%);mask-image:radial-gradient(ellipse 84% 96% at 43% 50%,#000 62%,rgba(0,0,0,.78) 76%,transparent 100%)}
.bonus-thumb img{position:absolute;width:853px;max-width:none;left:-30px;top:-1350px}
.bonus-list .bonus-row:nth-child(2) .bonus-thumb img{top:-1510px}
.bonus-row h2{margin:0 0 8px}
.bonus-row p{margin:0;color:var(--muted)}
.bonus-row button{height:50px;border:0;border-radius:8px}
.safe{height:96px;margin-top:16px;padding:0 25px;display:flex;align-items:center;justify-content:space-between}
.safe h2{margin:0}
.safe p{margin:6px 0;color:var(--muted)}
.safe button{width:180px;height:50px;border:1px solid var(--gold);border-radius:8px;background:transparent;color:var(--gold)}
.crumb{height:58px;display:flex;align-items:center;color:#b8bcc4;font-size:14px}
.review-head{height:226px;display:grid;grid-template-columns:180px 1fr 185px;gap:20px;align-items:center}
.review-head .logo-card{height:176px}
.rating-box{height:170px;padding:20px;border-radius:12px;background:#1a1c1d;text-align:center}
.rating-box b{display:block;color:var(--gold);font-size:58px}
.tabs{height:60px;display:flex;align-items:center;justify-content:space-around;border:1px solid var(--line);border-radius:10px}
.tabs button{border:0;background:transparent;font-weight:700}
.overview{height:250px;padding-top:18px}
.overview h2{font-size:26px}
.overview p{width:57%;color:#c8ccd3;line-height:1.55}
.overview button{width:220px;height:48px;border:0;border-radius:8px}
.feature-grid{height:260px;padding:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.feature-grid article{padding:18px;border-right:1px solid var(--line)}
.feature-grid b,.feature-grid span{display:block}
.feature-grid b{margin-top:8px;font-size:17px}
.feature-grid span{margin-top:6px;color:var(--muted);font-size:13px}
.rating-panel{height:302px;margin-top:15px;padding:20px}
.rating-panel h2{margin-top:0}
.rating-line{height:38px;display:grid;grid-template-columns:210px 1fr 40px;align-items:center}
.bar{height:9px;border-radius:10px;background:#2b2f31}
.bar i{display:block;height:100%;border-radius:10px;background:var(--gold)}
.testimonials{height:245px}
.testimonials>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.testimonials article{height:175px;padding:18px}
.bonus-tabs,.device-tabs{height:56px;display:flex;gap:9px}
.bonus-tabs button,.device-tabs button{padding:0 18px;border:1px solid var(--line);border-radius:9px;background:#0f1314}
.bonus-tabs .active,.device-tabs .active{color:#050708;background:var(--gold)}
.bonus-page .bonus-row{height:170px;grid-template-columns:155px 1fr 285px}
.bonus-icon{width:145px;height:145px;overflow:hidden;border:1px solid var(--line);border-radius:13px}
.bonus-icon img{width:862px;max-width:none}
.bonus-page .bonus-row:nth-child(1) .bonus-icon img{transform:translate(-30px,-520px)}
.bonus-page .bonus-row:nth-child(2) .bonus-icon img{transform:translate(-30px,-725px)}
.bonus-page .bonus-row:nth-child(3) .bonus-icon img{transform:translate(-30px,-930px)}
.bonus-page .bonus-row:nth-child(4) .bonus-icon img{transform:translate(-30px,-1110px)}
.bonus-page .bonus-row:nth-child(5) .bonus-icon img{transform:translate(-30px,-1280px)}
.bonus-aside{padding:14px;border:1px solid var(--line);border-radius:10px}
.bonus-aside b{display:block;color:var(--gold);font-size:27px}
.bonus-aside button{width:100%;height:42px;margin-top:10px;border:0;border-radius:7px;background:var(--gold)}
.trust{height:115px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px}
.trust b{color:var(--gold);font-size:16px}
.trust span{margin-top:6px;color:var(--muted);font-size:12px}
.newsletter{height:103px;margin-top:14px;padding:20px;display:grid;grid-template-columns:1fr 380px;align-items:center}
.newsletter h2{margin:0}
.newsletter input{height:48px;padding:0 16px;border:0}
.newsletter button{height:48px;border:0;background:var(--gold)}
.download{height:280px;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.download article{padding:20px;border:1px solid var(--line);border-radius:12px}
.download h2{margin:0}
.download button{width:100%;height:50px;margin-top:28px;border:0;border-radius:8px;color:#fff;background:#1857f6;font-weight:800}
.download article:first-child button{color:#061108;background:#27bd4f}
.install{height:235px;margin-top:14px;padding:16px}
.install>div:not(.section-head){display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.install>.section-head{display:flex;align-items:center;justify-content:space-between;gap:18px}
.install article{height:158px;padding:15px;border:1px solid var(--line);border-radius:10px;text-align:center}
.install i{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--green);font-style:normal}
.why{height:215px;margin-top:14px;padding:16px}
.why>div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;height:145px}
.faq{height:225px;margin-top:14px;padding:16px}
.faq details{height:42px;padding:12px;border:1px solid var(--line);border-bottom:0}
.faq details:last-child{border-bottom:1px solid var(--line)}
body[data-page="app"] .install{height:210px}
body[data-page="app"] .install article{height:135px}
body[data-page="app"] .why{height:185px}
body[data-page="app"] .why>div{height:118px}
body[data-page="app"] .faq{height:195px;padding:12px 16px}
body[data-page="app"] .faq h2{margin:5px 0 10px}
body[data-page="app"] .faq details{height:34px;padding:8px 12px}
body[data-page="app"] .safe{height:70px;margin-top:10px}
body[data-page="app"] .download{height:260px}
body[data-page="app"] .download button{margin-top:18px}
body[data-page="app"] .trust{height:105px}
body[data-page="app"] .install{height:200px}
body[data-page="app"] .install .section-head{height:48px}
body[data-page="app"] .install article{height:120px;padding:10px;overflow:hidden}
body[data-page="app"] .install article h3{margin:7px 0 3px;font-size:15px;line-height:1.1}
body[data-page="app"] .install article p{margin:0;font-size:11px;line-height:1.2}
body[data-page="app"] .why{height:170px}
body[data-page="app"] .why article{overflow:hidden;padding:8px}
body[data-page="app"] .why article b{font-size:13px}
body[data-page="app"] .why article span{font-size:11px;line-height:1.2}
body[data-page="app"] .faq{height:190px}
body[data-page="app"] .safe{height:65px}
.guide-layout{display:grid;grid-template-columns:215px 1fr;gap:18px}
.guide-side{height:830px}
.guide-side section{margin-bottom:14px;padding:16px}
.guide-side li{margin:14px 0;color:var(--muted)}
.steps{display:grid;gap:7px}
.step{height:96px;padding:12px;display:grid;grid-template-columns:55px 1fr 160px;align-items:center}
.step i{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#080b0c;background:var(--gold);font-style:normal;font-weight:800}
.step h3,.step p{margin:0}
.step p{margin-top:6px;color:var(--muted);font-size:13px}
.step button,.step input{height:42px;border:1px solid var(--gold);border-radius:7px;background:transparent;color:var(--gold)}
.drawer{position:absolute;z-index:70;inset:0 0 0 38%;padding:60px 35px;background:#0c0f10;box-shadow:-15px 0 40px #000}
.drawer a{display:block;padding:20px 0;border-bottom:1px solid var(--line)}
.drawer button{width:100%;height:46px;border:0;background:var(--gold)}
.toast{position:absolute;z-index:90;left:50%;bottom:120px;padding:13px 20px;border-radius:25px;color:#090c0c;background:var(--gold);transform:translateX(-50%);font-weight:800}
.drawer[hidden],.toast[hidden]{display:none}
.menu{width:46px;padding:0;border:0;background:transparent}.menu:before{display:none}.menu img{width:42px;height:38px;object-fit:contain}
.search{width:56px;height:56px;margin-left:14px;padding:0;border:0;background:transparent}.search:after{display:none}.search img{width:56px;height:56px;object-fit:contain}
