@font-face {
  font-family: "Exo";
  src: url("../fonts/exo-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Financing Page */
.financing-main {
  background:
    radial-gradient(circle at 8% 10%, rgba(243, 111, 33, 0.07), transparent 24%),
    radial-gradient(circle at 90% 90%, rgba(30, 107, 168, 0.09), transparent 30%),
    #f7faff;
}

.finx-hero {
  position: relative;
  padding: clamp(6.6rem, 8.8vw, 8rem) 0 2.8rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(245, 131, 45, 0.24), transparent 30%),
    linear-gradient(131deg, #123661 0%, #1b4f85 49%, #226eaf 100%);
}

.finx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(-32deg, rgba(255, 255, 255, 0.05) 0 84px, transparent 84px 174px),
    radial-gradient(circle at 86% 82%, rgba(255, 255, 255, 0.1), transparent 26%);
  pointer-events: none;
}

.finx-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.2rem, 2.8vw, 2.2rem);
  align-items: center;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 32, 61, 0.18);
  backdrop-filter: blur(6px);
}

.finx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.56rem 1.08rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.89rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.finx-hero-content h1 {
  margin: 0;
  max-width: 14ch;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.finx-hero-content p {
  margin: 0.95rem 0 0;
  max-width: 60ch;
  color: rgba(235, 244, 255, 0.94);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.62;
}

.finx-feature-list {
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
  list-style: none;
}

.finx-feature-list li {
  min-height: 44px;
  padding: 0.56rem 0.68rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.11);
  color: #f2f8ff;
  font-size: 0.88rem;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
}

.finx-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.finx-actions .button-secondary,
.finx-actions .button-outline {
  min-width: 198px;
  justify-content: center;
}

.finx-actions .button-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.56);
}

.finx-actions .button-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.finx-approval-card {
  position: relative;
  min-height: 420px;
  padding: 1.05rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 18%, rgba(248, 149, 72, 0.18), transparent 34%),
    linear-gradient(148deg, rgba(14, 43, 80, 0.95) 0%, rgba(21, 69, 120, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 30px 48px rgba(7, 23, 46, 0.3);
  display: grid;
  align-content: start;
  gap: 1rem;
}

.finx-approval-head strong {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.2;
}

.finx-approval-head span {
  margin-top: 0.28rem;
  display: block;
  color: rgba(230, 241, 255, 0.85);
  font-size: 0.92rem;
}

.finx-approval-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.finx-approval-kpis article {
  padding: 0.78rem 0.66rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  text-align: center;
}

.finx-approval-kpis span {
  display: block;
  color: rgba(231, 241, 255, 0.82);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.finx-approval-kpis strong {
  margin-top: 0.36rem;
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.finx-approval-steps {
  display: grid;
  gap: 0.55rem;
}

.finx-approval-steps p {
  margin: 0;
  min-height: 44px;
  padding: 0.56rem 0.66rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(237, 245, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.finx-approval-steps p span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(142deg, #f36f21, #ff9447);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.finx-benefits {
  margin-top: -0.8rem;
  padding: 0 0 2.3rem;
}

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

.finx-benefit-card {
  position: relative;
  min-height: 220px;
  padding: 1.1rem 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d6e0ed;
  box-shadow: 0 20px 34px rgba(13, 39, 69, 0.09);
}

.finx-benefit-card::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  top: 0.85rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f36f21, #1e6ba8);
}

.finx-benefit-icon {
  margin-top: 0.75rem;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(155deg, #fff3e8, #ffe8d6);
  border: 1px solid #ffd4b4;
}

.finx-benefit-card h3 {
  margin: 0.9rem 0 0;
  color: #18254f;
  font-size: 1.28rem;
  line-height: 1.23;
}

.finx-benefit-card p {
  margin: 0.58rem 0 0;
  color: #516781;
  line-height: 1.6;
}

.finx-plan-section {
  padding: 0.5rem 0 2.2rem;
}

.finx-plan-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: start;
}

.finx-plan-copy h2 {
  margin: 0.92rem 0 0;
  color: #18254f;
  font-size: clamp(1.88rem, 3vw, 2.6rem);
  line-height: 1.12;
}

.finx-plan-copy p {
  margin: 0.9rem 0 0;
  color: #516781;
  line-height: 1.62;
  font-size: 1.08rem;
}

.finx-plan-cards {
  display: grid;
  gap: 0.8rem;
}

.finx-plan-card {
  padding: 1rem 0.95rem;
  border-radius: 18px;
  border: 1px solid #d3deec;
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(13, 39, 69, 0.08);
}

.finx-plan-card h3 {
  margin: 0;
  color: #18254f;
  font-size: 1.22rem;
  line-height: 1.25;
}

.finx-plan-card p {
  margin: 0.52rem 0 0;
  color: #516781;
  line-height: 1.58;
}

.finx-flow {
  padding: 1.2rem 0 2.4rem;
}

.finx-flow-heading {
  max-width: 880px;
  margin: 0 auto;
}

.finx-flow-track {
  position: relative;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.finx-flow-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(243, 111, 33, 0.4), rgba(30, 107, 168, 0.44));
}

.finx-step-card {
  position: relative;
  min-height: 214px;
  padding: 1.3rem 0.9rem 0.9rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d6e1ef;
  box-shadow: 0 16px 30px rgba(14, 39, 71, 0.09);
}

.finx-step-no {
  position: absolute;
  left: 0.9rem;
  top: -19px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(140deg, #f36f21, #ff9547);
  box-shadow: 0 14px 24px rgba(243, 111, 33, 0.32);
}

.finx-step-card strong {
  display: block;
  margin-top: 0.55rem;
  color: #18254f;
  font-size: 1.14rem;
  line-height: 1.2;
}

.finx-step-card p {
  margin: 0.45rem 0 0;
  color: #50657f;
  line-height: 1.5;
  font-size: 0.95rem;
}

.finx-faq-cta {
  padding: 0.4rem 0 3.2rem;
}

.finx-faq-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
}

.finx-faq-shell,
.finx-cta-card {
  border-radius: 24px;
  padding: 1.15rem 1.05rem;
}

.finx-faq-shell {
  background: #ffffff;
  border: 1px solid #d6e1ef;
  box-shadow: 0 18px 34px rgba(12, 36, 66, 0.09);
}

.finx-faq-shell h2 {
  margin: 0.8rem 0 0;
  color: #18254f;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.finx-faq-list {
  margin-top: 0.88rem;
  display: grid;
  gap: 0.58rem;
}

.finx-faq-list details {
  padding: 0.78rem 0.82rem;
  border-radius: 14px;
  background: #f7fafd;
  border: 1px solid #d3dfef;
}

.finx-faq-list summary {
  color: #1a2c59;
  font-family: "Exo", sans-serif;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.36;
  cursor: pointer;
}

.finx-faq-list p {
  margin: 0.45rem 0 0;
  color: #556b84;
  line-height: 1.56;
}

.finx-cta-card {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 150, 70, 0.24), transparent 32%),
    linear-gradient(140deg, #123b71 0%, #1d5a97 100%);
  box-shadow: 0 24px 44px rgba(8, 23, 46, 0.22);
}

.finx-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finx-cta-card h3 {
  margin: 0.78rem 0 0;
  color: #ffffff;
  font-size: clamp(1.58rem, 2.8vw, 2rem);
  line-height: 1.08;
}

.finx-cta-card p {
  margin: 0.64rem 0 0.92rem;
  color: rgba(231, 241, 255, 0.9);
  line-height: 1.64;
}

.finx-cta-card .button-secondary {
  width: 100%;
  justify-content: center;
}

.finx-cta-note {
  margin-top: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  padding: 0.56rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #244866;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .finx-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finx-plan-layout {
    grid-template-columns: 1fr;
  }

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

  .finx-flow-track::before {
    display: none;
  }
}

@media (max-width: 1080px) {
  .finx-hero-shell,
  .finx-faq-cta-grid {
    grid-template-columns: 1fr;
  }

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

  .finx-approval-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .finx-hero {
    padding: 6rem 0 2.4rem;
  }

  .finx-hero-shell {
    border-radius: 24px;
    padding: 0.92rem;
  }

  .finx-hero-content h1 {
    max-width: none;
  }

  .finx-feature-list,
  .finx-benefit-grid,
  .finx-flow-track {
    grid-template-columns: 1fr;
  }

  .finx-approval-kpis {
    grid-template-columns: 1fr;
  }

  .finx-actions .button-secondary,
  .finx-actions .button-outline {
    width: 100%;
    min-width: 0;
  }

  .finx-cta-card .button-secondary {
    width: 100%;
  }
}

/* Contact Page */
.contact-page-main {
  background:
    radial-gradient(circle at 10% 10%, rgba(243, 111, 33, 0.07), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(30, 107, 168, 0.08), transparent 30%),
    #f7faff;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(6.6rem, 8.8vw, 8rem) 0 2.6rem;
  background:
    radial-gradient(circle at 15% 16%, rgba(247, 141, 66, 0.23), transparent 32%),
    linear-gradient(133deg, #123761 0%, #1a4d82 50%, #216baa 100%);
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(-32deg, rgba(255, 255, 255, 0.05) 0 86px, transparent 86px 176px),
    radial-gradient(circle at 84% 24%, rgba(255, 255, 255, 0.09), transparent 30%);
  pointer-events: none;
}

.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(1.15rem, 2.6vw, 2.15rem);
  align-items: center;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  margin-bottom: 0.98rem;
  padding: 0.56rem 1.02rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.89rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero-content h1 {
  margin: 0;
  max-width: 14ch;
  color: #ffffff;
  font-size: clamp(2.2rem, 5.2vw, 3.85rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.contact-hero-content p {
  margin: 0.95rem 0 0;
  max-width: 56ch;
  color: rgba(235, 244, 255, 0.94);
  font-size: clamp(1.02rem, 1.48vw, 1.16rem);
  line-height: 1.6;
}

.contact-hero-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.contact-hero-list li,
.contact-hero-list li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #eff6ff;
  font-size: 0.97rem;
  line-height: 1.4;
}

.contact-hero-list li a:hover {
  color: #ffffff;
}

.contact-hero-content .button-secondary {
  margin-top: 1.25rem;
  min-width: 240px;
  justify-content: center;
}

.contact-hero-card {
  position: relative;
  min-height: clamp(370px, 44vw, 560px);
  display: block;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 32px 56px rgba(8, 24, 48, 0.34);
}

.contact-hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 28, 58, 0.05), rgba(8, 28, 58, 0.5));
}

.contact-hero-card-badge {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.86rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(16, 50, 92, 0.75);
  backdrop-filter: blur(10px);
}

.contact-hero-card-badge strong {
  display: block;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
}

.contact-hero-card-badge span {
  display: block;
  margin-top: 0.22rem;
  color: rgba(232, 242, 255, 0.9);
  font-size: 0.92rem;
}

.contact-form-section {
  padding: 2.1rem 0 3.3rem;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: start;
}

.contact-info-panel,
.appointment-card {
  border-radius: 24px;
  border: 1px solid #d4dfec;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 20px 35px rgba(13, 39, 69, 0.09);
}

.contact-info-panel {
  padding: 1.2rem 1.06rem;
}

.contact-info-panel h2 {
  margin: 0.9rem 0 0;
  color: #18254f;
  font-size: clamp(1.72rem, 2.65vw, 2.45rem);
  line-height: 1.12;
}

.contact-info-panel p {
  margin: 0.82rem 0 0;
  color: #516781;
  line-height: 1.62;
  font-size: 1.02rem;
}

.contact-info-cards {
  margin-top: 1rem;
  display: grid;
  gap: 0.68rem;
}

.contact-info-cards article {
  min-height: 78px;
  padding: 0.76rem 0.78rem;
  border-radius: 14px;
  border: 1px solid #d3deec;
  background: #f7faff;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.52rem;
  align-items: start;
}

.contact-info-cards strong {
  display: block;
  color: #1a2e5a;
  font-size: 0.97rem;
}

.contact-info-cards span,
.contact-info-cards a {
  display: block;
  margin-top: 0.16rem;
  color: #516781;
  font-size: 0.94rem;
  line-height: 1.45;
}

.contact-info-cards a:hover {
  color: #1e6ba8;
}

.appointment-card {
  padding: 1.2rem 1.06rem;
}

.appointment-card h3 {
  margin: 0.82rem 0 0;
  color: #18254f;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  line-height: 1.15;
}

.appointment-intro {
  margin: 0.68rem 0 0;
  color: #556b84;
  line-height: 1.58;
}

.appointment-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.74rem;
}

.appointment-form-wizard {
  gap: 0.86rem;
}

.form-progress {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.56rem;
}

.form-progress-step {
  min-height: 56px;
  padding: 0.54rem 0.46rem;
  border-radius: 14px;
  border: 1px solid #d3deec;
  background: #f7faff;
  color: #6a7f98;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.2rem;
  text-align: center;
}

.form-progress-step span {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  border: 1px solid #cad8ea;
  background: #ffffff;
  color: #5a708b;
  font-size: 0.9rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-progress-step small {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.form-progress-step.is-active {
  border-color: rgba(243, 111, 33, 0.36);
  background: linear-gradient(180deg, #fff8f2 0%, #fffefc 100%);
  color: #183a63;
}

.form-progress-step.is-active span {
  border-color: rgba(243, 111, 33, 0.48);
  background: linear-gradient(145deg, #f36f21, #ff9649);
  color: #ffffff;
}

.form-progress-step.is-complete {
  border-color: rgba(46, 128, 74, 0.26);
  background: linear-gradient(180deg, #f2fbf3 0%, #fbfffc 100%);
}

.form-progress-step.is-complete span {
  border-color: rgba(46, 128, 74, 0.3);
  background: #dff4e4;
  color: #23663a;
}

.form-step {
  display: grid;
  gap: 0.74rem;
}

.form-step[hidden] {
  display: none !important;
}

.form-step-actions {
  margin-top: 0.08rem;
  display: flex;
  justify-content: space-between;
  gap: 0.62rem;
}

.form-nav-button {
  min-width: 158px;
  justify-content: center;
}

.appointment-form .button-outline {
  border: 1px solid #ccd9ea;
  background: #f8fbff;
  color: #1a2e5a;
}

.appointment-form .button-outline:hover {
  border-color: #b8cbe2;
  background: #eff5fd;
}

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

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

.appointment-form label {
  display: grid;
  gap: 0.34rem;
  color: #1f315b;
  font-size: 0.9rem;
  font-weight: 600;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: 1px solid #cdd9e9;
  border-radius: 12px;
  background: #ffffff;
  color: #1a2e5a;
  font-family: "Exo", sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  padding: 0.7rem 0.74rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.appointment-form textarea {
  resize: vertical;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  outline: none;
  border-color: #2b78b6;
  box-shadow: 0 0 0 3px rgba(43, 120, 182, 0.16);
}

.appointment-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.52rem;
  font-size: 0.86rem;
  color: #5b6f86;
  font-weight: 500;
}

.appointment-consent input {
  margin-top: 0.1rem;
}

.appointment-form .button-secondary {
  margin-top: 0.2rem;
  justify-content: center;
  width: 100%;
}

.appointment-form .button-secondary.is-submitting {
  opacity: 0.76;
  pointer-events: none;
}

.appointment-form-status {
  display: none;
  margin: 0.85rem 0 0;
  border: 1px solid #cdd9e9;
  border-radius: 16px;
  background: #f5f9ff;
  color: #1a2e5a;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.85rem 1rem;
}

.appointment-form-status.is-success {
  display: block;
  border-color: rgba(29, 122, 66, 0.3);
  background: #effaf3;
  color: #1d7a42;
}

.appointment-form-status.is-error {
  display: block;
  border-color: rgba(179, 40, 40, 0.28);
  background: #fff2f2;
  color: #b32828;
}

@media (max-width: 1080px) {
  .contact-hero-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-card {
    min-height: 390px;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    padding: 6rem 0 2.25rem;
  }

  .contact-hero-content h1 {
    max-width: none;
  }

  .contact-hero-content .button-secondary {
    width: 100%;
    min-width: 0;
  }

  .appointment-grid-2 {
    grid-template-columns: 1fr;
  }

  .form-progress-step {
    min-height: 54px;
    padding: 0.46rem 0.34rem;
  }

  .form-progress-step small {
    font-size: 0.68rem;
  }

  .form-step-actions {
    flex-direction: column;
  }

  .form-nav-button {
    width: 100%;
    min-width: 0;
  }
}

/* Individual Service Pages */
.service-detail-page .hero-section.service-detail-hero {
  position: relative;
  min-height: calc(100vh - 124px);
  padding: clamp(7.2rem, 9vw, 8.4rem) 0 3.2rem;
  overflow: hidden;
}

.service-detail-page .hero-section.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-30deg, rgba(255, 255, 255, 0.06) 0 86px, transparent 86px 182px);
  opacity: 0.45;
  pointer-events: none;
}

.heating-service-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 165, 62, 0.24), transparent 34%),
    radial-gradient(circle at 84% 80%, rgba(32, 109, 171, 0.32), transparent 42%),
    linear-gradient(132deg, #143760 0%, #1a4b7f 52%, #1d66a8 100%);
}

.commercial-refrigeration-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 16% 18%, rgba(74, 177, 255, 0.18), transparent 36%),
    radial-gradient(circle at 82% 82%, rgba(243, 111, 33, 0.2), transparent 38%),
    linear-gradient(132deg, #0f2f59 0%, #123f73 48%, #175893 100%);
}

.indoor-air-quality-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 145, 72, 0.22), transparent 34%),
    radial-gradient(circle at 88% 76%, rgba(90, 177, 228, 0.23), transparent 40%),
    linear-gradient(132deg, #15375f 0%, #225585 48%, #28699c 100%);
}

.reach-in-service-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 14% 16%, rgba(87, 178, 236, 0.22), transparent 34%),
    radial-gradient(circle at 84% 82%, rgba(244, 125, 49, 0.24), transparent 40%),
    linear-gradient(132deg, #12345d 0%, #1a4b7c 50%, #205e94 100%);
}

.walk-in-service-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 16% 22%, rgba(97, 184, 235, 0.19), transparent 37%),
    radial-gradient(circle at 82% 78%, rgba(245, 126, 46, 0.26), transparent 38%),
    linear-gradient(132deg, #102f56 0%, #174576 50%, #1a5a92 100%);
}

.residential-hvac-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 12% 17%, rgba(247, 143, 67, 0.2), transparent 35%),
    radial-gradient(circle at 88% 76%, rgba(84, 169, 223, 0.24), transparent 40%),
    linear-gradient(132deg, #153863 0%, #1d4f82 48%, #23659a 100%);
}

.commercial-hvac-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 14% 14%, rgba(70, 164, 227, 0.23), transparent 36%),
    radial-gradient(circle at 86% 82%, rgba(246, 132, 57, 0.24), transparent 38%),
    linear-gradient(132deg, #103158 0%, #164476 50%, #1b5d97 100%);
}

.builder-services-page .hero-section.service-detail-hero {
  background:
    radial-gradient(circle at 15% 17%, rgba(255, 151, 80, 0.21), transparent 34%),
    radial-gradient(circle at 86% 80%, rgba(86, 170, 228, 0.22), transparent 40%),
    linear-gradient(132deg, #12365f 0%, #1c4f82 49%, #23679e 100%);
}

.service-detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  align-items: stretch;
}

.service-detail-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.58rem 1.08rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-detail-hero-copy h1 {
  margin: 0;
  max-width: 14.4ch;
  color: #ffffff;
  font-size: clamp(2.05rem, 5vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.service-detail-hero-copy > p {
  margin: 1.05rem 0 0;
  max-width: 60ch;
  color: rgba(235, 244, 255, 0.94);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.64;
}

.service-detail-hero-actions {
  margin-top: 1.28rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.82rem;
}

.service-detail-hero-actions .button-secondary,
.service-detail-hero-actions .button-outline {
  min-width: 220px;
  justify-content: center;
}

.service-detail-hero-actions .button-outline {
  border-color: rgba(255, 255, 255, 0.54);
  color: #ffffff;
}

.service-detail-hero-actions .button-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.service-detail-hero-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.service-detail-hero-points li {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  color: rgba(240, 247, 255, 0.96);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

.service-detail-hero-points li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5822e;
  box-shadow: 0 0 0 5px rgba(245, 130, 46, 0.18);
  flex-shrink: 0;
}

.service-detail-hero-media {
  position: relative;
  margin: 0;
  min-height: clamp(500px, 44vw, 620px);
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 30px 54px rgba(9, 28, 58, 0.34);
}

.service-detail-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 21, 42, 0.06), rgba(7, 22, 46, 0.36));
}

