html{overflow-x:hidden}:root{--bg: #081328;--surface: #0f2142;--surface-2: #122a52;--line: #29426b;--text: #ecf2ff;--muted: #b7c6e8;--primary: #39dfc8;--primary-dark: #25b7a4}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 20% -5%,#213c70,var(--bg) 45%);padding-top:74px}a{color:inherit;text-decoration:none}.container{width:min(1140px,92%);max-width:100%;margin:0 auto;padding-inline:max(16px,env(safe-area-inset-left,0px)) max(16px,env(safe-area-inset-right,0px));box-sizing:border-box}.section{padding:78px 0}.alt{background:#10234194;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.center{text-align:center}.narrow{max-width:72ch;margin:0 auto}.header{position:fixed;top:0;left:0;right:0;z-index:20;background:#081328e6;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-page{padding-top:0}.home-page .header{background:linear-gradient(180deg,#081328c7,#0813287a 70%,#0813282e);border-bottom-color:#38578073}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:1.24rem;color:#5df4de}.logo img{width:42px;height:42px;object-fit:contain;border-radius:8px}.menu{display:flex;gap:18px;color:var(--muted);font-size:.95rem}.menu a:hover{color:var(--text)}.hero{padding:0 0 40px}.hero-banner{position:relative;min-height:560px;border-bottom:1px solid var(--line);overflow:hidden}.eyebrow{color:var(--primary);font-weight:700;margin:0 0 8px;text-transform:uppercase;font-size:.76rem;letter-spacing:.1em}.eyebrow-lg{font-size:.98rem}h1,h2,h3{margin-top:0;line-height:1.2}h1{font-size:clamp(2rem,4.2vw,3.05rem);margin-bottom:14px}h2{font-size:clamp(1.5rem,2.8vw,2.1rem);margin-bottom:14px}.hero-copy p,.section-text{color:var(--muted)}.hero-slide{position:relative;min-height:560px;background-size:cover;background-position:center}.hero-banner .slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease}.hero-banner .slide.is-active{opacity:1}.hero-overlay{position:relative;z-index:2;padding-top:140px;max-width:700px}.hero-overlay h1,.hero-overlay h2{max-width:620px;margin-bottom:14px}.hero-overlay p{color:#e5eeff;max-width:560px;font-size:1.08rem}.accent{color:#32b7ff}.hero-actions{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.btn-ghost{border-color:#a8caff99;color:#e8f1ff;background:#08132842}.btn-ghost:hover{background:#08132873}.slider-dots{position:absolute;z-index:2;left:50%;bottom:12px;transform:translate(-50%);display:flex;gap:7px}.slider-dots .dot{width:8px;height:8px;border-radius:999px;background:#ffffff73}.slider-dots .dot.is-active{background:var(--primary)}.hero-dots{bottom:20px}.btn{display:inline-block;border:1px solid transparent;border-radius:10px;padding:11px 18px;font-weight:700;margin-top:6px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:12px;font-size:.9375rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(145deg,#6ef0e0,#39dfc8 45%,#2ab8d4);border:1px solid rgba(255,255,255,.45);box-shadow:0 1px #ffffff80 inset,0 4px 16px #39dfc859,0 12px 40px #2a96d433;transition:transform .2s ease,box-shadow .25s ease,filter .2s ease,border-color .2s ease}.btn-cta:hover{background:linear-gradient(145deg,#7ef5e8,#46e4d0 45%,#36c4e0);transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 1px #ffffff8c inset,0 8px 24px #39dfc873,0 16px 48px #2a96d447;border-color:#fff9}.btn-cta:active{transform:translateY(0);box-shadow:0 1px #fff6 inset,0 2px 10px #39dfc84d}.btn-cta:focus-visible{outline:2px solid #8dd3ff;outline-offset:3px}.services-grid{margin-top:26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;min-width:0}.services-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:22px;min-width:0;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.service-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.service-icon{width:44px;height:44px;flex-shrink:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);background:#39dfc81a;border:1px solid rgba(57,223,200,.35)}.service-icon svg{display:block}.service-number{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid #4474a8;color:var(--primary);font-weight:800;margin-bottom:0}.service-card p{color:var(--muted);line-height:1.6;font-size:.98rem;text-align:justify;text-justify:inter-word;-webkit-hyphens:none;hyphens:none}.service-card a{color:var(--primary);font-weight:700}.stats-row{margin-top:22px;border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;min-width:0}.stats-row div{padding:18px 12px;text-align:center;background:var(--surface);border-right:1px solid var(--line);min-width:0;overflow-wrap:break-word;display:flex;flex-direction:column;align-items:center;gap:6px}.stat-icon{display:flex;align-items:center;justify-content:center;color:var(--primary);opacity:.95;margin-bottom:2px}.stat-icon svg{display:block}.stats-row div:last-child{border-right:0}.stats-row strong{display:block;font-size:1.45rem}.stats-row span{color:var(--muted);font-size:.9rem}.filters{margin:10px auto 20px;width:100%;max-width:640px;display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.filters button{flex:1 1 0;min-width:0;width:0;border:1px solid #3a567f;color:var(--muted);background:var(--surface);padding:10px 14px;border-radius:999px;text-align:center;font-weight:600;font-size:.9rem;line-height:1.3;word-break:break-word;cursor:pointer}.filters button:hover{border-color:#4d6fa0;color:var(--text)}.games-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.game-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.game-card img{width:100%;height:160px;object-fit:cover}.game-card h3{font-size:1rem;margin:0;padding:12px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.about-intro .section-text{margin-bottom:14px}.about-points{margin:0 0 16px;padding-left:20px;color:var(--muted)}.about-points li{margin-bottom:8px}.about-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}.about-metrics div{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:14px}.about-metrics strong{display:block;font-size:1.4rem;color:#e9f3ff}.about-metrics span{color:var(--muted);font-size:.88rem}.feature-list{display:grid;gap:12px}.feature-list article{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:18px}.feature-head{display:flex;align-items:center;gap:10px;margin-bottom:8px;text-align:center}.feature-head h3{margin:0}.feature-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);background:#39dfc81a;border:1px solid rgba(57,223,200,.3)}.feature-icon svg{display:block}.feature-list p{color:var(--muted);margin:0}.providers h2{margin-bottom:20px}.provider-marquee{position:relative;overflow:hidden;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-left:0;border-right:0;border-radius:0;background:transparent;padding:20px 0}.provider-track{display:flex;gap:16px;width:max-content;animation:provider-scroll 30s linear infinite}.provider-logo{flex:0 0 240px;width:240px;min-width:240px;max-width:240px;height:240px;border:1px solid #3d628f;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;box-sizing:border-box}.provider-logo-image{width:200px;height:160px;background:#fff;border-radius:14px}.provider-logo strong{display:flex;align-items:center;justify-content:center;width:100%;min-height:3rem;margin:auto 0 0;padding:10px 6px 0;box-sizing:border-box;border-top:1px solid rgba(61,96,143,.35);font-size:.9375rem;color:#fff;font-weight:700;letter-spacing:.02em;text-align:center;line-height:1.3}@keyframes provider-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.blog-grid{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.blog-grid article,details,.contact-form{border:1px solid var(--line);border-radius:12px;background:var(--surface)}.blog-grid article{padding:18px}.meta{color:var(--primary);font-size:.85rem}details{margin-top:10px;padding:14px 16px}summary{cursor:pointer;font-weight:600}details p{color:var(--muted);margin:10px 0 2px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form{padding:16px;text-align:left}.contact-form h3{margin-top:0;margin-bottom:16px;text-align:left}.contact-item{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:12px;margin-bottom:14px}.contact-item:last-child{margin-bottom:0}.contact-item p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.45;text-align:left;flex:1 1 0;min-width:0;overflow-wrap:anywhere}.contact-item p strong{color:var(--text)}.contact-icon{flex-shrink:0;width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary)}.contact-icon svg{display:block}.contact-form label{display:block;color:var(--muted);margin-bottom:10px;font-size:.92rem}.contact-form input,.contact-form textarea{width:100%;margin-top:6px;border-radius:10px;border:1px solid #3b5c86;background:var(--surface-2);color:var(--text);font-family:inherit;padding:10px 11px}.footer{border-top:1px solid var(--line);padding:38px 0;text-align:center}.footer-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem 3rem;max-width:900px;margin-inline:auto}.footer-grid>div{flex:0 1 auto;min-width:min(100%,200px);max-width:280px;text-align:center}.footer-grid .logo{justify-content:center;margin-inline:auto}.footer-grid h3{font-size:1rem;margin-bottom:10px}.footer-grid p,.footer-grid a{color:var(--muted);display:block;margin:0 auto 8px}.footer-main-links,.footer-services{text-align:left}.footer-main-links h3,.footer-main-links a,.footer-services h3,.footer-services a{text-align:left;margin-left:0;margin-right:auto}@media (max-width: 980px){.services-grid,.games-grid,.about-grid,.blog-grid,.contact-grid,.stats-row{grid-template-columns:1fr 1fr}.stats-row div:nth-child(2){border-right:0}}@media (max-width: 700px){.menu{display:none}.services-grid,.games-grid,.about-grid,.blog-grid,.contact-grid,.stats-row{grid-template-columns:1fr}.footer-grid{flex-direction:column;align-items:center;gap:1.75rem}.footer-grid>div{max-width:320px}.stats-row div{border-right:0;border-bottom:1px solid var(--line)}.stats-row div:last-child{border-bottom:0}.hero-banner,.hero-slide{min-height:500px}.hero-overlay{padding-top:112px}.hero-overlay p{font-size:.96rem}.about-metrics{grid-template-columns:1fr}.provider-logo{flex:0 0 200px;width:200px;min-width:200px;max-width:200px;height:200px}}@media (max-width: 480px){.filters{flex-direction:column;align-items:stretch;max-width:320px}.filters button{flex:none;width:100%}}
