*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:'Roboto','Segoe UI',system-ui,-apple-system,Arial,sans-serif;font-size:16px;line-height:1.6;min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,#1C1E27 0%,#1C1E27 100%),repeating-linear-gradient(135deg,transparent 0 120px,rgba(52,152,254,0.04) 120px 121px,transparent 121px 240px);background-attachment:fixed}h1,h2,h3,h4{font-family:'Roboto Condensed','Roboto',system-ui,sans-serif;font-weight:700;line-height:1.2;margin:0 0 .8rem}h1{font-size:clamp(1.8rem,4vw,2.8rem)}h2{font-size:clamp(1.4rem,2.6vw,2rem);margin-top:0;position:relative;padding-left:14px}h2::before{content:"";position:absolute;left:0;top:.2em;bottom:.15em;width:4px;border-radius:3px;background:linear-gradient(180deg,#3498FE,#47EBF5)}h3{font-size:1.15rem}p{margin:0 0 1rem}a{color:#3498FE;text-decoration:underline;text-underline-offset:2px}a:hover{color:#4DA5FE}strong{color:#FFEA85;font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:#1C1E27;border-bottom:1px solid rgba(255,255,255,.06);padding:.5rem 1.5rem;min-height:56px}.site-logo{font-family:'Roboto Condensed',sans-serif;font-weight:700;font-size:1.5rem;color:#F5FAFF;text-decoration:none;letter-spacing:.5px;padding:.25rem .5rem;background:linear-gradient(90deg,#3498FE,#47EBF5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.site-menu ul{list-style:none;margin:0;padding:0;display:flex;gap:.25rem;justify-content:center;flex-wrap:wrap}.site-menu a{display:inline-block;padding:.5rem .95rem;color:#F5FAFF;text-decoration:none;font-weight:500;border-radius:32px;transition:background .2s,color .2s;font-size:.95rem}.site-menu a:hover{background:#2D3C51;color:#fff}.site-menu a.active{background:#394F69;color:#fff}.btn{display:inline-block;padding:.65rem 1.4rem;border-radius:32px;background:#3498FE;color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:background .2s,transform .1s,box-shadow .2s;border:none;cursor:pointer;box-shadow:0 4px 14px rgba(52,152,254,.25)}.btn:hover{background:#4DA5FE;color:#fff;transform:translateY(-1px)}.btn-highlight{background:linear-gradient(120deg,#47EBF5,#04DB19);color:#0B0D0E;font-weight:700;box-shadow:0 6px 20px rgba(4,219,25,.3)}.btn-highlight:hover{filter:brightness(1.08);color:#0B0D0E}.btn-secondary{background:#394F69}.btn-secondary:hover{background:#2D3C51}.burger-label{display:none;width:38px;height:38px;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;border-radius:8px;background:#232C3B}.burger-label span{width:20px;height:2px;background:#F5FAFF;border-radius:2px;transition:.3s}.burger-toggle:checked~.burger-label span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-toggle:checked~.burger-label span:nth-child(2){opacity:0}.burger-toggle:checked~.burger-label span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.breadcrumbs{max-width:1100px;margin:1rem auto 0;padding:0 2rem;font-size:.85rem;color:#85888E}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.breadcrumbs li:not(:last-child)::after{content:"›";margin-left:.3rem;color:#85888E}.breadcrumbs a{color:#85888E;text-decoration:none}.breadcrumbs a:hover{color:#F5FAFF}.breadcrumbs span{color:#F5FAFF}main{display:block}.hero{position:relative;margin:1.5rem auto 2rem;max-width:1100px;padding:2.5rem 2rem;border-radius:14px;background:linear-gradient(135deg,#22262A 0%,#0E1011 100%);overflow:hidden;isolation:isolate}.hero::before{content:"";position:absolute;top:-40%;right:-10%;width:60%;height:180%;background:radial-gradient(ellipse at center,rgba(52,152,254,.22),transparent 60%);z-index:-1;pointer-events:none}.hero h1{margin-bottom:.8rem}.hero p{color:#B6BCC4;max-width:640px;font-size:1.05rem}.hero .btn{margin-top:.5rem}.hero-badge{display:inline-block;background:#FFD60A;color:#0B0D0E;padding:.35rem .9rem;border-radius:5px;font-weight:900;font-family:'Roboto Condensed',sans-serif;margin-bottom:1rem;line-height:1.1}.hero--banner-badge{text-align:left}.hero--banner-badge .hero-badge{font-size:clamp(1.6rem,3.5vw,2.4rem)}.hero--centered{text-align:center}.hero--centered p{margin-left:auto;margin-right:auto}.hero--left-accent{border-left:5px solid #3498FE}.hero--split .hero-aside .hero-badge{font-size:clamp(1.8rem,3.6vw,2.8rem);padding:.6rem 1.4rem;transform:rotate(-2deg);box-shadow:0 8px 24px rgba(255,214,10,.25)}.section{max-width:1100px;margin:2rem auto;padding:0 2rem}.section>h2,.section>h3{margin-top:1.5rem}.section>h2:first-child,.section>h3:first-child{margin-top:0}.section ul{padding-left:0;list-style:none}.section ul li{position:relative;padding-left:1.6rem;margin:.5rem 0;color:#F5FAFF}.section ul li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background:#3498FE;border-radius:50%;box-shadow:0 0 8px rgba(52,152,254,.6)}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;margin:1rem 0 2rem}.section a.card,.section a.card:hover{text-decoration:none}.card{display:flex;flex-direction:column;background:#232C3B;border-radius:10px;overflow:hidden;transition:transform .2s,box-shadow .2s;color:#B6BCC4}.card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.4)}.card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#0B0D0E}.card span{display:block;padding:.5rem .6rem .7rem;font-size:.85rem;color:#B6BCC4;font-weight:500}.card span small{display:block;color:#85888E;font-size:.72rem;margin-top:.15rem;font-weight:400}.block-advantages .tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.tile{background:#232C3B;border-radius:10px;padding:1.25rem;transition:background .2s}.tile:hover{background:#2D3C51}.tile h3{color:#F5FAFF;margin-bottom:.5rem}.tile p{color:#B6BCC4;margin:0}.block-steps .steps{list-style:none;counter-reset:step;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.steps li{background:#232C3B;border-radius:10px;padding:1.25rem 1.25rem 1.25rem 3.5rem;position:relative;counter-increment:step}.steps li::before{content:counter(step);position:absolute;left:1rem;top:1.1rem;width:2rem;height:2rem;background:linear-gradient(120deg,#47EBF5,#04DB19);color:#0B0D0E;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-family:'Roboto Condensed',sans-serif}.steps h3{color:#F5FAFF;margin-bottom:.35rem;font-size:1rem}.steps p{margin:0;color:#B6BCC4;font-size:.95rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.stat{background:#232C3B;border-radius:10px;padding:1.5rem 1rem;text-align:center;border-bottom:3px solid #3498FE}.stat b{display:block;font-family:'Roboto Condensed',sans-serif;font-size:2rem;color:#FFD60A;font-weight:700;line-height:1}.stat span{display:block;margin-top:.4rem;color:#B6BCC4;font-size:.9rem}.facts{width:100%;border-collapse:collapse}.facts th,.facts td{padding:12px 16px;text-align:left;border-bottom:1px solid #2D3C51}.facts th{background:#2D3C51;color:#F5FAFF;font-weight:700;width:40%}.facts td{color:#B6BCC4;background:#232C3B}.badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;background:#232C3B;color:#F5FAFF;border-radius:10px;font-size:.9rem;font-weight:500;border-left:3px solid #3498FE}.badge::before{content:"✓";color:#3498FE;font-weight:700}.faq{max-width:1100px;margin:2rem auto;padding:0 2rem}.faq h2{margin-bottom:1rem}.faq details{background:#232C3B;border-radius:10px;margin-bottom:.6rem;overflow:hidden;transition:background .2s}.faq details:hover{background:#2D3C51}.faq summary{list-style:none;cursor:pointer;padding:1rem 1.2rem;font-weight:500;color:#F5FAFF;display:flex;align-items:center;gap:.8rem;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary::before{content:"›";font-size:1.6rem;color:#3498FE;transition:transform .3s;flex:0 0 auto;line-height:1;transform:rotate(90deg)}.faq details[open] summary::before{transform:rotate(-90deg);color:#47EBF5}.faq details[open]{background:#2D3C51}.faq p{padding:0 1.2rem 1rem 2.6rem;color:#B6BCC4;margin:0;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.site-footer{background:#0B0D0E;border-top:1px solid rgba(255,255,255,.1);padding:2rem 1.5rem;margin-top:3rem;text-align:center}.site-footer .site-menu ul{flex-direction:row;justify-content:center;margin-bottom:1rem}.site-footer .site-menu a{color:#F5FAFF;padding:.4rem .9rem;border-radius:32px;background:#1C1E27;font-size:.9rem}.site-footer .site-menu a:hover{background:#232C3B;color:#fff}.site-footer p{color:#85888E;font-size:.85rem;max-width:70ch;margin:.5rem auto}.site-footer p:first-of-type{color:#B6BCC4}@media(max-width:768px){.site-header{padding:.5rem 1rem}.site-logo{font-size:1.25rem}.hero{padding:1.75rem 1.25rem;margin:1rem;border-radius:12px}.hero h1{font-size:1.6rem}.breadcrumbs{padding:0 1rem}.faq{padding:0 1rem}.slots-grid{grid-template-columns:repeat(3,1fr);gap:6px}.card span{font-size:.75rem;padding:.4rem}.site-footer .site-menu ul{flex-direction:row;flex-wrap:wrap}}@media(max-width:480px){.hero-badge{font-size:1.4rem !important}.stat b{font-size:1.5rem}}:root{--color-bg:#1C1E27;--color-surface:#232C3B;--color-surface-2:#2D3C51;--color-primary:#3498FE;--color-accent:#FFD60A;--color-text:#F5FAFF;--color-muted:#85888E}body{background:var(--color-bg);color:var(--color-text)}h1,h2,h3{color:var(--color-text)}p,li,td{color:var(--color-text)}.site-header{display:flex;align-items:center;gap:1.5rem}.site-logo{flex:0 0 auto}.site-menu{flex:1 1 auto}.site-header>.btn{flex:0 0 auto;margin-left:auto}.hero--split{display:grid;grid-template-columns:1.2fr .8fr;align-items:center}.hero--split .hero-aside{display:flex;align-items:center;justify-content:center}.hero-badge{display:inline-block;font-size:clamp(1.6rem,3vw,2.6rem);font-weight:900}.section{max-width:1100px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.section>p,.section>ul,.section>ol,.section>h2,.section>h3,.section>table{max-width:none;margin-left:0;margin-right:0}.section a.card,.section a.card:hover{text-decoration:none}.section table{width:100%;border-collapse:collapse;margin:1.5rem 0}.section th,.section td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--color-surface-2)}.section th{background:var(--color-surface-2);font-weight:700;color:var(--color-text)}.section tr:nth-child(even) td{background:var(--color-surface)}@media(max-width:1100px){.hero--split{grid-template-columns:1fr}}@media(max-width:768px){.site-header{flex-wrap:wrap;gap:.75rem}.site-logo{order:1}.site-header>.btn{order:2;margin-left:auto}.burger-label{order:3;display:flex}.site-menu{order:4;flex:1 0 100%;max-height:0;overflow:hidden;background:var(--color-bg);transition:max-height .3s ease}.burger-toggle:checked~.site-menu{max-height:500px}.site-menu ul{flex-direction:column;align-items:stretch;padding:.5rem 0}.section{padding-left:1rem;padding-right:1rem}.section table{display:block;overflow-x:auto;white-space:nowrap}}