@import "tailwindcss";

:root {
  --navy: #061b64;
  --navy-deep: #031245;
  --blue: #08a9dc;
  --blue-dark: #007faf;
  --blue-soft: #eaf9ff;
  --ink: #1c2940;
  --muted: #5f6f85;
  --line: #dbe3ec;
  --light: #f5f8fb;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(4, 25, 88, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

.container {
  width: min(92%, 1200px);
  margin-inline: auto;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 22px rgba(4, 25, 88, 0.06);
  backdrop-filter: blur(12px);
}

.headerInner {
  min-height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding-block: 11px;
}

.brand,
.headerActions,
.actionButton,
.quickBenefits,
.quickBenefits span,
.quoteHeading,
.phoneLink,
.trustGrid > div,
.serviceCard a,
.careCopy li,
.careActions,
.primaryCta,
.finalCtaInner,
.finalActions,
.footerBrand,
.footerInfo,
.footerLegal,
.footerSocial,
.mobileContactBar,
.mobileContactBar a {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  gap: 13px;
  text-decoration: none;
}

.brand img {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(6, 27, 100, 0.09);
  border-radius: 50%;
}

.brandName {
  color: var(--navy);
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 800;
  line-height: 1.02;
}

.brandName strong {
  display: block;
  color: var(--blue-dark);
}

.brandTagline {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: clamp(0.78rem, 1.1vw, 0.92rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.headerActions {
  justify-content: flex-end;
  gap: 9px;
}

.actionButton {
  justify-content: center;
  gap: 7px;
  min-height: 43px;
  padding: 10px 17px;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.89rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.actionButton svg {
  width: 17px;
  height: 17px;
}

.actionButton:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 7px 16px rgba(4, 25, 88, 0.16);
}

.callButton {
  background: var(--blue-dark);
}

.textButton {
  background: var(--blue);
}

.emailButton {
  background: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 82px;
  background:
    radial-gradient(circle at 94% 13%, rgba(8, 169, 220, 0.15) 0, rgba(8, 169, 220, 0) 29%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -230px;
  width: 450px;
  height: 450px;
  border: 80px solid rgba(6, 27, 100, 0.045);
  border-radius: 50%;
}

.heroGrid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.78fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: start;
}

.eyebrow,
.cardEyebrow,
.sectionEyebrow {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(2.65rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.heroLead {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.quickBenefits {
  flex-wrap: wrap;
  gap: 9px 17px;
  margin: 23px 0 27px;
}

.quickBenefits span {
  gap: 7px;
  color: var(--navy);
  font-size: 0.93rem;
  font-weight: 800;
}

.quickBenefits svg {
  width: 21px;
  height: 21px;
  padding: 4px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
}

.quoteCard {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(6, 27, 100, 0.1);
  border-top: 6px solid var(--blue);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quoteHeading {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.cardEyebrow {
  margin-bottom: 3px;
}

.quoteHeading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
}

.quoteIcon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--blue-soft);
  color: var(--blue-dark);
}

.quoteIcon svg {
  width: 27px;
  height: 27px;
}

.formGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.formGrid label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.83rem;
  font-weight: 800;
}

.formGrid input,
.formGrid select,
.formGrid textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #bcc9d7;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 400;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.formGrid textarea {
  min-height: 95px;
  resize: vertical;
}

.formGrid input:focus,
.formGrid select:focus,
.formGrid textarea:focus {
  outline: none;
  border-color: var(--blue-dark);
  box-shadow: 0 0 0 3px rgba(8, 169, 220, 0.17);
}

.wideField {
  grid-column: 1 / -1;
}

.submitButton {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 17px;
  border: 0;
  border-radius: 8px;
  background: var(--blue-dark);
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.submitButton svg {
  width: 20px;
  height: 20px;
}

.submitButton:hover {
  transform: translateY(-1px);
  background: var(--navy);
  box-shadow: 0 9px 22px rgba(6, 27, 100, 0.2);
}

.formNote {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.4;
  text-align: center;
}

/* Premium instant-booking lead magnet */
.instantBooking {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: clamp(24px, 4vw, 32px);
  border: 1px solid rgba(6, 27, 100, 0.12);
  border-left: 6px solid var(--blue);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--navy) 0%, #0b2d72 100%);
  color: var(--white);
  box-shadow: var(--shadow);
}
.instantBooking::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -75px;
  top: -90px;
  border-radius: 50%;
  background: rgba(8, 169, 220, 0.16);
  pointer-events: none;
}
.instantBookingBadge {
  display: inline-block;
  margin-bottom: 9px;
  color: #9fe9ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.instantBooking h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
}
.instantBooking > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
}
.instantBookingButton {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  margin-top: 19px;
  padding: 13px 18px;
  border: 2px solid rgba(255,255,255,0.75);
  border-radius: 9px;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.instantBookingButton:hover {
  transform: translateY(-2px);
  background: var(--blue-dark);
  box-shadow: 0 14px 30px rgba(0,0,0,0.26);
}
.instantBooking .instantBookingNote {
  margin-top: 12px;
  color: rgba(255,255,255,0.78);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.heroVisual {
  position: sticky;
  top: 125px;
  padding-top: 64px;
}

.photoFrame {
  position: relative;
  margin-bottom: 27px;
}

.inlineHeroPhoto {
  width: min(100%, 365px);
  margin: 30px 0 40px 13px;
}

.photoFrame::before {
  content: "";
  position: absolute;
  inset: -13px 17px 18px -13px;
  z-index: 0;
  border: 3px solid var(--blue);
  border-radius: 22px;
}

.photoFrame img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1008 / 709;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: var(--shadow);
}

.photoLabel {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 2;
  width: min(265px, 76%);
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border-left: 5px solid var(--blue);
  border-radius: 10px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.8rem;
  box-shadow: 0 12px 30px rgba(4, 25, 88, 0.17);
}

.photoLabel svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--blue-dark);
}

