:root{--navy:#1b2050;--navy-dark:#12163a;--pink:#f43f5e;--pink-dark:#e11d48;--ink:#1f2937;--muted:#6b7280;--bg:#ffffff;--bg-soft:#f7f8fc;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1080px;margin:0 auto;padding:0 1.5rem}.site-header{border-bottom:1px solid var(--border);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:68px}.site-header .logo img{height:32px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:1.5rem;font-size:.95rem;font-weight:500;color:var(--muted)}.header-nav a:hover{color:var(--navy)}.btn{display:inline-block;padding:.7rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:background .15s ease}.btn-primary{background:var(--pink);color:#fff}.btn-primary:hover{background:var(--pink-dark)}.btn-outline{border:2px solid var(--navy);color:var(--navy)}.btn-outline:hover{background:var(--navy);color:#fff}.hero{background:var(--bg-soft);padding:5rem 0;text-align:center}.hero h1{font-size:clamp(2rem,5vw,3.25rem);line-height:1.15;color:var(--navy);max-width:800px;margin:0 auto 1.25rem}.hero h1 .accent{color:var(--pink)}.hero p{font-size:1.15rem;color:var(--muted);max-width:640px;margin:0 auto 2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}section{padding:4.5rem 0}.section-title{font-size:2rem;color:var(--navy);text-align:center;margin-bottom:.75rem}.section-sub{text-align:center;color:var(--muted);max-width:620px;margin:0 auto 3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.75rem}.feature-card .icon{font-size:1.75rem;margin-bottom:.75rem}.feature-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem}.feature-card p{color:var(--muted);font-size:.95rem}.about{background:var(--bg-soft)}.about-body{max-width:760px;margin:0 auto;color:var(--ink)}.about-body p+p{margin-top:1rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto}.contact-card{border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center}.contact-card h3{color:var(--navy);font-size:1rem;margin-bottom:.5rem}.contact-card a,.contact-card p{color:var(--muted);font-size:.95rem}.contact-card a:hover{color:var(--pink)}.site-footer{background:var(--navy);color:#cbd5e1;padding:3rem 0 2rem;font-size:.9rem}.footer-top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.footer-top img{height:30px;width:auto}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;color:#94a3b8}.legal-page{max-width:820px;margin:0 auto;padding:3rem 1.5rem 4rem}.legal-page h1{color:var(--navy);font-size:2.1rem;margin-bottom:.5rem}.legal-page .updated{color:var(--muted);font-size:.9rem;margin-bottom:2rem}.legal-page h2{color:var(--navy);font-size:1.3rem;margin:2rem 0 .75rem}.legal-page li,.legal-page p{color:var(--ink);font-size:.98rem}.legal-page p+p{margin-top:.75rem}.legal-page ul{padding-left:1.4rem;margin:.5rem 0 .75rem}.legal-page li+li{margin-top:.35rem}.legal-page a{color:var(--pink)}.legal-page a:hover{text-decoration:underline}@media (max-width:600px){.header-nav .hide-mobile{display:none}}