:root {
  --blue-900: #082b5f;
  --blue-700: #0b4f9f;
  --blue-100: #eaf3ff;
  --red-700: #c92832;
  --red-100: #fff0f1;
  --ink: #102033;
  --muted: #596779;
  --line: #dbe4ef;
  --white: #ffffff;
  --soft: #f6f9fc;
  --green: #17805f;
  --shadow: 0 24px 70px rgba(8, 43, 95, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 124px;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

section[id],
form[id] {
  scroll-margin-top: 124px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--blue-900);
  color: var(--white);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.contact-strip {
  display: flex;
  justify-content: center;
  padding: 0.45rem 1rem;
  color: var(--white);
  background: var(--blue-900);
  font-size: 0.9rem;
}

.contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.contact-strip a {
  font-weight: 700;
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 2rem));
  min-height: 76px;
  margin: 0 auto;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-link img {
  width: 230px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--blue-900);
  font-weight: 700;
}

.nav-links a,
.text-button,
.dropdown-button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.55rem;
  border: 0;
  color: var(--blue-900);
  background: transparent;
}

.nav-links a:hover,
.text-button:hover,
.dropdown-button:hover,
.nav-links .active,
.dropdown-button.active {
  color: var(--red-700);
}

.nav-dropdown {
  position: relative;
}

.dropdown-button {
  font-weight: 700;
}

.nav-cta {
  justify-content: center;
  min-height: 42px;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--red-700);
  font-weight: 900;
}

.nav-cta:hover,
.nav-cta:focus {
  color: var(--white);
  background: #aa1e28;
}

.dropdown-button::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 60;
  display: none;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  gap: 0.25rem;
  min-width: 520px;
  padding: 0.9rem 0.75rem 0.75rem;
  border: 1px solid var(--line);
  border-top: 3px solid var(--red-700);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-dropdown.is-open .dropdown-menu {
  display: grid;
}

.nav-dropdown.is-open .dropdown-button {
  color: var(--red-700);
}

.dropdown-menu a {
  min-height: 40px;
  padding: 0.55rem 0.7rem;
  border-radius: var(--radius);
  color: var(--blue-900);
  font-size: 0.92rem;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color: var(--red-700);
  background: var(--red-100);
}

.dropdown-menu.compact-menu {
  grid-template-columns: minmax(230px, 1fr);
  min-width: 310px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue-900);
}

.mobile-menu-actions,
.mobile-sticky-actions {
  display: none;
}

.hero-section {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--blue-900);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 43, 95, 0.95), rgba(11, 79, 159, 0.88)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 112px);
}

.page-hero-inner {
  padding: clamp(3.1rem, 7vw, 5.2rem) 0 clamp(2.4rem, 5vw, 3.6rem);
}

.page-hero-inner > * {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(28px);
  animation: pageHeroItemIn 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: transform, opacity, filter;
}

.page-hero-inner > *:nth-child(2) {
  animation-delay: 0.12s;
}

.page-hero-inner > *:nth-child(3) {
  animation-delay: 0.2s;
}

.page-hero-inner > *:nth-child(4) {
  animation-delay: 0.32s;
}

.page-hero h1 {
  max-width: 860px;
  margin-bottom: 0.75rem;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  line-height: 1.04;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

.page-hero .eyebrow {
  color: #ffb7bd;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--white);
  font-weight: 800;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 43, 95, 0.92) 0%, rgba(8, 43, 95, 0.74) 44%, rgba(255, 255, 255, 0.08) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 112px),
    var(--hero-image, linear-gradient(135deg, #082b5f, #0b4f9f)) center / cover no-repeat;
}

.claim-board {
  position: absolute;
  --hero-panel-opacity: 1;
  right: clamp(0.75rem, 2vw, 2.5rem);
  top: 92px;
  width: min(480px, 38vw);
  min-height: 340px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateX(64px);
  animation: heroPanelIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
  will-change: transform, opacity;
}

.claim-board-top {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.claim-board-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.claim-grid {
  display: grid;
  gap: 0.72rem;
}

.claim-row {
  display: grid;
  grid-template-columns: 105px 1fr 92px;
  align-items: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  animation: rowFloat 7s ease-in-out infinite;
}

.row-b {
  animation-delay: -1.5s;
}

.row-c {
  animation-delay: -3s;
}

.row-d {
  animation-delay: -4.5s;
}

.claim-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.claim-line {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.claim-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 54%;
  border-radius: inherit;
  background: var(--white);
  animation: claimProgress 4.2s ease-in-out infinite;
}

.claim-status {
  display: inline-flex;
  justify-content: center;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.claim-status.blue {
  background: var(--blue-700);
}

.claim-status.red {
  background: var(--red-700);
}

.claim-status.green {
  background: var(--green);
}

.metric-panel {
  position: absolute;
  --hero-panel-opacity: 1;
  right: clamp(1rem, 10vw, 142px);
  display: grid;
  gap: 0.15rem;
  width: min(260px, 26vw);
  min-height: 100px;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue-900);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(44px, 12px);
  animation: heroPanelIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
  will-change: transform, opacity;
}

.metric-panel strong {
  font-size: 1.05rem;
}

.metric-panel span {
  color: var(--muted);
  font-size: 0.9rem;
}

.panel-one {
  top: 412px;
}

.panel-two {
  top: 504px;
  right: clamp(0.75rem, 4vw, 64px);
}

.hero-content {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.8rem, 9vw, 6.6rem) 0 3rem;
}

.hero-content > * {
  max-width: 690px;
  opacity: 0;
  filter: blur(8px);
  transform: translateX(-46px);
  animation: heroTextIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: transform, opacity, filter;
}

.hero-content .eyebrow {
  animation-delay: 0.06s;
}

.hero-content h1 {
  animation-delay: 0.16s;
}

.hero-content .hero-copy {
  animation-delay: 0.28s;
}

.hero-content .hero-actions {
  animation-delay: 0.4s;
}

.hero-content .trust-strip {
  animation-delay: 0.52s;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--red-700);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: #ffb7bd;
  font-size: clamp(0.92rem, 1.4vw, 1.08rem);
  font-weight: 900;
}

