:root{
  --royal:#1239b7;
  --royal2:#2156dc;
  --navy:#06133c;
  --ink:#10162f;
  --white:#fff;
  --bluish:#f4f7ff;
  --bluish2:#eaf1ff;
  --line:#dce6ff;
  --muted:#667089;
  --shadow:0 20px 55px rgba(17,50,150,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:"DM Sans",Arial,sans-serif}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(18,57,183,.1)}
.nav-wrap{height:80px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}
.header-logo{width:52px;height:52px;object-fit:cover;object-position:22% 42%;border-radius:14px;box-shadow:0 8px 20px rgba(18,57,183,.2)}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-family:"Playfair Display",serif;font-size:20px;letter-spacing:.04em}
.brand-text small{font-size:9px;letter-spacing:.24em;margin-top:5px}
.nav{display:flex;align-items:center;gap:24px}
.nav a{color:var(--navy);text-decoration:none;font-weight:700;font-size:13px}
.nav-cta{padding:11px 16px;border-radius:10px;background:var(--royal);color:#fff!important}
.menu-toggle{display:none;border:0;background:none;font-size:28px;color:var(--navy)}

.hero{position:relative;overflow:hidden;padding:95px 0 85px;background:radial-gradient(circle at 78% 8%,rgba(51,102,255,.13),transparent 30%),linear-gradient(180deg,#fff,#eff4ff)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}
.eyebrow,.section-kicker{display:inline-block;color:var(--royal);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:18px}
.hero h1,.section h2{font-family:"Playfair Display",serif;margin:0;color:var(--navy);line-height:1.03}
.hero h1{font-size:clamp(48px,6.8vw,80px);letter-spacing:-.045em}
.hero h1 span{color:var(--royal)}
.hero-copy>p,.section-intro{font-size:18px;line-height:1.75;color:var(--muted);max-width:680px;margin:26px 0 32px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;padding:15px 20px;border-radius:12px;text-decoration:none;font-weight:800}
.btn-primary{background:linear-gradient(135deg,var(--royal),var(--royal2));color:white;box-shadow:0 12px 28px rgba(18,57,183,.22)}
.btn-secondary{border:1px solid #b7c7f7;color:var(--royal);background:#fff}
.motto{margin-top:34px;color:var(--royal);font-family:"Playfair Display",serif;font-size:19px}
.eagle-glyph{font-family:system-ui}

.brand-showcase{position:relative;min-height:460px;border-radius:34px;overflow:hidden;background:var(--navy);box-shadow:var(--shadow)}
.brand-showcase img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:72% 55%;filter:saturate(.92)}
.brand-showcase:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,11,43,.04),rgba(3,11,43,.15) 35%,rgba(3,11,43,.95) 82%)}
.brand-showcase-copy{position:absolute;left:30px;right:30px;bottom:28px;color:#fff;z-index:2}
.brand-showcase-copy span{font-size:11px;letter-spacing:.2em;color:#c5d3ff}
.brand-showcase-copy h3{font-family:"Playfair Display",serif;font-size:34px;line-height:1.04;margin:10px 0}
.brand-showcase-copy p{margin:0;color:#dce5ff;line-height:1.55}

.section{padding:88px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.section h2{font-size:clamp(38px,5vw,58px);letter-spacing:-.035em}
.lead>p,.contact-section p,.feature-panel p{font-size:18px;line-height:1.75;color:var(--muted);margin-top:0}
.values-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.values-row span{padding:10px 15px;background:var(--bluish);color:var(--royal);border:1px solid var(--line);border-radius:999px;font-weight:800;font-size:13px}

.products-section{background:linear-gradient(180deg,#f9fbff,var(--bluish2))}
.product-grid,.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.product-card,.service-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 10px 35px rgba(18,57,183,.07)}
.product-card h3,.service-card h3{font-family:"Playfair Display",serif;color:var(--navy);font-size:25px;margin:22px 0 10px}
.product-card p,.service-card p{color:var(--muted);line-height:1.7}
.product-card a{color:var(--royal);text-decoration:none;font-weight:800}
.product-visual{height:150px;border-radius:20px;display:grid;place-items:center;font-size:64px;background:radial-gradient(circle at 50% 35%,#fff,#e9efff);border:1px solid #d9e4ff}
.service-card .icon{width:44px;height:44px;border-radius:12px;background:var(--bluish);display:grid;place-items:center;color:var(--royal);font-weight:800}

.feature-section{background:linear-gradient(145deg,var(--navy),#102a87);color:white}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.section-kicker.light{color:#a9bdff}
.feature-panel h2{color:#fff}
.feature-panel p{color:#d7e1ff;margin-top:25px}
.check-list{display:grid;gap:14px}
.check-list>div{display:flex;gap:15px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.06)}
.check-list span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--royal);font-weight:900;flex:none}
.check-list p{margin:0;color:#d7e1ff;line-height:1.5}
.check-list strong{color:#fff}

.brand-banner{padding:55px 0;background:#fff}
.brand-banner img{border-radius:25px;box-shadow:var(--shadow);border:1px solid rgba(18,57,183,.1)}

.contact-section{background:linear-gradient(180deg,var(--bluish),#fff)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}
.contact-card{background:#fff;border-radius:24px;padding:8px 28px;box-shadow:var(--shadow);border:1px solid var(--line)}
.contact-card a,.contact-card>div{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--navy)}
.contact-card>div:last-child{border-bottom:0}
.contact-card span{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.12em}
.contact-card strong{font-size:16px}

.floating-whatsapp{position:fixed;right:18px;bottom:20px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:#20b85a;color:#fff;font-weight:900;box-shadow:0 12px 30px rgba(20,120,60,.28);border:3px solid white}

footer{background:#050d2d;color:#b9c6ec;padding:32px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}
.footer-brand{color:white}
.footer-brand .header-logo{width:42px;height:42px;border-radius:11px}
.footer-brand .brand-text strong{font-size:16px}
.footer-brand .brand-text small{font-size:7px}
footer p{font-size:13px;margin:0}
.footer-motto{text-align:right;color:#fff}

@media(max-width:900px){
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:80px;left:0;right:0;background:#fff;padding:22px 4%;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .nav.open{display:flex}
  .hero{padding-top:68px}
  .hero-grid,.two-col,.feature-grid,.contact-grid{grid-template-columns:1fr}
  .hero-grid{gap:40px}
  .brand-showcase{min-height:390px}
  .product-grid,.cards{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;justify-items:start}
  .footer-motto{text-align:left}
}
@media(max-width:560px){
  .brand-text strong{font-size:15px}
  .brand-text small{font-size:7px}
  .header-logo{width:48px;height:48px}
  .hero h1{font-size:50px}
  .contact-card a,.contact-card>div{grid-template-columns:1fr;gap:6px}
  .brand-showcase{min-height:350px}
}