.photoLabel strong {
  display: block;
  color: var(--navy);
  font-size: 0.9rem;
}

.heroVisual h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.heroVisual > p {
  margin: 0 0 20px;
  color: var(--muted);
}

.phoneLink {
  width: max-content;
  gap: 11px;
  color: var(--navy);
  text-decoration: none;
}

.phoneIcon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
}

.phoneIcon svg {
  width: 20px;
  height: 20px;
}

.phoneLink small,
.phoneLink strong {
  display: block;
}

.phoneLink small {
  color: var(--muted);
  font-size: 0.75rem;
}

.phoneLink strong {
  font-size: 1.17rem;
}

.trustStrip {
  position: relative;
  z-index: 3;
  margin-top: -22px;
}

.trustGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(8, 169, 220, 0.25);
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blue-soft), #d9f3fc);
  color: var(--navy);
  box-shadow: 0 18px 40px rgba(6, 27, 100, 0.12);
}

.trustGrid > div {
  gap: 12px;
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid rgba(6, 27, 100, 0.1);
}

.trustGrid > div:last-child {
  border-right: 0;
}

.trustGrid svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: var(--blue-dark);
}

.trustGrid span,
.trustGrid strong {
  display: block;
}

.trustGrid span {
  color: var(--muted);
  font-size: 0.8rem;
}

.trustGrid strong {
  color: var(--navy);
  font-size: 0.91rem;
}

.services {
  padding: 104px 0 112px;
  text-align: center;
}

.sectionTitle {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.sectionLead {
  max-width: 650px;
  margin: 14px auto 42px;
  color: var(--muted);
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  text-align: left;
}

.serviceCard {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 13px 35px rgba(4, 25, 88, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.serviceCard::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 110px;
  height: 110px;
  border: 18px solid rgba(8, 169, 220, 0.07);
  border-radius: 50%;
}

.serviceCard:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 169, 220, 0.5);
  box-shadow: 0 22px 45px rgba(4, 25, 88, 0.12);
}

.featuredCard {
  border-top: 5px solid var(--blue);
}

.serviceIcon {
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  margin-bottom: 23px;
  border-radius: 16px;
  background: var(--blue-soft);
  color: var(--blue-dark);
}

.serviceIcon svg {
  width: 31px;
  height: 31px;
}