.hero-content h1 {
  font-size: clamp(3rem, 7vw, 5.55rem);
  line-height: 1.04;
}

.hero-content .hero-copy {
  max-width: 650px;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  line-height: 1.58;
}

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

h1 {
  margin-bottom: 0.8rem;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.75rem;
  color: var(--blue-900);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--blue-900);
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
}

.primary-button {
  color: var(--white);
  background: var(--red-700);
  box-shadow: 0 16px 34px rgba(201, 40, 50, 0.24);
}

.primary-button:hover,
.primary-button:focus {
  background: #aa1e28;
}

.secondary-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.secondary-button:hover,
.secondary-button:focus {
  background: rgba(255, 255, 255, 0.16);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 2.2rem 0 0;
}

.trust-strip div {
  min-height: 116px;
  padding: 1rem;
  border-left: 3px solid var(--red-700);
  background: rgba(255, 255, 255, 0.1);
}

.trust-strip dt {
  font-size: 1.8rem;
  font-weight: 900;
}

.trust-strip dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.section-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.intro-band,
.services-section,
.process-section,
.about-section,
.benefits-section,
.message-section,
.locations-section {
  padding: clamp(2.35rem, 5vw, 4.35rem) 0;
}

.intro-band {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.35rem;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 0.7rem;
}

.intro-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.section-heading.compact {
  max-width: 660px;
  margin-bottom: 1.05rem;
}

.section-heading h2::after,
.content-panel h2::after,
.message-copy h2::after,
.coverage-copy h2::after,
.about-copy h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: var(--red-700);
}

.section-heading h2.text-reveal::after,
.content-panel h2.text-reveal::after,
.message-copy h2.text-reveal::after,
.coverage-copy h2.text-reveal::after,
.about-copy h2.text-reveal::after {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity 520ms ease 220ms,
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1) 220ms;
}

.section-heading h2.text-reveal.is-visible::after,
.content-panel h2.text-reveal.is-visible::after,
.message-copy h2.text-reveal.is-visible::after,
.coverage-copy h2.text-reveal.is-visible::after,
.about-copy h2.text-reveal.is-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.section-heading.compact h2::after {
  width: 46px;
  margin-top: 0.55rem;
}

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

.service-grid,
.benefit-grid,
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-card,
.benefit-grid article,
.location-card {
  min-height: 205px;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.72);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.06);
}

.service-card {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 32px;
  border-radius: var(--radius);
  color: var(--red-700);
  background: var(--red-100);
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease;
}

.service-card p,
.benefit-grid p,
.location-card address,
.location-card p {
  margin-bottom: 0;
  color: var(--muted);
  transition: color 180ms ease;
}

.services-section .service-link-card:hover,
.services-section .service-link-card:focus {
  color: var(--white);
  border-color: rgba(201, 40, 50, 0.72);
  background:
    linear-gradient(135deg, rgba(201, 40, 50, 0.95) 0 4px, transparent 4px),
    linear-gradient(135deg, var(--blue-900), var(--blue-700));
  box-shadow: 0 22px 54px rgba(8, 43, 95, 0.2);
}

.services-section .service-link-card:hover h3,
.services-section .service-link-card:focus h3,
.services-section .service-link-card:hover p,
.services-section .service-link-card:focus p,
.services-section .service-link-card:hover .card-link,
.services-section .service-link-card:focus .card-link {
  color: var(--white);
}

.services-section .service-link-card:hover .service-number,
.services-section .service-link-card:focus .service-number {
  color: var(--red-700);
  background: var(--white);
}

.process-section {
  background: var(--white);
}

.process-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.process-track article {
  min-height: 188px;
  padding: 1.05rem;
  border-right: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.68);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.process-track article:last-child {
  border-right: 0;
}

.process-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  color: var(--white);
  background: var(--red-700);
  font-weight: 900;
}

.process-track p {
  color: var(--muted);
}

.about-section {
  background:
    linear-gradient(90deg, var(--blue-900), var(--blue-700));
}

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.25rem;
  align-items: start;
}

.about-copy h2,
.about-copy p {
  color: var(--white);
}

.about-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.value-list {
  display: grid;
  gap: 0.8rem;
}

.value-list div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.value-list h3 {
  color: var(--white);
}

.value-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.benefits-section {
  background: var(--white);
}

.proof-section {
  padding: clamp(2.4rem, 5vw, 4rem) 0;
  background: var(--blue-900);
}

.proof-section h2 {
  color: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.proof-grid article {
  min-height: 138px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.proof-grid strong {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

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

.benefit-grid article {
  min-height: 158px;
}

.message-section {
  background: linear-gradient(180deg, var(--blue-100), var(--white));
}

.consultation-section {
  padding: clamp(2.1rem, 4.5vw, 3.85rem) 0;
  background:
    linear-gradient(90deg, rgba(201, 40, 50, 0.06) 0 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, var(--blue-100) 100%);
  background-size: 34px 34px, auto;
}

.message-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.25rem;
  align-items: start;
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 1.25rem;
  align-items: start;
}

.message-copy p {
  color: var(--muted);
}

.message-copy a {
  color: var(--blue-700);
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 1.05rem 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--blue-900);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-700);
}

.consultation-intro {
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border: 1px solid rgba(219, 228, 239, 0.95);
  border-left: 3px solid var(--red-700);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.08);
}

