:root {
  --navy: #0d2845;
  --navy-2: #102f50;
  --teal: #006c69;
  --teal-dark: #005653;
  --teal-soft: #d7f2ef;
  --gold: #efc96f;
  --ink: #10233c;
  --muted: #68788b;
  --line: #dbe3ea;
  --soft: #f5f8fa;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(16, 35, 60, 0.12);
  --radius: 16px;
  --container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219,227,234,.8);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: max-content; }
.logo-box { font-weight: 800; font-size: 18px; padding-right: 14px; border-right: 1px solid var(--line); display: flex; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 18px; letter-spacing: .02em; }
.brand-copy small { font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; padding: 26px 0; }
.main-nav a.active::after, .main-nav a:hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--teal);
}
.menu-toggle { display: none; margin-left: auto; background: none; border: 0; font-size: 26px; color: var(--ink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 24px; border-radius: 7px; border: 1px solid transparent;
  font-weight: 700; transition: .2s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { min-height: 40px; padding: 0 18px; font-size: 13px; }
.btn-primary { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: white; box-shadow: 0 10px 20px rgba(0,108,105,.15); }
.btn-outline { border-color: #5c8790; background: white; color: var(--ink); }
.btn-outline:hover { background: #f7fbfb; }
.btn-block { width: 100%; }
.btn-gold { background: var(--gold); color: #1d2b36; }
.btn-outline-light { background: transparent; color: white; border-color: rgba(255,255,255,.65); }

.hero {
  position: relative;
  min-height: 560px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 38%, rgba(255,255,255,.76) 60%, rgba(255,255,255,.10) 100%),
    url('/assets/hero-compliance.jpg');
  background-size: cover;
  background-position: center right;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0 0 0 58%; pointer-events: none;
  background: linear-gradient(120deg, transparent, rgba(13,40,69,.08));
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 56px 0; }
.hero-copy { padding-right: 20px; }
.eyebrow { margin: 0 0 8px; font-size: 12px; font-weight: 800; letter-spacing: .16em; color: #435d76; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(44px, 5vw, 68px); line-height: 1.04; letter-spacing: -.04em; }
.hero h1 span { color: var(--teal); }
.hero-text { max-width: 760px; margin: 22px 0 28px; font-size: 17px; color: #5c6b7a; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.hero-points div { display: grid; grid-template-columns: 22px 1fr; column-gap: 8px; }
.hero-points span { color: var(--teal); grid-row: span 2; }
.hero-points strong { font-size: 12px; }
.hero-points small { display: block; font-size: 11px; color: var(--muted); }

.consult-card { background: rgba(255,255,255,.98); border: 1px solid rgba(219,227,234,.95); border-radius: 12px; padding: 28px; box-shadow: var(--shadow); }
.consult-card h2 { margin: 0 0 4px; font-size: 25px; }
.consult-card > p { margin: 0 0 18px; font-size: 13px; color: var(--muted); }
.consult-card form { display: grid; gap: 11px; }
.consult-card label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.consult-card input, .consult-card select {
  width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 6px; padding: 0 14px; color: var(--ink); background: white; outline: none;
}
.consult-card input:focus, .consult-card select:focus { border-color: #4ca5a0; box-shadow: 0 0 0 3px rgba(0,108,105,.08); }
.privacy-note { text-align: center; color: var(--muted); font-size: 10px; }

.stats-strip { background: white; position: relative; z-index: 5; }
.stats-grid { margin-top: -1px; padding: 18px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 10px; box-shadow: 0 10px 34px rgba(16,35,60,.06); }
.stat { min-height: 62px; display: grid; grid-template-columns: 48px auto; grid-template-rows: auto auto; align-items: center; padding: 0 30px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat-icon { grid-row: span 2; font-size: 28px; }
.stat strong { font-size: 20px; line-height: 1.1; }
.stat small { color: var(--muted); }

.section { padding: 76px 0; }
.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 28px; }
.section-heading h2, .why-grid h2 { margin: 0; font-size: clamp(30px, 3vw, 42px); letter-spacing: -.03em; }
.section-heading p:not(.eyebrow), .why-grid > p { color: var(--muted); max-width: 680px; }
.split-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; }

.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.service-card { min-height: 150px; padding: 22px 18px; border: 1px solid var(--line); border-radius: 9px; background: white; transition: .2s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #b6d8d6; box-shadow: 0 12px 25px rgba(13,40,69,.06); }
.service-card > span { display: block; color: var(--teal); font-size: 28px; margin-bottom: 10px; }
.service-card h3 { margin: 0 0 5px; font-size: 14px; }
.service-card p { margin: 0; font-size: 11px; color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-step { position: relative; padding: 8px 8px 8px 0; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 18px; color: #97a7b7; font-size: 22px; }
.step-number { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; margin-bottom: 16px; }
.process-step h3 { margin: 0 0 10px; font-size: 15px; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; }

.why-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.benefits-grid article { border-right: 1px solid var(--line); padding: 4px 30px 4px 0; }
.benefits-grid article:last-child { border-right: 0; }
.benefits-grid span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-weight: 800; }
.benefits-grid h3 { margin: 12px 0 3px; font-size: 14px; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { position: relative; border: 1px solid var(--line); border-radius: 9px; background: white; padding: 24px; min-height: 220px; }
.testimonial-card > p { color: #526273; margin: 0 0 28px; }
.testimonial-card div { display: grid; gap: 2px; }
.testimonial-card small { color: var(--muted); }
.stars { position: absolute; right: 24px; bottom: 26px; color: #f3ab14; letter-spacing: .08em; }

.cta-band { background: linear-gradient(120deg, #004b53 0%, #00635e 52%, #063a4b 100%); color: white; padding: 44px 0; }
.cta-grid { display: grid; grid-template-columns: 1.25fr auto .55fr; gap: 46px; align-items: center; }
.cta-grid h2 { margin: 0; font-size: 30px; }
.cta-grid p { margin-bottom: 0; color: rgba(255,255,255,.82); }
.eyebrow-light { color: rgba(255,255,255,.75); }
.cta-actions { display: flex; gap: 14px; }
.cta-tagline { border-left: 1px solid rgba(255,255,255,.3); padding-left: 28px; font-size: 15px; }

.footer { background: linear-gradient(120deg, #0d2740, #0a2035); color: white; padding: 52px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .8fr); gap: 60px; }
.brand-footer .logo-box { border-color: rgba(255,255,255,.28); }
.footer p { color: rgba(255,255,255,.68); font-size: 13px; }
.footer h3 { font-size: 13px; margin: 0 0 15px; }
.footer a { display: block; color: rgba(255,255,255,.7); font-size: 12px; margin: 7px 0; }
.footer a:hover { color: white; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: rgba(255,255,255,.55); }

@media (max-width: 1180px) {
  .main-nav { display: none; position: absolute; left: 24px; right: 24px; top: 72px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 6px; }
  .main-nav a.active::after, .main-nav a:hover::after { display: none; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 34px; }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .hero { background-position: 65% center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero::after { display: none; }
  .hero-copy { padding-right: 0; }
  .consult-card { max-width: 640px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step::after { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 18px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .cta-tagline { border-left: 0; padding-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .nav-wrap { min-height: 68px; }
  .logo-box { font-size: 14px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 7px; }
  .hero { background-image: linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)), url('/assets/hero-compliance-mobile.jpg'); }
  .hero-grid { padding: 44px 0; }
  .hero h1 { font-size: 40px; }
  .hero-points { grid-template-columns: 1fr; gap: 12px; }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .stats-grid, .services-grid, .process-grid, .benefits-grid, .footer-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .split-heading { flex-direction: column; align-items: flex-start; }
  .benefits-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .footer-bottom { flex-direction: column; }
}