.service-detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.service-offerings-section {
  position: relative;
  padding: 5.8rem 0 2.6rem;
  background:
    radial-gradient(circle at 12% 14%, rgba(24, 74, 131, 0.08), transparent 33%),
    radial-gradient(circle at 88% 88%, rgba(243, 111, 33, 0.09), transparent 34%),
    linear-gradient(180deg, #f7fafd 0%, #ffffff 100%);
}

.service-offerings-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-offering-card {
  position: relative;
  min-height: 210px;
  padding: 1.2rem 1.05rem 1.12rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d7e1ef;
  box-shadow:
    0 18px 30px rgba(18, 43, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-offering-card:hover {
  transform: translateY(-7px);
  border-color: #b9cde7;
  box-shadow: 0 28px 36px rgba(15, 44, 85, 0.13);
}

.service-offering-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #fff4ea 0%, #ffe9d9 100%);
  border: 1px solid #ffd6b6;
}

.service-offering-card h3 {
  margin: 0.9rem 0 0;
  color: #18254f;
  font-size: 1.32rem;
  line-height: 1.22;
}

.service-offering-card p {
  margin: 0.6rem 0 0;
  color: #4e6480;
  font-size: 1.03rem;
  line-height: 1.6;
}

.service-trust-section {
  padding: 1.6rem 0 2.8rem;
  background: #ffffff;
}

.service-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.service-trust-media {
  margin: 0;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #d2dded;
  box-shadow: 0 18px 34px rgba(17, 44, 84, 0.09);
}

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

.service-trust-content {
  padding: 1.1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid #d8e2f0;
  background:
    radial-gradient(circle at 95% 8%, rgba(245, 130, 46, 0.08), transparent 36%),
    linear-gradient(180deg, #f7fafd 0%, #f3f7fc 100%);
}

.service-trust-content h2 {
  margin: 0.8rem 0 0;
  max-width: 19ch;
  color: #18254f;
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
  line-height: 1.12;
}

.service-trust-content > p {
  margin: 0.92rem 0 0;
  color: #45607e;
  font-size: 1.04rem;
  line-height: 1.68;
}

.service-trust-bullets {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.74rem;
}

.service-trust-bullets > div {
  padding: 0.8rem 0.84rem;
  border-radius: 14px;
  border: 1px solid #d5e1f0;
  background: #ffffff;
}

.service-trust-bullets strong {
  display: block;
  color: #1b2f5a;
  font-size: 1rem;
  line-height: 1.35;
}

.service-trust-bullets span {
  margin-top: 0.34rem;
  display: block;
  color: #4b6280;
  font-size: 0.94rem;
  line-height: 1.5;
}

.service-faq-section {
  padding: 2.2rem 0 3rem;
  background:
    radial-gradient(circle at 10% 85%, rgba(24, 74, 131, 0.06), transparent 32%),
    radial-gradient(circle at 92% 16%, rgba(243, 111, 33, 0.08), transparent 30%),
    #f8fbff;
}

.service-faq-grid {
  margin-top: 1.85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.service-faq-grid details {
  border-radius: 16px;
  border: 1px solid #d4dfef;
  background: #ffffff;
  padding: 0.88rem 0.98rem;
}

.service-faq-grid summary {
  list-style: none;
  cursor: pointer;
  color: #1a315c;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.service-faq-grid summary::-webkit-details-marker {
  display: none;
}

.service-faq-grid summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c5d7ee;
  color: #1f3d6f;
  font-size: 1rem;
  flex-shrink: 0;
}

.service-faq-grid details[open] summary::after {
  content: "−";
}

.service-faq-grid details p {
  margin: 0.62rem 0 0;
  color: #4f6683;
  font-size: 0.94rem;
  line-height: 1.58;
}

.service-detail-closing {
  padding-top: 2.2rem;
}

@media (max-width: 1220px) {
  .service-offerings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-trust-media {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .service-detail-page .hero-section.service-detail-hero {
    min-height: auto;
    padding: clamp(7rem, 12vw, 7.8rem) 0 2.8rem;
  }

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

  .service-detail-hero-media {
    min-height: 420px;
    height: auto;
  }

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

  .service-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-detail-eyebrow {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
  }

  .service-detail-hero-copy h1 {
    font-size: clamp(1.95rem, 10vw, 2.6rem);
  }

  .service-detail-hero-copy > p {
    font-size: 1rem;
  }

  .service-detail-hero-actions .button-secondary,
  .service-detail-hero-actions .button-outline {
    width: 100%;
    min-width: 0;
  }

  .service-detail-hero-media {
    min-height: 300px;
    border-radius: 22px;
  }

  .service-offerings-section {
    padding-top: 4.9rem;
  }

  .service-offerings-grid {
    grid-template-columns: 1fr;
  }

  .service-offering-card {
    min-height: 0;
  }

  .service-trust-media {
    min-height: 300px;
  }

  .service-trust-content h2 {
    font-size: clamp(1.7rem, 7.6vw, 2.2rem);
  }
}

/* Services Page */
.services-page .hero-section.services-page-hero {
  position: relative;
  min-height: calc(100vh - 124px);
  padding: clamp(7.6rem, 9.4vw, 8.7rem) 0 3.4rem;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 146, 72, 0.2), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(30, 110, 168, 0.3), transparent 42%),
    linear-gradient(132deg, #13375f 0%, #1b4f82 44%, #1f6cab 100%);
  overflow: hidden;
}

.services-page .services-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -28deg,
      rgba(255, 255, 255, 0.075) 0 82px,
      transparent 82px 172px
    );
  opacity: 0.4;
  pointer-events: none;
}

.services-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.1rem, 2.4vw, 2.2rem);
  align-items: center;
}

.services-page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-page-eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  max-width: max-content;
  gap: 0.48rem;
  margin-bottom: 1rem;
  padding: 0.62rem 1.08rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.services-page-eyebrow .li-icon {
  width: 18px;
  height: 18px;
}

.services-page-hero-copy h1 {
  margin: 0;
  max-width: 15.4ch;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.services-page-lead {
  margin: 1.05rem 0 0;
  max-width: 62ch;
  color: rgba(239, 245, 255, 0.92);
  font-size: clamp(1rem, 1.54vw, 1.18rem);
  line-height: 1.64;
}

.services-page-hero-actions {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  gap: 0.88rem;
  flex-wrap: wrap;
}

.services-page-hero-actions .button-secondary,
.services-page-hero-actions .button-outline {
  min-width: 210px;
  justify-content: center;
}

.services-page-hero-actions .button-outline {
  border-color: rgba(255, 255, 255, 0.52);
  color: #ffffff;
}

.services-page-hero-actions .button-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.services-page-hero-meta {
  margin: 1rem 0 0;
  color: rgba(232, 243, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.services-page-hero-media {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
}

.services-page-hero-image-card {
  position: relative;
  margin: 0;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 34px 52px rgba(7, 24, 51, 0.33);
}

.services-page-hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(11, 29, 56, 0.08) 0%, rgba(10, 27, 53, 0.42) 100%);
  pointer-events: none;
}

.services-page-hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.services-catalog-section {
  position: relative;
  padding: 6.2rem 0 3.6rem;
  background:
    radial-gradient(circle at 10% 16%, rgba(30, 106, 168, 0.08), transparent 34%),
    radial-gradient(circle at 88% 86%, rgba(243, 111, 33, 0.08), transparent 32%),
    linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

.services-catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35) 10%, transparent 40%),
    repeating-linear-gradient(
      -34deg,
      rgba(24, 37, 79, 0.04) 0 140px,
      transparent 140px 260px
    );
  pointer-events: none;
}

.services-catalog-section .container {
  position: relative;
  z-index: 1;
}

.services-catalog-mosaic {
  position: relative;
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.service-mosaic-card {
  position: relative;
  min-height: 278px;
  padding: 1.08rem 5.8rem 4.15rem 1.2rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 78%, rgba(255, 95, 50, 0.16), transparent 40%),
    linear-gradient(138deg, #112e5a 0%, #153e75 48%, #0f2d5b 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 15px 28px rgba(18, 38, 73, 0.22),
    inset 0 2px 0 rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.service-mosaic-card::before {
  content: "";
  position: absolute;
  right: -54px;
  top: 28px;
  width: 158px;
  height: 158px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.service-mosaic-top {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}

.service-mosaic-number {
  min-width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffae20 0%, #f36f21 100%);
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.34);
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
}

.service-mosaic-type {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(238, 247, 255, 0.92);
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-mosaic-card h3 {
  margin: 0.95rem 0 0;
  max-width: calc(100% - 0.2rem);
  color: #ffffff;
  font-size: 1.58rem;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.service-mosaic-card p {
  margin: 0.62rem 0 0;
  max-width: 96%;
  color: rgba(222, 235, 252, 0.92);
  font-size: 0.95rem;
  line-height: 1.6;
}

.service-mosaic-link {
  position: absolute;
  left: 1.2rem;
  bottom: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-mosaic-link::after {
  content: "→";
  font-size: 0.92em;
  line-height: 1;
}

.service-mosaic-link:hover {
  color: #ffbf8a;
  border-bottom-color: #ffbf8a;
  transform: translateX(2px);
}

.service-mosaic-icon {
  position: absolute;
  right: 1.08rem;
  bottom: 1.04rem;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(152deg, rgba(255, 102, 54, 0.95) 0%, rgba(255, 26, 92, 0.94) 100%);
  box-shadow: 0 12px 18px rgba(255, 45, 78, 0.28);
}

.service-mosaic-icon .li-icon {
  width: 30px;
  height: 30px;
}

.services-focus-section {
  padding: 4rem 0 3.3rem;
  background:
    radial-gradient(circle at 8% 20%, rgba(30, 106, 168, 0.08), transparent 32%),
    radial-gradient(circle at 94% 80%, rgba(243, 111, 33, 0.08), transparent 28%),
    #ffffff;
}

.services-coverage-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 1.35rem;
  align-items: stretch;
}

.services-coverage-media {
  position: relative;
  display: flex;
}

.services-coverage-photo {
  margin: 0;
  min-height: 0;
  flex: 1;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(24, 37, 79, 0.12);
  box-shadow: 0 20px 38px rgba(14, 30, 61, 0.14);
}

.services-coverage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.services-coverage-badge {
  position: absolute;
  left: 1.2rem;
  right: auto;
  bottom: 1.2rem;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  min-width: 290px;
  max-width: calc(100% - 2.4rem);
  padding: 0.84rem 0.92rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(16, 46, 88, 0.9), rgba(22, 66, 118, 0.84));
  box-shadow: 0 16px 28px rgba(10, 28, 54, 0.36);
  backdrop-filter: blur(8px);
}

.services-coverage-badge-dot {
  width: 8px;
  height: 8px;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: #5dff96;
  box-shadow: 0 0 0 5px rgba(93, 255, 150, 0.2);
  animation: coveragePulse 1.8s ease-out infinite;
}

.services-coverage-badge-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ff9f30 0%, #f36f21 100%);
  box-shadow: 0 10px 20px rgba(243, 111, 33, 0.34);
}

.services-coverage-badge .li-icon {
  width: 16px;
  height: 16px;
}

.services-coverage-badge-copy small {
  display: block;
  color: rgba(219, 235, 255, 0.84);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-coverage-badge strong {
  display: block;
  margin-top: 0.2rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

.services-coverage-badge span {
  display: block;
  margin-top: 0.22rem;
  color: rgba(228, 239, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.42;
}

.services-coverage-content {
  padding: 1.25rem 1.35rem 1.35rem;
  border-radius: 28px;
  border: 1px solid rgba(24, 37, 79, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.98));
  box-shadow: 0 16px 32px rgba(17, 32, 63, 0.08);
}

.services-coverage-content h2 {
  margin: 0.9rem 0 0;
  color: #18254f;
  font-size: clamp(1.85rem, 2.9vw, 2.45rem);
  line-height: 1.16;
}

.services-coverage-content > p {
  margin: 0.95rem 0 0;
  color: #4b6380;
  font-size: 1rem;
  line-height: 1.72;
}

.services-coverage-cards {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.74rem;
}

.services-coverage-card {
  position: relative;
  padding: 0.95rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(24, 37, 79, 0.11);
  background:
    linear-gradient(160deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 10px 18px rgba(15, 32, 65, 0.07);
}

.services-coverage-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.76rem;
  align-items: start;
  border-color: rgba(30, 106, 168, 0.26);
  background:
    radial-gradient(circle at 88% 20%, rgba(243, 111, 33, 0.12), transparent 40%),
    linear-gradient(155deg, #ffffff 0%, #ebf4ff 100%);
}

.services-coverage-card .li-icon {
  width: 20px;
  height: 20px;
}

.services-coverage-card-featured .li-icon {
  width: 22px;
  height: 22px;
  margin-top: 0.12rem;
}

.services-coverage-card strong {
  display: block;
  margin-top: 0.54rem;
  color: #18254f;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.36;
}

.services-coverage-card span {
  display: block;
  margin-top: 0.35rem;
  color: #556b87;
  font-size: 0.84rem;
  line-height: 1.56;
}

.services-coverage-card-featured strong,
.services-coverage-card-featured span {
  margin-top: 0;
}

.services-coverage-card-featured span {
  margin-top: 0.3rem;
}

@keyframes coveragePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(93, 255, 150, 0.35);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(93, 255, 150, 0);
  }
}

.services-detail-section {
  padding: 4rem 0 3.2rem;
  background:
    radial-gradient(circle at 8% 72%, rgba(25, 99, 162, 0.08), transparent 32%),
    radial-gradient(circle at 95% 15%, rgba(243, 111, 33, 0.08), transparent 28%),
    #ffffff;
}

.services-structure-shell {
  margin-top: 1.85rem;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.15rem;
  align-items: stretch;
}

.services-structure-intro {
  padding: 1.3rem 1.22rem;
  border-radius: 24px;
  border: 1px solid rgba(24, 37, 79, 0.1);
  background:
    radial-gradient(circle at 84% 20%, rgba(243, 111, 33, 0.12), transparent 35%),
    linear-gradient(150deg, #18396b 0%, #1e5791 54%, #1b4a7f 100%);
  box-shadow: 0 16px 30px rgba(12, 30, 62, 0.2);
  animation: structureFadeUp 520ms ease both;
}

.services-structure-kicker {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-structure-intro h3 {
  margin: 0.9rem 0 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.3vw, 2.05rem);
  line-height: 1.18;
}

.services-structure-intro p {
  margin: 0.82rem 0 0;
  color: rgba(223, 236, 255, 0.96);
  font-size: 0.94rem;
  line-height: 1.65;
}

.services-structure-tags {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.services-structure-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.11);
  color: rgba(245, 250, 255, 0.95);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
}

.services-structure-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.services-structure-card {
  position: relative;
  padding: 1rem 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(24, 37, 79, 0.1);
  background:
    linear-gradient(160deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 12px 22px rgba(16, 33, 66, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  animation: structureFadeUp 520ms ease both;
}

.services-structure-card:nth-child(1) {
  animation-delay: 80ms;
}

.services-structure-card:nth-child(2) {
  animation-delay: 150ms;
}

.services-structure-card:nth-child(3) {
  animation-delay: 220ms;
}

.services-structure-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 106, 168, 0.3);
  box-shadow: 0 18px 30px rgba(16, 33, 66, 0.14);
}

.services-structure-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.6rem;
  background:
    radial-gradient(circle at 88% 22%, rgba(243, 111, 33, 0.12), transparent 34%),
    linear-gradient(160deg, #ffffff 0%, #eaf5ff 100%);
  border-color: rgba(30, 106, 168, 0.26);
}

.services-structure-card-head {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.services-track-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 0.52rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffad1f 0%, #f36f21 100%);
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.services-structure-card-head .li-icon {
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
}

.services-structure-card-head h3 {
  margin: 0;
  color: #18254f;
  font-size: 0.98rem;
  line-height: 1.34;
  flex: 1 1 100%;
}

.services-structure-card ul {
  margin: 0.72rem 0 0;
  padding: 0;
  list-style: none;
}

.services-structure-card li {
  position: relative;
  padding-left: 0.92rem;
  color: #4f6884;
  font-size: 0.87rem;
  line-height: 1.56;
}

.services-structure-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9f30, #f36f21);
}

.services-structure-card li + li {
  margin-top: 0.3rem;
}

.services-structure-card-featured .services-structure-card-head h3 {
  font-size: 1.14rem;
}

@keyframes structureFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-structure-intro,
  .services-structure-card {
    animation: none !important;
  }

  .services-structure-card {
    transition: none !important;
  }
}

.services-flow-section {
  padding: 3.5rem 0 3.2rem;
  background: linear-gradient(180deg, #f6f9fd 0%, #ffffff 100%);
}

.services-flow-lane {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.services-flow-lane article {
  position: relative;
  padding: 1.05rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(24, 37, 79, 0.09);
  background: #ffffff;
  box-shadow: 0 14px 24px rgba(14, 30, 61, 0.08);
}

.services-flow-lane article::after {
  content: "";
  position: absolute;
  right: -0.72rem;
  top: 50%;
  width: 0.95rem;
  height: 2px;
  background: linear-gradient(90deg, #1e6aa8 0%, #f36f21 100%);
  transform: translateY(-50%);
}

.services-flow-lane article:last-child::after {
  display: none;
}

.services-flow-lane span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  border-radius: 999px;
  background: #18254f;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 600;
}

.services-flow-lane h3 {
  margin: 0.7rem 0 0;
  color: #18254f;
  font-size: 1.04rem;
  line-height: 1.28;
}

.services-flow-lane p {
  margin: 0.38rem 0 0;
  color: #5a6f8a;
  font-size: 0.9rem;
  line-height: 1.56;
}

.services-page-closing {
  padding-top: 3.1rem;
}

.services-closing-panel {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background:
    radial-gradient(circle at 88% 14%, rgba(243, 111, 33, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(20, 61, 104, 0.95) 0%, rgba(28, 104, 165, 0.9) 100%);
}

@media (max-width: 1220px) {
  .services-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-page-hero-media {
    min-height: 410px;
  }

  .services-catalog-mosaic,
  .services-structure-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-coverage-shell,
  .services-structure-shell {
    grid-template-columns: 1fr;
  }

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

  .services-coverage-photo {
    min-height: 360px;
  }

  .services-structure-intro {
    padding: 1.15rem 1rem;
  }

  .services-structure-card-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .services-page .hero-section.services-page-hero {
    min-height: auto;
    padding: 7.1rem 0 3.5rem;
  }

  .services-page-hero-copy h1 {
    max-width: 100%;
  }

  .services-page-hero-media {
    min-height: auto;
  }

  .services-catalog-mosaic,
  .services-structure-cards,
  .services-flow-lane {
    grid-template-columns: 1fr;
  }

  .services-structure-card-featured {
    grid-column: auto;
  }

  .service-mosaic-card {
    min-height: 250px;
    padding: 1rem 5.2rem 3.7rem 1rem;
  }

  .service-mosaic-link {
    left: 1rem;
    bottom: 0.96rem;
  }

  .service-mosaic-card h3 {
    font-size: 1.38rem;
  }

  .service-mosaic-card p {
    font-size: 0.9rem;
  }

  .service-mosaic-icon {
    width: 58px;
    height: 58px;
  }

  .services-flow-lane article::after {
    display: none;
  }

  .services-coverage-cards {
    grid-template-columns: 1fr;
  }

  .services-coverage-card-featured {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .services-coverage-card-featured .li-icon {
    margin-top: 0;
  }

}

@media (max-width: 760px) {
  .services-page .hero-section.services-page-hero {
    padding: 6.2rem 0 3.25rem;
  }

  .services-page-eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.05em;
  }

  .services-page-lead {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .services-page-hero-meta {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .services-page-hero-actions .button-secondary,
  .services-page-hero-actions .button-outline {
    width: 100%;
    min-width: 0;
  }

  .services-coverage-content {
    padding: 1rem;
  }

  .services-coverage-photo {
    min-height: 300px;
  }

  .services-coverage-badge {
    left: 0.75rem;
    right: auto;
    bottom: 0.75rem;
    min-width: 0;
    max-width: calc(100% - 1.5rem);
    padding: 0.72rem 0.78rem;
  }

  .services-coverage-badge-copy small {
    font-size: 0.66rem;
  }

  .services-coverage-badge strong {
    font-size: 0.9rem;
  }

  .services-coverage-badge span {
    font-size: 0.78rem;
  }

  .service-mosaic-card {
    min-height: 238px;
    padding-right: 4.8rem;
    padding-bottom: 3.5rem;
  }

  .service-mosaic-top {
    gap: 0.52rem;
  }

  .service-mosaic-number {
    min-width: 46px;
    height: 46px;
    font-size: 0.96rem;
    border-radius: 12px;
  }

  .service-mosaic-type {
    height: 30px;
    padding: 0 0.62rem;
    font-size: 0.66rem;
  }

  .service-mosaic-card h3 {
    margin-top: 0.74rem;
    font-size: 1.2rem;
  }

  .service-mosaic-card p {
    margin-top: 0.5rem;
    font-size: 0.86rem;
    max-width: 100%;
  }

  .service-mosaic-icon {
    right: 0.84rem;
    bottom: 0.84rem;
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .service-mosaic-icon .li-icon {
    width: 24px;
    height: 24px;
  }

  .service-mosaic-link {
    font-size: 0.8rem;
  }
}

@media (max-width: 0px) {
  .navbar {
    position: relative;
  }

  .navbar::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(9, 18, 44, 0.54);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 0s linear 220ms;
    z-index: 84;
  }

  .navbar.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 220ms ease, visibility 0s linear 0s;
  }

  #site-nav.nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(84vw, 320px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #eef3fb !important;
    border-left: 3px solid var(--orange) !important;
    border-radius: 0 !important;
    box-shadow: -18px 0 40px rgba(11, 18, 44, 0.24) !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 85 !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms !important;
  }

  .navbar.open #site-nav.nav-links {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s !important;
  }

  #site-nav.nav-links > * {
    width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #site-nav.nav-links > a,
  #site-nav.nav-links > .nav-dropdown {
    flex: 0 0 auto !important;
  }

  .mobile-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 64px !important;
    padding: 0.46rem 0.56rem !important;
    background: #edf2fb !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
  }

  .mobile-menu-brand {
    display: block !important;
    width: min(168px, 48vw) !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .mobile-menu-brand img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mobile-menu-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--orange), #ff9248) !important;
    color: #ffffff !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    box-shadow: 0 8px 16px rgba(243, 111, 33, 0.22) !important;
  }

  .navbar.open #site-nav > a,
  .navbar.open #site-nav .nav-dropdown > a {
    position: relative !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    min-height: 32px !important;
    padding: 0.36rem 0.72rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.36rem !important;
    color: #18254f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
  }

  .navbar.open #site-nav > a.active {
    color: var(--orange) !important;
  }

  .navbar.open #site-nav .nav-item-icon {
    width: 13px !important;
    height: 13px !important;
  }

  .navbar.open #site-nav > a::after,
  .navbar.open #site-nav .nav-dropdown > a::before,
  .navbar.open #site-nav .nav-dropdown > a::after {
    content: none !important;
  }

  .navbar.open #site-nav .nav-dropdown > a .li-icon-menu-chevron {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    margin-left: auto !important;
    transition: transform 220ms ease !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > a .li-icon-menu-chevron {
    transform: rotate(180deg) !important;
  }

  .navbar.open #site-nav .dropdown-menu {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f7f9fd !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > .dropdown-menu {
    max-height: 360px !important;
  }

  .navbar.open #site-nav .dropdown-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 0.34rem !important;
    min-height: 28px !important;
    padding: 0.34rem 0.72rem 0.34rem 1.9rem !important;
    background: transparent !important;
    color: #203159 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.71rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .navbar.open #site-nav .dropdown-menu a:last-child {
    border-bottom: none !important;
  }

  .navbar.open #site-nav .dropdown-menu .dropdown-item-icon {
    width: 11px !important;
    height: 11px !important;
  }
}

