@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.6;kerning:-3pt}*{box-sizing:border-box}body{margin:0;color:inherit;background:inherit}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:0 auto}.app{display:flex;flex-direction:column;min-height:100vh}.site-header{position:sticky;top:0;z-index:10;background:#ffaf14;border-bottom:none}.header-content{display:flex;text-transform:uppercase;font-weight:100;align-items:center;justify-content:space-between;padding:.25rem 0;gap:2rem;flex-wrap:wrap}.brand{display:flex;gap:1rem;align-items:center}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:#0f172a;color:#f8fafc;font-weight:700}.brand-logo{display:inline-flex;align-items:center}.brand-logo img{height:75px;width:auto;display:block}.brand-name{margin:0;font-weight:600}.brand-tagline{margin:0;font-size:.9rem;color:#0f172a}.nav{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.nav a{font-weight:500;color:#1e293b}.button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.2rem;border-radius:999px;font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #0f172a1f}.button.primary{background:#b30b00;color:#f8fafc}.button.secondary{background:transparent;border-color:#0f172a33}.hero{padding:4rem 0 3rem;background:radial-gradient(circle at top,#e2e8f0,#f8fafc 60%)}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;align-items:center}.hero h1{font-size:clamp(2.2rem,3vw,3.3rem);margin:0 0 1rem}.lead{font-size:1.1rem;color:#475569}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.hero-tags span{font-size:.85rem;color:#475569}.hero-card{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 24px 60px #0f172a1a}.hero-icon{width:48px;height:48px;display:block;margin-bottom:1rem}.hero-card ul{padding-left:1.2rem;margin:1rem 0 0;color:#475569}.hero-metric{margin-top:1rem;color:#475569}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;color:#b30b00;margin-bottom:.75rem}.section{padding:4rem 0}.section-alt{background:#eef2ff}.section-heading{max-width:680px}.section-heading h2{margin:.4rem 0 1rem;font-size:clamp(1.8rem,2.5vw,2.6rem)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}.card{background:#fff;padding:1.8rem;border-radius:20px;box-shadow:0 16px 30px #0f172a14}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:start}.about-list{display:grid;gap:1.5rem;background:#fff;padding:2rem;border-radius:24px;box-shadow:0 16px 34px #0f172a14}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:start}.contact-details{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:1rem}.contact-details li{display:flex;flex-direction:column;gap:.25rem;font-weight:500}.contact-details span{color:#64748b;font-size:.9rem}.contact-form{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 16px 34px #0f172a14;display:grid;gap:1.2rem}.contact-form label{display:grid;gap:.4rem;font-weight:600;color:#1e293b}.contact-form input,.contact-form textarea{padding:.75rem .9rem;border-radius:12px;border:1px solid rgba(15,23,42,.15);font-family:inherit}.site-footer{padding:2.5rem 0;background:#0f172a;color:#e2e8f0}.footer-content{display:flex;flex-wrap:nowrap;gap:2rem;align-items:center;font-size:.8rem;justify-content:flex-start}.footer-title{margin:0 0 .5rem;font-weight:600}.footer-copy{margin:0;color:#cbd5f5;max-width:420px}.footer-meta{text-align:left;color:#cbd5f5;font-size:.8rem}@media(max-width:720px){.nav{justify-content:flex-start}.brand-logo img{height:36px}.footer-meta{text-align:left}}
