:root{--navy:#04173d;--gold:#f0a000;--text:#06183b;--muted:#5a6880;--bg:#f5f7fb;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1200px,92%);margin:auto}.header{position:sticky;top:0;z-index:50;background:rgba(4,23,61,.98);box-shadow:0 12px 34px rgba(0,0,0,.18)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:13px;color:white}.logo-mark{width:54px;height:54px;border-radius:50%;background:#d6a13e;display:grid;place-items:center;font-size:26px}.logo strong{display:block;font-size:26px;line-height:1}.logo small{display:block;color:var(--gold);letter-spacing:4px;font-weight:800}.menu{display:flex;gap:26px;color:white;font-weight:800;text-transform:uppercase;font-size:13px}.whats,.primary,.cta a,.modal-whats{background:linear-gradient(135deg,var(--gold),#c77d00);color:white;padding:14px 22px;border-radius:999px;font-weight:900;box-shadow:0 12px 28px rgba(240,160,0,.26)}.hero{background:radial-gradient(circle at right,#154c8c 0%,#04173d 52%,#020b20 100%);color:white;padding:82px 0 96px}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}.eyebrow{color:var(--gold);font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase;display:inline-block;margin-bottom:14px}.hero h1,.section-title h2,.about h2,.cta h2{font-size:clamp(36px,5vw,64px);line-height:1.03;letter-spacing:-1.5px}.hero p{font-size:20px;line-height:1.75;color:#dce8f8;margin:22px 0 34px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.secondary{border:2px solid rgba(255,255,255,.55);color:white;padding:12px 21px;border-radius:999px;font-weight:900}.hero-art img{border-radius:30px;box-shadow:0 28px 80px rgba(0,0,0,.36)}.section{padding:84px 0}.about{background:white}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px}.about p{font-size:18px;color:var(--muted);margin-bottom:18px}.section-title{max-width:900px;margin-bottom:34px}.section-title p{font-size:18px;color:var(--muted);margin-top:12px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 34px}.filter{border:1px solid #dfe5ef;background:white;border-radius:999px;padding:11px 17px;font-weight:800;color:var(--navy);cursor:pointer}.filter.active,.filter:hover{background:var(--navy);color:white}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{background:white;border-radius:26px;overflow:hidden;box-shadow:0 18px 50px rgba(4,23,61,.09);transition:.25s;border:1px solid #edf1f7}.card:hover{transform:translateY(-7px)}.card img{width:100%;height:275px;object-fit:cover;background:#071f52}.card-body{padding:24px}.category{display:inline-block;color:var(--gold);font-weight:900;text-transform:uppercase;font-size:12px;margin-bottom:8px}.card h3{font-size:23px;line-height:1.2;margin-bottom:12px;text-transform:uppercase}.card p{color:var(--muted);line-height:1.7}.more-btn{margin-top:18px;border:0;background:transparent;color:var(--navy);font-weight:900;text-transform:uppercase;font-size:15px;cursor:pointer}.more-btn:after{content:" →"}.values{background:white}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}.value-grid div{background:#f5f7fb;border-radius:22px;padding:28px}.value-grid strong{display:block;font-size:20px;margin-bottom:10px}.value-grid p{color:var(--muted)}.cta{padding:70px 0;background:linear-gradient(135deg,#04173d,#0c3e86);color:white}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:34px}.cta h2{font-size:46px}.cta a{white-space:nowrap}.footer{background:#020b20;color:white;padding:60px 0}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:50px}.footer h3{color:var(--gold);margin-bottom:12px}.footer p,.footer a{color:#dce8f8;line-height:1.9}.floating{position:fixed;right:20px;bottom:20px;background:#25d366;color:white;padding:15px 21px;border-radius:999px;font-weight:900;box-shadow:0 16px 40px rgba(0,0,0,.22);z-index:60}.modal{display:none;position:fixed;inset:0;z-index:100}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(2,11,32,.72)}.modal-card{position:relative;background:white;width:min(960px,92%);max-height:90vh;overflow:auto;margin:5vh auto;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.modal-close{position:absolute;right:16px;top:12px;width:44px;height:44px;border:0;border-radius:50%;background:white;color:var(--navy);font-size:30px;cursor:pointer;z-index:2}.modal-card img{width:100%;max-height:460px;object-fit:cover;background:#06183b}.modal-content{padding:32px}.modal-content h2{font-size:36px;line-height:1.1;margin-bottom:12px}.modal-content p{font-size:18px;color:var(--muted);margin-bottom:16px}.modal-content ul{padding-left:22px;margin-bottom:18px}.modal-content li{margin-bottom:8px;color:#243653}.closing{font-weight:800;color:var(--navy)!important}.modal-whats{display:inline-block;margin-top:8px}@media(max-width:980px){.menu{display:none}.nav{height:76px}.logo strong{font-size:20px}.logo-mark{width:46px;height:46px}.hero-grid,.about-grid,.cards,.value-grid,.footer-grid,.cta-box{grid-template-columns:1fr;display:grid}.hero{padding:55px 0 70px}.card img{height:auto}.whats{display:none}}