:root{
  --navy:#06195f;
  --navy-2:#071f73;
  --navy-3:#0b2e9b;
  --green:#11d38b;
  --green-2:#0ec47f;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e6ebf3;
  --bg:#f5f7fb;
  --white:#ffffff;
  --radius:16px;
  --shadow:0 14px 38px rgba(2,6,23,.07);
  --shadow-sm:0 8px 22px rgba(2,6,23,.05);
  --container:1220px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.45;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
ul{margin:0;padding:0;list-style:none}

.container{
  width:min(var(--container), calc(100% - 40px));
  margin:0 auto;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:none;
  border-radius:10px;
  cursor:pointer;
  font-weight:700;
  transition:.2s ease;
  white-space:nowrap;
}
.btn-primary{
  background:var(--green);
  color:#052b20;
  padding:12px 18px;
  box-shadow:0 8px 20px rgba(17,211,139,.2);
}
.btn-primary:hover{background:var(--green-2);transform:translateY(-1px)}
.btn-outline{
  border:1px solid #cbd5e1;
  color:#0f172a;
  background:#fff;
  padding:11px 16px;
}
.btn-outline:hover{background:#f8fafc}

.section{padding:70px 0}
.section-light{
  background:var(--bg);
  border-top:1px solid #eef2f7;
  border-bottom:1px solid #eef2f7;
}
.eyebrow{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#64748b;
  font-weight:700;
  margin-bottom:8px;
}
.h2{
  font-size:clamp(28px,3vw,40px);
  line-height:1.12;
  letter-spacing:-.02em;
  margin:0 0 10px;
}
.lead{
  color:var(--muted);
  margin:0;
  font-size:16px;
}

/* Header */
.site-header{
  background:var(--navy);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.12);
  position:sticky;
  top:0;
  z-index:50;
}
.site-header .topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  white-space:nowrap;
}
.brand-mark{
  width:24px;height:24px;border:2px solid #fff;border-radius:6px;
  transform:rotate(45deg);
  position:relative;
  flex:0 0 auto;
}
.brand-mark:before{
  content:"";
  position:absolute;inset:4px;
  border:2px solid #fff;
  border-radius:3px;
}
.brand-sub{
  font-weight:500;
  opacity:.92;
}
.nav-wrap{
  display:flex;
  align-items:center;
  gap:18px;
  flex:1;
  justify-content:space-between;
  margin-left:22px;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:14px;
}
.nav-links a{
  color:#f8fbff;
  opacity:.92;
  font-weight:500;
}
.nav-links a:hover,
.nav-links a.active{
  opacity:1;
}
.nav-links a.active{
  text-decoration:underline;
  text-underline-offset:4px;
}
.nav-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.nav-login{
  font-size:14px;
  color:#fff;
  opacity:.92;
  font-weight:500;
}
.mobile-toggle{
  display:none;
  width:40px;height:40px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:10px;
  color:#fff;
  background:transparent;
  font-size:20px;
  cursor:pointer;
}
.mobile-menu{
  display:none;
  background:#05154f;
  border-top:1px solid rgba(255,255,255,.08);
}
.mobile-menu a{
  display:block;
  padding:12px 0;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.06);
  font-size:14px;
}
.mobile-menu .menu-actions{
  padding:12px 0 16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.mobile-menu.open{display:block}

/* Hero */
.hero{
  background:var(--navy);
  color:#fff;
  padding-bottom:20px;
}
.hero .crumbs{
  font-size:12px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
  padding:18px 0 10px;
  border-top:1px solid rgba(255,255,255,.1);
}
.hero-card{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.01);
  min-height:500px;
}
.hero-left{
  padding:48px 40px 36px;
  border-right:1px solid rgba(255,255,255,.12);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-left h1{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:800;
  max-width:650px;
}
.hero-left p{
  margin:0 0 22px;
  max-width:620px;
  font-size:17px;
  color:rgba(255,255,255,.9);
}
.hero-left .btn-primary{
  width:fit-content;
  min-width:260px;
  padding:14px 20px;
}
.hero-right{
  display:flex;
  flex-direction:column;
  background:#041548;
}
.hero-media{
  position:relative;
  min-height:320px;
  flex:1 1 auto;
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.play-circle{
  position:absolute;
  inset:0;
  margin:auto;
  width:72px;height:72px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.6);
  background:rgba(0,0,0,.25);
  display:grid;
  place-items:center;
  font-size:28px;
  color:#fff;
}
.hero-quote{
  background:linear-gradient(180deg, rgba(4,12,42,.96), rgba(4,15,60,.96));
  border-top:1px solid rgba(255,255,255,.08);
  padding:18px 22px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:end;
}
.hero-quote .q{
  font-size:14px;
  font-weight:600;
  margin:0 0 8px;
  line-height:1.45;
}
.hero-quote .who{
  font-size:13px;
  font-weight:700;
}
.hero-quote .role{
  font-size:12px;
  color:rgba(255,255,255,.78);
}
.hero-quote .logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
}
.hero-quote .logo .dot{
  width:32px;height:32px;border-radius:999px;
  border:2px solid rgba(255,255,255,.9);
  display:grid;place-items:center;
  font-weight:800;
  font-size:12px;
}
.hero-dots{
  margin-top:12px;
  display:flex;
  gap:8px;
}
.hero-dots span{
  width:10px;height:10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.7);
  cursor:pointer;
}
.hero-dots .active{
  width:26px;
  background:#fff;
  border-color:#fff;
}

