:root {
  --navy: #09396d;
  --navy-deep: #062748;
  --navy-mid: #0c4a86;
  --teal: #19d1b6;
  --teal-deep: #12a894;
  --ink: #1a2330;
  --muted: #5b6775;
  --line: #d7e0e8;
  --paper: #ffffff;
  --wash: #f3f7f9;
  --shadow: 0 18px 40px rgba(9, 57, 109, 0.08);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: Outfit, "Segoe UI", sans-serif;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 0.75rem;
}

h1 { font-size: clamp(2rem, 4vw, 3.35rem); font-weight: 600; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 600; }
h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }

p { margin: 0 0 1rem; }

a { color: var(--navy-mid); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--teal);
  color: var(--navy-deep);
  padding: 0.5rem 1rem;
  z-index: 20;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand img { width: 180px; height: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-cta {
  background: var(--navy);
  color: #fff !important;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 10px 9px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfb 100%);
  padding: 4.5rem 0 5rem;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero-geo {
  position: absolute;
  inset: 0 0 0 48%;
  background:
    linear-gradient(115deg, transparent 0 18%, #19d1b6 18% 26%, #0b4a8a 26% 42%, #09396d 42% 72%, #062748 72%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-geo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18px;
  background: var(--teal);
}

.hero-grid { position: relative; z-index: 1; max-width: 680px; margin-left: max(1.25rem, calc((100vw - 1120px) / 2)); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--teal-deep);
  margin-bottom: 0.7rem;
}
.eyebrow.light { color: var(--teal); }

.lede { font-size: 1.15rem; color: var(--muted); max-width: 38rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
}

.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-deep); }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid var(--navy); }

.strip {
  background: var(--navy);
  color: #d7e8f2;
  padding: 1rem 0;
  font-family: Outfit, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.strip p { margin: 0; font-size: 0.92rem; }

.section { padding: 4.5rem 0; }
.section-alt { background: var(--wash); }
.section-navy { background: var(--navy-deep); color: #e7eef4; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-intro { max-width: 46rem; color: var(--muted); }

.card-grid, .industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
  margin-top: 2rem;
}

.card, .industry-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: 12px;
  padding: 1.35rem 1.3rem 1.2rem;
  box-shadow: var(--shadow);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.principles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.principles li {
  background: #fff;
  border-left: 4px solid var(--teal);
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow);
}
.principles strong { display: block; color: var(--navy); font-family: Outfit, sans-serif; margin-bottom: 0.2rem; }

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 2.5rem;
}
.about-aside {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(25, 209, 182, 0.28);
  border-radius: 12px;
  padding: 1.4rem;
}
.about-aside ul { margin: 0 0 1rem 1.1rem; padding: 0; }
.about-aside li { margin-bottom: 0.5rem; }
.text-link { color: var(--teal); font-weight: 600; text-decoration: none; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.contact-list { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.contact-list li { margin-bottom: 1rem; }
.contact-list span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  background: var(--wash);
  padding: 1.4rem;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.contact-form label { display: grid; gap: 0.3rem; font-weight: 600; color: var(--navy); font-size: 0.92rem; }
.contact-form input,
.contact-form textarea {
  font: inherit;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.contact-form .hp { display: none; }
.form-note { font-size: 0.85rem; color: var(--muted); margin: 0; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 2rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-inner img { width: 140px; }
.footer-inner p { margin: 0; }

@media (max-width: 880px) {
  .hero-geo { inset: auto 0 0 0; height: 120px; clip-path: none; }
  .hero { min-height: unset; padding-bottom: 7rem; }
  .hero-grid { margin-left: auto; }
  .strip-grid, .card-grid, .industry-grid, .split, .about-grid, .contact-grid, .footer-inner {
    grid-template-columns: 1fr;
  }
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    right: 1.25rem;
    top: 76px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    min-width: 200px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
}