/* Final logo sizing override for wide mark logo */
.site-header .brand-pill {
  width: 320px !important;
  min-width: 320px !important;
  height: 70px !important;
  padding: 0 0.7rem !important;
}

.site-header .brand img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

.site-header .nav-surface {
  min-height: 70px !important;
}

.site-header .button-quote {
  min-height: 70px !important;
}

.header-shell.topbar-hidden .site-header .brand-pill {
  width: 300px !important;
  min-width: 300px !important;
  height: 64px !important;
}

.header-shell.topbar-hidden .site-header .brand img {
  width: 100% !important;
  height: auto !important;
  max-height: 50px !important;
}

.header-shell.topbar-hidden .site-header .nav-surface,
.header-shell.topbar-hidden .site-header .button-quote {
  min-height: 64px !important;
}

.footer-brand-pill {
  width: 320px !important;
  min-width: 320px !important;
  height: 84px !important;
}

.footer-brand-pill img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

.mobile-menu-brand {
  width: min(260px, 72vw) !important;
  min-width: 0 !important;
  height: auto !important;
}

.mobile-menu-brand img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

@media (max-width: 760px) {
  .site-header .brand-pill {
    width: min(250px, 72vw) !important;
    min-width: min(250px, 72vw) !important;
    height: 72px !important;
    padding: 0 0.56rem !important;
  }

  .site-header .brand img {
    width: 100% !important;
    height: auto !important;
    max-height: 54px !important;
  }

  .footer-brand-pill {
    width: min(250px, 72vw) !important;
    min-width: min(250px, 72vw) !important;
    height: 72px !important;
  }

  .footer-brand-pill img {
    width: 100% !important;
    height: auto !important;
    max-height: 54px !important;
  }
}

.about-page .hero-section.about-page-hero {
  min-height: 100svh;
  padding: 9.6rem 0 3rem;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 139, 71, 0.18), transparent 24%),
    radial-gradient(circle at 85% 16%, rgba(30, 107, 168, 0.2), transparent 26%),
    linear-gradient(120deg, rgba(15, 44, 82, 0.92) 0%, rgba(20, 72, 116, 0.88) 48%, rgba(44, 107, 159, 0.82) 100%);
}

.about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 34%),
    repeating-linear-gradient(
      118deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 86px,
      rgba(255, 255, 255, 0.01) 86px,
      rgba(255, 255, 255, 0.01) 168px
    );
  pointer-events: none;
}

.about-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 2.5rem;
}

.about-page-hero-copy {
  max-width: 720px;
  color: #ffffff;
}

.about-page-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.about-page-eyebrow span,
.about-page-eyebrow .li-icon {
  color: #ffffff !important;
}

.about-page-hero-copy h1 {
  margin: 1.15rem 0 1rem;
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: clamp(2.8rem, 5.2vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  max-width: 11ch;
}

.about-page-lead {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.74;
}

.about-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.55rem;
}

.about-page-hero-media {
  position: relative;
  min-height: 540px;
}

.about-page-photo-card {
  position: absolute;
  overflow: hidden;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(9, 24, 47, 0.24);
}

.about-page-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-photo-primary {
  top: 0;
  right: 0;
  width: min(100%, 460px);
  height: 500px;
}

.about-page-photo-secondary {
  left: 0;
  bottom: 0;
  width: min(50%, 250px);
  height: 185px;
  border: 8px solid rgba(255, 255, 255, 0.9);
}

.about-page-floating-stat {
  position: absolute;
  display: grid;
  gap: 0.28rem;
  max-width: 205px;
  padding: 0.9rem 1rem;
  border-radius: 24px;
  background: rgba(12, 28, 58, 0.82);
  color: #ffffff;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 36px rgba(8, 20, 43, 0.22);
}

.about-page-floating-stat strong {
  font-family: "Exo", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.08;
}

.about-page-floating-stat span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.38;
}

.about-page-floating-stat.stat-years {
  left: 1rem;
  top: 2.1rem;
}

.about-page-floating-stat.stat-coverage {
  right: 1rem;
  bottom: 1rem;
}

.about-story-section {
  background:
    radial-gradient(circle at 80% 26%, rgba(255, 139, 71, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 2rem;
  align-items: start;
}

.about-story-copy h2,
.about-difference-copy h2 {
  margin: 1rem 0 1rem;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 3.65rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.about-story-copy p,
.about-difference-copy p {
  color: #485d79;
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-story-copy {
  position: relative;
}

.about-story-intro-card {
  display: grid;
  gap: 0.4rem;
  max-width: 430px;
  margin: 1.35rem 0 1.25rem;
  padding: 1.05rem 1.1rem;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(21, 45, 100, 0.98), rgba(34, 86, 149, 0.96));
  box-shadow: 0 18px 34px rgba(8, 28, 54, 0.14);
}

.about-story-intro-label {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-story-intro-card strong {
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 1.26rem;
  line-height: 1.22;
}

.about-story-principles {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.about-story-principles span {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #27415e;
  box-shadow:
    0 14px 26px rgba(11, 32, 63, 0.08),
    inset 0 0 0 1px rgba(30, 107, 168, 0.08);
}

.about-story-panel {
  position: relative;
  display: grid;
  gap: 0.95rem;
  padding-left: 3.2rem;
  align-self: stretch;
}

.about-story-panel::before {
  content: "";
  position: absolute;
  left: 1.45rem;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(30, 107, 168, 0.22), rgba(243, 111, 33, 0.18));
}

.about-story-step {
  position: relative;
}

.about-story-step::after {
  content: "";
  position: absolute;
  left: -1.86rem;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 2px solid rgba(30, 107, 168, 0.42);
  box-shadow: 0 0 0 6px rgba(30, 107, 168, 0.06);
}

.about-story-step-body {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 142px;
  padding: 1rem 1.15rem 1rem 0.95rem;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.98));
  border: 1px solid rgba(30, 107, 168, 0.1);
  box-shadow: 0 14px 30px rgba(11, 32, 63, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.about-story-step-body::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -45px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 107, 168, 0.1), transparent 70%);
}

.about-story-step:hover .about-story-step-body {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(11, 32, 63, 0.12);
}

.about-story-step:nth-child(2n) .about-story-step-body {
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.98), rgba(255, 237, 223, 0.98));
  border-color: rgba(243, 111, 33, 0.2);
}

.about-story-step:nth-child(2n)::after {
  border-color: rgba(243, 111, 33, 0.46);
  box-shadow: 0 0 0 6px rgba(243, 111, 33, 0.09);
}

.about-story-step-featured::after {
  width: 14px;
  height: 14px;
  border-color: rgba(255, 255, 255, 0.88);
  background: #f36f21;
}

.about-story-step-featured .about-story-step-body {
  min-height: 164px;
  background: linear-gradient(132deg, rgba(18, 47, 99, 0.98), rgba(35, 95, 162, 0.96));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 42px rgba(8, 25, 51, 0.2);
}

.about-story-step-featured .about-story-step-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.1), transparent 44%),
    radial-gradient(circle at 86% 20%, rgba(243, 111, 33, 0.26), transparent 30%);
}

.about-story-step-index {
  position: absolute;
  left: -2.85rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.62rem;
  border-radius: 999px;
  background: #ffffff;
  color: #7f96b6;
  font-family: "Exo", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(30, 107, 168, 0.18);
  box-shadow: 0 10px 24px rgba(11, 32, 63, 0.12);
}

.about-story-step-featured .about-story-step-index {
  color: #ffffff;
  background: linear-gradient(135deg, #f36f21 0%, #ff9448 100%);
  border-color: rgba(255, 255, 255, 0.35);
}

.about-story-step-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(243, 111, 33, 0.14), rgba(30, 107, 168, 0.12));
  box-shadow: inset 0 0 0 1px rgba(243, 111, 33, 0.08);
}

.about-story-step-featured .about-story-step-icon {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.about-story-step-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
}

.about-story-step strong {
  display: block;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.14;
}

.about-story-step p {
  margin: 0;
  color: #586b83;
  line-height: 1.62;
}

.about-story-step-featured strong {
  color: #ffffff;
  font-size: 1.42rem;
}

.about-story-step-featured p {
  color: rgba(255, 255, 255, 0.82);
}

.about-signature-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(30, 107, 168, 0.08), transparent 26%),
    radial-gradient(circle at 90% 80%, rgba(243, 111, 33, 0.1), transparent 26%),
    #ffffff;
}

.about-signature-heading {
  max-width: 820px;
  margin: 0 auto;
}

.about-signature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 2.2rem;
}

.about-signature-card {
  position: relative;
  min-height: 280px;
  padding: 1.35rem;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 253, 0.98) 100%);
  border: 1px solid rgba(24, 53, 88, 0.1);
  box-shadow: 0 18px 36px rgba(10, 28, 51, 0.08);
}

.about-signature-card::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 1.1rem;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 107, 168, 0.08), transparent 72%);
}

.about-signature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 18px;
  background: rgba(243, 111, 33, 0.12);
}

.about-signature-icon .li-icon {
  width: 34px;
  height: 34px;
}

.about-signature-card h3 {
  margin: 1rem 0 0.65rem;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: clamp(1.03rem, 0.95vw, 1.18rem);
  letter-spacing: -0.01em;
  line-height: 1.08;
  white-space: nowrap;
}

.about-signature-card p {
  color: #56687f;
  line-height: 1.72;
}

.about-difference-section {
  background:
    linear-gradient(135deg, #123f76 0%, #184c85 44%, #1b4573 100%);
}

.about-difference-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 2rem;
  align-items: center;
}

.about-difference-media {
  position: relative;
}

.about-difference-image-wrap {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 28px 58px rgba(5, 17, 39, 0.24);
}

.about-difference-image-wrap img {
  display: block;
  width: 100%;
  min-height: 620px;
  object-fit: cover;
}

.about-difference-note {
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
  padding: 1rem 1.15rem;
  border-radius: 24px;
  background: rgba(15, 37, 77, 0.84);
  color: #ffffff;
  backdrop-filter: blur(18px);
}

.about-difference-note span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-difference-note strong {
  display: block;
  margin-top: 0.35rem;
  font-family: "Exo", sans-serif;
  font-size: 1.2rem;
  line-height: 1.28;
}

.about-difference-copy {
  color: #ffffff;
}

.about-difference-copy h2 {
  color: #ffffff;
}

.about-difference-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.about-difference-list article {
  position: relative;
  min-height: 220px;
  padding: 1.2rem 1.2rem 1.05rem;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
  border: 1px solid rgba(30, 107, 168, 0.16);
  box-shadow: 0 16px 34px rgba(6, 18, 40, 0.16);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.about-difference-list article::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 111, 33, 0.16), transparent 70%);
}

.about-difference-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(30, 107, 168, 0.18));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-difference-list article:hover {
  transform: translateY(-6px);
  border-color: rgba(243, 111, 33, 0.3);
  box-shadow: 0 24px 42px rgba(7, 20, 45, 0.22);
}

.about-value-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(243, 111, 33, 0.18), rgba(30, 107, 168, 0.13));
  box-shadow:
    0 12px 22px rgba(11, 32, 63, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.about-value-icon .li-icon {
  width: 25px;
  height: 25px;
}

.about-value-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(21, 45, 100, 0.08);
  color: #7f92af;
  font-family: "Exo", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.about-difference-list strong {
  display: block;
  margin-bottom: 0.62rem;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: 1.22rem;
  line-height: 1.14;
}

.about-difference-list article p {
  margin: 0;
  color: #586a82;
  line-height: 1.66;
}

.about-value-tag {
  display: inline-flex;
  align-items: center;
  margin-top: 0.9rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(21, 45, 100, 0.06);
  color: #355b85;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-difference-list article:nth-child(2n) .about-value-icon {
  background: linear-gradient(145deg, rgba(30, 107, 168, 0.18), rgba(243, 111, 33, 0.11));
}

.about-difference-list article:nth-child(2n) .about-value-no {
  background: rgba(243, 111, 33, 0.1);
  color: #c26c3a;
}

.about-difference-list article:nth-child(1),
.about-difference-list article:nth-child(3) {
  transform: translateY(-4px);
}

.about-difference-list article:nth-child(1):hover,
.about-difference-list article:nth-child(3):hover {
  transform: translateY(-9px);
}

.about-process-page {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.about-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2.35rem;
}

.about-process-timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(30, 107, 168, 0.28), rgba(243, 111, 33, 0.32));
}

.about-process-step {
  position: relative;
  z-index: 1;
  padding: 1.4rem 1.2rem 1.25rem;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(21, 45, 100, 0.08);
  box-shadow: 0 18px 36px rgba(8, 28, 54, 0.08);
}

.about-process-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e6ba8, #3d84bf);
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(30, 107, 168, 0.2);
}

.about-process-step h3 {
  margin: 0 0 0.7rem;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: 1.3rem;
}

.about-process-step p {
  margin: 0;
  color: #5a6d84;
  line-height: 1.72;
}

.about-testimonial-strip {
  padding-top: 1rem;
  background:
    radial-gradient(circle at 8% 50%, rgba(30, 107, 168, 0.08), transparent 18%),
    radial-gradient(circle at 92% 50%, rgba(243, 111, 33, 0.08), transparent 18%),
    #ffffff;
}

.about-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.about-quote-card {
  position: relative;
  padding: 1.7rem 1.6rem;
  border-radius: 32px;
  background: linear-gradient(135deg, #152d64 0%, #1f4c86 100%);
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(9, 24, 47, 0.16);
}

.about-quote-card::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 1.1rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 70%);
}

.about-quote-card p {
  margin: 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.82;
}

.about-quote-card strong {
  color: #ffb178;
  font-family: "Exo", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.about-page-closing {
  background: #ffffff;
}

@media (max-width: 1120px) {
  .about-page-hero-grid,
  .about-story-grid,
  .about-difference-grid {
    grid-template-columns: 1fr;
  }

  .about-page-hero-media {
    min-height: 580px;
  }

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

  .about-process-timeline::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .about-page .hero-section.about-page-hero {
    min-height: auto;
    padding: 9.1rem 0 3.2rem;
  }

  .about-page-hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
    max-width: 10ch;
  }

  .about-page-hero-media {
    min-height: 410px;
  }

  .about-page-photo-primary {
    position: relative;
    width: 100%;
    height: 360px;
  }

  .about-page-photo-secondary {
    width: 44%;
    height: 135px;
    left: 0.5rem;
    bottom: 0.5rem;
  }

  .about-page-floating-stat {
    max-width: 180px;
    padding: 0.85rem 0.9rem;
  }

  .about-page-floating-stat strong {
    font-size: 1.08rem;
  }

  .about-story-panel,
  .about-signature-grid,
  .about-difference-list,
  .about-process-timeline,
  .about-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .about-story-principles span {
    width: 100%;
    border-radius: 22px;
  }

  .about-story-panel {
    padding-left: 0;
    gap: 0.8rem;
  }

  .about-story-panel::before {
    display: none;
  }

  .about-story-step {
    display: grid;
    gap: 0.42rem;
  }

  .about-story-step::after {
    display: none;
  }

  .about-story-step-index {
    position: static;
    transform: none;
    width: fit-content;
    min-width: 36px;
    height: 32px;
    border-radius: 999px;
  }

  .about-story-step-body,
  .about-story-step-featured .about-story-step-body {
    min-height: auto;
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 1rem;
  }

  .about-signature-card {
    min-height: auto;
  }

  .about-difference-list article {
    min-height: auto;
    transform: none !important;
    padding: 1rem 0.95rem;
  }

  .about-value-head {
    margin-bottom: 0.7rem;
  }

  .about-value-tag {
    margin-top: 0.7rem;
  }

  .about-difference-image-wrap img {
    min-height: 420px;
  }
}


