/* Shared navigation polish loaded after each page stylesheet. */
.nav-dropdown {
  min-width: 380px;
  max-height: min(560px, calc(100vh - 120px));
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 22px 48px rgba(6, 38, 83, 0.16);
}

.has-dropdown::after {
  width: 380px;
  height: 18px;
}

.nav-dropdown a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-height: 66px;
  padding: 11px 12px;
  white-space: normal;
  line-height: 1.15;
}

.nav-dropdown a::before {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background-color: #e4fbfa;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(8, 169, 168, 0.16);
  content: "";
}

.nav-dropdown a::after {
  display: block;
  grid-column: 2;
  margin-top: 4px;
  color: var(--muted, #64758e);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.nav-dropdown a:hover::after,
.nav-dropdown a:focus-visible::after,
.nav-dropdown .sub-active::after {
  color: #39516e;
}

.nav-dropdown a[href$="medical-billing.html"]::before {
  background-image: url("assets/icons/medical-billing.svg");
}

.nav-dropdown a[href$="medical-billing.html"]::after {
  content: "Clean claims, payment posting, and payer follow-up.";
}

.nav-dropdown a[href$="revenue-cycle-management.html"]::before {
  background-image: url("assets/icons/rcm.svg");
}

.nav-dropdown a[href$="revenue-cycle-management.html"]::after {
  content: "End-to-end visibility from intake to collections.";
}

.nav-dropdown a[href$="credentialing-contracting.html"]::before {
  background-image: url("assets/icons/credentialing.svg");
}

.nav-dropdown a[href$="credentialing-contracting.html"]::after {
  content: "Provider enrollment, CAQH, and payer contracting.";
}

.nav-dropdown a[href$="practice-management.html"]::before {
  background-image: url("assets/icons/practice.svg");
}

.nav-dropdown a[href$="practice-management.html"]::after {
  content: "Operational support for reporting and workflows.";
}

.nav-dropdown a[href$="consulting-training.html"]::before {
  background-image: url("assets/icons/consulting.svg");
}

.nav-dropdown a[href$="consulting-training.html"]::after {
  content: "Team training, billing reviews, and growth guidance.";
}

.nav-dropdown a[href$="compliance-audits.html"]::before {
  background-image: url("assets/icons/compliance.svg");
}

.nav-dropdown a[href$="compliance-audits.html"]::after {
  content: "Documentation review, audit prep, and risk reduction.";
}

.nav-dropdown .nav-dropdown-review {
  display: block;
  grid-template-columns: none;
  min-height: 58px;
  margin-top: 8px;
  border: 1px solid rgba(8, 169, 168, 0.22);
  border-radius: 12px;
  padding: 13px 14px;
  background: linear-gradient(135deg, #e7fbfa, #ffffff);
  color: #062653;
  overflow-wrap: normal;
  white-space: normal;
}

.nav-dropdown .nav-dropdown-review::before {
  display: none;
}

.nav-dropdown .nav-dropdown-review::after {
  content: "Start with a free revenue review.";
}

.mobile-sticky-cta {
  display: none;
}

.footer {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(0, 0.55fr)
    minmax(0, 1fr)
    minmax(0, 1.05fr)
    minmax(0, 0.6fr)
    minmax(0, 0.75fr);
  gap: 22px;
  padding: 30px clamp(24px, 5vw, 64px) 18px;
  background: linear-gradient(112deg, #031d45, #062b61);
  color: #ffffff;
}

.footer-brand img {
  width: 92px;
  height: 74px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 230px;
  margin: 8px 0 0;
  color: #c8dcec;
  font-size: 13px;
  line-height: 1.32;
}

.footer h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
}

.footer a,
.footer p {
  color: #d6e6f4;
  font-size: 13px;
  line-height: 1.35;
}

.footer a {
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  color: #08d0cf;
}

.footer-links a,
.footer-social-links a {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
}

.footer-contact p {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 7px 0;
}

.footer-contact img {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  filter: brightness(0) invert(1);
}

.business-hours p {
  margin: 6px 0;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 14px;
}

.footer-bottom span:last-child {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-bottom i {
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.55);
}

.service-footer,
.about-footer,
.process-footer,
.contact-footer,
.services-footer {
  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(0, 0.7fr)
    minmax(0, 1fr)
    minmax(0, 1.1fr)
    minmax(0, 0.7fr);
}

.related-services {
  margin: 10px 8% 44px;
  border: 1px solid rgba(6, 38, 83, 0.1);
  border-radius: 24px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(6, 38, 83, 0.05);
}

.related-services .eyebrow {
  margin: 0 0 8px;
  color: #08a9a8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.related-services h2 {
  margin: 0;
  color: #062653;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.related-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.related-service-grid a {
  display: block;
  min-height: 122px;
  border: 1px solid rgba(6, 38, 83, 0.11);
  border-radius: 18px;
  padding: 18px;
  color: #062653;
  background: #f7fbfe;
  text-decoration: none;
}

.related-service-grid a:hover,
.related-service-grid a:focus-visible {
  border-color: rgba(8, 169, 168, 0.45);
  background: #e9fbfa;
}

.related-service-grid strong,
.related-service-grid span {
  display: block;
}

.related-service-grid strong {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.15;
}

.related-service-grid span {
  color: #64758e;
  font-size: 14px;
  line-height: 1.45;
}

.seo-faq {
  margin: 8px 8% 52px;
  border: 1px solid rgba(6, 38, 83, 0.1);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(circle at 92% 6%, rgba(8, 169, 168, 0.11), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfd 100%);
  box-shadow: 0 18px 46px rgba(6, 38, 83, 0.06);
}

.seo-faq-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.seo-faq-heading .eyebrow {
  margin: 0 0 8px;
  color: #08a9a8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seo-faq-heading h2 {
  margin: 0;
  color: #062653;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.05;
}

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

.seo-faq details {
  border: 1px solid rgba(6, 38, 83, 0.1);
  border-radius: 18px;
  padding: 18px 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(6, 38, 83, 0.04);
}

.seo-faq details[open] {
  border-color: rgba(8, 169, 168, 0.32);
  background: #fbffff;
}

.seo-faq summary {
  cursor: pointer;
  color: #062653;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.seo-faq summary:focus-visible {
  outline: 3px solid rgba(8, 169, 168, 0.32);
  outline-offset: 6px;
  border-radius: 8px;
}

.seo-faq p {
  margin: 12px 0 0;
  color: #64758e;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 78px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 80;
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 10px;
    border: 1px solid rgba(6, 38, 83, 0.12);
    border-radius: 16px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(6, 38, 83, 0.22);
    backdrop-filter: blur(10px);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-sticky-call {
    border: 1px solid #cfe0ea;
    color: #062653;
    background: #ffffff;
  }

  .mobile-sticky-review {
    color: #ffffff;
    background: #08a9a8;
  }

  .footer,
  .service-footer,
  .about-footer,
  .process-footer,
  .contact-footer,
  .services-footer {
    grid-template-columns: 1fr;
  }

  .related-services {
    margin-right: 20px;
    margin-left: 20px;
    padding: 22px;
  }

  .seo-faq {
    margin-right: 20px;
    margin-left: 20px;
    padding: 22px;
  }

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

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

  .site-header .nav-dropdown {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .site-header .nav-dropdown a {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 58px;
    padding: 10px 12px 10px 18px;
  }

  .site-header .nav-dropdown a::before {
    width: 28px;
    height: 28px;
    background-size: 17px;
  }

  .site-header .nav-dropdown .nav-dropdown-review {
    margin: 10px 0 12px;
    border-radius: 12px;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .footer {
    grid-template-columns:
      minmax(0, 1.05fr)
      minmax(0, 0.58fr)
      minmax(0, 1.02fr)
      minmax(0, 1.18fr)
      minmax(0, 0.64fr)
      minmax(0, 0.72fr);
    gap: 18px;
    padding-right: 42px;
    padding-left: 42px;
  }

  .footer-brand p,
  .footer a,
  .footer p {
    font-size: 11px;
  }

  .footer h3 {
    font-size: 13px;
  }

  .about-header .nav-dropdown,
  .process-header .nav-dropdown,
  .contact-header .nav-dropdown {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .about-header .nav-dropdown a,
  .process-header .nav-dropdown a,
  .contact-header .nav-dropdown a {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 58px;
    padding: 10px 12px 10px 18px;
  }

  .about-header .nav-dropdown a::before,
  .process-header .nav-dropdown a::before,
  .contact-header .nav-dropdown a::before {
    width: 28px;
    height: 28px;
    background-size: 17px;
  }

  .about-header .nav-dropdown .nav-dropdown-review,
  .process-header .nav-dropdown .nav-dropdown-review,
  .contact-header .nav-dropdown .nav-dropdown-review {
    margin: 10px 0 12px;
    border-radius: 12px;
  }
}

@media (max-width: 1050px) {
  .services-header .nav-dropdown,
  .service-header .nav-dropdown {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .services-header .nav-dropdown a,
  .service-header .nav-dropdown a {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 58px;
    padding: 10px 12px 10px 18px;
  }

  .services-header .nav-dropdown a::before,
  .service-header .nav-dropdown a::before {
    width: 28px;
    height: 28px;
    background-size: 17px;
  }

  .services-header .nav-dropdown .nav-dropdown-review,
  .service-header .nav-dropdown .nav-dropdown-review {
    margin: 10px 0 12px;
    border-radius: 12px;
  }
}
