:root{--bg: #eef3f8;--surface: #ffffff;--surface-muted: #f4f8fc;--text-main: #1f2937;--text-soft: #4b5563;--border: #d2dce8;--accent: #0b4f8a;--accent-dark: #083e6e;--accent-green: #69b845;--accent-green-dark: #4e9930;--container: 1120px;--radius: 14px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Avenir Next,Avenir,Segoe UI,sans-serif;color:var(--text-main);background:linear-gradient(180deg,#f9fcff 0%,var(--bg) 100%);line-height:1.55}a{color:var(--accent)}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.section{padding:4.5rem 0}h1,h2,h3,p{margin:0}h1{font-size:clamp(2rem,5vw,3rem);line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(1.45rem,3vw,2rem);margin-bottom:1rem}h3{font-size:1.1rem;margin-bottom:.65rem}p+p{margin-top:.9rem}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--border);background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-lockup{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit}.brand-logo-img{width:2.3rem;height:2.3rem;border-radius:.7rem;object-fit:cover;border:1px solid var(--border);background:#fff}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-name{font-size:1.1rem;font-weight:700;letter-spacing:.02em;color:var(--text-main)}.brand-tag{font-size:.74rem;color:#5b6b80}.main-nav{display:flex;gap:1.2rem;align-items:center}.main-nav a{text-decoration:none;color:var(--text-soft);font-weight:500}.main-nav a:hover{color:var(--accent-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.68rem 1.2rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:all .2s ease}.btn-primary{background:linear-gradient(120deg,var(--accent) 0%,#1969ab 100%);color:#fff}.btn-primary:hover{background:linear-gradient(120deg,var(--accent-dark) 0%,var(--accent) 100%)}.btn-secondary{background:transparent;color:var(--text-main);border-color:var(--border)}.btn-secondary:hover{border-color:#b8c1cb;background:#f6f8fb}.hero{padding-top:5rem}.hero-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:1.8rem;align-items:start}.eyebrow{color:var(--accent-dark);font-weight:700;margin-bottom:1rem}.lead{margin-top:1.15rem;font-size:1.05rem;color:var(--text-soft);max-width:64ch}.pilot-note{margin-top:.9rem;color:#334155}.hero-actions{margin-top:1.5rem;display:flex;gap:.85rem;flex-wrap:wrap}.hero-trust-note{margin-top:1rem;color:#526277;font-size:.95rem}.hero-card,.card,.contact-card,.faq-item{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius)}.hero-card{padding:1.5rem;box-shadow:0 8px 20px #0e325d0f}.hero-card ul{margin:.9rem 0 0;padding-left:1.1rem;color:var(--text-soft)}.hero-card li+li{margin-top:.55rem}.muted-section{background:var(--surface-muted);border-block:1px solid #e8ecf1}.narrow{max-width:760px}.cards-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:1.2rem}.card p{color:var(--text-soft)}.faq-list{margin-top:1rem;display:grid;gap:.8rem}.faq-item{padding:1rem 1.1rem}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}.contact-card{padding:1.2rem}.legal-links{display:flex;align-items:center;gap:.5rem}.site-footer{border-top:1px solid var(--border);background:#fff;padding-top:1.7rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.6rem;font-weight:700}.footer-logo{width:2rem;height:2rem}.footer-legal{display:flex;flex-direction:column;gap:.5rem}.footer-bottom{border-top:1px solid #eceff3;margin-top:1.3rem;padding:1rem 0 1.6rem;color:#6b7280;font-size:.93rem}.legal-page{padding:2.2rem 0 3rem}.legal-container{max-width:860px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem}.legal-container h1{font-size:clamp(1.8rem,3vw,2.25rem);margin-bottom:.6rem}.legal-updated{color:#64748b;margin-bottom:1.4rem}.legal-container section+section{margin-top:1.2rem}.legal-container ul{margin:.65rem 0 0;padding-left:1.15rem}.legal-back{margin-bottom:1rem}@media (max-width: 1020px){.hero-grid,.contact-grid,.footer-grid,.three-cols{grid-template-columns:1fr}.btn-header{display:none}}@media (max-width: 760px){.section{padding:3.2rem 0}.header-inner{flex-wrap:wrap;justify-content:center;padding:.85rem 0}.brand-lockup{width:100%;justify-content:center}.main-nav{width:100%;justify-content:center;flex-wrap:wrap}.cards-grid{grid-template-columns:1fr}}