.consultation-intro h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: var(--red-700);
}

.consultation-intro p {
  color: var(--muted);
}

.consultation-points {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.consultation-points div {
  padding: 0.85rem;
  border: 1px solid rgba(11, 79, 159, 0.12);
  border-radius: var(--radius);
  background: var(--white);
}

.consultation-points span {
  display: inline-flex;
  margin-bottom: 0.25rem;
  color: var(--red-700);
  font-weight: 900;
}

.consultation-points h3 {
  margin-bottom: 0.25rem;
}

.consultation-points p {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.72);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--blue-900);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.68rem 0.78rem;
  border: 1px solid #cbd7e6;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(11, 79, 159, 0.16);
  border-color: var(--blue-700);
}

.full-field {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.media-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.72);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.media-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 360ms ease;
}

.media-card:hover,
.media-card:focus-within,
.side-panel-image:hover,
.side-panel-image:focus-within {
  transform: translateY(-4px);
  border-color: rgba(201, 40, 50, 0.36);
  box-shadow: 0 22px 54px rgba(8, 43, 95, 0.14);
}

.media-card:hover img,
.media-card:focus-within img,
.side-panel-image:hover img,
.side-panel-image:focus-within img {
  transform: scale(1.035);
}

.media-card figcaption {
  padding: 0.7rem 0.95rem;
  border-left: 3px solid var(--red-700);
  color: var(--blue-900);
  font-size: 0.92rem;
  font-weight: 800;
}

.visual-band {
  padding: clamp(2.35rem, 5vw, 4.35rem) 0;
  background: var(--white);
}

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

.service-overview-media,
.specialties-media,
.location-photo-card,
.contact-support-media {
  margin-bottom: 0.85rem;
}

.location-photo-card img {
  aspect-ratio: 21 / 8;
  height: clamp(190px, 23vw, 290px);
}

.service-overview-media img {
  height: clamp(200px, 24vw, 300px);
}

.specialties-media img {
  height: clamp(330px, 38vw, 460px);
  object-position: center top;
}

.contact-support-media img {
  height: clamp(210px, 25vw, 320px);
}

.side-panel-image {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 0.8rem 0 0;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-left: 3px solid rgba(201, 40, 50, 0.72);
  border-radius: var(--radius);
  background: #ffffff;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.side-panel-image img {
  order: 2;
  width: 100%;
  height: 148px;
  border-radius: var(--radius);
  object-fit: cover;
  transition: transform 360ms ease;
}

.side-panel-image figcaption {
  order: 1;
  margin-top: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
  font-weight: 700;
}

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

.locations-overview {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.coverage-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}

.coverage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.coverage-map-card {
  position: relative;
  overflow: hidden;
  padding: clamp(0.9rem, 2vw, 1.25rem);
  border: 1px solid rgba(201, 40, 50, 0.2);
  border-top: 3px solid rgba(201, 40, 50, 0.76);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(11, 79, 159, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(11, 79, 159, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: var(--shadow);
}

.coverage-map-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.7rem;
}

.coverage-map-header h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.coverage-map-header strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 54px;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(201, 40, 50, 0.24);
  border-radius: var(--radius);
  color: var(--red-700);
  background: var(--red-100);
  font-weight: 900;
  text-align: center;
}

.coverage-map-frame {
  padding: 0.3rem;
}

.coverage-map-svg {
  width: 100%;
  height: auto;
}

.coverage-map-shape {
  fill: #eaf3ff;
  stroke: var(--blue-700);
  stroke-linejoin: round;
  stroke-width: 4;
  filter: drop-shadow(0 18px 18px rgba(8, 43, 95, 0.12));
}

.coverage-route {
  fill: none;
  stroke: var(--red-700);
  stroke-dasharray: 7 9;
  stroke-width: 2.4;
  opacity: 0.52;
}

.coverage-route.secondary {
  stroke: var(--blue-900);
  opacity: 0.28;
}

.coverage-pin circle:first-child {
  fill: var(--white);
  stroke: var(--red-700);
  stroke-width: 4;
}

.coverage-pin circle:nth-child(2) {
  fill: var(--red-700);
}

.coverage-pin.office-pin circle:first-child {
  fill: var(--red-700);
  stroke: var(--white);
  stroke-width: 4;
}

.coverage-pin.office-pin circle:nth-child(2) {
  fill: var(--white);
}

.coverage-pin text {
  fill: var(--blue-900);
  font-size: 15px;
  font-weight: 900;
  paint-order: stroke;
  stroke: var(--white);
  stroke-linejoin: round;
  stroke-width: 5px;
}

.coverage-pin.office-pin text {
  fill: var(--red-700);
}

.coverage-map-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  padding-top: 0.8rem;
  margin: 0;
  border-top: 1px solid rgba(11, 79, 159, 0.16);
}

.coverage-map-meta dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.coverage-map-meta dd {
  margin: 0.12rem 0 0;
  color: var(--blue-900);
  font-weight: 900;
}

.locations-highlights {
  background: var(--white);
}

.coverage-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.coverage-highlight-card {
  min-height: 172px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.72);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.06);
}

.coverage-highlight-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  margin-bottom: 0.65rem;
  border-radius: var(--radius);
  color: var(--red-700);
  background: var(--red-100);
  font-weight: 900;
}

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

.service-coverage-section {
  background: var(--white);
}

.service-coverage-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.service-coverage-grid {
  display: grid;
  gap: 0.85rem;
}

.service-coverage-card {
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid var(--line);
  border-left: 3px solid rgba(201, 40, 50, 0.72);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.06);
}

.service-coverage-card h3 {
  margin-bottom: 0.65rem;
}

