:root {
  --ink: #132033;
  --muted: #58687c;
  --paper: #ffffff;
  --soft: #f2f7f6;
  --line: #d9e5e2;
  --navy: #082b5f;
  --teal: #0b7f78;
  --green: #14735f;
  --gold: #c98713;
  --red: #a93e48;
  --shadow: 0 22px 54px rgba(19, 32, 51, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--teal); text-underline-offset: 3px; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 50;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
}
.skip-link:focus { left: 10px; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.top-strip {
  background: var(--ink);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
.strip-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.92rem;
}
.strip-inner strong { font-size: 1.05rem; }
.strip-inner span { color: rgba(255,255,255,0.75); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  min-width: 260px;
}
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand strong { display: block; line-height: 1.1; font-size: 1.08rem; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 0.8rem; }
.primary-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 10px;
  color: var(--ink);
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}
.primary-nav a:hover,
.primary-nav a[aria-current="page"] { background: var(--soft); color: var(--teal); }
.number-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 14px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.hero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 22%, rgba(11,127,120,0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f4f9fb 54%, #eef6f1 100%);
}
.joinour .hero {
  background:
    radial-gradient(circle at 10% 18%, rgba(201,135,19,0.14), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f2f8f6 55%, #f7f3e8 100%);
}
.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: 54px;
  align-items: center;
  padding: 76px 0;
}
.hero-copy { max-width: 820px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: 0;
}
h1 { font-size: 4.7rem; max-width: 920px; }
h2 { font-size: 2.55rem; }
h3 { font-size: 1.22rem; }
p { margin: 0; }
.lead {
  max-width: 780px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.24rem;
}
.body-copy { margin-top: 18px; color: var(--muted); font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 2px solid var(--teal);
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.button.secondary { background: #fff; color: var(--navy); border-color: #bfd1df; }
.button.light { background: #fff; color: var(--navy); border-color: #fff; }
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.message-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
}
.phone-card {
  border: 1px solid #cbd9e0;
  border-radius: 8px;
  overflow: hidden;
  background: #f9fbfd;
}
.phone-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  background: var(--navy);
  color: #fff;
}
.phone-head img { width: 38px; height: 38px; border-radius: 8px; background: #fff; }
.phone-head strong,
.phone-head span { display: block; line-height: 1.15; }
.phone-head span { color: rgba(255,255,255,0.78); font-size: 0.82rem; }
.message-stack { display: grid; gap: 10px; padding: 16px; }
.bubble {
  max-width: 92%;
  padding: 11px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.96rem;
}
.bubble.reply {
  justify-self: end;
  background: #e8f7f4;
  border-color: #bee4dc;
}
.section { padding: 76px 0; }
.muted { background: var(--soft); border-block: 1px solid var(--line); }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: 28px;
  align-items: start;
}
.service-card,
.link-card,
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(19, 32, 51, 0.07);
}
.service-card { padding: 22px; border-top: 5px solid var(--teal); }
.service-card ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.service-card li { margin: 8px 0; }
.number-callout {
  display: grid;
  gap: 6px;
  margin-top: 26px;
  padding: 18px;
  border-radius: 8px;
  background: #fff8e8;
  border: 1px solid #efd392;
}
.number-callout strong { font-size: 2rem; line-height: 1; color: var(--red); }
.number-callout span { color: #64470d; }
.section-head { max-width: 850px; margin-bottom: 26px; }
.section-head p { margin-top: 12px; color: var(--muted); font-size: 1.04rem; }
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.link-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  color: var(--ink);
  text-decoration: none;
  border-top: 4px solid var(--gold);
}
.link-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.link-card span { color: var(--muted); font-size: 0.94rem; }
.faq-list { display: grid; gap: 10px; }
details { padding: 16px 18px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin-top: 10px; color: var(--muted); }
.cta-band {
  padding: 64px 0;
  background: var(--navy);
  color: #fff;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.78); margin-top: 10px; }
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.site-footer h2 { font-size: 1.2rem; }
.site-footer p { color: var(--muted); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .brand { min-width: 0; }
  .primary-nav { justify-content: flex-start; }
  .hero-grid,
  .split { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding: 54px 0; }
  h1 { font-size: 3.05rem; }
  h2 { font-size: 2.15rem; }
  .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-inner,
  .footer-grid,
  .strip-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 24px, 1160px); }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
  .lead { font-size: 1.06rem; }
  .section { padding: 54px 0; }
  .link-grid { grid-template-columns: 1fr; }
  .number-pill,
  .button { width: 100%; }
}
