
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{
 --bg:#06101d;--bg2:#091728;--surface:#0d1d30;--surface2:#10243a;--line:rgba(255,255,255,.09);
 --text:#f7fbff;--muted:#93a7bb;--blue:#36a7ff;--blue2:#7ec8ff;--cyan:#73e4ff;--danger:#ff7f7f;
 --shadow:0 24px 80px rgba(0,0,0,.28);--radius:22px;--radius-sm:15px;--wrap:1220px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:
 radial-gradient(circle at 18% 5%,rgba(25,127,219,.12),transparent 27rem),
 radial-gradient(circle at 90% 25%,rgba(71,200,255,.06),transparent 30rem),
 var(--bg);color:var(--text);font-family:'Golos Text',Arial,sans-serif;font-size:16px;line-height:1.65}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.wrap{width:min(calc(100% - 40px),var(--wrap));margin:0 auto}
.topline{border-bottom:1px solid rgba(255,255,255,.05);background:rgba(2,8,15,.72);font-size:12px;color:#9fb1c2}
.topline-inner{min-height:34px;display:flex;align-items:center;gap:12px}.topline-inner span:first-child{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e7f6ff;color:#07101f;font-weight:800}.topline a{margin-left:auto;color:#cceaff}
.site-header{position:sticky;top:0;z-index:50;background:rgba(6,16,29,.85);backdrop-filter:blur(22px);border-bottom:1px solid rgba(255,255,255,.07)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center}.brand img{height:41px;width:auto}.desktop-nav{display:flex;align-items:center;gap:22px;margin-left:12px}.desktop-nav a{font-size:14px;color:#b6c6d6;transition:.2s}.desktop-nav a:hover{color:#fff}.header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.btn{min-height:43px;border-radius:12px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:14px;border:1px solid transparent;transition:transform .2s,background .2s,border-color .2s;cursor:pointer}.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,#1598ff,#42c5ff);color:#03101b;box-shadow:0 10px 32px rgba(24,159,255,.2)}.btn-primary:hover{background:linear-gradient(135deg,#3aabff,#71d5ff)}
.btn-secondary{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.11);color:#eef8ff}.btn-secondary:hover,.btn-ghost:hover{background:rgba(255,255,255,.09)}
.btn-ghost{background:transparent;border-color:rgba(255,255,255,.09);color:#bfd3e5}.btn-lg{min-height:50px;padding:12px 20px;border-radius:14px}.btn-block{width:100%}.btn-label-mobile{display:none}
.menu-btn{display:none;border:1px solid var(--line);background:rgba(255,255,255,.05);color:#fff;width:44px;height:44px;border-radius:12px}.mobile-menu{display:none;padding:10px 0 18px;grid-template-columns:repeat(2,1fr);gap:8px}.mobile-menu a{padding:11px 12px;border:1px solid var(--line);border-radius:10px;color:#c6d7e7;background:rgba(255,255,255,.03)}
.breadcrumbs{display:flex;gap:8px;align-items:center;padding-top:20px;color:#728ba2;font-size:13px;white-space:nowrap;overflow:auto}.breadcrumbs a:hover{color:#d9efff}
.hero{padding:58px 0 38px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:auto -15% 0 55%;height:420px;background:radial-gradient(circle,rgba(40,171,255,.1),transparent 63%);pointer-events:none}.hero-home{padding-top:72px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);gap:48px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#7ecbff;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800}.eyebrow:before{content:"";width:18px;height:1px;background:currentColor}
h1,h2,h3{font-family:'Manrope','Golos Text',sans-serif;line-height:1.08;letter-spacing:-.035em;margin:0}h1{font-size:clamp(40px,5.2vw,72px);max-width:860px}h2{font-size:clamp(27px,3vw,42px)}h3{font-size:20px}.hero-inner h1{font-size:clamp(38px,4.5vw,62px)}
.hero-lead{font-size:18px;line-height:1.7;color:#afc3d6;max-width:760px;margin:24px 0 0}.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.trust-row span{padding:7px 10px;border-radius:999px;border:1px solid rgba(117,205,255,.16);background:rgba(61,161,221,.07);color:#a9c8df;font-size:12px}
.hero-panel{min-width:0}.hero-logo-card{border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:16px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:var(--shadow);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-logo-card img{width:100%;max-height:388px;object-fit:contain;border-radius:20px;background:linear-gradient(145deg,#12355a,#0d2740);padding:8px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.hero-stats div{background:rgba(255,255,255,.045);border:1px solid var(--line);padding:15px 13px;border-radius:15px}.hero-stats b{display:block;font:800 25px/1 'Manrope';color:#e9f7ff}.hero-stats span{display:block;color:#849bb0;font-size:11px;margin-top:7px;line-height:1.35}
.hero-art{width:100%;max-height:390px;object-fit:cover;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--surface)}.hero-art-contain{object-fit:contain;padding:20px;background:#0b1928}
.hero-guide{padding:32px;border-radius:28px;background:linear-gradient(145deg,rgba(19,53,82,.94),rgba(10,28,46,.9));border:1px solid rgba(125,204,255,.15);box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-guide:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;top:-80px;background:rgba(49,184,255,.1)}.guide-kicker{font-size:12px;color:#69c6ff;text-transform:uppercase;letter-spacing:.15em;font-weight:800}.hero-guide p{color:#d5e6f3;font-size:17px;margin:18px 0 0}
.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:46px;padding-bottom:70px}.content{min-width:0}.section{padding:48px 0;border-top:1px solid rgba(255,255,255,.075)}.section:first-child{border-top:0}.section-head{margin-bottom:24px}.section-head h2{margin-top:8px}.section-head>p{color:#96abc0;max-width:770px;margin:13px 0 0}.prose-columns{display:grid;grid-template-columns:1fr 1fr;gap:30px}.prose-columns p,.prose p{color:#b4c5d4;margin:0 0 18px}.prose-columns strong,.prose strong{color:#f5fbff}.prose{max-width:850px}
.action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.action-grid.compact{grid-template-columns:repeat(2,1fr)}.action-grid a{display:flex;flex-direction:column;gap:7px;min-height:130px;padding:20px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.022));transition:.2s}.action-grid a:hover{border-color:rgba(79,184,255,.3);transform:translateY(-2px);background:rgba(47,148,215,.08)}.action-grid b{font:700 17px/1.2 'Manrope';color:#f3faff}.action-grid span{font-size:13px;color:#8fa7bb;line-height:1.45}
.check-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.check-list li{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;padding:16px 17px;border-radius:15px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.075)}.check-list li>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,rgba(26,166,255,.2),rgba(92,220,255,.1));color:#8ed6ff;font-weight:800}.check-list p{margin:3px 0;color:#b7c9d9}.check-list strong{color:#fff}
.callout{display:grid;grid-template-columns:230px 1fr;gap:28px;padding:30px;border:1px solid rgba(84,187,255,.17);background:linear-gradient(145deg,rgba(31,112,168,.09),rgba(255,255,255,.025));border-radius:20px;margin:28px 0}.callout p{margin:0;color:#b9cada}.callout h2{font-size:28px;margin-top:6px}
.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.visual-card{margin:0;border-radius:18px;overflow:hidden;background:var(--surface);border:1px solid var(--line)}.visual-card img{width:100%;height:185px;object-fit:cover}.visual-card:nth-child(4),.visual-card:nth-child(5){grid-column:span 1}.mini-note{margin-top:14px;padding:15px 17px;border-left:3px solid #4fc3ff;background:rgba(51,151,214,.07);color:#a9bed0;border-radius:0 12px 12px 0;font-size:13px}
.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.logo-card{min-height:115px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;padding:17px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.035);transition:.2s}.logo-card:hover{transform:translateY(-2px);border-color:rgba(80,190,255,.27)}.logo-card img{width:120px;height:39px;object-fit:contain;filter:brightness(1.25)}.logo-card span{font-size:12px;color:#93a9bc}
.payment-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.pay-card{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:108px;border-radius:18px;background:linear-gradient(160deg,#11263a,#0b1a2b);border:1px solid rgba(125,205,255,.14);padding:16px 12px;box-shadow:0 14px 34px rgba(0,0,0,.14)}.pay-card img{height:38px;max-width:96px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.12))}.pay-card span{color:#eaf5ff;font-size:11px;font-weight:700;text-align:center;line-height:1.3}
.slot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.slot-card{display:flex;min-width:0;flex-direction:column;border-radius:18px;overflow:hidden;background:linear-gradient(160deg,#10253b,#0b1929);border:1px solid var(--line);transition:.2s}.slot-card:hover{transform:translateY(-3px);border-color:rgba(70,185,255,.27);box-shadow:0 18px 45px rgba(0,0,0,.2)}.slot-media{height:118px;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(69,178,255,.13),transparent 65%),#0a1726;padding:20px}.slot-media img{width:120px;height:50px;object-fit:contain;filter:brightness(1.3)}.slot-monogram{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#25a8ff,#8be5ff);color:#05101c;font:800 26px/1 'Manrope'}.slot-monogram.big{width:96px;height:96px;border-radius:27px;font-size:42px}.slot-body{padding:16px}.slot-body h3{font-size:16px;line-height:1.25;margin:10px 0 7px}.slot-body p{margin:0;color:#859caf;font-size:12px}.chip{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#69c5ff}.arrow{display:block;margin-top:13px;font-size:11px;color:#8ecff6;font-weight:700}.section-cta{margin-top:18px}
.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fact-grid>div{padding:19px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.035)}.fact-grid span{display:block;color:#7790a6;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.fact-grid b{display:block;margin-top:8px;font-size:15px;line-height:1.4}
.slot-brand-panel,.provider-panel{min-height:310px;border-radius:28px;border:1px solid rgba(117,205,255,.15);background:radial-gradient(circle at 50% 25%,rgba(65,186,255,.16),transparent 50%),linear-gradient(145deg,#10273f,#091827);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:25px;box-shadow:var(--shadow)}.slot-brand-panel img,.provider-panel img{width:190px;height:76px;object-fit:contain;filter:brightness(1.3)}.slot-brand-panel strong,.provider-panel span{font:800 23px/1.2 'Manrope';text-align:center}.slot-brand-panel small{color:#89a1b5}.provider-panel span{font-size:25px}
.license-card{margin:0;border:1px solid var(--line);border-radius:20px;background:#0a1928;padding:16px}.license-card img{max-height:390px;width:100%;object-fit:contain}.license-card figcaption{font-size:12px;color:#8299ad;margin-top:10px}
.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.theme-grid>div{padding:19px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.035)}.theme-grid b{display:block}.theme-grid span{display:block;color:#8ca3b6;font-size:13px;margin-top:5px}
.faq{display:grid;gap:9px}.faq details{border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.03);overflow:hidden}.faq summary{list-style:none;cursor:pointer;padding:17px 20px;font-weight:700;color:#eaf6ff;position:relative;padding-right:50px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:20px;top:14px;font-size:22px;color:#69c9ff}.faq details[open] summary:after{content:"−"}.faq-answer{padding:0 20px 18px;color:#9fb3c5}
.link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.link-card{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid var(--line);border-radius:14px;padding:14px 16px;background:rgba(255,255,255,.027);color:#adc1d2;transition:.2s}.link-card:hover{border-color:rgba(80,190,255,.28);color:#fff}.link-card b{color:#54c0ff}
.sidebar{padding-top:48px}.side-card{padding:20px;border:1px solid var(--line);border-radius:19px;background:linear-gradient(145deg,rgba(18,42,66,.92),rgba(9,25,41,.96));box-shadow:0 18px 55px rgba(0,0,0,.17)}.sticky{position:sticky;top:112px}.side-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#67c5ff}.side-card h3{margin-top:8px;font-size:25px}.side-card p{color:#8fa5b8;font-size:13px;margin:10px 0 16px}.side-links{display:grid;margin-top:13px}.side-links a{padding:10px 0;border-top:1px solid var(--line);font-size:12px;color:#98afc2}.side-provider{height:55px;max-width:150px;object-fit:contain;margin-bottom:18px;filter:brightness(1.25)}
.site-footer{border-top:1px solid var(--line);background:#040b14;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:42px}.footer-grid img{height:40px;width:auto}.footer-grid p{color:#73899e;font-size:12px;max-width:480px}.footer-grid .muted{color:#52697d}.footer-grid h3{font-size:13px;margin-bottom:13px;color:#d4e5f2}.footer-grid>div:not(:first-child){display:flex;flex-direction:column}.footer-grid a{font-size:12px;color:#7d94a8;padding:4px 0}.footer-grid a:hover{color:#cdeaff}.footer-bottom{border-top:1px solid rgba(255,255,255,.055);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;color:#52687b;font-size:11px}
.error-page{min-height:55vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.error-page h1{margin-top:10px}.error-page p{color:#91a6b9}
@media(max-width:1100px){
 .desktop-nav{display:none}.menu-btn{display:block}.mobile-menu.open{display:grid}
 .hero-grid{grid-template-columns:1fr .8fr;gap:28px}.page-layout{grid-template-columns:minmax(0,1fr) 250px;gap:28px}
 .slot-grid{grid-template-columns:repeat(3,1fr)}.payment-strip{grid-template-columns:repeat(4,1fr)}.logo-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:840px){
 .wrap{width:min(calc(100% - 28px),var(--wrap))}
 .topline-inner span:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topline a{display:none}
 .header-inner{min-height:67px}.brand img{height:36px}.header-actions .btn-ghost{display:none}.header-actions .btn-primary{display:inline-flex;min-height:41px;padding:9px 14px;border-radius:11px;font-size:13px;white-space:nowrap}.btn-label-desktop{display:none}.btn-label-mobile{display:inline}
 .hero,.hero-home{padding:42px 0 26px}.hero-grid{grid-template-columns:1fr;gap:25px}.hero-panel{max-width:640px;width:100%}
 .page-layout{display:block}.sidebar{display:none}.section{padding:38px 0}.prose-columns{grid-template-columns:1fr;gap:0}
 .action-grid{grid-template-columns:repeat(2,1fr)}.visual-grid{grid-template-columns:repeat(2,1fr)}.logo-grid{grid-template-columns:repeat(3,1fr)}
 .slot-grid{grid-template-columns:repeat(2,1fr)}.payment-strip{grid-template-columns:repeat(3,1fr)}
 .callout{grid-template-columns:1fr;gap:14px}.fact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:28px}.footer-grid>div:last-child{display:none}
}
@media(max-width:560px){
 body{font-size:15px}.wrap{width:min(calc(100% - 22px),var(--wrap))}
 .header-inner{gap:12px}.brand img{height:33px}.menu-btn{width:41px;height:41px}.header-actions{gap:7px}.header-actions .btn-primary{min-width:88px;padding:9px 12px}
 h1{font-size:38px}.hero-inner h1{font-size:36px}.hero-lead{font-size:16px;line-height:1.6}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.btn-lg{width:100%}
 .hero-stats{grid-template-columns:1fr 1fr 1fr}.hero-stats div{padding:12px 8px}.hero-stats b{font-size:21px}.hero-stats span{font-size:9px}
 .action-grid,.action-grid.compact{grid-template-columns:1fr}.action-grid a{min-height:100px}
 .visual-grid{grid-template-columns:1fr 1fr}.visual-card img{height:130px}.logo-grid{grid-template-columns:repeat(2,1fr)}.logo-card{min-height:100px}.logo-card img{width:100px}
 .slot-grid{grid-template-columns:1fr 1fr;gap:8px}.slot-media{height:95px;padding:13px}.slot-media img{width:95px}.slot-body{padding:12px}.slot-body h3{font-size:14px}.slot-body p{font-size:10px}.slot-body .arrow{font-size:10px}
 .payment-strip{grid-template-columns:repeat(2,1fr)}.pay-card{height:88px}.theme-grid{grid-template-columns:1fr}
 .link-grid{grid-template-columns:1fr}.check-list li{grid-template-columns:34px 1fr;padding:14px 13px}.check-list p{font-size:13px}
 .faq summary{padding:15px 46px 15px 15px;font-size:14px}.faq-answer{padding:0 15px 15px;font-size:13px}
 .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{display:flex}.footer-bottom{flex-direction:column;gap:5px}
 .breadcrumbs{padding-top:13px}.slot-brand-panel,.provider-panel{min-height:230px}
}
@media(max-width:370px){.slot-grid{grid-template-columns:1fr}.visual-grid{grid-template-columns:1fr}.hero-stats{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}

/* v1.1 intent-led content blocks */
.semantic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.semantic-note{padding:18px 19px;border:1px solid rgba(96,196,255,.13);border-radius:16px;background:linear-gradient(145deg,rgba(39,126,185,.07),rgba(255,255,255,.025))}.semantic-note p{margin:0;color:#aec2d3;font-size:14px;line-height:1.65}.semantic-note:nth-child(3n){background:rgba(255,255,255,.03)}
.point-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.point-card{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;padding:17px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.032)}.point-card>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(54,167,255,.12);color:#77ceff;font-weight:800;font-size:12px}.point-card p{margin:2px 0 0;color:#adc0d0;font-size:14px;line-height:1.55}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.category-card{display:flex;flex-direction:column;min-height:190px;padding:20px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(155deg,rgba(32,103,154,.09),rgba(255,255,255,.025));transition:.2s}.category-card:hover{transform:translateY(-2px);border-color:rgba(75,189,255,.3)}.category-card h3{font-size:18px;margin:12px 0 8px}.category-card p{margin:0;color:#899fb3;font-size:12px;line-height:1.55}.category-card b{margin-top:auto;padding-top:16px;color:#77cfff;font-size:11px}.section-subhead{margin:32px 0 16px}.section-subhead h3{font-size:20px}.section-subhead p{margin:7px 0 0;color:#8198ad;font-size:13px}
.access-overview,.money-overview,.trust-overview{position:relative}.access-overview:before,.money-overview:before,.trust-overview:before{content:"";position:absolute;left:-18px;top:50px;width:3px;height:44px;border-radius:3px;background:linear-gradient(#36a7ff,#73e4ff)}
@media(max-width:840px){.semantic-grid,.point-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.category-grid{grid-template-columns:1fr}.category-card{min-height:160px}.semantic-note,.point-card{padding:15px}.access-overview:before,.money-overview:before,.trust-overview:before{display:none}}