.coverage-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.coverage-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.62rem;
  border: 1px solid rgba(201, 40, 50, 0.18);
  border-radius: var(--radius);
  color: var(--blue-900);
  background: linear-gradient(180deg, #ffffff 0%, var(--red-100) 100%);
  font-weight: 800;
}

.coverage-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.coverage-service-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--blue-900);
  font-weight: 800;
}

.coverage-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-700);
}

.standards-section,
.resources-section,
.specialties-preview {
  padding: clamp(2.35rem, 5vw, 4.35rem) 0;
}

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

.standard-grid,
.resource-grid,
.practice-grid {
  display: grid;
  gap: 0.85rem;
}

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

.standard-grid article,
.resource-card,
.practice-grid span,
.calculator-form,
.calculator-result {
  border: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.68);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.06);
}

.standard-grid article,
.resource-card {
  min-height: 154px;
  padding: 1rem;
}

.standard-grid p,
.resource-card p {
  color: var(--muted);
}

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

.resource-card {
  display: grid;
  align-content: start;
  color: var(--ink);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.resource-card:hover,
.resource-card:focus {
  transform: translateY(-3px);
  border-color: rgba(201, 40, 50, 0.35);
  box-shadow: 0 20px 50px rgba(8, 43, 95, 0.12);
}

.resource-card span {
  margin-top: auto;
  color: var(--red-700);
  font-weight: 900;
}

.specialties-preview {
  background: var(--white);
  padding: clamp(2rem, 4vw, 3.2rem) 0 clamp(1.05rem, 2.5vw, 2.1rem);
}

.specialties-preview + .process-section {
  padding-top: clamp(1.05rem, 2.5vw, 2.15rem);
}

.specialties-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.25rem;
  align-items: start;
}

.specialties-layout p {
  color: var(--muted);
}

.inline-button {
  width: max-content;
  margin-top: 0.75rem;
}

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

.practice-grid.large-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.practice-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0.7rem 0.85rem;
  color: var(--blue-900);
  font-weight: 900;
}

.consultation-next-steps {
  background: var(--white);
}

.consultation-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.consultation-plan-grid article {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.72);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.06);
}

.consultation-plan-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.roomy-list {
  gap: 0.75rem;
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: 1rem;
  align-items: start;
}

.calculator-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1rem;
}

.calculator-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--blue-900);
  font-weight: 800;
}

.calculator-form input {
  width: 100%;
  min-height: 48px;
  padding: 0.68rem 0.78rem;
  border: 1px solid #cbd7e6;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
}

.calculator-result {
  padding: 1rem;
}

.calculator-result h2 {
  margin-bottom: 0.5rem;
}

.calculator-result p:not(.eyebrow) {
  color: var(--muted);
}

.calculator-result dl {
  display: grid;
  gap: 0.45rem;
  margin: 0.95rem 0 0;
}

.calculator-result div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0;
  border-top: 1px solid var(--line);
}

.calculator-result dt {
  color: var(--muted);
}

.calculator-result dd {
  margin: 0;
  color: var(--blue-900);
  font-weight: 900;
}

.content-section {
  padding: clamp(2.35rem, 5vw, 4.35rem) 0;
  background: var(--white);
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 1rem;
  align-items: start;
}

.content-panel,
.side-panel,
.privacy-content,
.faq-item {
  border: 1px solid var(--line);
  border-top: 3px solid rgba(201, 40, 50, 0.68);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(8, 43, 95, 0.06);
}

.content-panel,
.side-panel,
.privacy-content {
  padding: clamp(1rem, 2.2vw, 1.45rem);
}

.content-panel p,
.side-panel p,
.privacy-content p {
  color: var(--muted);
}

.content-panel p:last-child,
.privacy-content p:last-child {
  margin-bottom: 0;
}

.side-panel {
  position: sticky;
  top: 112px;
}

.detail-list {
  display: grid;
  gap: 0.52rem;
  padding: 0;
  margin: 0.7rem 0 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--blue-900);
  font-weight: 700;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-700);
}

.service-link-card {
  color: var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-link-card:hover,
.service-link-card:focus {
  transform: translateY(-3px);
  border-color: rgba(201, 40, 50, 0.35);
  box-shadow: 0 20px 50px rgba(8, 43, 95, 0.12);
}

.card-link {
  align-self: end;
  color: var(--red-700);
  font-weight: 900;
}

.cta-band {
  padding: clamp(2.2rem, 5vw, 3.8rem) 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(201, 40, 50, 0.92) 0 4px, transparent 4px),
    linear-gradient(90deg, var(--blue-900), var(--blue-700));
}

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.cta-band p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}

.secondary-button.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: start;
}

.faq-item {
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
}

.faq-row {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
}

.faq-row > span:not(.faq-toggle-icon) {
  color: var(--red-700);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-question {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.faq-question h2 {
  margin: 0;
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.85rem;
  padding: 0;
  border: 0;
  color: var(--blue-900);
  background: transparent;
  font-size: 1.05rem;
  line-height: 1.28;
  font-weight: 900;
  text-align: left;
}

.faq-toggle:hover,
.faq-toggle:focus {
  color: var(--red-700);
}

.faq-toggle:focus-visible {
  outline: 3px solid rgba(11, 79, 159, 0.18);
  outline-offset: 4px;
}

.faq-toggle-icon {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red-700);
  transition: transform 220ms ease, background 220ms ease;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transform: translate(-50%, -50%);
}

.faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 220ms ease;
}

.faq-toggle[aria-expanded="true"] .faq-toggle-icon {
  background: var(--blue-900);
  transform: rotate(180deg);
}

.faq-toggle[aria-expanded="true"] .faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 320ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms ease;
}

.faq-answer-panel.is-open {
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
}

.privacy-content {
  max-width: 900px;
}

