.hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--white);
}

.hero-layout {
  position: relative;
  min-height: clamp(590px, 45vw, 690px);
  display: grid;
  align-items: center;
  padding: clamp(24px, 4vw, 46px) 0 clamp(42px, 5vw, 64px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  transform: translateY(-42px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--navy-dark);
  font-size: clamp(4.3rem, 5.8vw, 6.35rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span {
  color: var(--red);
}

h2 {
  margin-bottom: 22px;
  color: var(--navy-dark);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy-dark);
  font-size: 1.22rem;
  line-height: 1.25;
}

.hero-lede {
  max-width: 500px;
  margin-bottom: 24px;
  color: #1f3354;
  font-size: 1.08rem;
  line-height: 1.45;
}

.hero-house-art {
  position: absolute;
  z-index: 1;
  right: max(-120px, calc((100vw - var(--container)) / -2 - 24px));
  bottom: 64px;
  width: min(72vw, 1050px);
  max-width: none;
  height: auto;
  pointer-events: none;
}

.hero-trust-band {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(18, 59, 105, 0.08);
  border-bottom: 1px solid rgba(18, 59, 105, 0.08);
  box-shadow: 0 -18px 38px rgba(8, 36, 63, 0.04);
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.hero-trust-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 150px;
  padding: 24px 32px;
}

.hero-trust-item + .hero-trust-item {
  border-left: 1px solid rgba(18, 59, 105, 0.18);
}

.hero-trust-icon {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.hero-trust-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hero-trust-icon-focus {
  color: var(--navy-dark);
  background: #eaf3ff;
}

.hero-trust-icon-location {
  color: var(--red);
  background: #fff0f3;
}

.hero-trust-icon-accredited {
  color: #087c68;
  background: #e9f8f3;
}

.hero-trust-item p {
  margin: 0 0 4px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy-dark);
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-trust-item span:not(.hero-trust-icon) {
  display: block;
  color: #4b5870;
  font-size: 0.96rem;
  line-height: 1.32;
}
.intro-section {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.4fr 0.85fr 0.75fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.intro-grid h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
}

.intro-grid p:last-child {
  margin-bottom: 0;
  color: #334155;
  font-size: 1.08rem;
}

.about-section {
  background: var(--soft);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(36px, 7vw, 78px);
  align-items: center;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-copy p {
  max-width: 700px;
  color: #334155;
  font-size: 1.07rem;
}

.about-copy .role {
  margin-top: -8px;
  color: var(--red);
  font-weight: 850;
}

blockquote {
  margin: 30px 0 0;
  padding: 24px 26px;
  color: var(--navy-dark);
  background: var(--white);
  border-left: 5px solid var(--red);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(8, 36, 63, 0.08);
  font-size: 1.15rem;
  font-weight: 760;
  line-height: 1.45;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 44px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 300px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(8, 36, 63, 0.06);
}

.card-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 850;
}

.service-card:nth-child(even) .card-number {
  background: var(--red);
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.credentials-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 36, 63, 0.97), rgba(18, 59, 105, 0.95)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
}

.credentials-section .section-kicker,
.credentials-section h2,
.credentials-section h3 {
  color: var(--white);
}

.credentials-copy p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.credentials-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

.credential-list {
  display: grid;
  gap: 16px;
}

.credential-item {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.credential-item img {
  width: 104px;
  height: 86px;
  object-fit: contain;
  padding: 10px;
  background: var(--white);
  border-radius: var(--radius);
}

.credential-item img.credential-logo-mark {
  padding: 6px;
  object-fit: contain;
  object-position: center;
}

.credential-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.contact-section {
  background: var(--soft-blue);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 7vw, 76px);
  align-items: start;
}

.contact-copy > p:not(.section-kicker) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-methods a,
.contact-methods .contact-method {
  display: block;
  padding: 22px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(8, 36, 63, 0.06);
}

.contact-methods span {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-methods strong {
  color: var(--navy-dark);
  font-size: 1.22rem;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy-dark);
  font-weight: 780;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: #fbfcff;
  border: 1px solid #d7dde7;
  border-radius: var(--radius);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(18, 59, 105, 0.12);
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.recaptcha-wrap {
  min-height: 78px;
  max-width: 100%;
  overflow: auto;
}

.form-button {
  width: 100%;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-alert {
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 700;
}

.form-alert p {
  margin-bottom: 8px;
}

.form-alert ul {
  margin: 0;
  padding-left: 20px;
}


.form-alert-error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f1aeb5;
}

@media (max-width: 1080px) {
  .hero-layout {
    min-height: 560px;
  }

  h1 {
    font-size: clamp(3.8rem, 8vw, 5.5rem);
  }

  .hero-house-art {
    right: -190px;
    width: min(82vw, 860px);
  }

  .hero-trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-trust-item {
    min-height: 128px;
    padding: 22px 24px;
  }

  .hero-trust-item + .hero-trust-item {
    border-left: 0;
    border-top: 1px solid rgba(18, 59, 105, 0.14);
  }

  .about-grid,
  .credentials-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hero-layout {
    min-height: 0;
    padding: 44px 0 0;
  }

  .hero-copy {
    width: 100%;
    transform: none;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-house-art {
    position: relative;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(128%, 620px);
    margin: -6px 0 0;
    transform: translateX(-50%);
  }

  .hero-trust-item {
    grid-template-columns: 72px 1fr;
    gap: 18px;
    min-height: 118px;
    padding: 20px 4px;
  }

  .hero-trust-icon {
    width: 64px;
    height: 64px;
  }

  .card-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .credential-item {
    grid-template-columns: 1fr;
  }

  .credential-item img {
    width: 120px;
  }
}
