@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";:root{--color-primary: #111111;--color-accent: #ACBC3B;--color-bg: #faf7f3;--color-text: #111111;--color-body: #111111d3;--color-strong: #DC4F41;--color-surface: #54B8ED;--color-surface-muted:#ffffff;--color-border: #111111;--color-on-surface-light: #ffffff;--color-on-surface-dark: #54B8ED;--color-on-muted: #ffffffec;--shadow-primary: 0 12px 24px rgba(18, 24, 38, .18);--shadow-border-light: rgba(255, 255, 255, .12);--shadow-border-dark: rgba(0, 0, 0, .24);--gradient-brand: linear-gradient(83.21deg, #3245ff 0%, #bc52ee 100%);--gradient-alert: linear-gradient(14deg, #d83333 0%, #f041ff 100%);--gradient-code-bg: linear-gradient(66.77deg, #f3cddd 0%, #f5cee7 100%);--gradient-code-border: linear-gradient(155deg, #d83333 0%, #f041ff 18%, #f5cee7 45%);--surface-overlay: rgba(255, 255, 255, .55)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;width:100%;max-width:100%;height:100%;background:var(--color-bg);overflow-x:hidden}body{min-height:100vh;display:flex;flex-direction:column;font-family:Poppins,sans-serif}.header{position:relative;z-index:10;width:100%;max-width:100vw;background:var(--color-primary);padding:1rem 0;box-shadow:0 12px 32px #00000052}.footer{background:var(--color-primary);color:#fff;padding:2rem 0;margin-top:auto}.container{max-width:1120px;margin:0 auto;padding:0 24px}.header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%}.logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo{height:40px;width:auto}.mobile-menu,.mobile-menu-toggle{display:none}.nav{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-left:auto;justify-content:flex-end}.nav-link{color:var(--color-on-surface-light);text-decoration:none;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;background-color:transparent}.nav-link:hover{color:var(--color-accent);background-color:#acbc3b1a}.footer-contact{text-align:center}.footer-contact p{margin:.5rem 0}.footer a{color:var(--color-on-surface-light);font-weight:600;text-decoration:none}.footer a:hover{color:var(--color-accent)}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.page{max-width:1120px;margin:0 auto;padding:72px 24px;color:var(--color-text)}.page-hero{padding:42px 0 72px;max-width:880px}.page-hero.center{text-align:center;margin:0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:var(--color-muted, #111111a8);margin:0 0 16px}.page h1{font-size:clamp(3rem,7vw,5.8rem);line-height:.95;margin:0 0 24px;letter-spacing:-.06em;color:var(--color-text)}.page h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1;margin:0 0 20px;letter-spacing:-.045em;color:var(--color-text)}.page h3{font-size:1.25rem;margin:0 0 12px;color:var(--color-text)}.page p,.page li{font-size:1rem;line-height:1.7;color:var(--color-body)}.lead{font-size:1.18rem;max-width:720px}.center .lead{margin:0 auto}.section{padding:64px 0;border-top:1px solid var(--color-border)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.card{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:8px;padding:28px}.accent-card{background:var(--color-surface)}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:700;transition:transform .2s ease,box-shadow .2s ease;border:none;outline:none;box-shadow:none}.button:focus,.button:focus-visible{outline:none}.button:hover{transform:translateY(-2px)}.primary{background:var(--color-strong);color:var(--color-on-surface-light);box-shadow:none}.secondary{background:var(--color-surface-muted);color:var(--color-on-surface-dark)}.cta-band{text-align:center;background:var(--color-strong);color:var(--color-on-surface-light);border-radius:8px;padding:56px 24px;margin-top:40px}.cta-band h2,.cta-band p{color:var(--color-on-surface-light)}.cta-band .button{margin-top:20px;background:var(--color-on-surface-light);color:var(--color-on-surface-dark);border:none;outline:none}.content-page{max-width:880px}.content-page h2{font-size:1.7rem;letter-spacing:0;margin-top:40px}.content-page a,.page a:not(.button){color:#54b8ed;font-weight:700;text-decoration:none}.content-page a:hover,.page a:not(.button):hover{color:#dc4f41}@media(max-width:900px){.header-content{align-items:center;flex-direction:row;gap:1rem;position:relative}.logo{height:52px}.desktop-nav{display:none}.mobile-menu{position:static;display:flex;justify-content:flex-end;margin-left:auto;line-height:0}.mobile-menu-toggle{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mobile-menu-button{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;border:none;outline:none;border-radius:999px;background:#ffffff0a;cursor:pointer;overflow:hidden}.mobile-menu-button:focus,.mobile-menu-button:focus-visible{outline:none}.mobile-menu-button span{display:block;width:20px;height:2px;margin:0 auto;border-radius:999px;transition:transform .25s ease,opacity .25s ease}.mobile-menu-button span:nth-child(1){background:#54b8ed}.mobile-menu-button span:nth-child(2){background:#acbc3b}.mobile-menu-button span:nth-child(3){background:#dc4f41}.mobile-nav{position:fixed;top:92px;left:18px;right:18px;display:none;grid-template-columns:1fr;justify-items:center;gap:.75rem;margin-left:0;padding:1.25rem;border-radius:8px;background:#111111f5;box-shadow:0 24px 48px #00000047}.mobile-menu-toggle:checked~.mobile-nav{display:grid}.mobile-nav .nav-link{width:100%;text-align:center;font-size:1.08rem}.mobile-menu-toggle:checked+.mobile-menu-button span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle:checked+.mobile-menu-button span:nth-child(2){opacity:0}.mobile-menu-toggle:checked+.mobile-menu-button span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.grid,.two-column{grid-template-columns:1fr}.page{padding:40px 18px}.page-hero{padding:32px 0 56px}}
