.header{z-index:100;background:#241f40;border-bottom:none;position:sticky;top:0;box-shadow:0 2px 24px #241f4059}.header-inner{align-items:center;gap:32px;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-img-wrap{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:5px;transition:transform .25s;display:flex;box-shadow:0 3px 10px #0003}.logo:hover .logo-img-wrap{transform:scale(1.08)rotate(-3deg)}.logo-img{object-fit:contain;width:100%;height:100%}.logo-text{flex-direction:column;line-height:1.1;display:flex}.logo-main{color:#fff;letter-spacing:-.3px;font-size:20px;font-weight:700}.logo-sub{color:#ffffffa6;letter-spacing:.3px;font-size:11px;font-weight:400}.nav{align-items:center;gap:4px;margin-left:auto;display:flex}.nav a{color:#ffffffd1;white-space:nowrap;border-radius:10px;padding:8px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s}.nav a:hover,.nav a.active{color:#fff;background:#ffffff1f}.nav-cta{margin-left:8px;box-shadow:0 4px 14px #ff623366;background:var(--orange)!important;color:#fff!important;border-radius:12px!important;padding:10px 20px!important;font-size:14px!important;font-weight:700!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.nav-cta:hover{transform:translateY(-1px);background:var(--orange-dark)!important;color:#fff!important;box-shadow:0 6px 18px #ff623380!important}.burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:8px;display:none}.burger span{background:#fff;border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}@media (max-width:900px){.burger{display:flex}.nav{background:#1a1738;border-bottom:2px solid #ffffff14;flex-direction:column;align-items:stretch;gap:4px;margin:0;padding:16px;display:none;position:fixed;top:72px;left:0;right:0;box-shadow:0 8px 30px #0000004d}.nav.open{display:flex}.nav a{color:#ffffffd1;border-radius:12px;padding:14px 16px;font-size:16px}.nav a:hover,.nav a.active{color:#fff;background:#ffffff1a}.nav-cta{text-align:center;margin-top:8px;margin-left:0;padding:14px 16px!important}}.footer{background:var(--purple-dark);color:#ffffffbf;margin-top:auto}.footer-inner{grid-template-columns:1fr 2fr;gap:60px;max-width:1200px;margin:0 auto;padding:60px 24px 40px;display:grid}.footer-logo{align-items:center;gap:14px;margin-bottom:16px;display:flex}.footer-logo-icon-wrap{background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:6px;display:flex;box-shadow:0 4px 14px #0003}.footer-logo-img{object-fit:contain;width:100%;height:100%}.footer-logo-name{color:#fff;font-size:20px;font-weight:700}.footer-logo-tagline{color:#ffffff80;font-size:11px;font-weight:400}.footer-desc{color:#fff9;margin-bottom:24px;font-size:14px;line-height:1.65}.footer-socials{flex-wrap:wrap;gap:10px;display:flex}.footer-socials a{color:#ffffffb3;background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex}.footer-socials a svg{width:18px;height:18px}.footer-socials a:hover{background:var(--orange);color:#fff;transform:translateY(-2px)}.footer-links{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px;font-size:14px;font-weight:800}.footer-col a{color:#fff9;padding:4px 0;font-size:14px;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--orange)}.footer-bottom{color:#fff6;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:20px 24px;font-size:13px;display:flex}@media (max-width:900px){.footer-inner{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}@media (max-width:600px){.footer-links{grid-template-columns:1fr}}.app{flex-direction:column;min-height:100vh;display:flex}.main{flex:1}@font-face{font-family:CocoGothic;src:url(/CocoGothic-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:CocoGothic;src:url(/CocoGothic-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:CocoGothic;src:url(/CocoGothic-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--orange:#ff6233;--orange-light:#ff7d54;--orange-dark:#e5501f;--blue:#1a56db;--blue-dark:#1347c4;--blue-mid:#2563eb;--purple-dark:#241f40;--purple-mid:#3d3566;--yellow:#ffd166;--green:#06d6a0;--bg:#fff;--bg-soft:#f0f5ff;--bg-gray:#f7f7f9;--text:#3d3b47;--text-light:#6b6880;--text-h:#241f40;--border:#e8eeff;--shadow-sm:0 4px 12px #1a56db0f;--shadow-md:0 8px 30px #1a56db1a;--shadow-lg:0 20px 60px #1a56db24;--radius:16px;--radius-sm:10px;--radius-lg:24px;--font:"CocoGothic", "Nunito", "Segoe UI", sans-serif;--font-num:"CocoGothic", "Nunito", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.65}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--text-h);font-weight:700;line-height:1.2}a{color:var(--orange);text-decoration:none;transition:color .2s}a:hover{color:var(--orange-dark)}img{max-width:100%;height:auto}button{cursor:pointer;font-family:var(--font)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-gray)}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:3px}