@media (max-width: 760px) {
  .navbar {
    position: relative;
  }

  .navbar::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(9, 18, 44, 0.54);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 0s linear 220ms;
    z-index: 84;
  }

  .navbar.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 220ms ease, visibility 0s linear 0s;
  }

  #site-nav.nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(84vw, 320px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #eef3fb !important;
    border-left: 3px solid var(--orange) !important;
    border-radius: 0 !important;
    box-shadow: -18px 0 40px rgba(11, 18, 44, 0.24) !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 85 !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms !important;
  }

  .navbar.open #site-nav.nav-links {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s !important;
  }

  #site-nav.nav-links > * {
    width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #site-nav.nav-links > a,
  #site-nav.nav-links > .nav-dropdown {
    flex: 0 0 auto !important;
  }

  .mobile-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 68px !important;
    padding: 0.52rem 0.62rem 0.5rem !important;
    background: #edf2fb !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
  }

  .mobile-menu-brand {
    display: block !important;
    width: min(176px, 50vw) !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .mobile-menu-brand img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mobile-menu-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--orange), #ff9248) !important;
    color: #ffffff !important;
    font-size: 1.18rem !important;
    line-height: 1 !important;
    box-shadow: 0 8px 16px rgba(243, 111, 33, 0.26) !important;
  }

  .navbar.open #site-nav > a,
  .navbar.open #site-nav .nav-dropdown > a {
    position: relative !important;
    min-height: 32px !important;
    padding: 0.38rem 0.72rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.38rem !important;
    color: #18254f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
  }

  .navbar.open #site-nav > a.active {
    color: var(--orange) !important;
  }

  .navbar.open #site-nav .nav-item-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .navbar.open #site-nav > a::after,
  .navbar.open #site-nav .nav-dropdown > a::before,
  .navbar.open #site-nav .nav-dropdown > a::after {
    content: none !important;
  }

  .navbar.open #site-nav .nav-dropdown > a .li-icon-menu-chevron {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    margin-left: auto !important;
    transition: transform 220ms ease !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > a .li-icon-menu-chevron {
    transform: rotate(180deg) !important;
  }

  .navbar.open #site-nav .dropdown-menu {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f7f9fd !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > .dropdown-menu {
    max-height: 360px !important;
  }

  .navbar.open #site-nav .dropdown-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 0.36rem !important;
    min-height: 30px !important;
    padding: 0.38rem 0.72rem 0.38rem 1.95rem !important;
    background: transparent !important;
    color: #203159 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.72rem !important;
    line-height: 1.24 !important;
    white-space: normal !important;
  }

  .navbar.open #site-nav .dropdown-menu a:last-child {
    border-bottom: none !important;
  }

  .navbar.open #site-nav .dropdown-menu .dropdown-item-icon {
    width: 12px !important;
    height: 12px !important;
  }
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/exo-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src: url("../fonts/exo-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --blue: #1e6ba8;
  --blue-deep: #1a4f7a;
  --blue-soft: #b4d0e8;
  --orange: #f36f21;
  --orange-deep: #e5322d;
  --orange-soft: #efc09b;
  --orange-warm: #ff8a3d;
  --orange-warm-soft: #f4c1a6;
  --red-orange-soft: #efbba5;
  --gray-dark: #4a4f55;
  --gray-light: #acb3bc;
  --ink: #223246;
  --slate: #526170;
  --line: rgba(74, 79, 85, 0.16);
  --white: #ffffff;
  --bg: #eff5fb;
  --shadow-lg: 0 26px 80px rgba(16, 58, 96, 0.18);
  --shadow-md: 0 18px 50px rgba(22, 39, 57, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --transition: 220ms ease;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Exo", sans-serif;
  color: var(--ink);
  background: #ffffff;
  overflow-x: hidden;
}

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

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

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

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

.header-shell .container {
  width: min(2020px, calc(100% - 16px));
}

.header-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0.56rem 0;
  background: linear-gradient(180deg, rgba(20, 35, 56, 0.42) 0%, rgba(20, 35, 56, 0.18) 72%, rgba(20, 35, 56, 0.02) 100%);
  box-shadow: 0 10px 26px rgba(19, 28, 58, 0.08);
  overflow: visible;
  transition:
    background 480ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 480ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-shell.topbar-hidden,
.header-shell.is-compact {
  padding: 0.18rem 0;
}

.header-shell.is-scrolled.topbar-hidden,
.header-shell.is-scrolled.is-compact {
  padding: 0.42rem 0;
}

.header-shell.is-scrolled {
  background:
    linear-gradient(120deg, rgba(24, 56, 92, 0.98), rgba(31, 79, 122, 0.96)),
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 64px,
      rgba(255, 255, 255, 0.012) 64px,
      rgba(255, 255, 255, 0.012) 132px
    );
  box-shadow: 0 16px 40px rgba(19, 28, 58, 0.18);
}

.header-shell.is-scrolled .topbar {
  color: rgba(255, 255, 255, 0.9);
}

.header-shell.is-scrolled .topbar-list span:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.18);
}

.topbar {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  max-height: 80px;
  transform: translateY(0);
  overflow: hidden;
  opacity: 1;
  transition:
    max-height 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: max-height, opacity, transform;
}

.header-shell.topbar-hidden .topbar,
.header-shell.is-compact .topbar {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.topbar-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  min-height: 38px;
  padding: 0 0 0.7rem;
}

.topbar-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}

.topbar-list span,
.topbar-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.topbar-list > *:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.topbar-mobile-links {
  display: none;
}

.mobile-menu-head,
.mobile-menu-close {
  display: none;
}

.nav-dropdown-contact-mobile {
  display: none;
}

.li-icon {
  width: 16px;
  height: 16px;
  flex: none;
}

.li-icon-orange {
  filter: brightness(0) saturate(100%) invert(57%) sepia(82%) saturate(1845%) hue-rotate(346deg) brightness(101%) contrast(101%);
}

.li-icon-navy {
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(2587%) hue-rotate(196deg) brightness(94%) contrast(96%);
}

.li-icon-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(298deg) brightness(104%) contrast(103%);
}

.li-icon-menu-chevron {
  width: 14px;
  height: 14px;
  margin-left: 0.04rem;
}

.li-icon-cta {
  width: 17px;
  height: 17px;
}

.site-header {
  background: transparent;
  overflow: visible;
}

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

.brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  min-width: 234px;
  height: 70px;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(11, 18, 44, 0.14);
  transition:
    width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    min-width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease;
}

.brand img {
  width: 176px;
  transition: width 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-surface {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  min-width: 0;
  min-height: 70px;
  padding: 0.24rem 1rem;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(11, 18, 44, 0.14);
  position: relative;
  overflow: visible;
  transition:
    min-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  font-weight: 500;
  color: #18254f;
  padding-inline: 3.5rem;
  overflow: visible;
}

.nav-links > a,
.nav-dropdown > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  white-space: nowrap;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition:
    font-size 320ms cubic-bezier(0.22, 1, 0.36, 1),
    color var(--transition);
}

.nav-item-icon {
  width: 15px;
  height: 15px;
  flex: none;
  transition: width 320ms cubic-bezier(0.22, 1, 0.36, 1), height 320ms cubic-bezier(0.22, 1, 0.36, 1), filter var(--transition);
}

.nav-links > a.active .nav-item-icon,
.nav-dropdown > a.active .nav-item-icon,
.nav-links > a:hover .nav-item-icon,
.nav-links > a:focus-visible .nav-item-icon,
.nav-dropdown > a:hover .nav-item-icon,
.nav-dropdown > a:focus-visible .nav-item-icon {
  filter: brightness(0) saturate(100%) invert(34%) sepia(86%) saturate(1406%) hue-rotate(354deg) brightness(100%) contrast(98%);
}

.nav-links > a::after,
.nav-dropdown > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.nav-links > a:hover::after,
.nav-links > a:focus-visible::after,
.nav-dropdown > a:hover::after,
.nav-dropdown > a:focus-visible::after,
.nav-links > a.active::after,
.nav-dropdown > a.active::after {
  transform: scaleX(1);
}

.nav-dropdown-cta > .cta-dropdown-trigger::after,
.nav-dropdown-cta > .cta-dropdown-trigger:hover::after,
.nav-dropdown-cta > .cta-dropdown-trigger:focus-visible::after,
.nav-dropdown-cta > .cta-dropdown-trigger.active::after {
  content: none !important;
  transform: none !important;
}

.nav-links > a.active,
.nav-dropdown > a.active {
  color: var(--orange-deep);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 440px;
  max-width: calc(100vw - 32px);
  display: grid;
  gap: 0.25rem;
  padding: 0.65rem;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(22, 39, 57, 0.08);
  box-shadow: 0 18px 40px rgba(11, 18, 44, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  z-index: 30;
}

.nav-dropdown:not(.nav-dropdown-cta) .dropdown-menu {
  left: 0;
  right: auto;
}

.nav-dropdown-services .dropdown-menu {
  width: 320px;
}

.dropdown-menu a {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 14px;
}

.dropdown-item-icon {
  width: 16px;
  height: 16px;
  flex: none;
}

.dropdown-menu a:hover {
  background: rgba(15, 103, 179, 0.06);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.button-quote {
  min-width: 176px;
  min-height: 70px;
  padding-block: 0.24rem;
  padding-inline: 1.15rem;
  font-size: 0.88rem;
  box-shadow: 0 14px 30px rgba(255, 109, 31, 0.2);
  transition:
    min-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    min-width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-inline 320ms cubic-bezier(0.22, 1, 0.36, 1),
    font-size 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow var(--transition);
}

@media (min-width: 761px) {
  .header-shell.topbar-hidden .brand-pill {
    width: 218px;
    min-width: 218px;
    height: 64px;
    box-shadow: 0 8px 20px rgba(11, 18, 44, 0.13);
  }

  .header-shell.topbar-hidden .brand img {
    width: 164px;
  }

  .header-shell.topbar-hidden .nav-surface {
    min-height: 64px;
    padding: 0.18rem 0.9rem;
    box-shadow: 0 8px 20px rgba(11, 18, 44, 0.13);
  }

  .header-shell.topbar-hidden .nav-links {
    gap: 0.5rem;
    padding-inline: 3.5rem;
  }

  .header-shell.topbar-hidden .nav-links > a,
  .header-shell.topbar-hidden .nav-dropdown > a {
    font-size: 15px;
  }

  .header-shell.topbar-hidden .nav-item-icon {
    width: 14px;
    height: 14px;
  }

  .header-shell.topbar-hidden .button-quote {
    min-width: 166px;
    min-height: 64px;
    padding-block: 0.18rem;
    padding-inline: 1.02rem;
    font-size: 0.84rem;
  }
}

.header-cta-slot {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.nav-dropdown-cta {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  margin-left: 0;
  z-index: 35;
  overflow: visible;
}

.nav-dropdown-cta > a::after {
  content: none;
}

.nav-dropdown-cta > a.active {
  color: var(--white);
}

.cta-dropdown-trigger {
  gap: 0.65rem;
}

.cta-dropdown-trigger .li-icon-menu-chevron {
  margin-left: 0.08rem;
}

.schedule-menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: min(306px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  display: grid;
  gap: 0.25rem;
  padding: 0.65rem;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(22, 39, 57, 0.08);
  box-shadow: 0 18px 40px rgba(11, 18, 44, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  z-index: 40;
}

.schedule-menu-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.schedule-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  width: 100%;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  color: #18254f;
  font-family: "Exo", sans-serif;
  font-size: 11px;
  font-weight: 500;
  white-space: normal;
  line-height: 1.2;
}

.schedule-menu-link span {
  display: block;
  font-size: 14px;
  line-height: inherit;
}

.schedule-menu-link:hover,
.schedule-menu-link:focus-visible {
  background: rgba(15, 103, 179, 0.06);
}

.nav-dropdown-cta:hover .schedule-menu-panel,
.nav-dropdown-cta:focus-within .schedule-menu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-weight: 800;
}

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

.menu-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.menu-toggle-icon span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.button,
.button-secondary,
.button-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.button {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), #1c7fd0);
  box-shadow: 0 14px 34px rgba(15, 103, 179, 0.24);
}

.button-secondary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #ff8b47);
  box-shadow: 0 14px 34px rgba(255, 109, 31, 0.24);
}

.button-outline {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(22, 39, 57, 0.12);
}

.button:hover,
.button-secondary:hover,
.button-outline:hover {
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  padding: 11.2rem 0 3rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 75% 35%, rgba(30, 107, 168, 0.12), transparent 22%),
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.024) 0,
      rgba(255, 255, 255, 0.024) 76px,
      rgba(255, 255, 255, 0.01) 76px,
      rgba(255, 255, 255, 0.01) 156px
    ),
    linear-gradient(120deg, #789cbe 0%, #b8cde1 100%);
}

.hero-banner {
  background:
    linear-gradient(90deg, rgba(26, 57, 92, 0.8) 0%, rgba(69, 104, 144, 0.64) 42%, rgba(178, 203, 226, 0.38) 68%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(165, 190, 214, 0.16)),
    url("../images/repairman-doing-air-conditioner-service.jpg") center right / cover no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 32%, rgba(255, 255, 255, 0.1), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(248, 202, 182, 0.18), transparent 16%);
  pointer-events: none;
}

.hero-static-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 430px);
  gap: 2.4rem;
  align-items: center;
  min-height: 680px;
}

.hero-copy-static {
  position: relative;
  z-index: 3;
  max-width: 720px;
  padding: 0.45rem 0 1.25rem 2.4rem;
  color: var(--white);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-warm));
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(243, 111, 33, 0.28);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy.hero-copy-static h1 {
  margin: 1rem 0 0.8rem;
  max-width: 680px;
  color: var(--white);
  font-family: "Exo", sans-serif;
  font-size: clamp(3rem, 4.35vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-description {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
  line-height: 1.74;
}

.hero-button-row {
  margin-top: 1.7rem;
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.hero-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(30, 107, 168, 0.18);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-outline-light {
  color: var(--gray-dark);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(30, 107, 168, 0.18);
}

.hero-trust-panel {
  position: relative;
  z-index: 3;
  padding: 1.45rem;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(244, 248, 252, 0.94), rgba(176, 204, 227, 0.84)),
    radial-gradient(circle at top right, rgba(251, 205, 170, 0.24), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 24px 56px rgba(26, 79, 122, 0.16);
  backdrop-filter: blur(18px);
}

.hero-trust-panel::before {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 109, 31, 0.2), transparent 70%);
  pointer-events: none;
}

.hero-trust-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(30, 107, 168, 0.08);
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-trust-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0.9rem 0 1.1rem;
  color: var(--gray-dark);
  font-family: "Exo", sans-serif;
  font-size: 1.58rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.hero-trust-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
}

.hero-trust-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 0.9rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(30, 107, 168, 0.12);
}

.hero-trust-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(15, 103, 179, 0.96), rgba(255, 109, 31, 0.92));
  box-shadow:
    0 12px 22px rgba(10, 24, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

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

.hero-trust-icon-text {
  font-family: "Exo", sans-serif;
}

.hero-trust-symbol {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-trust-copy strong {
  display: block;
  color: var(--gray-dark);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.28;
}

.hero-trust-copy span {
  display: block;
  margin-top: 0.28rem;
  color: var(--slate);
  font-size: 0.85rem;
  line-height: 1.45;
}

.brand-strip {
  position: relative;
  margin-top: -22px;
  padding: 2rem 0 1.25rem;
  background: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(30, 107, 168, 0.1);
  overflow: visible;
  z-index: 4;
}

.brand-strip-inner {
  position: relative;
  z-index: 2;
  width: min(1860px, calc(100% - 1.6rem));
  margin: 0 auto;
}

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

.brand-strip-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-width: 0;
}

.brand-strip-side-left {
  padding-right: 1.7rem;
}

.brand-strip-side-right {
  padding-left: 1.7rem;
}

.brand-strip-center {
  position: relative;
  width: 208px;
  height: 208px;
  margin-top: -126px;
  margin-bottom: -66px;
  border-radius: 50%;
  border: 1px solid rgba(30, 107, 168, 0.2);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.94) 0%, rgba(241, 246, 250, 0.95) 62%, rgba(228, 237, 246, 0.9) 100%);
  box-shadow:
    0 12px 24px rgba(22, 39, 57, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: grid;
  place-items: center;
}

.brand-strip-center::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(243, 111, 33, 0.5);
}

.brand-center-core {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(30, 107, 168, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-center-core img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.brand-center-ring {
  display: none !important;
}

.brand-logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1 1 0;
  min-width: 0;
  height: 46px;
}

.brand-name-mark {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--orange) 0%, #ff9d60 100%);
  box-shadow: 0 4px 9px rgba(243, 111, 33, 0.25);
  flex: none;
}

.brand-logo-item:nth-child(2) .brand-name-mark {
  border-radius: 50%;
}

.brand-logo-item:nth-child(3) .brand-name-mark {
  border-radius: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.brand-name-text {
  color: #172334;
  font-family: "Exo", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 109, 31, 0.1);
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.emergency-copy h2 {
  margin: 1rem 0;
  font-family: "Exo", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.section-heading p {
  color: var(--slate);
  font-size: 1.08rem;
  line-height: 1.75;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.section {
  padding: 5.5rem 0;
}

.about-showcase {
  position: relative;
  overflow: hidden;
  padding: 5.15rem 0 4.95rem;
  background:
    radial-gradient(circle at 86% 14%, rgba(243, 111, 33, 0.22), transparent 34%),
    radial-gradient(circle at 22% 82%, rgba(30, 107, 168, 0.24), transparent 45%),
    linear-gradient(136deg, #123f76 0%, #1a4f7a 42%, #163f68 100%);
}

.about-showcase::before,
.about-showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-showcase::before {
  left: 26px;
  top: 26px;
  width: 126px;
  height: 78px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 1.8px, transparent 1.8px) 0 0 / 12px 12px;
  opacity: 0.34;
}

.about-showcase::after {
  right: -180px;
  bottom: -230px;
  width: 920px;
  height: 920px;
  background:
    repeating-radial-gradient(
      circle at center,
      transparent 0 104px,
      rgba(255, 255, 255, 0.1) 104px 108px,
      transparent 108px 148px
    );
  opacity: 0.26;
}

.about-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.82fr);
  gap: 2.1rem;
  align-items: stretch;
}

.about-showcase-copy {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding-top: 0.35rem;
}

.about-showcase-eyebrow {
  width: fit-content;
  min-height: 40px;
  padding: 0.45rem 1.15rem 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-warm) 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(243, 111, 33, 0.3);
  letter-spacing: 0.12em;
  font-size: 0.9rem;
  font-weight: 800;
}

.about-showcase-eyebrow.services-overview-eyebrow {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-warm) 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(243, 111, 33, 0.3);
}

.about-showcase-eyebrow.services-overview-eyebrow span {
  color: #ffffff;
}

.about-showcase-eyebrow .li-icon {
  width: 16px;
  height: 16px;
}

.about-showcase-copy h2 {
  margin: 0.95rem 0 1.05rem;
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.4vw, 3.55rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
}

.about-showcase-copy p {
  margin: 0;
  max-width: 700px;
  color: rgba(237, 246, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.64;
}

.about-showcase-lead {
  margin-bottom: 0.88rem;
  color: #ffffff;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.48;
}

.about-showcase-details {
  display: grid;
  gap: 0.66rem;
  margin-top: 1.25rem;
}

.about-showcase-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0.58rem;
  color: rgba(242, 248, 255, 0.95);
}

.about-showcase-detail-item .li-icon {
  width: 19px;
  height: 19px;
  margin-top: 0.14rem;
  flex-shrink: 0;
}

.about-showcase-detail-item span {
  font-size: 0.98rem;
  line-height: 1.5;
}

.about-showcase-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.08rem;
  margin-top: 1.45rem;
}

.about-showcase-card {
  min-height: 188px;
  padding: 1.16rem 1.1rem 1.08rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(160deg, rgba(20, 63, 109, 0.62), rgba(21, 54, 90, 0.36));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(8, 16, 56, 0.22);
  display: grid;
  gap: 1.02rem;
  align-content: start;
}

