:root{--archimedes-yellow: #ffb800;--archimedes-yellow-bright: #ffd000;--luminal-yellow: #ffdf00;--incandescent-gold: #e8aa00;--steel: #192b2e;--halogen-haze: #fffcf2;--black: #000000;--white: #ffffff;--grad-left: #ffb300;--grad-right: #ffd100;--primary-color: var(--archimedes-yellow);--secondary-color: var(--incandescent-gold);--dark-bg: var(--steel);--gray-light: #f5f5f5;--gray-medium: #666666;--text-dark: var(--steel);--font-primary: "Metropolis", "Roboto", system-ui, sans-serif;--font-secondary: "Roboto", system-ui, sans-serif;--radius-lg: 12px;--radius-md: 10px;--radius-sm: 8px;--shadow-lg: 0 14px 40px rgba(0, 0, 0, .35);--shadow-md: 0 10px 26px rgba(0, 0, 0, .25);--shadow-sm: 0 6px 16px rgba(0, 0, 0, .15);--tr: .25s ease;--text-on-dark: var(--halogen-haze);--text-on-light: var(--steel)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:var(--steel);color:var(--text-on-dark);font-family:var(--font-primary);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:88px 0}.section--light{background:var(--halogen-haze);color:var(--text-on-light)}.section--dark{background:var(--steel);color:var(--text-on-dark)}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.1;margin-bottom:.85rem;color:var(--text-on-dark)}.section--light h1,.section--light h2,.section--light h3,.section--light h4{color:var(--steel)}h1{font-size:3.2rem}h2{font-size:2.5rem}h3{font-size:1.8rem;font-weight:700}h4{font-size:1.25rem;font-weight:600}p{font-family:var(--font-secondary);font-size:1.0625rem;margin-bottom:1rem;color:inherit;opacity:.98}.overline{text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.8rem;color:var(--luminal-yellow)}@media (max-width: 768px){h1{font-size:2.4rem}h2{font-size:2rem}h3{font-size:1.5rem}}a{color:var(--archimedes-yellow);text-decoration:none;transition:color var(--tr)}a:hover{color:var(--luminal-yellow)}.section--light a{color:var(--archimedes-yellow-bright)}.section--light a:hover{color:#ffb600}.card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-sm);color:var(--text-on-dark)}.card--accent{border-color:#ffc80059}.section--light .card{background:#fff;border:1px solid rgba(0,0,0,.08);color:var(--text-on-light)}.section--light .card h3,.section--light .card h4{color:var(--archimedes-yellow-bright)}.section--light .card p{color:var(--steel)}.text-yellow{color:var(--archimedes-yellow)!important}.section--light .text-yellow{color:var(--archimedes-yellow-bright)!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:var(--radius-sm);font-weight:700;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:all var(--tr)}.btn--primary{background:var(--archimedes-yellow);color:var(--steel)}.btn--primary:hover{background:var(--archimedes-yellow-bright)}.section--light .btn--primary{background:var(--archimedes-yellow-bright);color:var(--steel)}.section--light .btn--primary:hover{background:#ffea4d}.btn--outline{color:var(--archimedes-yellow);border-color:var(--archimedes-yellow);background:transparent}.btn--outline:hover{color:var(--archimedes-yellow-bright);border-color:var(--archimedes-yellow-bright);background:#ffc8001a}.footer{background:#0f1d1f;color:#ffffffd9;padding:56px 0;border-top:1px solid rgba(255,255,255,.06)}.footer a{color:var(--archimedes-yellow)}.footer a:hover{color:var(--luminal-yellow)}input,textarea,select{font-family:var(--font-secondary)}input[type=text],input[type=email],input[type=tel],textarea,select{background:var(--white);color:var(--steel);border:1px solid rgba(0,0,0,.15);border-radius:var(--radius-sm);padding:12px 16px;font-size:1rem;transition:border-color var(--tr),box-shadow var(--tr)}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus,select:focus{outline:none;border-color:var(--archimedes-yellow);box-shadow:0 0 0 3px #ffb80026}input::placeholder,textarea::placeholder{color:var(--gray-medium)}.text-center{text-align:center}.bg-halogen{background:var(--halogen-haze)!important}.bg-steel{background:var(--steel)!important;color:var(--text-on-dark)!important}.bg-gradient{background:linear-gradient(90deg,var(--grad-left),var(--grad-right))!important}.border-yellow{border-color:var(--archimedes-yellow)!important}.section--light .border-yellow{border-color:var(--archimedes-yellow-bright)!important}.image-section.svelte-1elxaub{height:68px;display:flex;align-items:center}.image-section.svelte-1elxaub img:where(.svelte-1elxaub){height:52px;width:auto;object-fit:contain;border-radius:var(--radius-md)}.nav.svelte-1elxaub{background:#192b2ef2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:60}.nav__inner.svelte-1elxaub{height:68px;display:flex;align-items:center;justify-content:space-between}.brand.svelte-1elxaub{display:flex;align-items:center;text-decoration:none;color:var(--text-on-dark)}.menu.svelte-1elxaub{list-style:none;display:flex;gap:1.75rem;align-items:center}.menu.svelte-1elxaub a:where(.svelte-1elxaub){color:var(--text-on-dark);text-decoration:none;font-weight:600;padding:10px 0;transition:color var(--tr),opacity var(--tr)}.menu.svelte-1elxaub a:where(.svelte-1elxaub):hover{color:var(--luminal-yellow)}.menu.svelte-1elxaub a.current:where(.svelte-1elxaub){color:var(--archimedes-yellow)}.menu.svelte-1elxaub a.current:where(.svelte-1elxaub):after{transform:scaleX(1)}.hamburger.svelte-1elxaub{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);cursor:pointer;padding:6px;transition:border-color var(--tr),background var(--tr)}.hamburger.svelte-1elxaub:hover{border-color:var(--archimedes-yellow);background:#ffc8000f}.hamburger.svelte-1elxaub span:where(.svelte-1elxaub){display:block;width:100%;height:2px;background:var(--archimedes-yellow);transition:transform var(--tr),opacity var(--tr)}.hamburger.svelte-1elxaub span.open:where(.svelte-1elxaub):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.svelte-1elxaub span.open:where(.svelte-1elxaub):nth-child(2){opacity:0}.hamburger.svelte-1elxaub span.open:where(.svelte-1elxaub):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-overlay.svelte-1elxaub{display:none;position:fixed;inset:68px 0 0;background:#0a1214fa;z-index:30;transition:opacity var(--tr);opacity:0;pointer-events:none}.menu-overlay.open.svelte-1elxaub{display:block;opacity:1;pointer-events:auto}@media (max-width: 900px){.hamburger.svelte-1elxaub{display:flex}.image-section.svelte-1elxaub{display:none}.menu.svelte-1elxaub{position:fixed;inset:68px 0 auto;background:transparent;box-shadow:var(--shadow-lg);flex-direction:column;align-items:flex-start;padding:20px 24px 28px;gap:.25rem;transform:translate(-100%);transition:transform var(--tr) ease,opacity var(--tr);z-index:40;pointer-events:none}.menu.open.svelte-1elxaub{transform:translate(0);pointer-events:auto;background:#102224}.menu.svelte-1elxaub li:where(.svelte-1elxaub){width:100%}.menu.svelte-1elxaub a:where(.svelte-1elxaub){width:100%;padding:12px 4px;border-bottom:1px solid rgba(255,255,255,.06)}}.footer.svelte-jz8lnl{background:#0f1d1f;color:#ffffffd9;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.06);font-family:var(--font-secondary)}.footer__grid.svelte-jz8lnl{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2.5rem;margin-bottom:2.5rem}.footer__col.svelte-jz8lnl h4:where(.svelte-jz8lnl){color:var(--archimedes-yellow);margin-bottom:1rem;font-weight:800;letter-spacing:.05em}.footer__col.svelte-jz8lnl p:where(.svelte-jz8lnl){color:var(--text-on-dark);opacity:.9;line-height:1.6;font-size:.95rem}.footer__col.svelte-jz8lnl ul:where(.svelte-jz8lnl){list-style:none;padding:0}.footer__col.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--halogen-haze);text-decoration:none;transition:color var(--tr);font-weight:500}.footer__col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--luminal-yellow)}.social.svelte-jz8lnl{display:flex;flex-direction:column;gap:.6rem}.footer__bottom.svelte-jz8lnl{border-top:1px solid rgba(255,255,255,.06);text-align:center;padding-top:1.25rem;color:#fff9;font-size:.9rem}@media (max-width: 768px){.footer.svelte-jz8lnl{padding:3rem 0 1.5rem}.footer__grid.svelte-jz8lnl{gap:1.8rem}}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1}