.privacy-content h2 {
  margin-top: 1.15rem;
  font-size: 1.45rem;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content a {
  color: var(--blue-700);
  font-weight: 900;
}

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

.location-card {
  min-height: 190px;
}

.location-card > p {
  margin-bottom: 0.25rem;
  color: var(--red-700);
  font-weight: 900;
  text-transform: uppercase;
}

.location-card address {
  font-style: normal;
}

.location-card a {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--red-700);
  font-weight: 900;
}

.site-footer {
  background: var(--blue-900);
  color: var(--white);
}

.footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, var(--red-700) 0 5px, transparent 5px),
    linear-gradient(135deg, #0b4f9f 0%, #082b5f 64%, #0a3777 100%);
}

.footer-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  align-items: center;
  gap: 1.15rem;
  padding: 1.55rem 0;
}

.footer-cta h2 {
  max-width: 820px;
  margin: 0.12rem 0 0.38rem;
  color: var(--white);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.footer-cta p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(135px, 0.66fr)) minmax(230px, 1fr);
  gap: 1.1rem;
  padding: 1.65rem 0;
}

.footer-brand {
  max-width: 360px;
}

.footer-brand p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.footer-brand strong {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--white);
  font-size: 0.95rem;
}

.footer-brand img {
  width: 210px;
  height: auto;
  box-sizing: border-box;
  padding: 0.25rem 0.4rem;
  border-radius: var(--radius);
  background: var(--white);
}

.footer-column h2 {
  margin: 0 0 0.5rem;
  color: var(--white);
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  display: flex;
  width: fit-content;
  margin: 0.18rem 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.35;
}

.footer-column a:hover,
.footer-column a:focus {
  color: var(--white);
}

.footer-contact address {
  display: grid;
  gap: 0.52rem;
  margin: 0 0 0.52rem;
  font-style: normal;
}

.footer-contact address a {
  display: grid;
  width: auto;
  gap: 0.15rem;
}

.footer-contact strong {
  color: var(--white);
  font-size: 0.88rem;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.copyright {
  margin: 0;
  padding: 0.76rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.floating-message {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--red-700);
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(201, 40, 50, 0.28);
}

body[data-page="resources"] .floating-message,
body[data-page="services"] .floating-message,
body[data-page="contact"] .floating-message,
body[data-page="consultation"] .floating-message {
  display: none;
}

.mobile-sticky-actions {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 45;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px solid rgba(219, 228, 239, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(8, 43, 95, 0.18);
  backdrop-filter: blur(14px);
}

.mobile-sticky-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  color: var(--blue-900);
  background: var(--blue-100);
  font-weight: 900;
}

.mobile-sticky-actions a:last-child {
  color: var(--white);
  background: var(--red-700);
}

.message-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(8, 43, 95, 0.64);
}

.message-modal[hidden] {
  display: none;
}