.about-showcase-card .li-icon {
  width: 40px;
  height: 40px;
}

.about-showcase-card h3 {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.about-showcase-card p {
  margin: 0;
  color: rgba(229, 241, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.5;
}

.about-showcase-note {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  background: rgba(8, 32, 69, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-showcase-note .li-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.about-showcase-note span {
  color: rgba(241, 248, 255, 0.96);
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.about-showcase-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin-top: 1.95rem;
}

.about-showcase-cta {
  min-width: 222px;
  min-height: 66px;
  font-size: 1.05rem;
  box-shadow: 0 16px 28px rgba(243, 111, 33, 0.26);
}

.about-showcase-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.94rem;
}

.about-showcase-phone-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
}

.about-showcase-phone-icon::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-warm));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.about-showcase-phone-icon .li-icon {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.about-showcase-phone-copy {
  display: grid;
  gap: 0.2rem;
}

.about-showcase-phone-copy small {
  color: var(--orange);
  font-size: 0.98rem;
  font-weight: 500;
}

.about-showcase-phone-copy strong {
  color: #ffffff;
  font-size: 2.24rem;
  letter-spacing: -0.015em;
  line-height: 1.04;
}

.about-showcase-media {
  position: relative;
  min-height: 540px;
  max-width: 450px;
  justify-self: end;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(3, 8, 36, 0.26);
}

.about-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-showcase-media::before {
  content: "";
  position: absolute;
  inset: auto -52% -40% auto;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      circle at center,
      transparent 0 72px,
      rgba(93, 133, 213, 0.15) 72px 75px,
      transparent 75px 118px
    );
  pointer-events: none;
  z-index: 1;
}

.about-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at left bottom, rgba(10, 25, 92, 0.33), transparent 38%),
    linear-gradient(180deg, rgba(15, 34, 62, 0.06), rgba(15, 34, 62, 0.24));
  pointer-events: none;
  z-index: 2;
}

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

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.why-choose-section {
  position: relative;
  padding: 8.5rem 0 2.65rem;
  background: #ffffff;
  overflow: hidden;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  right: -160px;
  top: 68px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 35%, rgba(30, 107, 168, 0.035) 36%, rgba(30, 107, 168, 0.035) 37%, transparent 38%),
    radial-gradient(circle at center, transparent 46%, rgba(30, 107, 168, 0.03) 47%, rgba(30, 107, 168, 0.03) 48%, transparent 49%),
    radial-gradient(circle at center, transparent 57%, rgba(30, 107, 168, 0.026) 58%, rgba(30, 107, 168, 0.026) 59%, transparent 60%),
    radial-gradient(circle at center, transparent 68%, rgba(30, 107, 168, 0.022) 69%, rgba(30, 107, 168, 0.022) 70%, transparent 71%);
  pointer-events: none;
}

.why-choose-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: stretch;
}

.why-choose-media {
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  border: 1px solid rgba(22, 39, 57, 0.08);
  box-shadow: 0 16px 34px rgba(22, 39, 57, 0.11);
  min-height: 240px;
  width: calc(100% + max((100vw - 1200px) / 12, 0px));
  margin-left: calc(-1 * max((100vw - 1200px) / 12, 0px));
}

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

.why-choose-content {
  position: relative;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  min-height: 240px;
  margin-left: -1px;
  padding: 30px;
  border-radius: 0 30px 30px 0;
  background:
    linear-gradient(145deg, rgba(241, 246, 251, 0.82), rgba(235, 242, 248, 0.76)),
    radial-gradient(circle at top right, rgba(243, 111, 33, 0.06), transparent 42%),
    radial-gradient(circle at 12% 86%, rgba(30, 107, 168, 0.08), transparent 40%);
  border: 1px solid rgba(22, 39, 57, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 12px 26px rgba(22, 39, 57, 0.07);
  backdrop-filter: blur(6px);
}

.why-choose-head {
  display: grid;
  gap: 0.56rem;
}

.why-choose-eyebrow {
  width: fit-content;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 39, 57, 0.08);
  color: var(--orange);
  min-height: 40px;
  padding: 0.45rem 1.15rem 0.45rem 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 8px 20px rgba(22, 39, 57, 0.06);
  text-transform: uppercase;
}

.why-choose-content h2 {
  margin: 0.32rem 0 0.22rem;
  color: #13235a;
  font-size: clamp(2.55rem, 4.4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.042em;
}

.why-choose-intro {
  margin: 0;
  max-width: 760px;
  color: rgba(22, 39, 57, 0.72);
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.56;
}

.why-choose-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.9rem;
}

.why-choose-point {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 0.85rem;
  min-height: 168px;
  padding: 1.05rem 1.05rem 0.95rem;
  border-radius: 24px;
  border: 1px solid rgba(30, 107, 168, 0.1);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(22, 39, 57, 0.05);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.why-choose-point::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.42), transparent 58%);
  pointer-events: none;
}

.why-choose-point::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 112px;
  height: 112px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78px;
  opacity: 0.06;
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(2587%) hue-rotate(196deg) brightness(94%) contrast(96%);
  pointer-events: none;
}

.why-choose-point:nth-child(1)::after {
  background-image: url("../icons/lineicons/gears-3.svg");
}

.why-choose-point:nth-child(2)::after {
  background-image: url("../icons/lineicons/refresh-dollar-1.svg");
}

.why-choose-point:nth-child(3)::after {
  background-image: url("../icons/lineicons/home-2.svg");
}

.why-choose-point:nth-child(4)::after {
  background-image: url("../icons/lineicons/route-1.svg");
}

.why-choose-point:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 107, 168, 0.18);
  box-shadow: 0 16px 30px rgba(22, 39, 57, 0.1);
}

.why-choose-point .li-icon {
  width: 34px;
  height: 34px;
  margin-top: 0.02rem;
}

.why-choose-point span {
  color: #17285f;
  font-family: "Exo", sans-serif;
  font-size: clamp(1.22rem, 1.32vw, 1.46rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.01em;
  max-width: 82%;
  position: relative;
  z-index: 1;
}

.why-choose-close {
  display: grid;
  gap: 0.26rem;
  margin: 0.88rem 0 0;
  padding: 0.72rem 0.88rem;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(22, 37, 93, 0.95), rgba(15, 103, 179, 0.92));
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(18, 44, 98, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.why-choose-close strong {
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.services-section {
  position: relative;
  overflow: hidden;
  padding-top: 5.8rem;
  padding-bottom: 6rem;
  background: #ffffff;
}

.services-section::before {
  content: "";
  position: absolute;
  left: -110px;
  top: 95px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 33%, rgba(30, 107, 168, 0.065) 34%, rgba(30, 107, 168, 0.065) 35%, transparent 36%),
    radial-gradient(circle at center, transparent 44%, rgba(30, 107, 168, 0.055) 45%, rgba(30, 107, 168, 0.055) 46%, transparent 47%),
    radial-gradient(circle at center, transparent 56%, rgba(30, 107, 168, 0.048) 57%, rgba(30, 107, 168, 0.048) 58%, transparent 59%),
    radial-gradient(circle at center, transparent 67%, rgba(30, 107, 168, 0.04) 68%, rgba(30, 107, 168, 0.04) 69%, transparent 70%);
  pointer-events: none;
}

.services-section .container {
  position: relative;
  z-index: 1;
}

.services-overview-heading {
  max-width: 820px;
  margin-bottom: 3rem;
}

.services-overview-heading h2 {
  margin: 1rem 0 1.2rem;
  color: #13235a;
  font-size: clamp(2.55rem, 4.4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.042em;
}

.services-overview-heading p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.08rem, 1.25vw, 1.2rem);
  line-height: 1.66;
  color: rgba(22, 39, 57, 0.7);
}

.services-overview-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 40px;
  padding: 0.45rem 1.15rem 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(22, 39, 57, 0.08);
  color: var(--orange);
  box-shadow: 0 8px 20px rgba(22, 39, 57, 0.06);
}

.services-overview-eyebrow .services-overview-eyebrow-icon {
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 1;
}

.services-overview-eyebrow span {
  position: relative;
  z-index: 1;
}

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

.services-overview-card {
  min-height: 320px;
  padding: 1.45rem 1rem 1.2rem;
  border-radius: 28px;
  border: 1px solid rgba(22, 39, 57, 0.07);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(22, 39, 57, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.services-overview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(22, 39, 57, 0.1);
  border-color: rgba(30, 107, 168, 0.16);
}

.services-overview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
}

.services-overview-icon {
  width: 44px;
  height: 44px;
}

.services-overview-index {
  font-family: "Exo", sans-serif;
  font-size: clamp(3.5rem, 4.2vw, 4.8rem);
  font-weight: 700;
  color: rgba(22, 39, 57, 0.12);
  line-height: 1;
  letter-spacing: -0.03em;
}

.services-overview-card h3 {
  margin: 1.05rem 0 0.8rem;
  font-family: "Exo", sans-serif;
  line-height: 1.18;
}

.services-overview-card p {
  color: var(--slate);
  margin: 0;
  line-height: 1.65;
}

.services-overview-card h3 {
  font-size: clamp(1.28rem, 1.15vw, 1.56rem);
  letter-spacing: -0.025em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-overview-card p {
  color: rgba(22, 39, 57, 0.68);
  font-size: 1.06rem;
  line-height: 1.45;
}

.services-overview-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 168px;
  width: fit-content;
  padding: 0 1.2rem;
  border-radius: 999px;
  font-family: "Exo", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--white);
  background: #111f63;
  box-shadow: 0 12px 28px rgba(17, 31, 99, 0.24);
  margin-top: auto;
  margin-bottom: 0;
  align-self: center;
}

.services-overview-link::after {
  content: "→";
  margin-left: 0.55rem;
}

.services-overview-cta-wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.services-overview-cta {
  min-width: 240px;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.process-section::before {
  content: "";
  display: none;
}

.process-lab-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 1.9rem;
}

.process-lab-eyebrow {
  color: #13235a;
}

.process-lab-heading h2 {
  margin: 0.95rem 0 0.7rem;
  color: #13235a;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.process-lab-heading p {
  margin: 0 auto;
  max-width: 700px;
  color: rgba(22, 39, 57, 0.72);
  font-size: 1.02rem;
  line-height: 1.55;
}

.process-lab-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem 2rem;
  padding: 0.5rem 0;
}

.process-lab-card {
  position: relative;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 22px;
  border: 1px solid rgba(22, 39, 57, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.94)),
    radial-gradient(circle at top right, rgba(243, 111, 33, 0.14), transparent 38%);
  box-shadow: 0 16px 30px rgba(17, 36, 62, 0.09);
  padding: 1rem 0.95rem 0.92rem;
}

.process-lab-card h3 {
  margin: 0.88rem 0 0.52rem;
  color: #102345;
  font-family: "Exo", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.process-lab-card p {
  margin: 0;
  color: rgba(22, 39, 57, 0.72);
  font-size: 0.94rem;
  line-height: 1.45;
}

.process-lab-step-no {
  position: absolute;
  top: 0.78rem;
  right: 0.82rem;
  color: rgba(18, 35, 69, 0.16);
  font-family: "Exo", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.process-lab-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--step-color-a), var(--step-color-b));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(24, 48, 80, 0.2);
}

.process-lab-icon-wrap .li-icon {
  width: 30px;
  height: 30px;
}

.step-1::before,
.step-2::before,
.step-4::before,
.step-5::before,
.step-3::before {
  content: "";
  position: absolute;
}

.step-1::before,
.step-2::before {
  top: 50%;
  right: -2rem;
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, #2f7be6, #f39b22);
  transform: translateY(-50%);
}

.step-3::before {
  top: calc(100% - 1px);
  right: calc(50% - 1px);
  width: 2px;
  height: 1.1rem;
  background: linear-gradient(180deg, #15a99c, #643fd5);
}

.step-4::before,
.step-5::before {
  top: 50%;
  left: -2rem;
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, #72b12e, #ef3f7a);
  transform: translateY(-50%);
}

.step-1::after,
.step-2::after,
.step-3::after,
.step-4::after,
.step-5::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--flow-dot);
  background: radial-gradient(circle, var(--flow-dot) 0 3px, #ffffff 3px);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9);
  z-index: 4;
}

.step-1::after,
.step-2::after {
  top: 50%;
  right: -2.7rem;
  transform: translateY(-50%);
}

.step-3::after {
  top: calc(100% + 0.92rem);
  right: calc(50% - 9px);
}

.step-4::after,
.step-5::after {
  top: 50%;
  left: -2.7rem;
  transform: translateY(-50%);
}

.step-1 {
  --step-color-a: #2f7be6;
  --step-color-b: #1e6ba8;
  --flow-dot: #f39b22;
  grid-column: 1;
  grid-row: 1;
}

.step-2 {
  --step-color-a: #f39b22;
  --step-color-b: #f36f21;
  --flow-dot: #15a99c;
  grid-column: 2;
  grid-row: 1;
}

.step-3 {
  --step-color-a: #15a99c;
  --step-color-b: #1e6ba8;
  --flow-dot: #643fd5;
  grid-column: 3;
  grid-row: 1;
}

.step-4 {
  --step-color-a: #643fd5;
  --step-color-b: #2f7be6;
  --flow-dot: #ef3f7a;
  grid-column: 3;
  grid-row: 2;
}

.step-5 {
  --step-color-a: #ef3f7a;
  --step-color-b: #f36f21;
  --flow-dot: #72b12e;
  grid-column: 2;
  grid-row: 2;
}

.step-6 {
  --step-color-a: #72b12e;
  --step-color-b: #1e6ba8;
  grid-column: 1;
  grid-row: 2;
}

.step-6::after {
  display: none;
}

.emergency-section {
  padding: 0 0 5.2rem;
}

.emergency-callout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: 1.2rem;
  align-items: stretch;
  padding: 1.25rem;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(20, 61, 103, 0.96) 0%, rgba(24, 90, 145, 0.95) 62%, rgba(242, 109, 33, 0.92) 130%),
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.12), transparent 34%);
  box-shadow: 0 30px 80px rgba(14, 44, 79, 0.26);
}

.emergency-callout::before,
.emergency-callout::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.emergency-callout::before {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  top: -220px;
  left: -140px;
}

.emergency-callout::after {
  width: 210px;
  height: 210px;
  border-radius: 28px;
  right: -95px;
  bottom: -92px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
}

.emergency-copy,
.emergency-action {
  position: relative;
  z-index: 1;
}

.emergency-copy {
  padding: 1.5rem 1.4rem 1.28rem;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.emergency-eyebrow {
  gap: 0.55rem;
  background: linear-gradient(135deg, rgba(243, 111, 33, 0.92), rgba(255, 139, 71, 0.95));
  color: #ffffff;
}

.emergency-copy h2 {
  margin: 0.88rem 0 0;
  color: #ffffff;
  font-size: clamp(1.92rem, 4vw, 2.7rem);
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.emergency-copy p {
  margin: 0.72rem 0 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.04rem;
  line-height: 1.6;
}

.emergency-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.1rem;
}

.emergency-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  min-height: 40px;
  padding: 0.45rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.88rem;
  font-weight: 600;
}

.emergency-action {
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
  justify-content: center;
  align-items: flex-start;
  padding: 1.3rem 1.12rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(236, 245, 253, 0.94)),
    radial-gradient(circle at 80% 10%, rgba(243, 111, 33, 0.16), transparent 38%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 14px 34px rgba(12, 38, 68, 0.18);
}

.emergency-action-label {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  min-height: 32px;
  padding: 0.4rem 0.62rem;
  border-radius: 999px;
  background: rgba(30, 107, 168, 0.1);
  color: #1a4f7a;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.emergency-action strong {
  color: #16263a;
  font-family: "Exo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.08;
}

.emergency-action p {
  margin: 0;
  color: #4a5b6e;
  font-size: 0.95rem;
  line-height: 1.5;
}

.emergency-call-button {
  margin-top: 0.1rem;
  width: 100%;
  min-height: 50px;
  justify-content: center;
  font-size: 1rem;
  animation: emergencyPulse 2.9s ease-in-out infinite;
}

@keyframes emergencyPulse {
  0%,
  100% {
    box-shadow: 0 14px 34px rgba(255, 109, 31, 0.24);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 18px 40px rgba(255, 109, 31, 0.34);
    transform: translateY(-1px);
  }
}

.testimonials-section {
  position: relative;
  padding: 4.9rem 0 5.4rem;
  background: #ffffff;
  overflow: hidden;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  left: -110px;
  top: 95px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 33%, rgba(30, 107, 168, 0.065) 34%, rgba(30, 107, 168, 0.065) 35%, transparent 36%),
    radial-gradient(circle at center, transparent 44%, rgba(30, 107, 168, 0.055) 45%, rgba(30, 107, 168, 0.055) 46%, transparent 47%),
    radial-gradient(circle at center, transparent 56%, rgba(30, 107, 168, 0.048) 57%, rgba(30, 107, 168, 0.048) 58%, transparent 59%),
    radial-gradient(circle at center, transparent 67%, rgba(30, 107, 168, 0.04) 68%, rgba(30, 107, 168, 0.04) 69%, transparent 70%);
  pointer-events: none;
  opacity: 1;
}

.testimonials-section::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -180px;
  bottom: -110px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 33%, rgba(30, 107, 168, 0.055) 34%, rgba(30, 107, 168, 0.055) 35%, transparent 36%),
    radial-gradient(circle at center, transparent 44%, rgba(30, 107, 168, 0.045) 45%, rgba(30, 107, 168, 0.045) 46%, transparent 47%),
    radial-gradient(circle at center, transparent 56%, rgba(30, 107, 168, 0.038) 57%, rgba(30, 107, 168, 0.038) 58%, transparent 59%);
  pointer-events: none;
  opacity: 0.95;
}

.reviews-shell {
  position: relative;
  z-index: 1;
}

.reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: end;
}

.reviews-eyebrow {
  min-height: 40px;
  padding: 0.44rem 1rem;
  gap: 0.5rem;
  background: linear-gradient(135deg, rgba(243, 111, 33, 0.98), rgba(255, 146, 68, 0.95));
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 10px 24px rgba(243, 111, 33, 0.25);
}

.reviews-head h2 {
  margin: 0.82rem 0 0;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: clamp(2.1rem, 4.6vw, 3.55rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.reviews-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.54rem;
  min-height: 62px;
  padding: 0.9rem 2rem;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #101f59, #1b2f78);
  box-shadow: 0 14px 34px rgba(16, 31, 89, 0.24);
  font-size: 1.05rem;
  font-weight: 600;
}

.reviews-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 1.35rem;
  align-items: stretch;
}

.reviews-main.reviews-main-text-only {
  grid-template-columns: minmax(0, 1fr);
}

.reviews-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 0.2rem 0 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(22, 49, 112, 0.35) transparent;
}

.reviews-carousel::-webkit-scrollbar {
  height: 8px;
}

.reviews-carousel::-webkit-scrollbar-track {
  background: transparent;
}

.reviews-carousel::-webkit-scrollbar-thumb {
  background: rgba(22, 49, 112, 0.24);
  border-radius: 999px;
}

.reviews-video-column,
.reviews-text-column {
  display: grid;
  gap: 1rem;
  height: 100%;
}

.reviews-video-column {
  grid-template-rows: 1fr;
}

.reviews-video-slider-shell {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 592px;
  height: 100%;
  border: 1px solid rgba(17, 54, 99, 0.16);
  box-shadow: 0 20px 52px rgba(17, 38, 64, 0.2);
}

.reviews-video-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.reviews-video-slider-dots {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.56rem;
  border-radius: 999px;
  background: rgba(17, 40, 95, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(4px);
}

.reviews-video-feature {
  position: absolute;
  inset: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.03);
  transition:
    opacity 440ms ease,
    transform 440ms ease;
  pointer-events: none;
}

.reviews-video-feature.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.reviews-video-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-video-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 25, 47, 0.12) 0%, rgba(14, 25, 47, 0.68) 100%);
}