.trusted{
  border-top:1px solid rgba(255,255,255,.1);
  padding-top:14px;
}
.trusted .label{
  color:rgba(255,255,255,.74);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:10px;
}
.trusted-logos{
  display:flex;
  gap:12px 24px;
  flex-wrap:wrap;
  color:#fff;
  padding-bottom:6px;
}
.trusted-logos span{
  font-weight:700;
  opacity:.94;
  font-size:14px;
}

/* Generic cards/grids */
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.grid-4{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow-sm);
}
.card.pad{padding:16px}
.iconbox{
  width:44px;height:44px;border-radius:12px;
  background:#ecf2ff;
  color:#2b59ff;
  display:grid;
  place-items:center;
  font-size:20px;
  margin-bottom:10px;
}
.card h3,.card h4{
  margin:0 0 8px;
  line-height:1.2;
  letter-spacing:-.01em;
}
.card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
}
.split .panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.split .panel .body{
  padding:18px;
}
.split .panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:360px;
}
.bullet-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:10px 0;
  border-bottom:1px solid #eff3f8;
}
.bullet-list li:last-child{border-bottom:none}
.check{
  width:22px;height:22px;border-radius:999px;
  background:#e9fff6;color:#0c9d66;
  display:grid;place-items:center;
  font-size:12px;
  flex:0 0 auto;
  margin-top:1px;
}

/* Stats strip */
.stats-strip{
  background:linear-gradient(120deg, var(--navy), var(--navy-2));
  color:#fff;
  border-radius:16px;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
}
.stats-strip .grid{
  display:grid;
  grid-template-columns:1.2fr repeat(4,1fr);
  gap:14px;
  align-items:center;
}
.stats-strip h3{
  margin:0 0 4px;
  font-size:24px;
  line-height:1.1;
}
.stats-strip p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:13px;
}
.stat .num{
  font-size:22px;
  font-weight:800;
}
.stat .lbl{
  font-size:11px;
  color:rgba(255,255,255,.75);
  text-transform:uppercase;
  letter-spacing:.06em;
  line-height:1.3;
}

/* Page header (for inner pages) */
.page-hero{
  background:linear-gradient(135deg,var(--navy) 0%, var(--navy-2) 55%, #0c2f9f 100%);
  color:#fff;
  padding:54px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.page-hero .eyebrow{
  color:rgba(255,255,255,.82);
}
.page-hero h1{
  margin:0 0 10px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.page-hero p{
  margin:0;
  max-width:760px;
  color:rgba(255,255,255,.9);
  font-size:16px;
}

/* Team */
.team-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.team-card{
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.team-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.team-card .body{
  padding:12px;
}
.team-card h4{
  margin:0 0 4px;
  font-size:15px;
}
.team-card .role{
  color:#475569;
  font-size:12px;
  font-weight:600;
  margin-bottom:8px;
}
.team-card p{
  font-size:12px;
  margin:0;
  color:var(--muted);
}

/* Services page */
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.service-card img{
  width:100%;
  height:160px;
  object-fit:cover;
}
.service-card .body{
  padding:14px;
}
.service-card h3{
  margin:0 0 6px;
  font-size:16px;
}
.service-card p{
  margin:0 0 10px;
  color:var(--muted);
  font-size:13px;
}
.service-card ul{
  display:grid;
  gap:6px;
}
.service-card li{
  color:#334155;
  font-size:12px;
  position:relative;
  padding-left:14px;
}
.service-card li::before{
  content:"";
  position:absolute;
  left:0; top:7px;
  width:6px; height:6px;
  border-radius:999px;
  background:#2b59ff;
}

.service-detail{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:16px;
}
.service-detail .card img{
  height:220px;
  width:100%;
  object-fit:cover;
}
.service-detail .card .body{
  padding:14px;
}
.service-detail .card .body h4{
  font-size:18px;
  margin:0 0 8px;
}
.service-detail .card .body p{
  margin:0 0 10px;
  font-size:14px;
}
.service-detail .card .body li{
  font-size:13px;
  color:#334155;
  padding:7px 0;
  border-top:1px solid #eff3f8;
}
.service-detail .card .body li:first-child{border-top:none}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:16px;
  margin-top:20px;
}
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow-sm);
  padding:16px;
}
.field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.field{
  margin-bottom:12px;
}
.field label{
  display:block;
  margin:0 0 6px;
  font-size:12px;
  color:#475569;
  font-weight:600;
}
.field input,
.field select,
.field textarea{
  width:100%;
  border:1px solid #d5deea;
  border-radius:10px;
  padding:11px 12px;
  font:inherit;
  color:#0f172a;
  background:#fff;
}
.field textarea{
  resize:vertical;
  min-height:120px;
}
.field input:focus,
.field select:focus,
.field textarea:focus{
  outline:none;
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(59,130,246,.12);
}
.contact-side{
  display:grid;
  gap:12px;
}
.info-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow-sm);
  padding:14px;
}
.info-card h4{
  margin:0 0 8px;
  font-size:15px;
}
.info-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}
.info-list{
  display:grid;
  gap:10px;
}
.info-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#334155;
  font-size:13px;
}
.info-list .mini{
  width:30px;height:30px;border-radius:10px;background:#ecf2ff;color:#2b59ff;
  display:grid;place-items:center;flex:0 0 auto;
}
.map-box{
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.map-box img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.map-box .body{
  padding:12px;
}
.map-box .body p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}

