*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.6;min-height:100vh;overflow-x:hidden;background-image:radial-gradient(circle at 20% 10%,rgba(52,152,254,.06),transparent 40%),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}h1,h2,h3,h4{font-family:'Roboto Condensed','Roboto',Arial,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}h3{font-size:1.2rem}p{margin:0 0 1rem}a{color:var(--color-primary);text-decoration:underline;transition:color .2s}a:hover{color:#4DA5FE}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:#1C1E27;padding:.5rem 1.5rem;min-height:56px;border-bottom:1px solid rgba(255,255,255,.06)}.site-logo{font-family:'Roboto Condensed',Arial,sans-serif;font-weight:700;font-size:1.5rem;color:var(--color-text);text-decoration:none;letter-spacing:.5px;padding:.25rem .5rem}.site-logo::before{content:'';display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--color-primary);margin-right:.5rem;vertical-align:middle;box-shadow:0 0 12px rgba(52,152,254,.7)}.site-menu ul{list-style:none;margin:0;padding:0;display:flex;gap:.25rem;flex-wrap:wrap;justify-content:flex-start;padding-left:1rem}.site-menu a{color:var(--color-text);text-decoration:none;padding:.5rem .9rem;border-radius:32px;font-size:.95rem;font-weight:500;display:inline-block;transition:background .2s,color .2s}.site-menu a:hover{background:#2D3C51;color:#fff}.site-menu a.active{background:#394F69;color:#fff}.burger-toggle{display:none}.burger-label{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;cursor:pointer;padding:2px;order:3}.burger-label span{display:block;height:2px;background:var(--color-text);border-radius:2px;transition:transform .3s}.btn{display:inline-block;padding:.7rem 1.4rem;border-radius:32px;text-decoration:none;font-weight:500;font-size:.95rem;background:var(--color-primary);color:#fff;border:none;cursor:pointer;transition:background .2s,transform .2s;text-align:center;white-space:nowrap}.btn:hover{background:#4DA5FE;color:#fff}.btn-highlight{background:linear-gradient(120deg,#47EBF5,#04DB19);color:#fff;font-weight:700;box-shadow:0 4px 20px rgba(4,219,25,.25)}.btn-highlight:hover{background:linear-gradient(120deg,#5AF0F9,#0BEB22);color:#fff;transform:translateY(-1px)}.btn-secondary{background:#394F69;color:#fff}.breadcrumbs{max-width:1100px;margin:0 auto;padding:1rem 2rem 0;font-size:.85rem;color:var(--color-muted)}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.breadcrumbs li:not(:last-child)::after{content:'›';margin-left:.4rem;color:var(--color-muted)}.breadcrumbs a{color:var(--color-muted);text-decoration:none}.breadcrumbs a:hover{color:var(--color-text)}.breadcrumbs span{color:var(--color-text)}main{display:block}.hero{max-width:1100px;margin:1.5rem auto;padding:2.5rem 2rem;border-radius:14px;background:linear-gradient(160deg,#22262A,#0E1011);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-40%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(52,152,254,.2),transparent 60%);pointer-events:none}.hero h1{position:relative;z-index:2}.hero p{position:relative;z-index:2;color:#B6BCC4;font-size:1.05rem;max-width:600px}.hero .btn{position:relative;z-index:2;margin-top:.5rem}.hero--centered{text-align:center}.hero--centered p{margin-left:auto;margin-right:auto}.hero--left-accent{border-left:4px solid var(--color-primary)}.hero--banner-badge .hero-badge{margin-bottom:1rem}.hero-badge{background:#FFD60A;color:#0B0D0E;padding:.6rem 1.2rem;border-radius:5px;font-weight:900;font-family:'Roboto Condensed',Arial,sans-serif}.section{max-width:1100px;margin:2rem auto;padding:1.5rem 2rem}.section>h2{position:relative;padding-left:1rem;margin-bottom:1.2rem}.section>h2::before{content:'';position:absolute;left:0;top:.2em;bottom:.2em;width:4px;background:var(--color-primary);border-radius:2px}.section p,.section li,.section td{color:#B6BCC4}.section strong{color:var(--color-text)}.section ul{padding-left:1.4rem}.section ul li{position:relative;list-style:none;margin-bottom:.5rem;padding-left:.4rem}.section ul li::before{content:'';position:absolute;left:-1rem;top:.55em;width:6px;height:6px;background:var(--color-primary);border-radius:50%}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;margin:1rem 0}.section a.card{background:var(--color-surface);border-radius:10px;overflow:hidden;text-decoration:none;color:var(--color-text);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;position:relative;cursor:pointer}.section a.card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.5)}.section a.card img{aspect-ratio:1/1;object-fit:cover;width:100%}.section a.card span{padding:.6rem .7rem;font-size:.9rem;color:#B6BCC4;display:flex;flex-direction:column;gap:.2rem}.section a.card small{color:var(--color-muted);font-size:.75rem}.tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem;margin-top:1rem}.tile{background:var(--color-surface);border-radius:10px;padding:1.2rem;transition:background .2s}.tile:hover{background:#2D3C51}.tile h3{color:var(--color-text);margin-bottom:.4rem}.tile p{color:#B6BCC4;margin:0;font-size:.95rem}.steps{list-style:none;counter-reset:step;padding:0;margin:1rem 0;display:grid;gap:.8rem}.steps li{background:var(--color-surface);border-radius:10px;padding:1.2rem 1.2rem 1.2rem 4rem;position:relative;counter-increment:step}.steps li::before{content:counter(step);position:absolute;left:1rem;top:1.1rem;width:2.3rem;height:2.3rem;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:'Roboto Condensed',sans-serif;font-size:1.1rem}.steps h3{color:var(--color-text);margin-bottom:.3rem}.steps p{color:#B6BCC4;margin:0}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin:1rem 0}.stat{background:var(--color-surface);border-radius:10px;padding:1.4rem 1rem;text-align:center}.stat b{display:block;font-family:'Roboto Condensed',sans-serif;font-size:2rem;color:#FFD60A;font-weight:700}.stat span{color:#B6BCC4;font-size:.9rem}.facts{width:100%}.badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}.badge{background:var(--color-surface);color:var(--color-text);padding:.6rem 1rem;border-radius:10px;font-size:.9rem;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}.badge::before{content:'●';color:var(--color-primary);font-size:.7rem}.faq{max-width:1100px;margin:2rem auto;padding:1.5rem 2rem}.faq h2{margin-bottom:1rem}.faq details{background:var(--color-surface);border-radius:10px;margin-bottom:.6rem;overflow:hidden;transition:background .2s}.faq details[open]{background:#2D3C51}.faq summary{padding:1rem 1.2rem;cursor:pointer;font-weight:500;color:var(--color-text);list-style:none;display:flex;align-items:center;gap:.8rem;position:relative;transition:background .2s}.faq summary:hover{background:rgba(52,152,254,.08)}.faq summary::-webkit-details-marker{display:none}.faq summary::before{content:'';flex:0 0 auto;width:14px;height:14px;border-right:3px solid var(--color-primary);border-bottom:3px solid var(--color-primary);transform:rotate(-45deg);transition:transform .3s;margin-right:.2rem}.faq details[open] summary::before{transform:rotate(45deg)}.faq details p{padding:0 1.2rem 1.2rem;color:#B6BCC4;margin:0;animation:fade .3s ease}@keyframes fade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.site-footer{background:#0B0D0E;padding:2rem 1.5rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.site-footer .site-menu{margin-bottom:1rem}.site-footer .site-menu ul{justify-content:center;padding:0}.site-footer .site-menu a{color:var(--color-text);padding:.4rem .8rem;border-radius:32px;font-size:.9rem}.site-footer .site-menu a:hover{background:#232C3B;color:#fff}.site-footer p{color:var(--color-muted);font-size:.85rem;max-width:70ch;margin:.5rem auto}: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}}