.reviews-video-feature button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.64);
  background: linear-gradient(135deg, rgba(243, 111, 33, 0.96), rgba(255, 152, 74, 0.94));
  color: #ffffff;
  font-size: 1.38rem;
  box-shadow: 0 14px 30px rgba(243, 111, 33, 0.3);
}

.reviews-video-slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.reviews-video-slider-dots button.is-active {
  width: 22px;
  background: #f36f21;
}

.reviews-video-feature-copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 14px;
  padding: 0.74rem 0.86rem;
  background: rgba(14, 31, 81, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.95);
}

.reviews-video-feature-copy strong {
  display: block;
  font-size: 1.05rem;
  font-family: "Exo", sans-serif;
  line-height: 1.1;
}

.reviews-video-feature-copy span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
}

.reviews-text-column {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-height: 460px;
}

.reviews-text-card {
  border-radius: 24px;
  padding: 1.22rem 1.18rem;
  background: linear-gradient(145deg, #101f59 0%, #172c72 100%);
  color: rgba(255, 255, 255, 0.98);
  border-right: 4px solid #f36f21;
  box-shadow: 0 18px 46px rgba(16, 31, 89, 0.28);
  display: grid;
  align-content: center;
  height: 100%;
  flex: 0 0 calc((100% - 3rem) / 4);
  min-width: 0;
  min-height: 320px;
  scroll-snap-align: start;
}

.review-stars {
  color: #ff973b;
  font-size: 1.36rem;
  letter-spacing: 0.2em;
}

.reviews-text-card p {
  margin: 0.76rem 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.03rem;
  line-height: 1.62;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-top: 1.04rem;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: block;
  overflow: hidden;
  flex: none;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.34);
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-avatar-initials {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: linear-gradient(135deg, #f36f21, #ff9b46);
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.review-person strong {
  display: block;
  color: #ff9f4d;
  font-size: 1.28rem;
  line-height: 1;
  font-weight: 600;
}

.review-person span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  margin-top: 0.26rem;
}

.core-values-section {
  position: relative;
  padding: 5.3rem 0 5.6rem;
  background: #ffffff;
  overflow: hidden;
}

.core-values-section::before,
.core-values-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.core-values-section::before {
  left: -250px;
  top: -120px;
  width: 620px;
  height: 620px;
  background:
    radial-gradient(circle at center, transparent 33%, rgba(30, 107, 168, 0.075) 34%, rgba(30, 107, 168, 0.075) 35%, transparent 36%),
    radial-gradient(circle at center, transparent 44%, rgba(30, 107, 168, 0.064) 45%, rgba(30, 107, 168, 0.064) 46%, transparent 47%),
    radial-gradient(circle at center, transparent 55%, rgba(30, 107, 168, 0.052) 56%, rgba(30, 107, 168, 0.052) 57%, transparent 58%);
}

.core-values-section::after {
  right: -160px;
  bottom: -180px;
  width: 500px;
  height: 500px;
  background:
    radial-gradient(circle at center, transparent 33%, rgba(243, 111, 33, 0.068) 34%, rgba(243, 111, 33, 0.068) 35%, transparent 36%),
    radial-gradient(circle at center, transparent 44%, rgba(243, 111, 33, 0.056) 45%, rgba(243, 111, 33, 0.056) 46%, transparent 47%);
}

.core-values-shell {
  position: relative;
  z-index: 1;
}

.core-values-head {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.core-values-eyebrow {
  background: linear-gradient(135deg, rgba(243, 111, 33, 0.98), rgba(255, 146, 68, 0.95));
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 10px 24px rgba(243, 111, 33, 0.22);
}

.core-values-head h2 {
  margin: 0.95rem 0 0;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.core-values-head p {
  margin: 0.95rem auto 0;
  max-width: 760px;
  color: #526170;
  font-size: 1.04rem;
  line-height: 1.68;
}

.core-values-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem 1.2rem;
  margin-top: 2rem;
}

.core-values-flow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background:
    linear-gradient(180deg, rgba(243, 111, 33, 0.72) 0%, rgba(30, 107, 168, 0.72) 100%);
  transform: translateX(-50%);
  opacity: 0.7;
}

.core-value-card {
  position: relative;
  border-radius: 26px;
  padding: 1.05rem 1.05rem 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96)),
    radial-gradient(circle at 88% 18%, rgba(243, 111, 33, 0.09), transparent 42%);
  border: 1px solid rgba(20, 54, 94, 0.1);
  box-shadow: 0 14px 34px rgba(17, 47, 84, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.core-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 47, 84, 0.16);
  border-color: rgba(30, 107, 168, 0.28);
}

.core-value-card::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f36f21, #1e6ba8);
  border: 2px solid #ffffff;
  box-shadow: 0 6px 14px rgba(14, 30, 56, 0.2);
  transform: translateY(-50%);
}

.core-value-left {
  margin-right: 1.25rem;
}

.core-value-left::before {
  right: -28px;
}

.core-value-right {
  margin-left: 1.25rem;
}

.core-value-right::before {
  left: -28px;
}

.core-value-center {
  grid-column: 1 / -1;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.core-value-center::before {
  left: 50%;
  top: -16px;
  transform: translate(-50%, 0);
}

.core-value-index {
  position: absolute;
  top: 0.82rem;
  right: 0.92rem;
  color: rgba(21, 45, 100, 0.13);
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.core-value-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(30, 107, 168, 0.14), rgba(243, 111, 33, 0.16));
  border: 1px solid rgba(30, 107, 168, 0.2);
}

.core-value-icon .li-icon {
  width: 26px;
  height: 26px;
}

.core-value-card h3 {
  margin: 0.76rem 0 0;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.68rem);
  line-height: 1.12;
}

.core-value-card p {
  margin: 0.62rem 0 0;
  color: #526170;
  font-size: 0.98rem;
  line-height: 1.62;
}

.core-values-close {
  margin: 1.28rem auto 0;
  width: fit-content;
  max-width: min(100%, 860px);
  border-radius: 18px;
  padding: 0.92rem 1.22rem;
  text-align: center;
  color: #ffffff;
  background:
    linear-gradient(125deg, #1a4f7a 0%, #1e6ba8 52%, #f36f21 100%);
  font-family: "Exo", sans-serif;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 16px 34px rgba(17, 47, 84, 0.2);
}

.closing-cta-section {
  position: relative;
  padding: 2.25rem 0 3.7rem;
  background: #ffffff;
  overflow: hidden;
}

.closing-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(30, 107, 168, 0.08), transparent 34%),
    radial-gradient(circle at 84% 70%, rgba(243, 111, 33, 0.1), transparent 36%);
  pointer-events: none;
}

.closing-cta-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: 1.5rem;
  padding: 1.8rem 1.75rem;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96)),
    repeating-linear-gradient(
      120deg,
      rgba(30, 107, 168, 0.04) 0,
      rgba(30, 107, 168, 0.04) 72px,
      rgba(243, 111, 33, 0.025) 72px,
      rgba(243, 111, 33, 0.025) 144px
    );
  border: 1px solid rgba(20, 54, 94, 0.12);
  box-shadow: 0 20px 50px rgba(20, 45, 86, 0.14);
}

.closing-cta-panel::before {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 156, 83, 0.24), rgba(255, 156, 83, 0));
  opacity: 1;
  pointer-events: none;
}

.closing-cta-panel::after {
  content: "";
  position: absolute;
  left: -56px;
  bottom: -56px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid rgba(30, 107, 168, 0.14);
  pointer-events: none;
}

.closing-cta-copy {
  position: relative;
  z-index: 1;
}

.closing-cta-eyebrow {
  min-height: 40px;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(20, 54, 94, 0.2);
  color: #1a4f7a;
  box-shadow: 0 10px 24px rgba(16, 44, 78, 0.16);
}

.closing-cta-copy h2 {
  margin: 0.94rem 0 0;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: clamp(2rem, 4.1vw, 3.18rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.closing-cta-copy p {
  margin: 0.8rem 0 0;
  max-width: 700px;
  color: #526170;
  font-size: 1.03rem;
  line-height: 1.62;
}

.closing-cta-action {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.74rem;
  justify-items: end;
}

.closing-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.56rem;
  min-height: 68px;
  width: 100%;
  max-width: 410px;
  padding: 0 1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f36f21, #ff8f44);
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow:
    0 18px 40px rgba(243, 111, 33, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.closing-cta-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 44px rgba(243, 111, 33, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.closing-cta-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  min-height: 34px;
  padding: 0.38rem 0.76rem;
  border-radius: 999px;
  background: rgba(30, 107, 168, 0.08);
  border: 1px solid rgba(30, 107, 168, 0.16);
  color: #1a4f7a;
  font-size: 0.8rem;
  font-weight: 600;
}

.about-page .about-page-closing {
  padding: 2.9rem 0 4.25rem;
  background: #ffffff;
}

.about-page .about-page-closing::before {
  background:
    radial-gradient(circle at 14% 28%, rgba(30, 107, 168, 0.14), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(243, 111, 33, 0.16), transparent 38%);
}

.about-page .about-page-closing .closing-cta-panel {
  overflow: hidden;
  grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.76fr);
  gap: 1.35rem;
  padding: 1.95rem 1.95rem;
  border-radius: 42px;
  background: linear-gradient(135deg, #123e73 0%, #1b548d 56%, #2a6fae 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 58px rgba(16, 42, 79, 0.24);
}

.about-page .about-page-closing .closing-cta-panel::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 33%;
  top: 7.5%;
  bottom: 7.5%;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
}

.about-page .about-page-closing .closing-cta-panel::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 0;
  bottom: 0;
  width: 250px;
  background: linear-gradient(180deg, rgba(243, 111, 33, 0.28), rgba(243, 111, 33, 0.08));
  pointer-events: none;
}

.about-page .about-page-closing .closing-cta-eyebrow {
  min-height: 46px;
  padding: 0.58rem 1.26rem;
  background: linear-gradient(135deg, #f36f21, #ff8b3f);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  letter-spacing: 0.11em;
  box-shadow: 0 12px 26px rgba(243, 111, 33, 0.28);
}

.about-page .about-page-closing .closing-cta-eyebrow .li-icon {
  filter: brightness(0) invert(1);
}

.about-page .about-page-closing .closing-cta-copy h2 {
  max-width: 18ch;
  margin-top: 0.88rem;
  color: #ffffff;
  font-size: clamp(2.34rem, 4.6vw, 3.68rem);
  letter-spacing: -0.032em;
}

.about-page .about-page-closing .closing-cta-copy p {
  margin-top: 0.9rem;
  max-width: 60ch;
  color: rgba(239, 246, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.66;
}

.about-closing-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.14rem;
}

.about-closing-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 40px;
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #eff6ff;
  font-size: 0.83rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(10, 31, 61, 0.16);
}

.about-closing-highlights .li-icon {
  filter: brightness(0) invert(1);
}

.about-closing-action {
  align-self: stretch;
  justify-items: stretch;
  gap: 0.88rem;
  padding: 1.22rem 1.2rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
  border: 1px solid rgba(20, 54, 94, 0.12);
  box-shadow:
    0 22px 44px rgba(14, 35, 72, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.about-closing-action-label {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  min-height: 40px;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(30, 107, 168, 0.12);
  color: #1d4f7f;
  border: 1px solid rgba(30, 107, 168, 0.2);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-closing-action h3 {
  margin: 0.08rem 0 0;
  color: #152d64;
  font-family: "Exo", sans-serif;
  font-size: clamp(2rem, 2.1vw, 2.46rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.about-closing-action p {
  margin: 0;
  color: #4f627a;
  font-size: 1.02rem;
  line-height: 1.58;
}

.about-page .about-page-closing .about-closing-action .button-secondary {
  min-height: 66px;
  justify-content: center;
  border-radius: 999px;
  padding: 0 1.1rem;
  box-shadow: 0 16px 34px rgba(243, 111, 33, 0.36);
  font-size: 1.05rem;
  width: 100%;
}

.about-page .about-page-closing .about-closing-action .button-secondary:hover {
  transform: translateY(-2px);
}

.about-page .about-page-closing .about-closing-action .closing-cta-meta {
  justify-content: center;
  width: 100%;
  min-height: 38px;
  background: rgba(30, 107, 168, 0.1);
  border-color: rgba(30, 107, 168, 0.26);
  color: #1d4f7f;
  font-size: 0.88rem;
}

.about-page .about-page-closing .about-closing-action .closing-cta-meta .li-icon {
  filter: none;
}

.video-popup[hidden] {
  display: none;
}

.video-popup {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.video-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 17, 40, 0.74);
  backdrop-filter: blur(4px);
}

.video-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 1rem));
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #0d1c4e;
  box-shadow: 0 26px 70px rgba(9, 17, 40, 0.5);
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(13, 28, 78, 0.74);
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.video-popup-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.video-popup-frame iframe,
.video-popup-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
  background: #000000;
}

.video-popup-frame.is-iframe iframe {
  display: block;
}

.video-popup-frame.is-video video {
  display: block;
}

.site-footer {
  position: relative;
  margin-top: 0;
  padding: 0 0 1.2rem;
  color: rgba(255, 255, 255, 0.94);
  background:
    linear-gradient(180deg, #1a4f7a 0%, #183f68 56%, #123556 100%),
    repeating-linear-gradient(
      132deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 78px,
      rgba(255, 255, 255, 0.01) 78px,
      rgba(255, 255, 255, 0.01) 152px
    );
  overflow: hidden;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-footer::before {
  left: -120px;
  top: 90px;
  width: 260px;
  height: 260px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 1.6px, transparent 1.6px) 0 0 / 11px 11px;
  opacity: 0.32;
}

.site-footer::after {
  right: -74px;
  bottom: 74px;
  width: 210px;
  height: 210px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 1.6px, transparent 1.6px) 0 0 / 11px 11px;
  opacity: 0.34;
}

.footer-top-contact {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  padding: 1.2rem 1.25rem;
  border-radius: 0 0 34px 34px;
  transform: none;
  background: #ffffff;
  border: 1px solid rgba(20, 54, 94, 0.12);
  box-shadow: 0 20px 42px rgba(13, 31, 65, 0.2);
}

.footer-top-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.24rem 1.1rem;
}

.footer-top-item + .footer-top-item {
  border-left: 1px solid rgba(20, 54, 94, 0.2);
}

.footer-top-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  flex: none;
}

.footer-top-icon .li-icon {
  width: 28px;
  height: 28px;
}

.footer-top-item strong {
  display: block;
  color: #152d64;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.28;
}

.footer-top-item span,
.footer-top-item a {
  display: block;
  margin-top: 0.2rem;
  color: #3d5068;
  font-size: 0.94rem;
  line-height: 1.42;
}

.footer-top-item a:hover {
  color: #1e6ba8;
}

.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.86fr)) minmax(0, 1fr);
  gap: 1.6rem;
  margin-top: 0;
  padding: 2.2rem 0 2.15rem;
}

.footer-brand-pill {
  margin-top: 0.12rem;
}

.footer-about-col p {
  margin: 1.06rem 0 0;
  max-width: 330px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.7;
}

.footer-license-badge {
  margin-top: 0.9rem;
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  padding: 0.46rem 0.8rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(243, 111, 33, 0.2), rgba(255, 155, 86, 0.1)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow:
    0 8px 22px rgba(16, 31, 89, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.footer-license-badge .li-icon {
  width: 16px;
  height: 16px;
}

.footer-license-badge span {
  color: rgba(255, 255, 255, 0.98);
  font-family: "Exo", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.footer-col h3 {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0;
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.14;
}

.footer-link-list {
  list-style: none;
  margin: 1.05rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.78rem;
}

.footer-link-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 0.86rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.4;
  transition: color 200ms ease, transform 200ms ease;
}

.footer-link-list a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.footer-link-list a:hover {
  color: #ff9f4d;
  transform: translateX(3px);
}

.footer-newsletter-col p {
  margin: 1.02rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.5;
}

.footer-newsletter-form {
  margin-top: 0.92rem;
  display: grid;
  gap: 0.8rem;
}

.footer-newsletter-form input {
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.95);
  color: #152d64;
  padding: 0 1rem;
}

.footer-newsletter-form button {
  min-height: 56px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #f36f21, #ff8d42);
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(243, 111, 33, 0.32);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.footer-newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(243, 111, 33, 0.38);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-top: 1.1rem;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 180ms ease, transform 180ms ease;
}

.footer-social a img {
  width: 17px;
  height: 17px;
  display: block;
}

.footer-social a:hover {
  background: rgba(243, 111, 33, 0.8);
  transform: translateY(-2px);
}

.footer-bottom {
  position: relative;
  z-index: 2;
  margin-top: 0.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem 1.15rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
}

.footer-bottom p span {
  color: #ff9f4d;
}

.footer-policy-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.84rem;
  justify-self: end;
}

.footer-policy-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  white-space: nowrap;
}

.footer-policy-links a::before {
  content: "•";
  color: rgba(255, 159, 77, 0.96);
  font-size: 0.96em;
  line-height: 1;
}

.footer-policy-links a:hover {
  color: #ff9f4d;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 2px solid rgba(243, 111, 33, 0.95);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(18, 41, 78, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.back-to-top::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(243, 111, 33, 0.44);
  opacity: 0;
  transform: scale(0.84);
  pointer-events: none;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  animation: backToTopButtonBreath 2.2s ease-in-out infinite;
}

.back-to-top.is-visible::after {
  animation: backToTopPulse 2.2s ease-out infinite;
}

.back-to-top:hover {
  box-shadow: 0 18px 40px rgba(18, 41, 78, 0.24);
  transform: translateY(-2px);
}

.back-to-top-shield {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transform: translateY(0);
}

.back-to-top.is-visible .back-to-top-shield {
  animation:
    backToTopShieldNudge 1.6s cubic-bezier(0.22, 1, 0.36, 1) infinite,
    backToTopShieldGlow 2.2s ease-in-out infinite;
}

@keyframes backToTopPulse {
  0% {
    opacity: 0;
    transform: scale(0.84);
  }

  24% {
    opacity: 0.52;
  }

  100% {
    opacity: 0;
    transform: scale(1.36);
  }
}

@keyframes backToTopButtonBreath {
  0%,
  100% {
    box-shadow: 0 14px 34px rgba(18, 41, 78, 0.18);
  }

  50% {
    box-shadow: 0 20px 42px rgba(18, 41, 78, 0.28);
  }
}

@keyframes backToTopShieldNudge {
  0%,
  100% {
    transform: translateY(0);
  }

  26% {
    transform: translateY(-4px);
  }

  52% {
    transform: translateY(1px);
  }
}

@keyframes backToTopShieldGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(243, 111, 33, 0));
  }

  50% {
    filter: drop-shadow(0 0 8px rgba(243, 111, 33, 0.42));
  }
}