/* FAQ */
.faq-wrap{
  margin-top:20px;
  display:grid;
  gap:10px;
}
.faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.faq-item summary{
  cursor:pointer;
  font-weight:700;
  padding:14px 16px;
  list-style:none;
  position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:16px;
  top:12px;
  font-size:20px;
  color:#64748b;
}
.faq-item[open] summary::after{content:"–"}
.faq-item .faq-body{
  padding:0 16px 14px;
  color:var(--muted);
  font-size:14px;
  border-top:1px solid #eff3f8;
}

/* Legal pages */
.legal-wrap{
  max-width:920px;
}
.legal-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow-sm);
  padding:20px;
}
.legal-card h2{
  margin:20px 0 8px;
  font-size:20px;
  letter-spacing:-.02em;
}
.legal-card h2:first-child{margin-top:0}
.legal-card p,
.legal-card li{
  color:#475569;
  font-size:14px;
  line-height:1.65;
}
.legal-card ul{
  list-style:disc;
  margin:8px 0 8px 18px;
  padding:0;
}
.legal-card .small{
  color:#64748b;
  font-size:13px;
}

/* CTA Band */
.cta-band{
  background:linear-gradient(125deg,var(--navy),var(--navy-2));
  color:#fff;
  border-radius:16px;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(255,255,255,.08);
}
.cta-band h3{
  margin:0 0 5px;
  font-size:24px;
  line-height:1.1;
}
.cta-band p{
  margin:0;
  color:rgba(255,255,255,.85);
  font-size:14px;
}

/* Footer */
.site-footer{
  background:var(--navy);
  color:#fff;
  margin-top:0;
  padding-top:34px;
  padding-bottom:18px;
}
.footer-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.footer-col h5{
  margin:0 0 10px;
  font-size:12px;
  color:rgba(255,255,255,.8);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.footer-col a{
  display:block;
  margin:0 0 8px;
  color:#fff;
  opacity:.9;
  font-size:13px;
}
.footer-col a:hover{opacity:1}
.footer-bottom{
  padding-top:14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  color:rgba(255,255,255,.78);
  font-size:12px;
}
.socials{
  display:flex;
  gap:8px;
}
.socials a{
  width:30px;height:30px;border-radius:999px;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:13px;
}

/* utility */
.mt-12{margin-top:12px}
.mt-16{margin-top:16px}
.mt-20{margin-top:20px}
.mt-24{margin-top:24px}
.mt-30{margin-top:30px}
.center{text-align:center}

/* Responsive */
@media (max-width:1100px){
  .nav-links{display:none}
  .nav-actions .nav-login{display:none}
  .mobile-toggle{display:grid;place-items:center}
  .nav-wrap{justify-content:flex-end;margin-left:0}
  .hero-card{grid-template-columns:1fr}
  .hero-left{border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}
  .split{grid-template-columns:1fr}
  .stats-strip .grid{grid-template-columns:1fr 1fr 1fr}
  .stats-strip .grid .intro{grid-column:1/-1}
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-detail{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:700px){
  .container{width:min(var(--container), calc(100% - 24px))}
  .site-header .topbar{padding:10px 0}
  .brand-sub{display:none}
  .nav-actions .btn-primary{display:none}
  .hero-left{padding:24px 18px}
  .hero-left .btn-primary{width:100%;min-width:0}
  .hero-quote{grid-template-columns:1fr}
  .section{padding:46px 0}
  .grid-3,.grid-4,.team-grid,.service-grid{grid-template-columns:1fr}
  .stats-strip .grid{grid-template-columns:1fr 1fr}
  .stats-strip .grid .intro{grid-column:1/-1}
  .cta-band{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .field-row{grid-template-columns:1fr}
}