:root {
  --navy: #073f55;
  --navy-deep: #042f40;
  --teal: #16a6a3;
  --teal-light: #dff5f2;
  --forest: #205b4b;
  --gold: #c5953e;
  --gold-light: #f5ead5;
  --coral: #ed5364;
  --ink: #17313c;
  --muted: #60727a;
  --ivory: #fbf7ef;
  --mist: #f2f8f7;
  --white: #ffffff;
  --line: #dfe8e5;
  --shadow: 0 22px 65px rgba(7, 63, 85, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-deep); color: rgba(255,255,255,.86); font-size: 13px; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar p { margin: 0; letter-spacing: .035em; }
.topbar a { color: var(--white); text-decoration: none; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(7,63,85,.1); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 172px; height: 60px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { position: relative; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 750; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; transform: scaleX(0); background: var(--teal); transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.nav-links .nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--navy); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--mist); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0 96px; background: linear-gradient(140deg, #fff 8%, var(--ivory) 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .32; background-image: radial-gradient(rgba(7,63,85,.18) .7px, transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 320px; height: 320px; top: -170px; right: 7%; background: rgba(22,166,163,.14); }
.hero-orb-two { width: 210px; height: 210px; right: -70px; bottom: -80px; background: rgba(197,149,62,.14); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .17em; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.12; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(44px, 6vw, 76px); letter-spacing: -.047em; }
h1 span { color: var(--teal); }
h2 { margin-bottom: 22px; font-size: clamp(31px, 4.2vw, 50px); letter-spacing: -.03em; }
h3 { font-size: 22px; letter-spacing: -.015em; }
p { margin-top: 0; }
.hero-copy { max-width: 700px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 23px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: var(--white); box-shadow: 0 13px 30px rgba(7,63,85,.2); }
.btn-primary:hover { background: var(--navy-deep); }
.btn-secondary { border-color: rgba(7,63,85,.22); background: rgba(255,255,255,.75); color: var(--navy); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: var(--forest); font-size: 13px; font-weight: 800; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.hero-card { overflow: hidden; border: 1px solid rgba(7,63,85,.08); border-radius: 30px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); }
.logo-panel { display: grid; min-height: 285px; place-items: center; padding: 28px; background: linear-gradient(150deg, #fff, #f6eee4); }
.logo-panel img { width: min(290px, 100%); border-radius: 20px; }
.hero-card-body { padding: 29px 32px 32px; border-top: 1px solid var(--line); }
.hero-card-body h2 { margin-bottom: 13px; font-size: 26px; }
.hero-card-body p:not(.mini-label) { color: var(--muted); }
.mini-label { margin-bottom: 9px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal); text-decoration: none; font-size: 14px; font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.section { padding: 88px 0; }
.section-ivory { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.about-copy { padding-top: 5px; }
.about-copy p { color: var(--muted); }
.about-copy .lead { color: var(--ink); font-size: 20px; font-weight: 650; }
.location-note { display: grid; gap: 3px; margin-top: 30px; padding: 20px 22px; border-left: 4px solid var(--gold); background: var(--mist); }
.location-note strong { color: var(--navy); }
.location-note span { color: var(--muted); font-size: 14px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.section-head > div { max-width: 690px; }
.section-head > p { max-width: 430px; color: var(--muted); }

.cards.three { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 20px; }
.card { display: flex; min-height: 370px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 10px 35px rgba(7,63,85,.055); }
.card-featured { border-color: rgba(22,166,163,.35); box-shadow: 0 17px 50px rgba(7,63,85,.09); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 26px; }
.tag { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 10px; border-radius: 999px; background: var(--teal-light); color: #087b78; font-size: 11px; font-weight: 850; }
.tag-green { background: #e2efe9; color: var(--forest); }
.tag-gold { background: var(--gold-light); color: #805a17; }
.card-number { color: rgba(7,63,85,.32); font-size: 13px; font-weight: 850; }
.card h3 { margin-bottom: 14px; font-size: 24px; }
.card p, .card-list { color: var(--muted); }
.card-list { margin: 3px 0 25px; padding-left: 20px; font-size: 14px; }
.card-list li { margin-bottom: 5px; }
.card .text-link { margin-top: auto; }

.section-navy { position: relative; overflow: hidden; background: var(--navy); color: rgba(255,255,255,.78); }
.section-navy::after { content: ""; position: absolute; width: 340px; height: 340px; right: -150px; bottom: -190px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.02); }
.section-head.light h2 { color: var(--white); }
.section-head.light > p { color: rgba(255,255,255,.7); }
.feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature { min-height: 260px; padding: 27px 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.045); }
.feature span { display: inline-block; margin-bottom: 38px; color: var(--gold); font-size: 13px; font-weight: 900; }
.feature h3 { color: var(--white); }
.feature p { margin-bottom: 0; color: rgba(255,255,255,.67); font-size: 14px; }

.approach-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.approach-panel { padding: 46px; border-radius: 28px; background: var(--mist); }
.approach-panel p:not(.eyebrow) { color: var(--muted); }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.steps li:last-child { border-bottom: 0; }
.steps > li > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--ivory); color: var(--gold); font-size: 12px; font-weight: 900; }
.steps h3 { margin-bottom: 5px; }
.steps p { margin: 0; color: var(--muted); }

.contact-section { padding-top: 28px; }
.contact-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; padding: 52px; border-radius: 30px; background: linear-gradient(135deg, var(--ivory), #f0f8f6); box-shadow: 0 16px 50px rgba(7,63,85,.07); }
.contact-intro p:not(.eyebrow) { color: var(--muted); }
.contact-actions { display: grid; gap: 12px; }
.contact-item { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 14px; padding: 15px 17px; border: 1px solid rgba(7,63,85,.1); border-radius: 16px; background: rgba(255,255,255,.82); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.contact-item:hover { transform: translateX(4px); border-color: rgba(22,166,163,.5); }
.contact-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 18px; }
.contact-item > span:last-child { display: grid; }
.contact-item small { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.contact-item strong { color: var(--navy); font-size: 16px; overflow-wrap: anywhere; }

.footer { padding: 44px 0; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.footer-brand img { width: 145px; height: 70px; object-fit: contain; object-position: left center; }
.footer-brand p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 750; }
.copyright { margin: 0; color: var(--muted); font-size: 12px; text-align: right; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 42px; }
  .cards.three { grid-template-columns: 1fr 1fr; }
  .card-featured { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .approach-grid { gap: 55px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 28px, 1160px); }
  .topbar { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 145px; height: 53px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 70px; right: 0; left: 0; align-items: stretch; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 18px 35px rgba(7,63,85,.13); }
  .nav-links.open { display: flex; flex-direction: column; }
  .nav-links a { padding: 12px 5px; }
  .nav-links a:not(.nav-cta)::after { display: none; }
  .nav-links .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding: 60px 0 66px; }
  .hero-grid, .about-grid, .approach-grid, .contact-box { grid-template-columns: 1fr; gap: 38px; }
  h1 { font-size: clamp(42px, 11vw, 64px); }
  .hero-card { max-width: 560px; }
  .logo-panel { min-height: 240px; }
  .section { padding: 66px 0; }
  .section-head { display: block; }
  .section-head > p { max-width: 620px; }
  .contact-section { padding-top: 10px; }
  .contact-box { padding: 34px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .footer-brand img { margin-inline: auto; object-position: center; }
  .footer-links { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 580px) {
  .hero { padding-top: 48px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-copy { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 11px 16px; }
  .logo-panel { min-height: 210px; padding: 20px; }
  .hero-card-body { padding: 25px; }
  .cards.three, .feature-grid { grid-template-columns: 1fr; }
  .card-featured { grid-column: auto; }
  .card { min-height: auto; }
  .feature { min-height: 225px; }
  .approach-panel { padding: 30px 24px; }
  .contact-box { padding: 28px 20px; }
  .contact-item { grid-template-columns: 40px 1fr; padding: 13px; }
  .contact-icon { width: 38px; height: 38px; }
  .contact-item strong { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