@media (max-width: 1120px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-surface {
    display: flex;
    min-height: 0;
    padding: 0.8rem 1rem;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .navbar.open .nav-surface {
    border-radius: 28px;
  }

  .nav-links {
    display: flex;
    width: 100%;
  }

  .navbar.open .nav-surface {
    flex-wrap: wrap;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0.6rem;
  }

  .navbar.open .nav-links {
    padding-right: 0;
  }

  .navbar.open .dropdown-menu {
    position: static;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 1px solid rgba(22, 39, 57, 0.08);
    margin-top: 0.6rem;
  }

  .reviews-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .reviews-all-link {
    justify-self: start;
  }

  .reviews-main {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .reviews-text-card {
    flex-basis: calc((100% - 1rem) / 2);
    min-height: 280px;
  }

  .core-values-section {
    padding: 4.35rem 0 4.7rem;
  }

  .core-values-flow {
    gap: 0.95rem 1rem;
    margin-top: 1.7rem;
  }

  .core-value-left {
    margin-right: 0.66rem;
  }

  .core-value-right {
    margin-left: 0.66rem;
  }

  .core-value-left::before {
    right: -20px;
  }

  .core-value-right::before {
    left: -20px;
  }

  .core-value-center {
    max-width: 580px;
  }

  .core-value-card h3 {
    font-size: clamp(1.22rem, 2.15vw, 1.48rem);
  }

  .closing-cta-section {
    padding: 1.85rem 0 3.2rem;
  }

  .closing-cta-panel {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1.1rem;
    padding: 1.45rem 1.28rem;
    border-radius: 26px;
  }

  .closing-cta-copy h2 {
    font-size: clamp(1.86rem, 4.6vw, 2.62rem);
  }

  .closing-cta-copy p {
    max-width: 100%;
  }

  .closing-cta-action {
    width: 100%;
    justify-items: start;
  }

  .closing-cta-button {
    min-height: 62px;
    max-width: 360px;
  }

  .about-page .about-page-closing {
    padding: 2.2rem 0 3.35rem;
  }

  .about-page .about-page-closing .closing-cta-panel {
    grid-template-columns: 1fr;
    gap: 1.05rem;
    padding: 1.38rem 1.18rem;
    border-radius: 26px;
  }

  .about-page .about-page-closing .closing-cta-copy h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 4.8vw, 2.62rem);
  }

  .about-closing-action {
    border-radius: 20px;
    padding: 0.9rem;
  }

  .about-closing-action h3 {
    font-size: clamp(1.65rem, 4.8vw, 2rem);
  }

  .about-closing-action p {
    font-size: 0.96rem;
  }

  .about-page .about-page-closing .about-closing-action .button-secondary {
    width: 100%;
    min-height: 60px;
  }

  .site-footer {
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .footer-top-contact {
    grid-template-columns: 1fr;
    border-radius: 0 0 26px 26px;
    transform: none;
    padding: 0.86rem 0.94rem;
  }

  .footer-top-item {
    padding: 0.5rem 0.18rem;
  }

  .footer-top-item + .footer-top-item {
    border-left: none;
    border-top: 1px solid rgba(20, 54, 94, 0.16);
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.35rem;
    margin-top: 0.6rem;
    padding: 1.35rem 0 1.8rem;
  }

  .footer-newsletter-col {
    grid-column: 1 / -1;
    max-width: 560px;
  }

  .footer-col h3 {
    font-size: 1.16rem;
  }

  .footer-about-col p {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .footer-license-badge {
    margin-top: 0.74rem;
    padding: 0.42rem 0.72rem;
  }

  .footer-license-badge span {
    font-size: 0.78rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    display: flex;
  }

  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }

  .hero-static-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 1.5rem;
  }

  .about-showcase {
    padding: 3.8rem 0 3.4rem;
  }

  .about-showcase-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .about-showcase-copy h2 {
    font-size: clamp(2.1rem, 5vw, 3rem);
  }

  .about-showcase-copy p {
    max-width: 100%;
  }

  .about-showcase-details {
    margin-top: 1.05rem;
  }

  .about-showcase-card h3 {
    font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  }

  .about-showcase-media {
    min-height: 470px;
    max-width: 420px;
    margin: 0 auto;
  }

  .about-showcase-phone-copy strong {
    font-size: 1.9rem;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .why-choose-media {
    min-height: 300px;
    width: 100%;
    margin-left: 0;
    border-radius: 24px;
  }

  .why-choose-content {
    min-height: auto;
    margin-left: 0;
    border-radius: 24px;
    padding: 30px;
  }

  .why-choose-points {
    gap: 0.9rem;
  }

  .why-choose-point {
    min-height: 150px;
    padding: 0.9rem 0.9rem 0.82rem;
  }

  .why-choose-point::after {
    width: 96px;
    height: 96px;
    background-size: 66px;
    right: -8px;
    bottom: -8px;
  }

  .why-choose-point span {
    font-size: clamp(1.08rem, 1.8vw, 1.26rem);
    max-width: 92%;
  }

  .brand-strip {
    padding: 1.15rem 0 1.05rem;
  }

  .brand-strip-row {
    gap: 0.6rem;
  }

  .brand-strip-side-left {
    padding-right: 0.9rem;
  }

  .brand-strip-side-right {
    padding-left: 0.9rem;
  }

  .brand-strip-center {
    width: 170px;
    height: 170px;
    margin-top: -98px;
    margin-bottom: -50px;
  }

  .brand-center-core {
    width: 100px;
    height: 100px;
  }

  .brand-center-core img {
    width: 64px;
    height: 64px;
  }

  .brand-logo-item {
    height: 42px;
  }

  .brand-name-mark {
    width: 11px;
    height: 11px;
  }

  .brand-name-text {
    font-size: clamp(0.9rem, 1.25vw, 1.06rem);
  }

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

  .services-overview-card {
    min-height: 320px;
    padding: 1.35rem 0.95rem 1.05rem;
  }

  .services-overview-card h3 {
    font-size: clamp(1.18rem, 1.85vw, 1.4rem);
  }

  .services-overview-card p {
    font-size: 1rem;
  }

  .services-overview-link {
    min-height: 48px;
    min-width: 160px;
    font-size: 0.9rem;
    margin-top: auto;
  }

  .process-lab-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 0.2rem 0 0;
  }

  .process-lab-card::before,
  .process-lab-card::after {
    display: none;
  }

  .step-1::before,
  .step-2::before,
  .step-3::before,
  .step-4::before,
  .step-5::before,
  .step-1::after,
  .step-2::after,
  .step-3::after,
  .step-4::after,
  .step-5::after {
    display: none;
  }

  .process-lab-card {
    min-height: 212px;
  }

  .process-lab-card h3 {
    font-size: 1.08rem;
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5,
  .step-6 {
    grid-column: auto;
    grid-row: auto;
  }

  .emergency-callout {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .emergency-copy {
    padding: 1.22rem 1.08rem 1.04rem;
  }

  .emergency-action {
    width: 100%;
    padding: 1.06rem 0.98rem;
  }

  .emergency-call-button {
    width: auto;
    min-width: 190px;
  }
}

@media (max-width: 760px) {
  .topbar-inner,
  .topbar-list,
  .button-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section,
  .section {
    padding: 4.2rem 0;
  }

  .testimonials-section {
    padding: 3.65rem 0 4.1rem;
  }

  .reviews-head h2 {
    margin-top: 0.66rem;
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .reviews-all-link {
    min-height: 52px;
    padding: 0.68rem 1.25rem;
    font-size: 0.92rem;
  }

  .reviews-main {
    margin-top: 1rem;
    gap: 0.9rem;
  }

  .reviews-carousel {
    gap: 0.88rem;
    padding-bottom: 0.3rem;
  }

  .reviews-text-card {
    flex-basis: 84%;
    min-height: 0;
    border-radius: 20px;
    padding: 1rem 0.96rem;
  }

  .reviews-text-card {
    border-radius: 16px;
    padding: 1rem 0.9rem 0.92rem;
  }

  .core-values-section {
    padding: 3.4rem 0 3.85rem;
  }

  .core-values-head h2 {
    font-size: clamp(1.82rem, 8.2vw, 2.35rem);
    line-height: 1.08;
  }

  .core-values-head p {
    margin-top: 0.72rem;
    font-size: 0.95rem;
    line-height: 1.56;
  }

  .core-values-flow {
    grid-template-columns: 1fr;
    margin-top: 1.28rem;
    padding-left: 1.2rem;
    gap: 0.74rem;
  }

  .core-values-flow::before {
    left: 7px;
    top: 8px;
    bottom: 8px;
    transform: none;
  }

  .core-value-left,
  .core-value-right,
  .core-value-center {
    grid-column: auto;
    margin: 0;
    max-width: none;
    text-align: left;
  }

  .core-value-card {
    border-radius: 18px;
    padding: 0.86rem 0.84rem 0.8rem;
  }

  .core-value-card::before,
  .core-value-left::before,
  .core-value-right::before,
  .core-value-center::before {
    left: -1.2rem;
    right: auto;
    top: 20px;
    transform: none;
    width: 12px;
    height: 12px;
  }

  .core-value-index {
    top: 0.6rem;
    right: 0.68rem;
    font-size: 1.74rem;
  }

  .core-value-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .core-value-icon .li-icon {
    width: 22px;
    height: 22px;
  }

  .core-value-card h3 {
    margin-top: 0.62rem;
    font-size: clamp(1.06rem, 4.9vw, 1.26rem);
    line-height: 1.18;
  }

  .core-value-card p {
    margin-top: 0.48rem;
    font-size: 0.86rem;
    line-height: 1.46;
  }

  .core-values-close {
    margin-top: 1rem;
    border-radius: 14px;
    padding: 0.74rem 0.84rem;
    font-size: 0.96rem;
  }

  .closing-cta-section {
    padding: 1.45rem 0 2.8rem;
  }

  .closing-cta-panel {
    gap: 0.92rem;
    padding: 1.08rem 0.94rem;
    border-radius: 20px;
  }

  .closing-cta-eyebrow {
    min-height: 34px;
    padding: 0.34rem 0.74rem;
    font-size: 0.72rem;
  }

  .closing-cta-copy h2 {
    margin-top: 0.68rem;
    font-size: clamp(1.5rem, 7.2vw, 2.05rem);
    line-height: 1.08;
  }

  .closing-cta-copy p {
    margin-top: 0.56rem;
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .closing-cta-button {
    min-height: 52px;
    width: 100%;
    max-width: none;
    padding: 0 1rem;
    font-size: 0.92rem;
  }

  .closing-cta-meta {
    font-size: 0.74rem;
    min-height: 30px;
    padding: 0.3rem 0.56rem;
  }

  .about-page .about-page-closing {
    padding: 1.65rem 0 2.7rem;
  }

  .about-page .about-page-closing .closing-cta-panel {
    padding: 0.94rem 0.84rem;
    border-radius: 18px;
  }

  .about-page .about-page-closing .closing-cta-copy h2 {
    font-size: clamp(1.46rem, 7.1vw, 2rem);
  }

  .about-closing-highlights {
    gap: 0.5rem;
    margin-top: 0.7rem;
  }

  .about-closing-highlights span {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.74rem;
    padding: 0.32rem 0.62rem;
  }

  .about-closing-action {
    padding: 0.72rem;
    border-radius: 14px;
  }

  .about-closing-action-label {
    min-height: 34px;
    font-size: 0.72rem;
    padding: 0.3rem 0.62rem;
  }

  .about-closing-action h3 {
    font-size: clamp(1.34rem, 6.6vw, 1.72rem);
  }

  .about-closing-action p {
    font-size: 0.9rem;
  }

  .about-page .about-page-closing .about-closing-action .button-secondary {
    min-height: 52px;
    font-size: 0.92rem;
  }

  .about-page .about-page-closing .about-closing-action .closing-cta-meta {
    min-height: 32px;
    font-size: 0.76rem;
  }

  .site-footer {
    margin-top: 0;
  }

  .site-footer::before,
  .site-footer::after {
    display: none;
  }

  .footer-top-contact {
    transform: none;
    border-radius: 0 0 20px 20px;
    padding: 0.78rem 0.74rem;
  }

  .footer-top-item {
    gap: 0.66rem;
    padding: 0.42rem 0.14rem;
  }

  .footer-top-icon {
    width: 30px;
    height: 30px;
  }

  .footer-top-icon .li-icon {
    width: 24px;
    height: 24px;
  }

  .footer-top-item strong {
    font-size: 0.93rem;
  }

  .footer-top-item span,
  .footer-top-item a {
    margin-top: 0.12rem;
    font-size: 0.84rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 1.05rem;
    margin-top: 0.5rem;
    padding: 1.02rem 0 1.35rem;
  }

  .footer-brand-pill {
    width: 218px;
    min-width: 218px;
    height: 66px;
  }

  .footer-col h3 {
    font-size: 1.02rem;
  }

  .footer-about-col p {
    margin-top: 0.78rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .footer-link-list {
    margin-top: 0.72rem;
    gap: 0.58rem;
  }

  .footer-link-list a {
    font-size: 0.92rem;
  }

  .footer-newsletter-col p {
    margin-top: 0.72rem;
    font-size: 0.9rem;
  }

  .footer-newsletter-form {
    margin-top: 0.66rem;
    gap: 0.58rem;
  }

  .footer-newsletter-form input,
  .footer-newsletter-form button {
    min-height: 48px;
    font-size: 0.9rem;
  }

  .footer-social {
    margin-top: 0.78rem;
    gap: 0.46rem;
  }

  .footer-social a {
    width: 36px;
    height: 36px;
  }

  .footer-social a img {
    width: 15px;
    height: 15px;
  }

  .footer-bottom {
    margin-top: 0;
    padding-top: 0.85rem;
  }

  .footer-bottom p,
  .footer-policy-links a {
    font-size: 0.84rem;
  }

  .footer-policy-links {
    gap: 0.56rem;
    flex-wrap: wrap;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }

  .back-to-top-shield {
    width: 24px;
    height: 24px;
  }

  .review-stars {
    font-size: 1.08rem;
    letter-spacing: 0.14em;
  }

  .reviews-text-card p {
    margin-top: 0.62rem;
    font-size: 0.89rem;
    line-height: 1.52;
  }

  .review-person {
    margin-top: 0.84rem;
    gap: 0.62rem;
  }

  .review-avatar {
    width: 42px;
    height: 42px;
    font-size: 0.84rem;
  }

  .review-person strong {
    font-size: 1.28rem;
  }

  .review-person span {
    margin-top: 0.18rem;
    font-size: 0.84rem;
  }

  .video-popup {
    padding: 0.6rem;
  }

  .video-popup-dialog {
    width: calc(100% - 0.2rem);
    border-radius: 14px;
  }

  .video-popup-close {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 8px;
    font-size: 1.35rem;
  }

  .hero-section {
    padding-top: 9.8rem;
  }

  .about-showcase {
    padding: 3.1rem 0 2.85rem;
  }

  .about-showcase-grid {
    gap: 1.25rem;
  }

  .about-showcase-copy h2 {
    font-size: clamp(1.76rem, 8vw, 2.3rem);
    line-height: 1.12;
  }

  .about-showcase-copy p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .about-showcase-lead {
    font-size: 1rem;
    margin-bottom: 0.82rem;
  }

  .about-showcase-details {
    gap: 0.52rem;
    margin-top: 0.88rem;
  }

  .about-showcase-detail-item span {
    font-size: 0.9rem;
    line-height: 1.46;
  }

  .about-showcase-cards {
    grid-template-columns: 1fr;
    gap: 0.78rem;
    margin-top: 1.12rem;
  }

  .about-showcase-card {
    min-height: auto;
    padding: 0.9rem 0.88rem 0.84rem;
    gap: 0.62rem;
  }

  .about-showcase-card .li-icon {
    width: 30px;
    height: 30px;
  }

  .about-showcase-card h3 {
    font-size: clamp(1rem, 4vw, 1.16rem);
    white-space: nowrap;
  }

  .about-showcase-card p {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .about-showcase-note {
    width: 100%;
    border-radius: 16px;
    padding: 0.56rem 0.68rem;
  }

  .about-showcase-note span {
    font-size: 0.8rem;
    line-height: 1.36;
  }

  .about-showcase-actions {
    margin-top: 1.08rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .about-showcase-cta {
    min-width: 188px;
    min-height: 56px;
    font-size: 0.95rem;
  }

  .about-showcase-phone-icon {
    width: 70px;
    height: 70px;
  }

  .about-showcase-phone-icon::before {
    width: 52px;
    height: 52px;
  }

  .about-showcase-phone-copy small {
    font-size: 0.82rem;
  }

  .about-showcase-phone-copy strong {
    font-size: 1.38rem;
  }

  .about-showcase-media {
    min-height: 330px;
    max-width: 360px;
    border-radius: 24px;
  }

  .why-choose-section {
    padding: 2rem 0 2.2rem;
  }

  .why-choose-section::before {
    right: -300px;
    top: 180px;
    width: 760px;
    height: 760px;
  }

  .why-choose-media {
    min-height: 210px;
    border-radius: 24px;
  }

  .why-choose-content h2 {
    font-size: clamp(1.72rem, 7vw, 2.15rem);
  }

  .why-choose-points {
    grid-template-columns: 1fr;
    margin-top: 0.68rem;
  }

  .why-choose-point {
    min-height: auto;
    padding: 0.86rem 0.82rem;
    gap: 0.72rem;
  }

  .why-choose-point::after {
    width: 84px;
    height: 84px;
    background-size: 58px;
    right: -6px;
    bottom: -6px;
  }

  .why-choose-point .li-icon {
    width: 30px;
    height: 30px;
  }

  .why-choose-point span {
    font-size: 1.08rem;
    max-width: 100%;
  }

  .why-choose-close {
    margin-top: 0.62rem;
    font-size: 0.88rem;
    padding: 0.56rem 0.68rem;
  }

  .brand-strip {
    padding: 0.9rem 0 0.95rem;
    margin-top: -8px;
  }

  .brand-strip-row {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .brand-strip-center {
    order: -1;
    width: 132px;
    height: 132px;
    margin: 0 auto 0.35rem;
  }

  .brand-strip-center::before {
    inset: 9px;
  }

  .brand-center-core {
    width: 78px;
    height: 78px;
  }

  .brand-center-core img {
    width: 50px;
    height: 50px;
  }

  .brand-strip-side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem 0.65rem;
    padding: 0;
  }

  .brand-logo-item {
    height: 34px;
  }

  .brand-name-mark {
    width: 9px;
    height: 9px;
  }

  .brand-name-text {
    font-size: 0.86rem;
  }

  .services-overview-grid,
  .process-lab-grid {
    grid-template-columns: 1fr;
  }

  .process-lab-heading {
    margin-bottom: 1.5rem;
  }

  .process-lab-eyebrow {
    min-height: 36px;
    padding: 0.4rem 0.95rem;
  }

  .process-lab-heading h2 {
    margin-top: 0.9rem;
    font-size: clamp(1.7rem, 7.3vw, 2.2rem);
  }

  .process-lab-heading p {
    margin-top: 0.75rem;
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .process-lab-grid {
    margin-top: 1.4rem;
    gap: 0.85rem;
    padding: 0;
  }

  .process-lab-card {
    min-height: auto;
    padding: 0.85rem 0.82rem 0.82rem;
  }

  .process-lab-step-no {
    font-size: 1.9rem;
    top: 0.64rem;
    right: 0.68rem;
  }

  .process-lab-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .process-lab-icon-wrap .li-icon {
    width: 25px;
    height: 25px;
  }

  .process-lab-card h3 {
    margin-top: 0.74rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .process-lab-card p {
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .emergency-section {
    padding: 0 0 4rem;
  }

  .emergency-callout {
    padding: 0.86rem;
    border-radius: 24px;
  }

  .emergency-copy {
    border-radius: 18px;
    padding: 0.98rem 0.84rem 0.9rem;
  }

  .emergency-copy h2 {
    margin-top: 0.64rem;
    font-size: clamp(1.45rem, 7.2vw, 2rem);
    line-height: 1.06;
  }

  .emergency-copy p {
    margin-top: 0.58rem;
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .emergency-meta {
    margin-top: 0.78rem;
    gap: 0.5rem;
  }

  .emergency-meta span {
    width: 100%;
    min-height: 34px;
    font-size: 0.8rem;
    padding: 0.36rem 0.62rem;
  }

  .emergency-action {
    border-radius: 18px;
    padding: 0.9rem 0.82rem;
    gap: 0.5rem;
  }

  .emergency-action strong {
    font-size: 1.2rem;
  }

  .emergency-action p {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .emergency-call-button {
    width: 100%;
    min-height: 44px;
    font-size: 0.94rem;
  }

  .brand img {
    width: 210px;
  }

  .hero-copy-static {
    padding: 1.5rem 1rem 2rem;
  }

  .hero-copy.hero-copy-static h1 {
    font-size: clamp(2.5rem, 10vw, 3.4rem);
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-trust-panel {
    width: 100%;
  }

  .hero-meta-row {
    margin-top: 1rem;
  }

  .hero-trust-panel h2 {
    font-size: 1.3rem;
  }

  .hero-trust-item {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 0.82rem;
  }

  .services-overview-card {
    min-height: auto;
    padding: 1.35rem 1rem 1.15rem;
  }

  .services-overview-top {
    min-height: 68px;
  }

  .services-overview-icon {
    width: 40px;
    height: 40px;
  }

  .services-overview-index {
    font-size: clamp(3rem, 9.5vw, 4rem);
  }

  .services-overview-card h3 {
    font-size: clamp(1.22rem, 7.2vw, 1.4rem);
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .services-overview-card p {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .services-overview-link {
    min-height: 46px;
    min-width: 154px;
    font-size: 0.88rem;
    padding: 0 1.05rem;
  }

  .services-overview-heading h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

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

  .hero-trust-copy strong,
  .hero-trust-copy span {
    max-width: none;
  }

  .topbar {
    font-size: 0.72rem;
  }

  .topbar-inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 0 0 0.45rem;
  }

  .topbar-list {
    display: none;
  }

  .topbar-mobile-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.95rem;
  }

  .topbar-mobile-links span,
  .topbar-mobile-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    color: rgba(255, 255, 255, 0.96);
    font-family: "Exo", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .topbar-mobile-links > * + *::before {
    content: "";
    position: absolute;
    left: -0.52rem;
    top: 50%;
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
  }

  .site-header {
    padding-bottom: 0.16rem;
  }

  .navbar {
    position: relative;
    isolation: isolate;
  }

  .header-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.52rem;
    align-items: center;
  }

  .brand-pill {
    width: min(210px, 58vw);
    min-width: min(210px, 58vw);
    height: 54px;
    padding: 0 0.42rem;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(11, 18, 44, 0.14);
  }

  .brand img {
    width: min(154px, 43vw);
  }

  .header-cta-slot {
    display: none;
  }

  .nav-surface {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(11, 18, 44, 0.16);
    overflow: visible;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--orange), #ff9248);
    box-shadow: 0 8px 20px rgba(243, 111, 33, 0.32);
  }

  .menu-toggle-icon {
    gap: 4px;
  }

  .menu-toggle-icon span {
    width: 14px;
    height: 1.8px;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
    transform: translateY(5.8px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
    transform: translateY(-5.8px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: min(86vw, 332px);
    max-height: none;
    overflow: auto;
    z-index: 81;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #f9fbff 0%, #edf3fa 100%);
    border-left: 2px solid var(--orange);
    box-shadow: -16px 0 38px rgba(11, 18, 44, 0.3);
    transform: translateX(102%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 240ms ease,
      visibility 0s linear 360ms;
  }

  .navbar::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(7, 14, 37, 0.6);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 280ms ease, visibility 0s linear 280ms;
  }

  .navbar.open .nav-links {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 240ms ease,
      visibility 0s linear 0s;
  }

  .navbar.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 280ms ease, visibility 0s linear 0s;
  }

  .nav-links > * {
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 220ms ease, transform 260ms ease;
  }

  .navbar.open .nav-links > * {
    opacity: 1;
    transform: translateX(0);
  }

  .navbar.open .nav-links > *:nth-child(1) { transition-delay: 50ms; }
  .navbar.open .nav-links > *:nth-child(2) { transition-delay: 64ms; }
  .navbar.open .nav-links > *:nth-child(3) { transition-delay: 78ms; }
  .navbar.open .nav-links > *:nth-child(4) { transition-delay: 92ms; }
  .navbar.open .nav-links > *:nth-child(5) { transition-delay: 106ms; }
  .navbar.open .nav-links > *:nth-child(6) { transition-delay: 120ms; }
  .navbar.open .nav-links > *:nth-child(7) { transition-delay: 134ms; }
  .navbar.open .nav-links > *:nth-child(8) { transition-delay: 148ms; }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    padding: 0.56rem 0.58rem;
    background: #e9eef9;
    border-bottom: 1px solid rgba(24, 37, 79, 0.1);
  }

  .mobile-menu-brand {
    width: min(198px, 56vw);
    min-width: min(198px, 56vw);
    height: 52px;
    box-shadow: 0 4px 12px rgba(11, 18, 44, 0.12);
  }

  .mobile-menu-brand img {
    width: min(146px, 40vw);
  }

  .mobile-menu-close {
    position: static;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 999px;
    background: #12254f;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(18, 37, 79, 0.22);
  }

  .nav-dropdown-contact-mobile {
    display: block;
  }

  .navbar.open .nav-links > a,
  .navbar.open .nav-dropdown > a {
    position: relative;
    min-height: 48px;
    padding: 0.22rem 2.4rem 0.22rem 0.62rem;
    border-radius: 0;
    justify-content: flex-start;
    gap: 0.42rem;
    font-size: 0.82rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(24, 37, 79, 0.14);
    color: #18254f;
    background: transparent;
  }

  .navbar.open .nav-links > a.active {
    color: #18254f;
  }

  .navbar.open .nav-item-icon {
    width: 13px;
    height: 13px;
  }

  .navbar.open .nav-dropdown > a .li-icon-menu-chevron {
    display: none;
  }

  .navbar.open .nav-links > a::after {
    content: "";
    position: absolute;
    right: 0.72rem;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1.6px solid rgba(24, 37, 79, 0.75);
    border-right: 1.6px solid rgba(24, 37, 79, 0.75);
    transform: translateY(-50%) rotate(45deg);
  }

  .navbar.open .nav-dropdown > a {
    padding-right: 2.8rem;
  }

  .navbar.open .nav-dropdown > a::after {
    display: inline-flex;
    content: "+";
    position: absolute;
    right: 0.56rem;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(24, 37, 79, 0.15);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #18254f;
    align-items: center;
    justify-content: center;
  }

  .navbar.open .nav-dropdown.is-open > a::after {
    content: "−";
  }

  .navbar.open .nav-links > a:hover,
  .navbar.open .nav-dropdown > a:hover {
    background: rgba(24, 37, 79, 0.05);
  }

  .navbar.open .dropdown-menu {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 0.34rem;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12);
    box-shadow: none;
    display: block;
    transition:
      max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 200ms ease,
      padding 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .navbar.open .nav-dropdown.is-open > .dropdown-menu {
    max-height: 320px;
    opacity: 1;
    padding: 0.05rem 0.34rem 0.34rem;
  }

  .navbar.open .dropdown-menu a {
    white-space: normal;
    display: flex;
    align-items: center;
    gap: 0.44rem;
    padding: 0.4rem 0.46rem;
    border-radius: 6px;
    font-size: 0.72rem;
    line-height: 1.25;
    background: rgba(255, 255, 255, 0.74);
  }

  .navbar.open .dropdown-menu .dropdown-item-icon {
    width: 12px;
    height: 12px;
  }

  .navbar.open .nav-links a:focus-visible {
    outline: none;
    box-shadow: none;
  }

  /* Mobile Header/Menu Bootstrap Style Rebuild */
  .topbar {
    font-size: 0.7rem;
  }

  .topbar-inner {
    min-height: 31px;
    padding: 0 0 0.34rem;
    justify-content: center;
    align-items: center;
  }

  .topbar-list {
    display: none;
  }

  .topbar-mobile-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.78rem;
    width: auto;
  }

  .topbar-mobile-links span,
  .topbar-mobile-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.64rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .topbar-mobile-links > * + *::before {
    content: "";
    position: absolute;
    left: -0.4rem;
    top: 50%;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%);
  }

  .site-header {
    padding: 0.04rem 0 0.2rem;
  }

  .navbar {
    position: relative;
    isolation: isolate;
  }

  .header-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
  }

  .brand-pill {
    width: min(178px, 50vw);
    min-width: min(178px, 50vw);
    height: 46px;
    padding: 0 0.32rem;
    box-shadow: 0 6px 16px rgba(11, 18, 44, 0.14);
  }

  .brand img {
    width: min(132px, 37vw);
  }

  .header-cta-slot {
    display: none;
  }

  .nav-surface {
    position: static;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 4px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 16px rgba(11, 18, 44, 0.16);
    overflow: visible;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--orange), #ff9248);
    box-shadow: 0 8px 18px rgba(243, 111, 33, 0.28);
  }

  .menu-toggle-icon {
    gap: 3px;
  }

  .menu-toggle-icon span {
    width: 12px;
    height: 1.7px;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
    transform: translateY(4.7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
    transform: translateY(-4.7px) rotate(-45deg);
  }

  .mobile-menu-head,
  .mobile-menu-close {
    display: none;
  }

  #site-nav.nav-links {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    z-index: 85;
    display: none;
    width: auto;
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding: 0;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(24, 37, 79, 0.1);
    box-shadow: 0 18px 40px rgba(11, 18, 44, 0.18);
    transform: none;
  }

  .navbar::before {
    content: none;
  }

  .navbar.open #site-nav.nav-links {
    display: block;
  }

  #site-nav.nav-links > * {
    width: 100%;
    margin: 0;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nav-dropdown-contact-mobile {
    display: block;
  }

  .navbar.open #site-nav > a,
  .navbar.open #site-nav .nav-dropdown > a {
    position: relative;
    min-height: 38px;
    padding: 0.58rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.48rem;
    border-radius: 0;
    justify-content: flex-start;
    font-size: 0.84rem;
    font-weight: 500;
    color: #18254f;
    background: transparent;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12);
    box-shadow: none;
  }

  .navbar.open #site-nav > a:first-of-type,
  .navbar.open #site-nav .nav-dropdown:first-of-type > a {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .navbar.open #site-nav > a.active {
    color: var(--orange);
  }

  .navbar.open #site-nav .nav-item-icon {
    width: 14px;
    height: 14px;
  }

  .navbar.open #site-nav > a::after {
    content: none;
  }

  .navbar.open #site-nav .nav-dropdown > a::before,
  .navbar.open #site-nav .nav-dropdown > a::after {
    content: none;
  }

  .navbar.open #site-nav .nav-dropdown > a .li-icon-menu-chevron {
    display: block;
    margin-left: auto;
    width: 14px;
    height: 14px;
    transition: transform 220ms ease;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > a .li-icon-menu-chevron {
    transform: rotate(180deg);
  }

  .navbar.open #site-nav .dropdown-menu {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #f7f9fd;
    box-shadow: none;
    display: block;
    transition: max-height 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .navbar.open #site-nav .nav-dropdown.is-open > .dropdown-menu {
    max-height: 360px;
  }

  .navbar.open #site-nav .dropdown-menu a {
    white-space: normal;
    display: flex;
    align-items: center;
    gap: 0.42rem;
    min-height: 36px;
    padding: 0.52rem 0.9rem 0.52rem 2.3rem;
    border-radius: 0;
    font-size: 0.76rem;
    line-height: 1.24;
    color: #203159;
    background: transparent;
    border-bottom: 1px solid rgba(24, 37, 79, 0.08);
  }

  .navbar.open #site-nav .dropdown-menu a:last-child {
    border-bottom: none;
  }

  .navbar.open #site-nav .dropdown-menu .dropdown-item-icon {
    width: 12px;
    height: 12px;
  }

  .navbar.open #site-nav a:focus-visible {
    outline: none;
    box-shadow: none;
  }

}

