*{box-sizing:border-box;margin:0;padding:0}body,html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0b1220;color:#1a1a1a;min-height:100vh}.hero{position:relative;padding:5rem 1.5rem 6rem;text-align:center;overflow:hidden;background:linear-gradient(180deg,#0b1220,#0f1b33);color:#fff}.flag-bar{position:absolute;top:0;left:0;right:0;height:8px;display:flex}.flag-bar span:first-child{flex:2 1;background:#fcd116}.flag-bar span:nth-child(2){flex:1 1;background:#003893}.flag-bar span:nth-child(3){flex:1 1;background:#ce1126}.hero-eyebrow{display:inline-block;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:700;color:#fcd116;background:rgba(252,209,22,.12);border:1px solid rgba(252,209,22,.35);padding:.4rem .9rem;border-radius:999px;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.1;margin-bottom:1.1rem;background:linear-gradient(90deg,#fcd116,#ffe999 40%,#ce1126);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{max-width:620px;margin:0 auto;font-size:1.1rem;color:hsla(0,0%,100%,.72);line-height:1.6}.hero-count{margin-top:2.2rem;display:inline-flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.hero-count div{text-align:center}.hero-count strong{display:block;font-size:1.8rem;font-weight:800;color:#fff}.hero-count span{font-size:.78rem;color:hsla(0,0%,100%,.55);text-transform:uppercase;letter-spacing:.08em}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.grid-section{background:#f6f4ee;padding:4rem 0 5rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.4rem;gap:1.4rem;margin-top:1rem}.card{background:#fff;border-radius:18px;padding:1.7rem 1.6rem;box-shadow:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.06);border:1px solid rgba(0,0,0,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#fcd116,#003893,#ce1126);opacity:0;transition:opacity .18s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(16,24,40,.12);border-color:rgba(0,0,0,.02)}.card:hover:before{opacity:1}.card-number{font-size:.75rem;font-weight:800;letter-spacing:.08em;color:#b8860b;margin-bottom:.6rem}.card h3{font-size:1.08rem;font-weight:700;margin-bottom:.55rem;color:#16213e;line-height:1.35}.card p{font-size:.94rem;line-height:1.55;color:#4a4f5c}.card-emoji{font-size:1.6rem;margin-bottom:.7rem;display:block}footer{background:#0b1220;color:hsla(0,0%,100%,.5);text-align:center;padding:2.5rem 1.5rem;font-size:.85rem}footer a{color:#fcd116;text-decoration:none}@media (max-width:640px){.hero{padding:3.5rem 1.2rem 4rem}.grid-section{padding:3rem 0 3.5rem}}