:root{--blue: #0d2c80;--blue-dark: #081d58;--red: #e93445;--text: #14213d;--white: #ffffff;--muted: #6b7280;font-family:Inter,Avenir,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--text);background:#f6f8fc}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:0 auto}.page{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.inner-page{padding:3rem 0 4rem;min-height:36vh}.inner-page-inner h1{color:var(--blue-dark);margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.25rem)}.inner-lead{font-size:1.12rem;color:#334155;margin:0 0 1rem;font-weight:500}.inner-page-inner p{margin:0 0 1rem;line-height:1.65;color:var(--muted);max-width:720px}.header{background:var(--white);border-bottom:1px solid #e9eef9;position:sticky;top:0;z-index:10}.nav{display:flex;align-items:center;justify-content:space-between;min-height:72px}.brand{display:flex;align-items:center;gap:.65rem;font-size:1.35rem;font-weight:800;color:var(--blue)}.brand-logo{width:48px;height:48px;object-fit:contain;flex-shrink:0}.brand-title{line-height:1.15}.menu{display:flex;gap:1.2rem;font-size:.95rem;color:#334155}.menu a.router-link-active{color:var(--red);font-weight:700;border-bottom:2px solid var(--red);padding-bottom:.15rem}.hero{background:linear-gradient(120deg,rgba(8,29,88,.95),rgba(13,44,128,.8)),radial-gradient(circle at 80% 40%,rgba(233,52,69,.3),transparent 45%);color:var(--white);padding:96px 0 84px}.hero-content{max-width:680px}.kicker{margin:0 0 .5rem;color:#fecdd3;font-weight:700}h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.08;margin:0 0 1rem}.hero p{font-size:1.1rem;max-width:580px}.hero-actions{margin-top:1.8rem;display:flex;gap:.8rem;flex-wrap:wrap}.btn{border:0;border-radius:999px;font-size:.95rem;font-weight:700;padding:.75rem 1.2rem;cursor:pointer}.btn-primary{background:var(--red);color:var(--white)}.btn-secondary{background:rgba(255,255,255,.14);color:var(--white);border:1px solid rgba(255,255,255,.25)}.hero-actions a.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}section{padding:72px 0}h2{margin:0;text-align:center;color:var(--blue-dark)}.subtitle{text-align:center;margin:.6rem 0 2rem;font-size:1.2rem;font-weight:600}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.features article{background:var(--white);border-radius:14px;padding:1.4rem;text-align:center;box-shadow:0 10px 30px #0411390f}.feature-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto .85rem;border-radius:50%}.feature-icon--red{background:#ffe4e6;color:var(--red)}.feature-icon--navy{background:#e8eefc;color:var(--blue)}.feature-icon-img{width:44px;height:44px;object-fit:contain;display:block}.site-footer{padding:1.25rem 0 1.75rem;background:#f1f5f9;border-top:1px solid #e2e8f0}.footer-attribution{margin:0;font-size:.75rem;color:var(--muted);text-align:center;line-height:1.5}.features h3{margin:0 0 .35rem;color:var(--blue)}.features p{margin:0;color:var(--muted)}.events{background:linear-gradient(180deg,var(--blue),var(--blue-dark));color:var(--white)}.events-title{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.events h2,.events a{color:var(--white);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card{background:var(--white);color:var(--text);border-radius:14px;padding:1rem}.tag{display:inline-block;background:#ffe4e6;color:#be123c;border-radius:999px;padding:.2rem .65rem;font-size:.72rem;font-weight:800;text-transform:uppercase}.card h3{margin:.7rem 0 .45rem}.card p{margin:0;color:var(--muted)}.stats{background:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stats strong{display:block;font-size:2rem;color:var(--red)}.stats span{color:var(--muted)}.testimonials .quotes{margin-top:1.2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}blockquote{margin:0;background:var(--white);border-radius:14px;padding:1rem 1.1rem;box-shadow:0 10px 30px #0411390f}cite{display:block;margin-top:.8rem;font-style:normal;color:var(--blue);font-weight:700}@media (max-width: 900px){.menu{display:none}.features,.cards,.stats-grid,.testimonials .quotes{grid-template-columns:1fr}.events-title{flex-direction:column;align-items:flex-start}}.card-image{width:100%;height:180px;object-fit:cover;border-radius:8px 8px 0 0}