@media (max-width: 575.98px) {
  .navbar {
    position: relative;
  }

  .navbar::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(9, 18, 44, 0.54);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 0s linear 220ms;
    z-index: 84;
  }

  .navbar.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 220ms ease, visibility 0s linear 0s;
  }

  #site-nav.nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(84vw, 320px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #eef3fb !important;
    border-left: 3px solid var(--orange) !important;
    border-radius: 0 !important;
    box-shadow: -18px 0 40px rgba(11, 18, 44, 0.24) !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 85 !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms !important;
  }

  .navbar.open #site-nav.nav-links {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s !important;
  }

  #site-nav.nav-links > * {
    width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #site-nav.nav-links > a,
  #site-nav.nav-links > .nav-dropdown {
    flex: 0 0 auto !important;
  }

  .mobile-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 64px !important;
    padding: 0.46rem 0.56rem !important;
    background: #edf2fb !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
  }

  .mobile-menu-brand {
    display: block !important;
    width: min(168px, 48vw) !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .mobile-menu-brand img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mobile-menu-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--orange), #ff9248) !important;
    color: #ffffff !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    box-shadow: 0 8px 16px rgba(243, 111, 33, 0.22) !important;
  }

  .navbar.open #site-nav > a,
  .navbar.open #site-nav .nav-dropdown > a {
    position: relative !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    min-height: 32px !important;
    padding: 0.36rem 0.72rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.36rem !important;
    color: #18254f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
  }

  .navbar.open #site-nav > a.active {
    color: var(--orange) !important;
  }

  .navbar.open #site-nav .nav-item-icon {
    width: 13px !important;
    height: 13px !important;
  }

  .navbar.open #site-nav > a::after,
  .navbar.open #site-nav .nav-dropdown > a::before,
  .navbar.open #site-nav .nav-dropdown > a::after {
    content: none !important;
  }

  .navbar.open #site-nav .nav-dropdown > a .li-icon-menu-chevron {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    margin-left: auto !important;
    transition: transform 220ms ease !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > a .li-icon-menu-chevron {
    transform: rotate(180deg) !important;
  }

  .navbar.open #site-nav .dropdown-menu {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f7f9fd !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > .dropdown-menu {
    max-height: 360px !important;
  }

  .navbar.open #site-nav .dropdown-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 0.34rem !important;
    min-height: 28px !important;
    padding: 0.34rem 0.72rem 0.34rem 1.9rem !important;
    background: transparent !important;
    color: #203159 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.71rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .navbar.open #site-nav .dropdown-menu a:last-child {
    border-bottom: none !important;
  }

  .navbar.open #site-nav .dropdown-menu .dropdown-item-icon {
    width: 11px !important;
    height: 11px !important;
  }
}

/* Mobile menu refresh: final override block to keep alignment and aesthetics consistent */
@media (max-width: 760px) {
  .navbar {
    position: relative;
  }

  .navbar::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(8, 16, 36, 0.56);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 0s linear 220ms;
    z-index: 84;
  }

  .navbar.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 220ms ease, visibility 0s linear 0s;
  }

  #site-nav.nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(86vw, 336px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #eef4ff !important;
    border-left: 3px solid var(--orange) !important;
    border-radius: 0 !important;
    box-shadow: -18px 0 40px rgba(11, 18, 44, 0.24) !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 85 !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms !important;
  }

  .navbar.open #site-nav.nav-links {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s !important;
  }

  #site-nav.nav-links > * {
    width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #site-nav.nav-links > a,
  #site-nav.nav-links > .nav-dropdown {
    flex: 0 0 auto !important;
  }

  .mobile-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 74px !important;
    padding: 0.56rem 0.72rem !important;
    background: #e8f0ff !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.14) !important;
  }

  .mobile-menu-brand {
    display: block !important;
    width: min(220px, 62vw) !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .mobile-menu-brand img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }

  .mobile-menu-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 34px !important;
    height: 34px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--orange), #ff9248) !important;
    color: #ffffff !important;
    font-size: 1.12rem !important;
    line-height: 1 !important;
    box-shadow: 0 10px 18px rgba(243, 111, 33, 0.24) !important;
  }

  .navbar.open #site-nav > a,
  .navbar.open #site-nav .nav-dropdown > a {
    position: relative !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    min-height: 44px !important;
    padding: 0.52rem 0.9rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.48rem !important;
    color: #18254f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
  }

  .navbar.open #site-nav > a.active {
    color: var(--orange) !important;
  }

  .navbar.open #site-nav .nav-item-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .navbar.open #site-nav > a::after,
  .navbar.open #site-nav .nav-dropdown > a::before,
  .navbar.open #site-nav .nav-dropdown > a::after {
    content: none !important;
  }

  .navbar.open #site-nav .nav-dropdown > a .li-icon-menu-chevron {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    margin-left: auto !important;
    transition: transform 220ms ease !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > a .li-icon-menu-chevron {
    transform: rotate(180deg) !important;
  }

  .navbar.open #site-nav .dropdown-menu {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f7faff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > .dropdown-menu {
    max-height: 360px !important;
  }

  .navbar.open #site-nav .dropdown-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 0.38rem !important;
    min-height: 34px !important;
    padding: 0.42rem 0.92rem 0.42rem 1.95rem !important;
    background: transparent !important;
    color: #203159 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.76rem !important;
    line-height: 1.24 !important;
    white-space: normal !important;
  }

  .navbar.open #site-nav .dropdown-menu a:last-child {
    border-bottom: none !important;
  }

  .navbar.open #site-nav .dropdown-menu .dropdown-item-icon {
    width: 12px !important;
    height: 12px !important;
  }

  .navbar.open #site-nav a:focus-visible {
    outline: none;
    box-shadow: none;
  }
}

/* Final menu breakpoint lock: mobile drawer <=1120, desktop nav >=1121 */
@media (max-width: 1120px) {
  .header-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .header-cta-slot {
    display: none !important;
  }

  .nav-surface {
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--orange), #ff9248) !important;
    box-shadow: 0 8px 20px rgba(243, 111, 33, 0.3) !important;
  }

  .menu-toggle-icon {
    gap: 3px !important;
  }

  .menu-toggle-icon span {
    width: 13px !important;
    height: 1.7px !important;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
  }

  .navbar {
    position: relative !important;
  }

  .navbar::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 84 !important;
    background: rgba(8, 16, 36, 0.56) !important;
    backdrop-filter: blur(2px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 220ms ease, visibility 0s linear 220ms !important;
  }

  .navbar.open::before {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity 220ms ease, visibility 0s linear 0s !important;
  }

  #site-nav.nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(86vw, 336px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #eef4ff !important;
    border-left: 3px solid var(--orange) !important;
    border-radius: 0 !important;
    box-shadow: -18px 0 40px rgba(11, 18, 44, 0.24) !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 85 !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms !important;
  }

  .navbar.open #site-nav.nav-links {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s !important;
  }

  #site-nav.nav-links > * {
    width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .mobile-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 44px !important;
    padding: 0.38rem 0.52rem !important;
    background: transparent !important;
    border-bottom: none !important;
  }

  .mobile-menu-brand {
    display: none !important;
  }

  .mobile-menu-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--orange), #ff9248) !important;
    color: #ffffff !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    box-shadow: 0 8px 16px rgba(243, 111, 33, 0.22) !important;
  }

  .nav-dropdown-contact-mobile {
    display: block !important;
  }

  .navbar.open #site-nav > a,
  .navbar.open #site-nav .nav-dropdown > a {
    position: relative !important;
    min-height: 46px !important;
    padding: 0.5rem 0.88rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.44rem !important;
    color: #18254f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.84rem !important;
    font-weight: 500 !important;
    line-height: 1.22 !important;
  }

  .navbar.open #site-nav .nav-item-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .navbar.open #site-nav > a::after,
  .navbar.open #site-nav .nav-dropdown > a::before,
  .navbar.open #site-nav .nav-dropdown > a::after {
    content: none !important;
  }

  .navbar.open #site-nav .nav-dropdown > a .li-icon-menu-chevron {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    margin-left: auto !important;
    transition: transform 220ms ease !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > a .li-icon-menu-chevron {
    transform: rotate(180deg) !important;
  }

  .navbar.open #site-nav .dropdown-menu {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f7faff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .navbar.open #site-nav .nav-dropdown.is-open > .dropdown-menu {
    max-height: 420px !important;
  }

  .navbar.open #site-nav .dropdown-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 0.38rem !important;
    min-height: 34px !important;
    padding: 0.38rem 0.88rem 0.38rem 1.88rem !important;
    background: transparent !important;
    color: #203159 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 37, 79, 0.08) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.74rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}

@media (min-width: 1121px) {
  .menu-toggle {
    display: none !important;
  }

  .mobile-menu-head,
  .mobile-menu-close {
    display: none !important;
  }

  .nav-dropdown-contact-mobile {
    display: none !important;
  }

  .header-cta-slot {
    display: inline-flex !important;
  }

  .nav-surface {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 70px !important;
    padding: 0.24rem 1rem !important;
    border-radius: 999px !important;
    background: var(--white) !important;
    box-shadow: 0 10px 24px rgba(11, 18, 44, 0.14) !important;
    overflow: visible !important;
  }

  .navbar::before {
    content: none !important;
  }

  #site-nav.nav-links,
  .navbar.open #site-nav.nav-links {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
    padding: 0 3.5rem !important;
    margin: 0 auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #site-nav.nav-links > * {
    width: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