.serviceCard h3 {
  margin: 0 0 11px;
  color: var(--navy);
  font-size: 1.35rem;
}

.serviceCard p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.93rem;
}

.serviceCard a {
  position: absolute;
  z-index: 2;
  left: 31px;
  bottom: 27px;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 0.87rem;
  font-weight: 900;
  text-decoration: none;
}

.serviceCard a svg {
  width: 18px;
  height: 18px;
}

.additionalServices {
  margin-top: 58px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--white), var(--blue-soft));
  text-align: left;
}

.additionalServicesEyebrow {
  margin: 0 0 7px;
  color: var(--blue-dark);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.additionalServices > h3 {
  margin: 0 0 27px;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

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

.additionalServicesGrid article {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 118px;
  padding: 19px;
  border: 1px solid rgba(8, 169, 220, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
}

.additionalServicesGrid article > svg {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  padding: 5px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
}

.additionalServicesGrid strong,
.additionalServicesGrid span {
  display: block;
}

.additionalServicesGrid strong {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 0.94rem;
}

.additionalServicesGrid span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.careSection {
  padding: 106px 0;
  background: var(--light);
}

.careGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 86px);
  align-items: center;
}

.careVisual {
  position: relative;
}

.careVisual img {
  width: 100%;
  aspect-ratio: 1008 / 709;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 22%;
  box-shadow: var(--shadow);
}

.experienceBadge {
  position: absolute;
  right: -26px;
  bottom: -27px;
  width: 190px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 18px;
  border-radius: 12px;
  background: var(--blue);
  color: var(--navy);
  box-shadow: 0 15px 30px rgba(4, 25, 88, 0.19);
}

.experienceBadge strong {
  font-size: 2rem;
  line-height: 1;
}

.experienceBadge span {
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1.22;
}

.careCopy h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.careCopy > p:not(.sectionEyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.careCopy ul {
  display: grid;
  gap: 13px;
  margin: 27px 0 31px;
  padding: 0;
  list-style: none;
}

.careCopy li {
  gap: 11px;
  color: var(--navy);
  font-weight: 800;
}

.careCopy li svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
}

.careActions {
  flex-wrap: wrap;
  gap: 11px;
}

.primaryCta,
.secondaryCta {
  min-height: 48px;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 0.89rem;
  font-weight: 900;
  text-decoration: none;
}

.primaryCta {
  background: var(--navy);
  color: var(--white);
}

.primaryCta svg {
  width: 18px;
  height: 18px;
}

.secondaryCta {
  border: 1px solid var(--navy);
  color: var(--navy);
}

.finalCta {
  padding: 55px 0;
  background: var(--blue);
  color: var(--navy);
}

.finalCtaInner {
  justify-content: space-between;
  gap: 30px;
}

.finalCta p {
  margin: 0 0 2px;
  font-weight: 800;
}

.finalCta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.finalActions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.finalActions a {
  min-height: 49px;
  display: grid;
  place-items: center;
  padding: 11px 19px;
  border: 2px solid var(--navy);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.finalActions a:first-child {
  background: var(--navy);
  color: var(--white);
}

footer {
  padding: 39px 0;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.73);
}

.footerGrid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.75fr;
  gap: 32px;
  align-items: center;
}

.footerBrand {
  gap: 12px;
}

.footerBrand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.footerBrand strong,
.footerBrand span {
  display: block;
}

.footerBrand strong {
  color: var(--white);
  line-height: 1.15;
}

.footerBrand span,
.footerInfo,
.footerLegal,
.footerSocial {
  font-size: 0.78rem;
}

.footerInfo,
.footerLegal,
.footerSocial {
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.footerInfo a {
  text-decoration: none;
}

.footerLegal {
  align-items: flex-end;
  text-align: right;
}

.footerSocial strong {
  color: var(--white);
}

.footerSocial > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  margin-top: 7px;
}

.footerSocial a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footerSocial a:hover {
  color: var(--white);
  text-decoration: underline;
}

.socialLogo {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
}

.socialLogo svg {
  width: 17px;
  height: 17px;
}

.mobileContactBar {
  display: none;
}