.modal-panel {
  position: relative;
  width: min(520px, 100%);
  padding: 1.4rem;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.message-screen {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  width: min(820px, 100%);
  min-height: 430px;
  overflow: hidden;
  padding: 0;
}

.message-screen .modal-close {
  z-index: 2;
}

.modal-media {
  min-height: 430px;
}

.modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-copy {
  align-self: center;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.modal-panel p {
  color: var(--muted);
}

.modal-panel .secondary-button {
  color: var(--blue-900);
  border-color: var(--line);
  background: var(--white);
}

.modal-close {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue-900);
  background: var(--white);
  font-weight: 900;
}

@keyframes rowFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes claimProgress {
  0% {
    transform: translateX(-90%);
  }
  55% {
    transform: translateX(70%);
  }
  100% {
    transform: translateX(180%);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateX(-46px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes pageHeroItemIn {
  from {
    opacity: 0;
    filter: blur(7px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.text-reveal {
  --text-reveal-x: 0;
  --text-reveal-y: 0;
  --text-reveal-scale: 1;
  --text-reveal-delay: 0ms;
  opacity: 0;
  filter: blur(var(--text-reveal-blur, 0));
  clip-path: inset(var(--text-reveal-clip, 0));
  transform: translate3d(var(--text-reveal-x), var(--text-reveal-y), 0) scale(var(--text-reveal-scale));
  transition:
    opacity 680ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms ease,
    clip-path 820ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--text-reveal-delay);
  will-change: opacity, transform, filter, clip-path;
}

.text-reveal.reveal-left {
  --text-reveal-x: -34px;
}

.text-reveal.reveal-right {
  --text-reveal-x: 38px;
}

.text-reveal.reveal-up {
  --text-reveal-y: 34px;
}

.text-reveal.reveal-soft-scale {
  --text-reveal-y: 18px;
  --text-reveal-scale: 0.96;
  --text-reveal-blur: 8px;
}

.text-reveal.reveal-line {
  --text-reveal-y: 10px;
  --text-reveal-clip: 0 100% 0 0;
}

.text-reveal.is-visible {
  --text-reveal-x: 0;
  --text-reveal-y: 0;
  --text-reveal-scale: 1;
  --text-reveal-blur: 0;
  --text-reveal-clip: 0;
  opacity: 1;
}

.motion-reveal {
  --motion-reveal-x: 0;
  --motion-reveal-y: 0;
  --motion-reveal-scale: 1;
  --motion-reveal-blur: 5px;
  --motion-reveal-delay: 0ms;
  --motion-hover-y: 0px;
  opacity: 0;
  filter: blur(var(--motion-reveal-blur));
  transform: translate3d(var(--motion-reveal-x), calc(var(--motion-reveal-y) + var(--motion-hover-y)), 0) scale(var(--motion-reveal-scale));
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
  transition-delay: var(--motion-reveal-delay), var(--motion-reveal-delay), var(--motion-reveal-delay), 0ms, 0ms, 0ms, 0ms;
  will-change: opacity, transform, filter;
}

.motion-reveal.motion-left {
  --motion-reveal-x: -34px;
}

.motion-reveal.motion-right {
  --motion-reveal-x: 34px;
}

.motion-reveal.motion-up {
  --motion-reveal-y: 32px;
}

.motion-reveal.motion-pop {
  --motion-reveal-y: 20px;
  --motion-reveal-scale: 0.96;
  --motion-reveal-blur: 8px;
}

.motion-reveal.is-visible {
  --motion-reveal-x: 0;
  --motion-reveal-y: 0;
  --motion-reveal-scale: 1;
  --motion-reveal-blur: 0;
  opacity: 1;
}

.motion-reveal.is-visible.service-link-card:hover,
.motion-reveal.is-visible.service-link-card:focus,
.motion-reveal.is-visible.media-card:hover,
.motion-reveal.is-visible.media-card:focus-within,
.motion-reveal.is-visible.side-panel-image:hover,
.motion-reveal.is-visible.side-panel-image:focus-within {
  --motion-hover-y: -4px;
}

@keyframes heroPanelIn {
  from {
    opacity: 0;
    transform: translateX(64px);
  }
  to {
    opacity: var(--hero-panel-opacity, 1);
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-content > *,
  .page-hero-inner > *,
  .claim-board,
  .metric-panel,
  .text-reveal,
  .motion-reveal {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 1040px) {
  .claim-board,
  .metric-panel {
    --hero-panel-opacity: 0.42;
  }

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

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

  .process-track article {
    border-bottom: 1px solid var(--line);
  }

  .process-track article:nth-child(2n) {
    border-right: 0;
  }

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

  .proof-grid,
  .standard-grid,
  .resource-grid,
  .visual-grid,
  .coverage-highlight-grid,
  .practice-grid.large-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 76px;
  }

  section[id],
  form[id] {
    scroll-margin-top: 76px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .contact-strip {
    display: none;
  }

  .nav-shell {
    width: min(1180px, calc(100% - 1.25rem));
    min-height: 60px;
  }

  .brand-link img {
    width: 168px;
    height: auto;
    max-height: 48px;
  }

  .nav-toggle {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 80;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.55rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a,
  .text-button,
  .dropdown-button,
  .nav-cta {
    justify-content: flex-start;
    width: 100%;
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 0.45rem;
    padding-bottom: 0.55rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-actions a {
    justify-content: center;
    min-height: 42px;
    padding: 0.62rem 0.55rem;
    border-radius: var(--radius);
    color: var(--blue-900);
    background: var(--blue-100);
    font-weight: 900;
  }

  .mobile-menu-actions a:last-child {
    color: var(--white);
    background: var(--red-700);
  }

  .nav-links > a,
  .dropdown-button {
    min-height: 46px;
    padding: 0.74rem 0.55rem;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    display: none;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    min-width: 0;
    margin: 0.1rem 0 0.45rem;
    padding: 0.3rem 0.4rem 0.4rem;
    box-shadow: none;
  }

  .dropdown-menu a {
    min-height: 40px;
    padding: 0.58rem 0.55rem 0.58rem 0.9rem;
    border-bottom: 1px solid rgba(219, 228, 239, 0.72);
    font-size: 0.95rem;
  }

  .dropdown-menu a:last-child {
    border-bottom: 0;
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: none;
  }

  .nav-dropdown.is-open .dropdown-menu {
    display: grid;
  }

  .claim-board {
    right: -120px;
    top: 190px;
    width: 460px;
    --hero-panel-opacity: 0.18;
  }

  .metric-panel {
    display: none;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
    max-width: none;
  }

  .footer-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.7rem;
  }

  .footer-brand img {
    width: 156px;
    max-height: 52px;
    object-fit: contain;
  }

  .footer-brand p {
    margin: 0;
  }

  .footer-brand strong {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .footer-contact address {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .footer-contact address a,
  .footer-contact > a {
    margin: 0;
    padding: 0.52rem 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.05);
  }

  .footer-contact > a {
    display: inline-flex;
    margin: 0.25rem 0.35rem 0 0;
  }
}

@media (max-width: 920px) {
  body {
    padding-bottom: 72px;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.footer-visible {
    padding-bottom: 0;
  }

  body.menu-open .mobile-sticky-actions {
    display: none;
  }

  body.footer-visible .mobile-sticky-actions {
    display: none;
  }

  body[data-page="contact"],
  body[data-page="resources"],
  body[data-page="consultation"] {
    padding-bottom: 0;
  }

  body[data-page="contact"] .mobile-sticky-actions,
  body[data-page="resources"] .mobile-sticky-actions,
  body[data-page="consultation"] .mobile-sticky-actions {
    display: none;
  }

  .contact-strip {
    display: none;
  }

  .nav-shell {
    width: min(1180px, calc(100% - 1.25rem));
    min-height: 60px;
  }

  .brand-link img {
    width: 168px;
    height: auto;
    max-height: 48px;
  }

  .nav-toggle {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.35rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.55rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a,
  .text-button,
  .dropdown-button,
  .nav-cta {
    justify-content: flex-start;
    width: 100%;
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 0.45rem;
    padding-bottom: 0.55rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu-actions a {
    justify-content: center;
    min-height: 42px;
    padding: 0.62rem 0.55rem;
    border-radius: var(--radius);
    color: var(--blue-900);
    background: var(--blue-100);
    font-weight: 900;
  }

  .mobile-menu-actions a:last-child {
    color: var(--white);
    background: var(--red-700);
  }

  .nav-links > a,
  .dropdown-button {
    min-height: 46px;
    padding: 0.74rem 0.55rem;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    display: none;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    min-width: 0;
    margin: 0.1rem 0 0.45rem;
    padding: 0.3rem 0.4rem 0.4rem;
    box-shadow: none;
  }

  .dropdown-menu a {
    min-height: 40px;
    padding: 0.58rem 0.55rem 0.58rem 0.9rem;
    border-bottom: 1px solid rgba(219, 228, 239, 0.72);
    font-size: 0.95rem;
  }

  .dropdown-menu a:last-child {
    border-bottom: 0;
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: none;
  }

  .nav-dropdown.is-open .dropdown-menu {
    display: grid;
  }

  .page-hero-inner {
    padding: clamp(2.4rem, 8vw, 3.6rem) 0 clamp(2.1rem, 6vw, 3rem);
  }

  .page-hero h1 {
    font-size: clamp(2.2rem, 7vw, 3.8rem);
    line-height: 1.02;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .breadcrumb {
    margin-bottom: 0.9rem;
    font-size: 0.86rem;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-content {
    padding-top: 5rem;
  }

  .claim-board {
    right: -120px;
    top: 280px;
    width: 420px;
    opacity: 0.18;
  }

  .metric-panel {
    display: none;
  }

  .mobile-sticky-actions {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    left: 0.55rem;
    right: 0.55rem;
    bottom: max(0.55rem, env(safe-area-inset-bottom));
    gap: 0.4rem;
    padding: 0.38rem;
  }

  .mobile-sticky-actions a {
    min-height: 42px;
  }

  .floating-message {
    display: none;
  }

  .intro-layout,
  .about-layout,
  .coverage-layout,
  .message-layout,
  .consultation-layout,
  .footer-layout,
  .location-grid,
  .page-grid,
  .service-coverage-layout,
  .cta-layout,
  .specialties-layout,
  .calculator-layout,
  .faq-list,
  .consultation-plan-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .service-grid,
  .benefit-grid,
  .coverage-highlight-grid,
  .proof-grid,
  .standard-grid,
  .resource-grid,
  .visual-grid,
  .practice-grid,
  .practice-grid.large-grid,
  .calculator-form {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 2rem;
  }

  .trust-strip div {
    min-height: 104px;
    padding: 0.75rem;
  }

  .trust-strip dt {
    font-size: 1.35rem;
  }

  .trust-strip dd {
    font-size: 0.78rem;
  }

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

  .process-track article,
  .process-track article:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-track article:last-child {
    border-bottom: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 0;
  }

  .footer-cta-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.45rem 0;
  }

  .footer-cta h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .footer-cta-actions {
    justify-content: flex-start;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
    padding: 1.35rem 0 1.05rem;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
    max-width: none;
  }

  .footer-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.7rem;
  }

  .footer-brand img {
    width: 146px;
    max-height: 50px;
    object-fit: contain;
  }

  .footer-brand p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .footer-brand strong {
    grid-column: 1 / -1;
    margin-top: 0;
    font-size: 0.86rem;
  }

  .footer-column h2 {
    margin-bottom: 0.4rem;
    font-size: 0.82rem;
  }

  .footer-column a {
    margin: 0.18rem 0;
    font-size: 0.9rem;
  }

  .footer-contact address {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .footer-contact address a,
  .footer-contact > a {
    margin: 0;
    padding: 0.52rem 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.86rem;
  }

  .footer-contact > a {
    display: inline-flex;
    margin: 0.25rem 0.35rem 0 0;
  }

  .copyright {
    padding: 0.68rem 1rem;
    font-size: 0.78rem;
  }
}

@media (max-width: 520px) {
  .text-reveal.reveal-left,
  .text-reveal.reveal-right {
    --text-reveal-x: 0;
    --text-reveal-y: 24px;
  }

  .message-screen {
    grid-template-columns: 1fr;
    min-height: 0;
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
  }

  .modal-media {
    min-height: 190px;
  }

  .modal-media img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .modal-copy {
    padding: 1.1rem;
  }

  .location-photo-card img {
    height: 190px;
    aspect-ratio: auto;
  }

  .service-overview-media img,
  .contact-support-media img {
    height: 200px;
  }

  .specialties-media img {
    height: 250px;
    object-position: center top;
  }

  .side-panel-image img {
    height: 155px;
  }

  .side-panel-image figcaption {
    font-size: 0.8rem;
  }

  .page-hero-inner {
    padding: 2rem 0 2.2rem;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .breadcrumb {
    gap: 0.32rem;
  }

  .coverage-map-header,
  .coverage-map-meta,
  .coverage-service-list {
    grid-template-columns: 1fr;
  }

  .coverage-map-header strong {
    justify-content: flex-start;
    width: 100%;
  }

  .coverage-pin text {
    display: none;
  }

  .coverage-map-card {
    padding: 0.85rem;
  }

  .coverage-highlight-card,
  .location-card {
    min-height: auto;
  }

  .footer-cta-inner {
    gap: 0.7rem;
    padding: 1rem 0;
  }

  .footer-cta h2 {
    margin-bottom: 0;
    font-size: 1.35rem;
  }

  .footer-cta p:not(.eyebrow) {
    display: none;
  }

  .footer-cta-actions {
    gap: 0.5rem;
  }

  .footer-cta-actions .primary-button,
  .footer-cta-actions .secondary-button {
    min-height: 42px;
    padding: 0.65rem 0.8rem;
  }

  .footer-main {
    gap: 0.62rem 0.7rem;
    padding: 0.8rem 0 0.6rem;
  }

  .footer-brand {
    gap: 0.35rem;
  }

  .footer-brand img {
    width: 132px;
    max-height: 44px;
  }

  .footer-brand p {
    display: none;
  }

  .footer-brand strong {
    display: none;
  }

  .footer-column h2 {
    margin-bottom: 0.28rem;
    font-size: 0.76rem;
  }

  .footer-column[aria-label="Services footer navigation"] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.75rem;
  }

  .footer-column[aria-label="Services footer navigation"] h2 {
    grid-column: 1 / -1;
  }

  .footer-column a {
    margin: 0.08rem 0;
    font-size: 0.82rem;
    line-height: 1.24;
  }

  .footer-contact address {
    gap: 0.35rem;
  }

  .footer-contact address a,
  .footer-contact > a {
    padding: 0.42rem 0.5rem;
    font-size: 0.8rem;
  }

  .footer-contact strong {
    font-size: 0.78rem;
  }

  .footer-contact span {
    font-size: 0.8rem;
    line-height: 1.28;
  }

  .footer-contact > a[href^="https"] {
    display: none;
  }

  .copyright {
    padding: 0.54rem 0.8rem;
  }

  .hero-actions,
  .modal-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

.floating-message {
    display: none;
  }
}

.language-picker {
  --language-size: 34px;
  position: relative;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 0.45rem;
}

.language-picker-nav {
  display: none;
}

.language-picker-strip {
  --language-size: 30px;
  margin-left: auto;
}

.language-trigger,
.language-choice {
  display: inline-grid;
  place-items: center;
  width: var(--language-size);
  height: var(--language-size);
  border-radius: 999px;
  border: 1px solid rgba(11, 79, 159, 0.2);
  background: var(--white);
  color: var(--blue-900);
  box-shadow: 0 10px 22px rgba(8, 43, 95, 0.13);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.language-trigger {
  --language-size: 42px;
  border-color: rgba(201, 40, 50, 0.18);
}

.language-picker-strip .language-trigger {
  --language-size: 30px;
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.language-picker-strip .language-globe {
  width: 15px;
  height: 15px;
  border-width: 1.7px;
}

.language-trigger:hover,
.language-trigger:focus-visible,
.language-choice:hover,
.language-choice:focus-visible,
.language-choice[aria-selected="true"] {
  transform: translateY(-1px);
  border-color: rgba(201, 40, 50, 0.48);
  box-shadow: 0 14px 28px rgba(8, 43, 95, 0.18);
}

.language-globe {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.language-globe::before,
.language-globe::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.5px solid currentColor;
  border-top: 0;
  border-bottom: 0;
  border-radius: 999px;
}

.language-globe::after {
  inset: 8px 2px auto;
  height: 0;
  border: 0;
  border-top: 1.5px solid currentColor;
  border-radius: 0;
}

.language-menu {
  position: absolute;
  right: calc(100% - 0.05rem);
  top: 50%;
  z-index: 110;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.38rem;
  width: max-content;
  max-width: min(78vw, 360px);
  padding: 0.15rem 0.55rem 0.15rem 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(12px, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.language-picker::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  display: none;
  width: 0.85rem;
  height: 54px;
  transform: translateY(-50%);
}

.language-picker.is-open::before,
.language-picker:hover::before,
.language-picker:focus-within::before {
  display: block;
}

.language-picker.is-open .language-menu,
.language-picker:hover .language-menu,
.language-picker:focus-within .language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.language-choice {
  padding: 0;
  overflow: hidden;
}

.language-flag {
  display: inline-grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
}

.language-flag-us {
  background: linear-gradient(135deg, #1d4ed8, #b91c1c 58%, #ffffff 59%);
}

.language-flag-es {
  background: linear-gradient(180deg, #c1121f 0 28%, #facc15 28% 72%, #c1121f 72%);
}

.language-flag-cn {
  background: linear-gradient(135deg, #dc2626, #f59e0b);
}

.language-flag-ph {
  background: linear-gradient(135deg, #ffffff 0 26%, #2563eb 26% 63%, #dc2626 63%);
  color: #0f172a;
  text-shadow: none;
}

.language-flag-vn {
  background: linear-gradient(135deg, #b91c1c, #ef4444);
}

.language-flag-sa {
  background: linear-gradient(135deg, #047857, #065f46);
}

.language-flag-fr {
  background: linear-gradient(90deg, #1d4ed8 0 33%, #ffffff 33% 66%, #dc2626 66%);
  color: #111827;
  text-shadow: none;
}

.language-flag-in {
  background: linear-gradient(180deg, #f97316 0 33%, #ffffff 33% 66%, #15803d 66%);
  color: #1e3a8a;
  text-shadow: none;
}

.language-flag-pk {
  background: linear-gradient(90deg, #ffffff 0 24%, #047857 24%);
  color: #ffffff;
}

.translate-engine {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

@media (max-width: 1080px) {
  .language-picker-nav {
    display: inline-flex;
    margin-left: auto;
    margin-right: 0.55rem;
  }

  .language-trigger {
    --language-size: 38px;
  }

  .language-picker {
    --language-size: 31px;
  }

  .language-menu {
    top: calc(100% - 0.05rem);
    right: 0;
    max-width: min(70vw, 300px);
    gap: 0.32rem;
    padding: 0.55rem 0 0;
    transform: translateY(-6px);
  }

  .language-picker::before {
    right: 0;
    top: 100%;
    width: min(70vw, 300px);
    height: 0.65rem;
    transform: none;
  }

  .language-picker.is-open .language-menu,
  .language-picker:hover .language-menu,
  .language-picker:focus-within .language-menu {
    transform: translateY(0);
  }
}

@media (max-width: 520px) {
  .language-picker-nav {
    margin-right: 0.42rem;
  }

  .language-trigger {
    --language-size: 36px;
  }

  .language-picker {
    --language-size: 29px;
  }

  .language-menu {
    right: 0;
    max-width: min(68vw, 230px);
  }
}
