@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap");:root{--c-bg:#0d1b2e;--c-bg2:#132236;--c-bg3:#1a2e46;--c-surface:#1e3550;--c-surface2:#243d5e;--c-border:#2a4a6e;--c-gold:#f5c518;--c-gold-light:#ffd740;--c-gold-dark:#c49a0a;--c-green:#2ecc71;--c-green-dark:#27ae60;--c-orange:#f39c12;--c-text:#e8f4fd;--c-text-muted:#8bb8d4;--c-text-dim:#5a8aaa;--grad-card:linear-gradient(145deg,#1e3550,#132236);--grad-green:linear-gradient(135deg,#2ecc71,#27ae60);--grad-header:linear-gradient(180deg,#061220,#0d1b2e);--grad-footer:linear-gradient(0deg,#040c16,#0d1b2e);--shadow-card:0 4px 24px rgba(0,0,0,0.4);--shadow-btn:0 4px 16px rgba(46,204,113,0.35);--shadow-header:0 2px 20px rgba(0,0,0,0.6);--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--t-fast:0.15s ease;--t-mid:0.25s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Nunito,sans-serif;font-size:16px;line-height:1.65;background-color:var(--c-bg);color:var(--c-text);min-height:100vh;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--c-gold);text-decoration:none;transition:color var(--t-fast)}a:hover{color:var(--c-gold-light)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--grad-header);border-bottom:1px solid var(--c-border);box-shadow:var(--shadow-header)}.header__container{max-width:1280px;margin:0 auto;padding:0 16px;height:64px;display:flex;align-items:center;gap:12px}.header__brand{display:flex;align-items:center;flex-shrink:0}.header__logoImg{height:40px;width:auto}.header__nav{gap:4px;flex:1 1;margin-left:8px}.header__nav,.header__navLink{display:flex;align-items:center}.header__navLink{gap:5px;padding:6px 12px;border-radius:var(--r-md);color:var(--c-text-muted);font-size:14px;font-weight:700;transition:all var(--t-fast);white-space:nowrap}.header__navLink:hover{color:var(--c-gold);background:rgba(245,197,24,.08)}.header__navLink--active{color:var(--c-gold-light);background:rgba(245,197,24,.08)}.header__navIcon{font-size:15px}.header__actions{display:flex;align-items:center;gap:10px;margin-left:auto;flex-shrink:0}.header__burger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:2px}.header__burger span{display:block;height:2.5px;background:var(--c-text);border-radius:2px;transition:all var(--t-mid);transform-origin:center}.header__burger--open span:first-child{transform:translateY(8.5px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger--open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.header__mobile{display:none;max-height:0;overflow:hidden;background:var(--c-bg2);border-top:1px solid var(--c-border);transition:max-height .3s ease}.header__mobile--open{max-height:420px}.header__mobileInner{padding:16px;display:flex;flex-direction:column;gap:4px}.header__mobileLink{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--r-md);color:var(--c-text);font-weight:700;font-size:15px;transition:all var(--t-fast)}.header__mobileLink--active,.header__mobileLink:hover{background:rgba(245,197,24,.1);color:var(--c-gold)}.header__mobileCta{margin-top:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border-radius:50px;font-family:Nunito,sans-serif;font-size:14px;font-weight:800;line-height:1;cursor:pointer;border:2px solid transparent;transition:all var(--t-fast);white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.btn--green{background:var(--grad-green);color:#fff;box-shadow:var(--shadow-btn)}.btn--green:hover{background:linear-gradient(135deg,#27ae60,#1db954);transform:translateY(-1px)}.btn--orange{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.btn--orange:hover{transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--c-gold);border-color:var(--c-gold)}.btn--ghost:hover{background:rgba(245,197,24,.1);color:var(--c-gold-light);border-color:var(--c-gold-light)}.heroBg,.heroSection{width:100%;position:relative}.heroBg{min-height:380px;background-size:cover;background-position:top;background-color:var(--c-bg2);display:flex;align-items:center}.heroOverlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,27,46,.88),rgba(13,27,46,.65) 50%,rgba(13,42,26,.75))}.heroInner{position:relative;z-index:1;padding:48px 24px;width:100%;max-width:680px;margin-left:max(24px,calc(50vw - 560px))}.heroBadge{display:inline-flex;align-items:center;gap:6px;background:rgba(245,197,24,.15);border:1px solid rgba(245,197,24,.4);color:var(--c-gold);font-size:13px;font-weight:700;padding:5px 14px;border-radius:50px;margin-bottom:16px}.heroTitle{font-size:clamp(24px,4vw,40px);font-weight:900;color:#fff;line-height:1.2;margin-bottom:14px;text-shadow:0 2px 12px rgba(0,0,0,.5)}.heroSub{font-size:16px;color:var(--c-text-muted);margin-bottom:24px;line-height:1.5;max-width:520px}.heroCta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.heroCta .btn{padding:14px 28px;font-size:15px}.heroMeta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--c-text-muted);font-weight:600}.heroMeta span{display:flex;align-items:center;gap:5px}.pageMain{min-height:calc(100vh - 64px - 240px)}.contentSection{max-width:1200px;margin:0 auto;padding:32px 16px 64px}.contentCard{background:var(--grad-card);border:1px solid var(--c-border);border-radius:var(--r-xl);padding:40px 48px;box-shadow:var(--shadow-card)}.richArticle h1{font-size:clamp(22px,3vw,34px);font-weight:900;color:var(--c-gold-light);margin-bottom:20px;line-height:1.25}.richArticle h2{font-size:clamp(18px,2.5vw,26px);font-weight:800;color:#fff;margin:36px 0 14px;padding-bottom:8px;border-bottom:2px solid var(--c-border);position:relative}.richArticle h2:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:var(--c-gold);border-radius:2px}.richArticle h3{font-size:clamp(16px,2vw,20px);font-weight:700;color:var(--c-gold);margin:24px 0 10px}.richArticle p{color:var(--c-text-muted);margin-bottom:14px;line-height:1.7}.richArticle ol,.richArticle ul{padding-left:20px;margin-bottom:16px}.richArticle li{color:var(--c-text-muted);margin-bottom:6px;line-height:1.6}.richArticle li strong{color:var(--c-text)}.richArticle strong{color:var(--c-text);font-weight:700}.richArticle em{color:var(--c-gold);font-style:italic}.richArticle a{color:var(--c-gold);border-bottom:1px solid rgba(245,197,24,.3)}.richArticle a:hover{color:var(--c-gold-light)}.richArticle table{width:100%;border-collapse:collapse;margin:20px 0 28px;border-radius:var(--r-md);overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.3)}.richArticle tr:first-child{background:linear-gradient(90deg,var(--c-surface) 0,var(--c-surface2) 100%)}.richArticle th{padding:12px 16px;text-align:left;font-size:13px;font-weight:800;color:var(--c-gold);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--c-gold-dark);word-break:break-word}.richArticle td{padding:11px 16px;font-size:14px;color:var(--c-text-muted);border-bottom:1px solid var(--c-border);word-break:break-word}.richArticle tr:last-child td{border-bottom:none}.richArticle tr:nth-child(2n) td{background:rgba(255,255,255,.025)}.richArticle tr:hover td{background:rgba(245,197,24,.04)}.richArticle .inlineCta{display:flex;flex-direction:column;align-items:center;gap:16px;background:linear-gradient(135deg,var(--c-surface) 0,rgba(46,204,113,.08) 100%);border:1px solid rgba(46,204,113,.2);border-radius:var(--r-lg);padding:28px 24px;margin:28px 0;text-align:center}.richArticle .inlineCta img{width:auto;max-width:100%;max-height:500px;object-fit:contain;border-radius:var(--r-md);display:block;margin:0 auto}.richArticle .inlineCtaActions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.richArticle .inlineCtaActions .btn{padding:13px 28px;font-size:14px}.faqSection{margin-top:8px}.faqItem{border:1px solid var(--c-border);border-radius:var(--r-md);margin-bottom:8px;overflow:hidden;transition:border-color var(--t-fast)}.faqItem:hover{border-color:rgba(245,197,24,.3)}.faqQuestion{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:var(--c-surface);border:none;cursor:pointer;text-align:left;font-family:Nunito,sans-serif;font-size:15px;font-weight:700;color:var(--c-gold);transition:background var(--t-fast)}.faqQuestion--open,.faqQuestion:hover{background:var(--c-surface2)}.faqQuestion--open{color:var(--c-gold-light)}.faqIcon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:rgba(245,197,24,.15);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;color:var(--c-gold);transition:transform var(--t-mid),background var(--t-fast)}.faqQuestion--open .faqIcon{transform:rotate(45deg);background:rgba(245,197,24,.25)}.faqAnswer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .2s ease;background:rgba(13,27,46,.6)}.faqAnswer--open{max-height:600px;padding:16px 20px}.faqAnswer p{color:var(--c-text-muted);font-size:14px;line-height:1.7;margin:0}.footer{background:var(--grad-footer);border-top:1px solid var(--c-border);margin-top:40px}.footer__container{max-width:1280px;margin:0 auto;padding:0 16px}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:40px;gap:40px;padding:48px 0 32px}.footer__logo{height:34px;width:auto;margin-bottom:12px}.footer__tagline{color:var(--c-text);font-weight:700;margin-bottom:8px;font-size:15px}.footer__disclaimer{color:var(--c-text-dim);font-size:12px;line-height:1.5;margin-bottom:16px}.footer__badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer__badges img{height:32px;width:auto;opacity:.75;transition:opacity var(--t-fast)}.footer__badges img:hover{opacity:1}.footer__badge{display:inline-flex;align-items:center;padding:4px 10px;background:rgba(245,197,24,.08);border:1px solid rgba(245,197,24,.2);border-radius:50px;color:var(--c-gold);font-size:12px;font-weight:700;letter-spacing:.3px}.footer__colTitle{color:var(--c-gold);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}.footer__link{display:block;color:var(--c-text-muted);font-size:14px;margin-bottom:8px;transition:color var(--t-fast)}.footer__link:hover{color:var(--c-gold)}.footer__bottom{border-top:1px solid var(--c-border);padding:20px 0;text-align:center}.footer__bottom p{color:var(--c-text-dim);font-size:12px;line-height:1.7}.langSwitcher{position:relative}.langSwitcher__btn{display:flex;align-items:center;gap:5px;padding:6px 10px;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--r-md);color:var(--c-text);font-size:13px;font-weight:700;cursor:pointer;transition:all var(--t-fast);font-family:Nunito,sans-serif}.langSwitcher__btn:hover{border-color:var(--c-gold);color:var(--c-gold)}.langSwitcher__chevron{font-size:11px;transition:transform var(--t-fast);margin-left:2px}.langSwitcher__chevron--open{transform:rotate(180deg)}.langSwitcher__dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--c-bg2);border:1px solid var(--c-border);border-radius:var(--r-md);box-shadow:var(--shadow-card);z-index:200;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;padding:6px;min-width:180px;max-height:300px;overflow-y:auto}.langSwitcher__option{display:flex;align-items:center;gap:5px;padding:7px 10px;border-radius:var(--r-sm);color:var(--c-text-muted);font-size:12px;font-weight:700;cursor:pointer;background:none;border:none;transition:all var(--t-fast);font-family:Nunito,sans-serif}.langSwitcher__option:hover{background:rgba(245,197,24,.1);color:var(--c-gold)}.langSwitcher__option--active{color:var(--c-gold);background:rgba(245,197,24,.08)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--c-bg2)}::-webkit-scrollbar-thumb{background:var(--c-surface2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--c-gold-dark)}@media (max-width:1024px){.footer__top{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:768px){.header__nav{display:none}.header__burger{display:flex}.header__mobile{display:block}.header__actions .btn{display:none}.heroBg{min-height:300px}.heroInner{margin-left:0;padding:28px 16px;max-width:100%}.heroTitle{font-size:22px}.heroSub{font-size:14px;margin-bottom:16px}.heroMeta{font-size:12px;gap:10px}.heroCta .btn{padding:12px 20px;font-size:14px}.contentCard{padding:20px 16px;border-radius:var(--r-lg)}.contentSection{padding:16px 12px 48px}.richArticle h1{font-size:20px}.richArticle h2{font-size:18px;margin-top:28px}.richArticle h3{font-size:16px}.richArticle td,.richArticle th{padding:9px 10px;font-size:13px}.richArticle .table--cards thead{display:none}.richArticle .table--cards tr{display:block;background:var(--c-surface)!important;border:1px solid var(--c-border);border-radius:var(--r-md);margin-bottom:10px;padding:4px 0}.richArticle .table--cards tr:first-child{display:none}.richArticle .table--cards td{display:flex;align-items:flex-start;gap:10px;padding:9px 14px;border-bottom:1px solid rgba(255,255,255,.06);font-size:14px}.richArticle .table--cards td:last-child{border-bottom:none}.richArticle .table--cards td:before{content:attr(data-label);flex-shrink:0;min-width:100px;font-weight:700;font-size:12px;color:var(--c-gold);text-transform:uppercase;letter-spacing:.4px;padding-top:1px}.richArticle .inlineCta{padding:20px 16px}.richArticle .inlineCta img{max-height:500px}.footer__top{grid-template-columns:1fr;gap:20px;padding:28px 0 20px}.langSwitcher__dropdown{grid-template-columns:repeat(4,1fr);right:-10px}}@media (max-width:480px){.heroCta{flex-direction:column}.heroCta .btn{width:100%;justify-content:center}.contentCard{border-radius:var(--r-md)}.richArticle .inlineCtaActions{flex-direction:column;width:100%}.richArticle .inlineCtaActions .btn{width:100%;justify-content:center}.langSwitcher__dropdown{grid-template-columns:repeat(3,1fr);right:-40px;min-width:200px}}