@media (max-width: 980px) {
  .headerInner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .headerActions {
    width: 100%;
    justify-content: center;
  }

  .heroGrid,
  .careGrid {
    grid-template-columns: 1fr;
  }

  .heroVisual {
    position: static;
    padding-top: 5px;
  }

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

  .trustGrid > div:nth-child(2) {
    border-right: 0;
  }

  .trustGrid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(6, 27, 100, 0.1);
  }

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

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

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

  .serviceCard {
    min-height: 270px;
  }

  .careVisual {
    max-width: 700px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 68px;
  }

  .siteHeader {
    position: relative;
  }

  .headerInner {
    min-height: auto;
    padding-block: 14px 11px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brandName {
    font-size: 1.42rem;
  }

  .brandTagline {
    font-size: 0.72rem;
  }

  .headerActions {
    gap: 7px;
  }

  .actionButton {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 0.78rem;
  }

  .actionButton svg {
    display: none;
  }

  .hero {
    padding: 42px 0 62px;
  }

  .heroGrid {
    gap: 41px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.2rem);
  }

  .heroLead {
    font-size: 1rem;
  }

  .quickBenefits {
    align-items: flex-start;
    flex-direction: column;
  }

  .quoteCard {
    padding: 22px 17px;
    border-radius: 13px;
  }

  .instantBooking {
    margin-top: 16px;
    padding: 22px 17px;
    border-left-width: 5px;
    border-radius: 13px;
  }

  .instantBookingButton {
    min-height: 58px;
    padding-inline: 12px;
    font-size: 0.93rem;
  }

  .quoteIcon {
    width: 43px;
    height: 43px;
  }

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

  .wideField {
    grid-column: auto;
  }

  .heroVisual {
    display: flex;
    flex-direction: column;
  }

  .photoFrame {
    margin: 0 7px 30px 12px;
  }

  .photoLabel {
    right: -8px;
    bottom: -18px;
  }

  .trustStrip {
    margin-top: -18px;
  }

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

  .trustGrid > div,
  .trustGrid > div:nth-child(2) {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 27, 100, 0.1);
  }

  .trustGrid > div:last-child {
    border-bottom: 0;
  }

  .services,
  .careSection {
    padding: 78px 0;
  }

  .sectionLead {
    margin-bottom: 31px;
  }

  .serviceCard {
    min-height: 310px;
    padding: 27px;
  }

  .additionalServices {
    margin-top: 42px;
    padding: 25px 18px;
  }

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

  .additionalServicesGrid article {
    min-height: auto;
  }

  .serviceCard a {
    left: 27px;
  }

  .experienceBadge {
    right: -4px;
    bottom: -26px;
  }

  .careCopy {
    padding-top: 14px;
  }

  .finalCtaInner,
  .finalActions {
    align-items: stretch;
    flex-direction: column;
  }

  .finalActions {
    width: 100%;
  }

  .footerGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footerLegal {
    align-items: flex-start;
    text-align: left;
  }

  .mobileContactBar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 0.75fr 0.75fr 1.35fr;
    min-height: 65px;
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 -5px 22px rgba(4, 25, 88, 0.22);
  }

  .mobileContactBar a {
    justify-content: center;
    gap: 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.77rem;
    font-weight: 900;
    text-decoration: none;
  }

  .mobileContactBar a:last-child {
    border-right: 0;
    background: var(--blue);
    color: var(--navy);
  }

  .mobileContactBar svg {
    width: 18px;
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Marcus daily video card */
.marcusVideoFrame {
  position: relative;
}
.marcusDailyVideo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 560px;
  border-radius: 18px;
  object-fit: cover;
  background: #061b64;
  box-shadow: var(--shadow);
}
.marcusVideoBrand {
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: calc(100% - 30px);
  padding: 7px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  box-shadow: 0 8px 22px rgba(4,25,88,.16);
  pointer-events: none;
}
.marcusVideoBrand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.marcusVideoBrand strong,
.marcusVideoBrand small {
  display: block;
}
.marcusVideoBrand strong {
  font-size: .88rem;
}
.marcusVideoBrand small {
  margin-top: 1px;
  font-size: .7rem;
  color: var(--muted);
}
