
    :root {
      --primary: #0f4c81;
      --primary-deep: #0a355a;
      --primary-soft: #eef5fb;
      --accent: #d96a3a;
      --accent-soft: #fff3eb;
      --text: #101828;
      --text-soft: #475467;
      --text-faint: #667085;
      --line: #e4e7ec;
      --line-strong: #d0d5dd;
      --white: #ffffff;
      --surface: #ffffff;
      --surface-soft: #f8fafc;
      --surface-tint: #f4f8fb;
      --footer: #091a2c;

      --radius-xs: 10px;
      --radius-sm: 14px;
      --radius-md: 18px;
      --radius-lg: 24px;
      --radius-xl: 32px;

      --shadow-xs: 0 1px 2px rgba(16, 24, 40, 0.04);
      --shadow-sm: 0 6px 18px rgba(16, 24, 40, 0.06);
      --shadow-md: 0 12px 32px rgba(16, 24, 40, 0.08);
      --shadow-lg: 0 18px 44px rgba(16, 24, 40, 0.12);

      --container: 1280px;
      --ease: cubic-bezier(0.22, 1, 0.36, 1);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: var(--text);
      background: var(--white);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

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

    a {
      color: inherit;
    }

    button {
      font: inherit;
    }

    .container {
      width: min(var(--container), calc(100% - 48px));
      margin-inline: auto;
    }

    .section {
      padding: 110px 0;
    }

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

    .section-tint {
      background: linear-gradient(180deg, #fbfdff 0%, #f5f9fc 100%);
    }

    .section-patient-experience {
      position: relative;
      background-image: url("../_next/IMG_8661_0cb9ae5d4aa7bc.webp");
      background-size: 165%;
      background-position: 22% center;
      background-repeat: no-repeat;
      padding: 100px 0 110px;
      overflow: hidden;
    }
    .section-patient-experience::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(160deg, rgba(15, 76, 129, 0.88) 0%, rgba(10, 53, 90, 0.92) 100%);
      pointer-events: none;
    }
    .section-patient-experience .container {
      position: relative;
      z-index: 2;
    }
    .section-patient-experience .eyebrow {
      color: rgba(255, 255, 255, 0.9);
    }
    .section-patient-experience .eyebrow::before {
      background: rgba(255, 255, 255, 0.9);
    }
    .section-patient-experience .patient-experience-intro .section-title {
      color: #fff;
      max-width: 1100px;
      margin-inline: auto;
    }
    .section-patient-experience .patient-experience-intro .section-sub {
      color: rgba(255, 255, 255, 0.85);
      max-width: 1000px;
      margin-inline: auto;
    }
    .section-patient-experience .patient-experience-intro {
      text-align: center;
      margin-inline: auto;
    }
    .section-patient-experience .patient-experience-intro .eyebrow {
      justify-content: center;
    }
    .section-patient-experience .info-card {
      background: rgba(255, 255, 255, 0.98);
      border: 1px solid rgba(255, 255, 255, 0.4);
      box-shadow: var(--shadow-lg);
    }

    .section-provider-cta .provider-cta-block {
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      padding: 48px 24px;
    }

    .section-provider-cta .provider-cta-text {
      font-size: 17px;
      line-height: 1.75;
      color: var(--text-soft);
      margin: 16px 0 28px;
    }

    .section-provider-cta .provider-cta-contact {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 24px;
    }

    .section-provider-cta .provider-cta-phone {
      font-family: "Sora", sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--primary);
      text-decoration: none;
      letter-spacing: -0.02em;
    }

    .section-provider-cta .provider-cta-phone:hover {
      text-decoration: underline;
    }

    .section-provider-cta .provider-cta-or {
      font-size: 14px;
      color: var(--text-faint);
      font-weight: 500;
    }

    .section-provider-cta .provider-cta-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 24px;
    }

    .section-provider-cta .provider-cta-link {
      font-size: 15px;
      font-weight: 600;
      color: var(--primary);
      text-decoration: none;
    }

    .section-provider-cta .provider-cta-link:hover {
      text-decoration: underline;
    }

    .surgical-stats-inline {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 48px;
      padding-top: 40px;
      border-top: 1px solid var(--line);
    }

    .surgical-stats-inline .surgical-stat {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      padding: 20px 12px;
      background: var(--surface-soft);
      border-radius: 16px;
      border: 1px solid var(--line);
    }

    .surgical-stats-inline .surgical-stat-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 10px;
      background: var(--primary-soft);
      color: var(--primary);
    }

    .surgical-stats-inline .surgical-stat-num {
      font-family: "Sora", sans-serif;
      font-size: 22px;
      font-weight: 800;
      color: var(--primary);
      line-height: 1;
    }

    .surgical-stats-inline .surgical-stat-label {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-soft);
      text-align: center;
      line-height: 1.3;
    }

    @media (max-width: 900px) {
      .surgical-stats-inline {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 500px) {
      .surgical-stats-inline {
        grid-template-columns: 1fr;
      }
    }

    .section-surgical-stats .surgical-stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 36px;
    }

    .section-surgical-stats .surgical-stat {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      padding: 20px 12px;
      background: var(--white);
      border-radius: 16px;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-xs);
    }

    .section-surgical-stats .surgical-stat-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 10px;
      background: var(--primary-soft);
      color: var(--primary);
    }

    .section-surgical-stats .surgical-stat-num {
      font-family: "Sora", sans-serif;
      font-size: 22px;
      font-weight: 800;
      color: var(--primary);
      line-height: 1;
    }

    .section-surgical-stats .surgical-stat-label {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-soft);
      text-align: center;
      line-height: 1.3;
    }

    .section-surgical-stats .surgical-stats-note {
      margin-top: 24px;
      font-size: 14px;
      color: var(--text-faint);
      font-style: italic;
    }

    @media (max-width: 900px) {
      .section-surgical-stats .surgical-stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 500px) {
      .section-surgical-stats .surgical-stats-grid {
        grid-template-columns: 1fr;
      }
    }

    .section-conditions-credentials {
      padding: 80px 0;
    }

    .provider-conditions-credentials-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
      gap: 48px 56px;
      align-items: start;
    }

    .provider-conditions-block,
    .provider-credentials-block {
      background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
      border: 1px solid rgba(15, 76, 129, 0.08);
      border-radius: var(--radius-lg);
      padding: 32px 36px;
      box-shadow: 0 4px 24px rgba(15, 76, 129, 0.04);
    }

    .provider-conditions-head,
    .provider-credentials-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 24px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(15, 76, 129, 0.1);
    }

    .provider-conditions-icon,
    .provider-credentials-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .provider-conditions-title,
    .provider-credentials-title {
      font-family: "Sora", sans-serif;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--primary);
      margin: 0;
      line-height: 1.3;
    }

    .provider-conditions-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 12px;
    }

    .provider-condition-tag {
      display: inline-block;
      padding: 8px 16px;
      font-size: 13px;
      font-weight: 600;
      color: var(--text);
      background: var(--white);
      border: 1px solid rgba(15, 76, 129, 0.12);
      border-radius: 999px;
      box-shadow: 0 2px 8px rgba(15, 76, 129, 0.04);
      transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease);
    }

    .provider-condition-tag:hover {
      background: var(--primary-soft);
      border-color: rgba(15, 76, 129, 0.2);
      color: var(--primary);
    }

    /* Conditions treated — editorial, clinical directory style */
    .provider-conditions-block.provider-conditions-showcase {
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
      padding: 0 !important;
    }

    .conditions-showcase-layout {
      display: flex;
      flex-direction: column;
      gap: clamp(1.75rem, 4vw, 2.5rem);
    }

    .conditions-showcase-intro {
      padding: 0 0 0 1.25rem;
      border-left: 3px solid #0f4c81;
      margin: 0;
    }

    .conditions-showcase-eyebrow {
      margin: 0 0 0.5rem;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #64748b;
    }

    .conditions-showcase-title {
      margin: 0 0 0.875rem;
      font-family: "DM Serif Display", Georgia, serif;
      font-size: clamp(1.65rem, 2.8vw, 2rem);
      font-weight: 400;
      letter-spacing: -0.025em;
      line-height: 1.15;
      color: #0f172a;
    }

    .conditions-showcase-lead {
      margin: 0;
      max-width: 36rem;
      font-size: 15px;
      line-height: 1.7;
      color: #64748b;
      font-weight: 400;
    }

    .conditions-showcase-panel {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 24px 48px -28px rgba(15, 76, 129, 0.14);
      overflow: hidden;
    }

    .conditions-showcase-block {
      margin: 0;
      padding: clamp(1.35rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.75rem);
      border-bottom: 1px solid #f1f5f9;
      transition: background 0.25s ease;
    }

    .conditions-showcase-block:last-child {
      border-bottom: none;
    }

    @media (hover: hover) {
      .conditions-showcase-block:hover {
        background: #fafbfc;
      }
    }

    .conditions-showcase-block--spine {
      border-left: 3px solid #0f4c81;
      padding-left: calc(clamp(1.25rem, 3vw, 1.75rem) - 3px);
    }

    .conditions-showcase-block--injury {
      border-left: 3px solid #1e5a8a;
      padding-left: calc(clamp(1.25rem, 3vw, 1.75rem) - 3px);
    }

    .conditions-showcase-block--chronic {
      border-left: 3px solid #3d6b8c;
      padding-left: calc(clamp(1.25rem, 3vw, 1.75rem) - 3px);
    }

    .conditions-showcase-block-head {
      display: flex;
      align-items: baseline;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 0.25rem;
    }

    .conditions-showcase-index {
      font-family: "Sora", system-ui, sans-serif;
      font-size: 11px;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.12em;
      color: #cbd5e1;
      min-width: 1.5rem;
    }

    .conditions-showcase-heading {
      margin: 0;
      font-family: "Sora", system-ui, sans-serif;
      font-size: 0.9375rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.35;
      color: #0f172a;
    }

    .conditions-showcase-items {
      margin: 1rem 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: clamp(1.25rem, 4vw, 2.25rem);
      row-gap: 0.5rem;
    }

    .conditions-showcase-items li {
      position: relative;
      padding: 0.35rem 0 0.35rem 1rem;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      color: #52606d;
      border-left: 1px solid #e2e8f0;
      margin: 0;
    }

    .conditions-showcase-block--spine .conditions-showcase-items li {
      border-left-color: rgba(15, 76, 129, 0.12);
    }

    .conditions-showcase-block--injury .conditions-showcase-items li {
      border-left-color: rgba(30, 90, 138, 0.12);
    }

    .conditions-showcase-block--chronic .conditions-showcase-items li {
      border-left-color: rgba(61, 107, 140, 0.12);
    }

    @media (max-width: 520px) {
      .conditions-showcase-items {
        grid-template-columns: 1fr;
      }

      .conditions-showcase-intro {
        padding-left: 1rem;
      }
    }

    .provider-credentials-list {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .provider-credential-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    .provider-credential-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .provider-credential-item div {
      flex: 1;
    }

    .provider-credential-item strong {
      display: block;
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 2px;
    }

    .provider-credential-item span {
      font-size: 13px;
      line-height: 1.6;
      color: var(--text-soft);
    }

    .provider-credentials-resume {
      margin-top: 24px;
    }

    .btn-sm {
      min-height: 42px;
      padding: 0 18px;
      font-size: 14px;
    }

    @media (max-width: 900px) {
      .provider-conditions-credentials-layout {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .section-conditions-credentials {
        padding: 56px 0;
      }

      .provider-conditions-block,
      .provider-credentials-block {
        padding: 28px 24px;
      }

      .provider-condition-tag {
        font-size: 12px;
        padding: 6px 14px;
      }
    }

    .section-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--line) 18%, var(--line) 82%, transparent);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: "Sora", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 16px;
    }

    .eyebrow::before {
      content: "";
      width: 28px;
      height: 2px;
      border-radius: 999px;
      background: var(--primary);
      opacity: 0.9;
    }

    .section-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(34px, 5vw, 60px);
      font-weight: 800;
      line-height: 1.05;
      letter-spacing: -0.04em;
      color: var(--text);
    }

    .section-sub {
      margin-top: 20px;
      max-width: 720px;
      font-size: 18px;
      line-height: 1.8;
      color: var(--text-soft);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 24px;
      border-radius: 999px;
      text-decoration: none;
      transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
      white-space: nowrap;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      background: var(--primary);
      color: var(--white);
      box-shadow: 0 10px 24px rgba(15, 76, 129, 0.18);
      font-family: "Sora", sans-serif;
      font-weight: 700;
    }

    .btn-primary:hover {
      background: var(--primary-deep);
      box-shadow: 0 14px 28px rgba(10, 53, 90, 0.22);
    }

    .btn-secondary {
      background: var(--white);
      color: var(--primary);
      border: 1px solid var(--line-strong);
      font-family: "Sora", sans-serif;
      font-weight: 600;
    }

    .btn-secondary:hover {
      border-color: var(--primary);
      background: var(--primary-soft);
    }

    .btn-light {
      background: var(--white);
      color: var(--primary-deep);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
      font-family: "Sora", sans-serif;
      font-weight: 700;
    }

    .btn-light:hover {
      background: #f8fbff;
    }

    .icon {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }

    .icon-sm {
      width: 18px;
      height: 18px;
    }

    .icon-lg {
      width: 26px;
      height: 26px;
    }

    .icon-xs {
      width: 16px;
      height: 16px;
    }

    .logo-mark {
      height: 42px;
      width: auto;
      object-fit: contain;
    }

    /* Header */
    .site-header {
      position: fixed;
      inset: 0 0 auto 0;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(228, 231, 236, 0.85);
      transition: box-shadow 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
    }

    .site-header.scrolled {
      box-shadow: var(--shadow-sm);
      background: rgba(255, 255, 255, 0.96);
    }

    .header-topbar {
      border-bottom: 1px solid rgba(228, 231, 236, 0.75);
      background: #f8fbfe;
    }

    .header-topbar-inner {
      width: min(var(--container), calc(100% - 48px));
      margin-inline: auto;
      min-height: 42px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .topbar-left,
    .topbar-right {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .topbar-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: var(--primary-deep);
      text-decoration: none;
      font-weight: 600;
    }

    .topbar-item.soft {
      color: var(--text-soft);
      font-weight: 500;
    }

    .topbar-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 4px rgba(217, 106, 58, 0.12);
      flex-shrink: 0;
    }

    .header-main {
      width: min(var(--container), calc(100% - 48px));
      margin-inline: auto;
      min-height: 82px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 32px;
    }

    .header-logo {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
    }

    .header-logo img {
      height: 42px;
      width: auto;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2px;
      min-width: 0;
      flex: 1;
    }

    .desktop-nav .nav-link,
    .desktop-nav .nav-button {
      padding: 0 18px;
    }

    .nav-item {
      position: relative;
    }

    .nav-link,
    .nav-button {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 82px;
      padding: 0 16px;
      color: var(--text);
      text-decoration: none;
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.01em;
      border: 0;
      background: transparent;
      cursor: pointer;
      position: relative;
      transition: color 0.25s var(--ease);
    }

    .nav-link::after,
    .nav-button::after {
      content: "";
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 18px;
      height: 2px;
      border-radius: 999px;
      background: var(--primary);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.25s var(--ease);
    }

    .nav-item:hover > .nav-link,
    .nav-item:hover > .nav-button,
    .nav-item.open > .nav-button,
    .desktop-nav > .nav-link:hover {
      color: var(--primary);
    }

    .nav-item:hover > .nav-link::after,
    .nav-item:hover > .nav-button::after,
    .nav-item.open > .nav-button::after,
    .desktop-nav > .nav-link:hover::after {
      transform: scaleX(1);
    }

    .nav-caret {
      width: 14px;
      height: 14px;
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
      transition: transform 0.2s var(--ease);
    }

    .nav-item.open .nav-caret {
      transform: rotate(180deg);
    }

    .dropdown-panel {
      position: absolute;
      top: calc(100% - 10px);
      left: 0;
      min-width: 320px;
      background: var(--white);
      border: 1px solid rgba(228, 231, 236, 0.95);
      border-radius: 18px;
      box-shadow: var(--shadow-lg);
      padding: 10px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.22s var(--ease), visibility 0.22s var(--ease), transform 0.22s var(--ease);
      pointer-events: none;
    }

    .nav-item.open .dropdown-panel,
    .nav-item:hover .dropdown-panel {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }

    .dropdown-link {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      align-items: start;
      padding: 13px 14px;
      border-radius: 14px;
      text-decoration: none;
      transition: background 0.22s var(--ease), transform 0.22s var(--ease);
    }

    .dropdown-link:hover {
      background: var(--surface-tint);
      transform: translateX(2px);
    }

    .dropdown-icon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .dropdown-title {
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
      line-height: 1.3;
    }

    .dropdown-desc {
      margin-top: 3px;
      font-size: 12.5px;
      line-height: 1.55;
      color: var(--text-soft);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .header-phone {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      text-decoration: none;
      color: var(--text);
      padding-right: 16px;
      border-right: 1px solid var(--line);
    }

    .header-phone-label {
      font-family: "Sora", sans-serif;
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--text-faint);
      font-weight: 700;
    }

    .header-phone-num {
      font-size: 17px;
      font-weight: 700;
      color: var(--primary);
      line-height: 1.3;
    }

    .mobile-phone-btn,
    .mobile-menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      border: 1px solid var(--line);
      background: var(--white);
      color: var(--text);
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
    }

    .mobile-phone-btn:hover,
    .mobile-menu-btn:hover {
      border-color: var(--primary);
      background: var(--primary-soft);
      transform: translateY(-1px);
    }

    /* Mobile menu */
    .mobile-menu-overlay {
      position: fixed;
      inset: 0;
      background: rgba(16, 24, 40, 0.44);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s var(--ease), visibility 0.25s var(--ease);
      z-index: 1100;
    }

    .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .mobile-menu-panel {
      position: fixed;
      top: 0;
      right: 0;
      width: min(420px, 100%);
      height: 100dvh;
      background: var(--white);
      z-index: 1110;
      transform: translateX(100%);
      transition: transform 0.28s var(--ease);
      display: flex;
      flex-direction: column;
      box-shadow: -14px 0 40px rgba(16, 24, 40, 0.12);
    }

    .mobile-menu-panel.active {
      transform: translateX(0);
    }

    .mobile-menu-head {
      min-height: 80px;
      padding: 18px 20px;
      border-bottom: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .mobile-menu-head img {
      height: 44px;
      width: auto;
    }

    .mobile-close-btn {
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: var(--white);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: var(--text);
    }

    .mobile-menu-body {
      flex: 1;
      overflow: auto;
      padding: 18px 20px 24px;
    }

    .mobile-quick-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 20px;
    }

    .mobile-quick-card {
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 14px;
      background: var(--surface-soft);
      text-decoration: none;
    }

    .mobile-quick-card-title {
      font-family: "Sora", sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: var(--text);
      margin-top: 10px;
    }

    .mobile-quick-card-text {
      font-size: 12.5px;
      color: var(--text-soft);
      margin-top: 4px;
      line-height: 1.45;
    }

    .mobile-nav {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .mobile-nav-link,
    .mobile-accordion-toggle {
      width: 100%;
      min-height: 56px;
      border-radius: 14px;
      border: 1px solid var(--line);
      background: var(--white);
      padding: 0 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-decoration: none;
      color: var(--text);
      font-family: "Sora", sans-serif;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
    }

    .mobile-accordion {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .mobile-accordion-panel {
      display: none;
      padding: 4px 0 6px 0;
    }

    .mobile-accordion.open .mobile-accordion-panel {
      display: block;
    }

    .mobile-accordion.open .mobile-accordion-toggle {
      background: var(--primary-soft);
      border-color: rgba(15, 76, 129, 0.22);
      color: var(--primary);
    }

    .mobile-accordion.open .nav-caret {
      transform: rotate(180deg);
    }

    .mobile-subnav {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 8px 0 0 0;
    }

    .mobile-subnav a {
      border-radius: 12px;
      padding: 12px 14px;
      background: #fafcff;
      text-decoration: none;
      color: var(--text-soft);
      font-size: 14px;
      font-weight: 600;
      border: 1px solid var(--line);
    }

    .mobile-menu-footer {
      padding: 18px 20px 24px;
      border-top: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      gap: 12px;
      background: #fcfdff;
    }

    .mobile-contact-row {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--text-soft);
      font-size: 14px;
      font-weight: 600;
    }

    /* Hero */
    .page-offset {
      padding-top: 124px;
    }

    .hero {
      position: relative;
      background: linear-gradient(180deg, #fbfdff 0%, #f6fafc 100%);
      overflow: hidden;
    }

    .hero--team-bg {
      background-image: url("../_next/ppsi-dr-team.webp");
      background-size: cover;
      background-position: center 35%;
      background-repeat: no-repeat;
    }

    .hero--team-bg .hero-inner {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      min-height: min(70vh, 520px);
      padding: 48px 24px 56px;
      position: relative;
    }

    .hero--team-bg .hero-copy-wrap {
      display: none;
    }

    .hero-text-slider {
      position: absolute;
      top: 86%;
      left: 50%;
      right: auto;
      width: 100%;
      transform: translate(-50%, -50%);
      min-height: 170px;
      padding: 20px 32px;
      text-align: center;
      overflow: hidden;
      pointer-events: none;
    }

    .hero-text-slider-line {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0 16px;
      opacity: 0;
      animation: heroTextFade 15s ease-in-out infinite;
    }

    .hero-text-slider-line:nth-child(1) { animation-delay: 0s; }
    .hero-text-slider-line:nth-child(2) { animation-delay: 5s; }
    .hero-text-slider-line:nth-child(3) { animation-delay: 10s; }

    @keyframes heroTextFade {
      0%, 5% { opacity: 0; transform: translateY(8px); filter: blur(4px); }
      12%, 28% { opacity: 1; transform: translateY(0); filter: blur(0); }
      33%, 100% { opacity: 0; transform: translateY(-8px); filter: blur(4px); }
    }

    .hero-text-slider-line span {
      display: inline-block;
      white-space: nowrap;
      font-family: "DM Serif Display", serif;
      font-size: clamp(36px, 5.8vw, 64px);
      font-weight: 400;
      font-style: italic;
      letter-spacing: -0.03em;
      color: #fff;
      line-height: 1.14;
      padding: 14px 24px 16px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(10, 24, 40, 0.46), rgba(10, 24, 40, 0.2));
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
    }

    .hero-text-slider-line a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      font-style: normal;
      padding: 4px 12px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 8px;
      transition: background 0.2s;
      pointer-events: auto;
    }

    .hero-text-slider-line a:hover {
      background: rgba(255, 255, 255, 0.35);
    }

    .hero--team-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(4, 20, 34, 0.16) 0%, rgba(4, 20, 34, 0.08) 36%, rgba(4, 20, 34, 0.2) 100%),
        radial-gradient(900px 420px at 18% 8%, rgba(45, 193, 198, 0.22) 0%, rgba(45, 193, 198, 0) 62%),
        radial-gradient(760px 360px at 84% 18%, rgba(15, 146, 198, 0.14) 0%, rgba(15, 146, 198, 0) 64%);
      pointer-events: none;
      z-index: 0;
    }

    .hero:not(.hero--team-bg)::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(680px 320px at 82% 12%, rgba(15, 76, 129, 0.08), transparent 68%),
        radial-gradient(520px 260px at 10% 100%, rgba(217, 106, 58, 0.05), transparent 66%);
      pointer-events: none;
    }

    .hero-inner {
      width: min(var(--container), calc(100% - 48px));
      margin-inline: auto;
      min-height: calc(100vh - 124px);
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
      gap: 48px;
      align-items: center;
      position: relative;
      z-index: 1;
      padding: 74px 0 72px;
    }

    .hero-copy {
      max-width: 700px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 40px;
      border-radius: 999px;
      padding: 0 16px;
      background: rgba(255, 255, 255, 0.85);
      border: 1px solid rgba(208, 213, 221, 0.9);
      box-shadow: var(--shadow-xs);
      font-family: "Sora", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 26px;
    }

    .hero-badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 4px rgba(217, 106, 58, 0.12);
    }

    .hero-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(42px, 6vw, 78px);
      font-weight: 800;
      line-height: 0.98;
      letter-spacing: -0.055em;
      color: var(--text);
    }

    .hero-title .accent {
      display: inline-block;
      font-family: "DM Serif Display", serif;
      font-style: italic;
      font-weight: 400;
      color: var(--primary);
      letter-spacing: -0.03em;
    }

    .hero-sub {
      margin-top: 24px;
      max-width: 620px;
      font-size: 19px;
      line-height: 1.85;
      color: var(--text-soft);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .hero-note {
      margin-top: 18px;
      display: inline-flex;
      align-items: flex-start;
      gap: 10px;
      padding: 12px 14px;
      border: 1px solid rgba(208, 213, 221, 0.85);
      border-radius: 14px;
      background: rgba(255,255,255,0.72);
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.65;
      max-width: 580px;
    }

    .hero-metrics {
      margin-top: 40px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      border-top: 1px solid rgba(208, 213, 221, 0.75);
      padding-top: 28px;
    }

    .metric {
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(228, 231, 236, 0.88);
      border-radius: 16px;
      padding: 16px 16px 15px;
      backdrop-filter: blur(4px);
    }

    .metric-icon {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }

    .metric-title {
      font-family: "Sora", sans-serif;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.45;
      color: var(--text);
    }

    .hero-visual {
      position: relative;
    }

    .hero-image-shell {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(228, 231, 236, 0.88);
      background: linear-gradient(180deg, #edf5fb 0%, #dae9f5 100%);
      box-shadow: var(--shadow-lg);
      min-height: 640px;
    }

    .hero-image-shell img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .hero-image-shell--team img {
      object-position: center center;
    }

    .doctor-floating-card {
      position: absolute;
      left: 28px;
      bottom: 28px;
      right: 28px;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.95);
      border-radius: 20px;
      padding: 22px;
      box-shadow: var(--shadow-md);
    }

    .doctor-floating-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: "Sora", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 10px;
    }

    .doctor-floating-name {
      font-family: "DM Serif Display", serif;
      font-size: 28px;
      line-height: 1.1;
      color: var(--text);
    }

    .doctor-floating-role {
      margin-top: 6px;
      font-size: 14px;
      color: var(--text-soft);
      font-weight: 600;
    }

    .doctor-floating-actions {
      margin-top: 16px;
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    /* Cards */
    .grid-head {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 36px;
      align-items: end;
    }

    .grid-head--wide-title {
      grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    }

    .grid-head-actions {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-self: end;
      max-width: 560px;
    }

    .card-grid {
      margin-top: 56px;
      display: grid;
      gap: 22px;
    }

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

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

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

    .info-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 28px;
      box-shadow: var(--shadow-xs);
      transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), border-color 0.24s var(--ease), background 0.24s var(--ease);
      min-height: 100%;
    }

    .info-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: rgba(15, 76, 129, 0.22);
    }

    .info-card.icon-card {
      text-decoration: none;
      color: inherit;
    }

    .info-card-top {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
    }

    .card-icon-box {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .card-title {
      font-family: "Sora", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.35;
      letter-spacing: -0.03em;
      color: var(--text);
    }

    .card-desc {
      font-size: 15px;
      line-height: 1.75;
      color: var(--text-soft);
    }

    .card-link {
      margin-top: 18px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--primary);
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
    }

    .card-num {
      font-family: "DM Serif Display", serif;
      font-size: 54px;
      line-height: 1;
      color: var(--primary);
      margin-bottom: 18px;
    }

    /* Doctors */
    .doctor-grid-card {
      display: block;
      text-decoration: none;
      color: inherit;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: var(--shadow-xs);
      transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), border-color 0.24s var(--ease);
    }

    .doctor-grid-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: rgba(15, 76, 129, 0.22);
    }

    .doctor-grid-image {
      background: linear-gradient(180deg, #eff5fa 0%, #dfeaf3 100%);
      aspect-ratio: 0.98 / 1;
      overflow: hidden;
    }

    .doctor-grid-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center top;
      padding: 16px 14px 0;
    }

    .doctor-grid-body {
      padding: 20px 20px 22px;
      text-align: center;
    }

    .doctor-grid-meta {
      font-family: "Sora", sans-serif;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--primary);
    }

    .doctor-grid-name {
      margin-top: 10px;
      font-family: "DM Serif Display", serif;
      font-size: 25px;
      line-height: 1.15;
      color: var(--text);
    }

    .doctor-grid-role {
      margin-top: 8px;
      font-size: 14px;
      color: var(--text-soft);
      line-height: 1.6;
    }

    /* Patient Stories â€” blue gradient, clean white cards */
    .section-patient-stories {
      position: relative;
      background: linear-gradient(160deg, var(--primary) 0%, var(--primary-deep) 100%);
      padding: 72px 0 80px;
    }
    .section-patient-stories .container {
      position: relative;
      z-index: 1;
    }
    .section-patient-stories .eyebrow {
      color: rgba(255, 255, 255, 0.9);
    }
    .section-patient-stories .eyebrow::before {
      background: rgba(255, 255, 255, 0.9);
    }
    .section-patient-stories .section-title,
    .section-patient-stories .section-sub {
      color: rgba(255, 255, 255, 0.95);
    }
    .section-patient-stories .section-sub {
      color: rgba(255, 255, 255, 0.85);
    }
    .section-patient-stories .rating-chip {
      background: rgba(255, 255, 255, 0.95);
      border-color: rgba(255, 255, 255, 0.3);
    }
    .section-patient-stories .reviews-shell {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.25);
    }
    .section-patient-stories .review-card {
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-md);
    }

    /* Reviews */
    .reviews-shell {
      background: linear-gradient(180deg, #f6f9fc 0%, #eef4f8 100%);
      border: 1px solid rgba(228, 231, 236, 0.95);
      border-radius: 28px;
      padding: 52px;
    }

    .reviews-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      margin-bottom: 36px;
    }

    .rating-chip {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      background: var(--white);
      border: 1px solid var(--line);
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
      box-shadow: var(--shadow-xs);
    }

    .review-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 28px;
      box-shadow: var(--shadow-xs);
      transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), border-color 0.24s var(--ease);
    }

    .review-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: rgba(15, 76, 129, 0.2);
    }

    .review-stars {
      display: flex;
      gap: 4px;
      color: #f5c518;
      margin-bottom: 16px;
    }
    .review-stars .icon {
      fill: #f5c518 !important;
      stroke: none !important;
      color: #f5c518;
    }
    .rating-chip .icon {
      fill: #f5c518 !important;
      stroke: none !important;
    }

    .review-text {
      font-size: 15px;
      line-height: 1.8;
      color: var(--text);
    }

    .review-name {
      margin-top: 22px;
      font-family: "Sora", sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--text);
    }

    .review-role {
      margin-top: 4px;
      font-size: 13px;
      color: var(--text-soft);
      font-weight: 600;
    }

    /* Locations */
    .location-card {
      display: flex;
      align-items: center;
      gap: 16px;
      text-decoration: none;
      color: inherit;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 22px 22px;
      box-shadow: var(--shadow-xs);
      transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), border-color 0.22s var(--ease), background 0.22s var(--ease);
    }

    .location-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-md);
      border-color: rgba(15, 76, 129, 0.22);
      background: #fbfdff;
    }

    .location-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .location-name {
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: var(--text);
      letter-spacing: -0.03em;
    }

    .location-meta {
      margin-top: 4px;
      font-size: 13px;
      color: var(--text-soft);
      font-weight: 600;
    }

    .location-badge {
      display: inline-block;
      margin-left: 6px;
      font-size: 11px;
      font-weight: 700;
      color: var(--primary);
      background: var(--primary-soft);
      padding: 2px 8px;
      border-radius: 6px;
      letter-spacing: 0.02em;
    }

    .location-card--coming-soon {
      cursor: default;
      opacity: 0.9;
    }

    .location-card--coming-soon:hover {
      transform: none;
      box-shadow: var(--shadow-xs);
      border-color: var(--line);
      background: var(--white);
    }

    .location-arrow {
      margin-left: auto;
      color: var(--primary);
      opacity: 0.7;
    }

    /* CTA banner */
    .cta-banner {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 56px 60px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 48px;
      align-items: center;
      color: var(--text);
      box-shadow: var(--shadow-sm);
    }

    .cta-banner .eyebrow {
      color: var(--primary);
      margin-bottom: 14px;
    }

    .cta-banner .eyebrow::before {
      background: var(--primary);
    }

    .cta-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(28px, 3.5vw, 44px);
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -0.04em;
      color: var(--text);
    }

    .cta-sub {
      margin-top: 18px;
      max-width: 600px;
      font-size: 17px;
      line-height: 1.75;
      color: var(--text-soft);
    }

    .cta-side {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 14px;
      background: var(--primary-soft);
      border: 1px solid rgba(15, 76, 129, 0.12);
      border-radius: 20px;
      padding: 28px 32px;
      min-width: 280px;
    }

    .cta-side-row {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .cta-side .cta-side-btn-wrap {
      display: flex !important;
      justify-content: center !important;
      width: 100% !important;
      margin-top: 6px;
    }

    .cta-side .cta-side-btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin-left: auto;
      margin-right: auto;
    }

    .cta-side-label {
      font-family: "Sora", sans-serif;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--primary);
      font-weight: 700;
    }

    .cta-side-phone {
      font-size: 26px;
      font-weight: 800;
      line-height: 1.2;
      color: var(--primary-deep);
    }

    .cta-side-link {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%;
      padding: 10px 0;
      border-top: 1px solid rgba(15, 76, 129, 0.12);
      font-size: 14px;
      line-height: 1.6;
      font-weight: 600;
      color: var(--primary);
      text-decoration: none;
    }

    .cta-side-link:hover {
      color: var(--primary-deep);
    }

    .cta-emergency-note {
      margin-top: 10px;
      font-size: 12px;
      line-height: 1.65;
      color: var(--text-faint);
      max-width: 320px;
    }

    .cta-banner .btn-light {
      background: var(--white);
      color: var(--primary);
      border: 1px solid var(--line-strong);
    }

    .cta-banner .btn-light:hover {
      background: var(--primary-soft);
      border-color: var(--primary);
    }

    /* FAQ */
    .faq-layout {
      margin-top: 52px;
      display: grid;
      grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
      gap: 36px;
      align-items: start;
    }

    .faq-image-wrap {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 24px;
      overflow: hidden;
      box-shadow: var(--shadow-sm);
    }

    .faq-image-wrap img {
      width: 100%;
      height: 100%;
      min-height: 560px;
      object-fit: cover;
      object-position: 22% center;
      transform: scale(1.35);
      transform-origin: left center;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .faq-item {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 18px;
      overflow: hidden;
      box-shadow: var(--shadow-xs);
      transition: border-color 0.22s var(--ease), box-shadow 0.22s var(--ease);
    }

    .faq-item.open {
      border-color: rgba(15, 76, 129, 0.22);
      box-shadow: var(--shadow-sm);
    }

    .faq-question {
      width: 100%;
      border: 0;
      background: transparent;
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 0 24px;
      text-align: left;
      cursor: pointer;
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.45;
      color: var(--text);
    }

    .faq-toggle-icon {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: transform 0.22s var(--ease), background 0.22s var(--ease), color 0.22s var(--ease);
    }

    .faq-item.open .faq-toggle-icon {
      transform: rotate(45deg);
      background: var(--primary);
      color: var(--white);
    }

    .faq-answer {
      display: none;
      padding: 0 24px 24px;
      color: var(--text-soft);
      font-size: 15px;
      line-height: 1.8;
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    /* Insurance â€” 3-column layout */
    .insurance-strip {
      position: relative;
      background-image: url("../_next/myra-and-doc-consult.webp");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      padding: 64px 0 0;
      overflow: hidden;
    }
    .insurance-strip::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(165deg, rgba(240, 244, 248, 0.92) 0%, rgba(232, 238, 245, 0.94) 50%, rgba(226, 234, 242, 0.96) 100%);
      pointer-events: none;
    }
    .insurance-strip .insurance-strip-header,
    .insurance-strip .insurance-inner,
    .insurance-strip .insurance-disclosure {
      position: relative;
      z-index: 2;
    }
    .insurance-strip-header {
      width: min(var(--container), 100%);
      margin-inline: auto;
      padding: 0 24px 40px;
      text-align: center;
      border-bottom: 1px solid rgba(15, 76, 129, 0.12);
      margin-bottom: 0;
    }
    .insurance-strip-eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 10px;
    }
    .insurance-strip-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(24px, 2.8vw, 32px);
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1.2;
      color: var(--text);
    }
    .insurance-inner {
      width: min(var(--container), 100%);
      margin-inline: auto;
      display: grid;
      grid-template-columns: 0.9fr 1.4fr 1fr;
      align-items: start;
    }
    .insurance-col-left {
      background: linear-gradient(160deg, #0d3d56 0%, #0a2f43 100%);
      padding: 32px 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    }
    .insurance-col-mid,
    .insurance-col-right {
      padding: 32px 28px;
      background: var(--white);
    }
    .insurance-col-mid {
      border-right: 1px solid var(--line);
      box-shadow: 4px 0 24px rgba(16, 24, 40, 0.04);
    }
    .insurance-col-right {
      border-radius: 0 0 var(--radius-lg) 0;
    }
    .insurance-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(24px, 2.8vw, 32px);
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1.2;
      color: var(--white);
      margin-bottom: 14px;
    }
    .insurance-sub {
      font-size: 15px;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.82);
    }
    .insurance-cta {
      margin-top: 20px;
    }
    .insurance-cta .btn {
      width: 100%;
      min-height: 46px;
      background: var(--white);
      color: #0d3d56;
      font-weight: 700;
    }
    .insurance-cta .btn:hover {
      background: #f0f4f8;
    }
    .insurance-col-title {
      font-family: "Sora", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 14px;
    }
    .insurance-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px 20px;
    }
    .insurance-list li {
      font-size: 14px;
      font-weight: 500;
      color: var(--text);
      list-style: none;
      padding: 2px 0;
      border-bottom: 1px solid transparent;
      transition: color 0.2s;
    }
    .insurance-list li::before {
      content: "âœ“";
      color: #2d7a4f;
      font-weight: 700;
      margin-right: 10px;
    }
    .insurance-col-right .insurance-list {
      grid-template-columns: 1fr;
    }
    .insurance-col-right .insurance-list.auto-list {
      grid-template-columns: 1fr 1fr;
    }
    .insurance-note {
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
      font-size: 12px;
      color: var(--text-faint);
    }
    .insurance-disclosure {
      width: min(var(--container), 100%);
      margin-inline: auto;
      padding: 20px 24px 36px;
      text-align: center;
      border-top: 1px solid rgba(15, 76, 129, 0.08);
    }
    .insurance-disclosure p {
      font-size: 12px;
      line-height: 1.75;
      color: var(--text-faint);
      max-width: 580px;
      margin: 0 auto;
    }

    /* Footer */
    .site-footer {
      position: relative;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, transparent 18%),
        radial-gradient(ellipse 100% 60% at 50% 0%, rgba(15, 76, 129, 0.35) 0%, transparent 50%),
        radial-gradient(900px 400px at 88% 100%, rgba(10, 53, 90, 0.4) 0%, transparent 50%),
        linear-gradient(155deg, #06121f 0%, var(--footer) 45%, #0a1f35 75%, #0d2b45 100%);
      color: var(--white);
      overflow: hidden;
      box-shadow: inset 0 12px 40px rgba(0, 0, 0, 0.2);
    }

    .site-footer::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.12), transparent);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      pointer-events: none;
    }

    .site-footer::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: repeating-linear-gradient(
        -35deg,
        transparent,
        transparent 56px,
        rgba(255, 255, 255, 0.02) 56px,
        rgba(255, 255, 255, 0.02) 57px
      );
      pointer-events: none;
    }

    .site-footer .footer-top,
    .site-footer .footer-bottom {
      position: relative;
      z-index: 1;
    }

    .footer-top {
      width: min(var(--container), calc(100% - 48px));
      margin-inline: auto;
      padding: 72px 0 48px;
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1fr 1.15fr;
      gap: 34px;
    }

    .footer-logo {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
    }

    .footer-logo img {
      height: 42px;
      width: auto;
      object-fit: contain;
    }

    .footer-copy {
      margin-top: 18px;
      max-width: 340px;
      color: rgba(233, 242, 252, 0.78);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.85;
      letter-spacing: 0.01em;
    }

    .footer-social {
      margin-top: 22px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .footer-social a {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      background: rgba(255, 255, 255, 0.03);
      color: rgba(242, 247, 255, 0.9);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: background 0.22s var(--ease), color 0.22s var(--ease), border-color 0.22s var(--ease), transform 0.22s var(--ease);
    }

    .footer-social a:hover {
      background: rgba(15, 76, 129, 0.34);
      border-color: rgba(157, 202, 239, 0.62);
      transform: translateY(-2px);
    }

    .footer-title {
      font-family: "Sora", sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(209, 232, 252, 0.94);
      margin-bottom: 18px;
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-links a {
      font-size: 14px;
      font-weight: 500;
      color: rgba(228, 241, 255, 0.76);
      text-decoration: none;
      line-height: 1.75;
      letter-spacing: 0.01em;
      transition: color 0.22s var(--ease), transform 0.22s var(--ease);
    }

    .footer-links a:hover {
      color: rgba(255, 255, 255, 0.98);
      transform: translateX(2px);
    }

    .footer-contact-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: rgba(231, 242, 253, 0.8);
      font-size: 14px;
      line-height: 1.75;
      font-weight: 500;
    }

    .footer-email-note {
      display: block;
      margin-top: 4px;
      font-size: 12px;
      color: rgba(231, 242, 253, 0.65);
    }

    .footer-contact-icon {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      background: linear-gradient(140deg, rgba(22, 87, 142, 0.45), rgba(12, 55, 92, 0.45));
      border: 1px solid rgba(161, 206, 241, 0.24);
      color: rgba(245, 250, 255, 0.96);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .footer-bottom {
      width: min(var(--container), calc(100% - 48px));
      margin-inline: auto;
      min-height: 72px;
      border-top: 1px solid rgba(170, 210, 242, 0.18);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      color: rgba(214, 232, 249, 0.72);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.01em;
    }

    .footer-bottom-links {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer-bottom-links a {
      color: rgba(214, 232, 249, 0.72);
      text-decoration: none;
      transition: color 0.22s var(--ease);
    }

    .footer-bottom-links a:hover {
      color: rgba(255, 255, 255, 0.92);
    }

    /* Shown only on small screens (compact footer + quick Insurance access) */
    .footer-link-mobile-only {
      display: none;
    }

    /* Scroll top */
    .scroll-top {
      position: fixed;
      right: 24px;
      bottom: 24px;
      width: 50px;
      height: 50px;
      border: 0;
      border-radius: 14px;
      background: var(--primary);
      color: var(--white);
      box-shadow: 0 14px 28px rgba(15, 76, 129, 0.25);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: opacity 0.25s var(--ease), visibility 0.25s var(--ease), transform 0.25s var(--ease), background 0.25s var(--ease);
    }

    .scroll-top.visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .scroll-top:hover {
      background: var(--primary-deep);
    }

    /* Responsive */
    @media (max-width: 1280px) {
      .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
      }

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

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

      .footer-top {
        grid-template-columns: 1.4fr 1fr 1fr;
      }

      .footer-contact-column {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 1024px) {
      .header-topbar {
        display: none;
      }

      .page-offset {
        padding-top: 82px;
      }

      .hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 50px 0 56px;
      }

      .hero--team-bg .hero-inner {
        min-height: min(60vh, 420px);
      }

      .hero-text-slider {
        top: 90%;
        min-height: 130px;
        padding: 12px 16px;
      }

      .hero-text-slider-line span {
        font-size: clamp(18px, 4.5vw, 38px);
        padding: 10px 14px 12px;
      }

      .hero-visual {
        order: -1;
      }

      .hero-image-shell {
        min-height: 520px;
      }

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

      .grid-head-actions {
        justify-self: start;
        max-width: 100%;
      }

      .cta-banner {
        grid-template-columns: 1fr;
      }

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

      .faq-image-wrap img {
        min-height: 380px;
      }

      .insurance-inner {
        grid-template-columns: 1fr;
        min-height: auto;
      }
    }

    @media (max-width: 860px) {
      .desktop-nav,
      .header-phone,
      .header-actions .btn-secondary,
      .header-actions .btn-primary {
        display: none;
      }

      .header-main {
        grid-template-columns: auto 1fr auto auto;
        gap: 12px;
        min-height: 82px;
      }

      .mobile-phone-btn,
      .mobile-menu-btn {
        display: inline-flex;
      }
    }

    @media (max-width: 768px) {
      .container,
      .header-main,
      .header-topbar-inner,
      .hero-inner,
      .insurance-inner,
      .footer-top,
      .footer-bottom {
        width: min(var(--container), calc(100% - 32px));
      }

      .section {
        padding: 76px 0;
      }

      .hero-title {
        font-size: clamp(36px, 11vw, 54px);
      }

      .hero-sub,
      .section-sub,
      .insurance-sub {
        font-size: 16px;
        line-height: 1.8;
      }

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

      .card-grid.four,
      .card-grid.three,
      .card-grid.two {
        grid-template-columns: 1fr;
      }

      .insurance-inner {
        grid-template-columns: 1fr;
        min-height: auto;
      }
      .insurance-col-left,
      .insurance-col-mid,
      .insurance-col-right {
        padding: 24px 20px;
      }
      .insurance-col-left {
        border-radius: var(--radius-md) var(--radius-md) 0 0;
      }
      .insurance-col-right {
        border-radius: 0 0 var(--radius-md) var(--radius-md);
      }
      .insurance-col-mid {
        border-right: none;
        border-bottom: 1px solid var(--line);
      }
      .insurance-strip {
        padding: 48px 16px 0;
      }
      .insurance-strip-header {
        padding: 0 16px 28px;
      }
      .insurance-disclosure {
        padding: 18px 16px 28px;
      }

      .reviews-shell {
        padding: 28px 20px;
        border-radius: 22px;
      }

      .cta-banner {
        padding: 36px 24px;
        border-radius: 22px;
        gap: 28px;
      }

      .cta-side {
        min-width: 100%;
        padding: 24px;
      }

      .doctor-floating-card {
        position: static;
        margin-top: 16px;
      }

      .hero-image-shell {
        min-height: auto;
      }

      .hero-image-shell img {
        aspect-ratio: 1 / 1.08;
      }

      .footer-top {
        grid-template-columns: 1fr;
        padding: 58px 0 36px;
      }

      .footer-bottom {
        min-height: auto;
        padding: 22px 0;
        flex-direction: column;
        align-items: flex-start;
      }

      /* App-style compact footer (phone) — same behavior as home */
      .footer-link-mobile-only {
        display: inline-block;
      }

      .site-footer {
        border-radius: 22px 22px 0 0;
        overflow: hidden;
        margin-top: 4px;
        box-shadow: 0 -12px 40px rgba(6, 28, 48, 0.14);
      }

      .site-footer .footer-copy {
        display: none;
      }

      .site-footer .footer-top > div:nth-child(2),
      .site-footer .footer-top > div:nth-child(3),
      .site-footer .footer-top > div:nth-child(4) {
        display: none;
      }

      .site-footer .footer-top {
        padding: 24px 0 16px;
        gap: 16px;
      }

      .site-footer .footer-top > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .site-footer .footer-logo .logo-mark,
      .site-footer .footer-logo img {
        max-height: 42px;
        width: auto;
        height: auto;
      }

      .site-footer .footer-social {
        justify-content: center;
      }

      .site-footer .footer-contact-column {
        width: 100%;
        max-width: 320px;
        margin-inline: auto;
        text-align: center;
      }

      .site-footer .footer-title {
        text-align: center;
      }

      .site-footer .footer-contact-list {
        align-items: center;
      }

      .site-footer .footer-contact-item {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
      }

      .site-footer .footer-contact-item:nth-child(3),
      .site-footer .footer-contact-item:nth-child(4) {
        display: none;
      }

      .site-footer .footer-contact-item:first-child {
        font-size: 17px;
        font-weight: 700;
      }

      .site-footer .footer-email-note {
        display: block;
        width: 100%;
        font-size: 11px;
        opacity: 0.85;
        margin-top: 2px;
      }

      .footer-bottom {
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 18px 0 28px;
      }

      .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 16px;
      }
    }

    @media (max-width: 560px) {
      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .hero-actions,
      .doctor-floating-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .mobile-quick-actions {
        grid-template-columns: 1fr;
      }

      .faq-question {
        padding: 18px 18px;
        min-height: auto;
        align-items: flex-start;
      }

      .faq-answer {
        padding: 0 18px 18px;
      }

      .scroll-top {
        right: 16px;
        bottom: 16px;
      }
    }

    /* Provider / Doctor Page */
    .provider-hero {
      display: grid;
      grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
      gap: 56px;
      align-items: center;
      padding: 56px 0 72px;
    }

    /* Reduce large empty top gap on doctor profile pages */
    .section.section-provider-hero-start {
      padding-top: 28px;
    }

    .provider-hero-image-wrap {
      border-radius: 20px;
      overflow: hidden;
      background: var(--primary-soft);
      box-shadow: var(--shadow-lg);
      aspect-ratio: 4 / 5;
      min-height: 420px;
    }

    .provider-hero-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .provider-hero-meta {
      font-family: "Sora", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 12px;
    }

    .provider-hero-name {
      font-family: "DM Serif Display", serif;
      font-size: clamp(36px, 5vw, 52px);
      font-weight: 400;
      line-height: 1.1;
      color: var(--text);
      letter-spacing: -0.02em;
    }

    .provider-hero-role {
      margin-top: 14px;
      font-size: 18px;
      font-weight: 600;
      color: var(--text-soft);
      line-height: 1.5;
    }

    .provider-hero-contact {
      margin-top: 22px;
      font-size: 15px;
      color: var(--text-soft);
    }

    .provider-hero-contact a {
      color: var(--primary);
      text-decoration: none;
      font-weight: 600;
    }

    .provider-hero-contact a:hover {
      text-decoration: underline;
    }

    .provider-hero-actions {
      margin-top: 28px;
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    /* Dr. Elkholy (and similar): stats inside hero text column */
    .provider-hero-content--unified {
      background: linear-gradient(165deg, #f4f9fd 0%, #ffffff 55%);
      border: 1px solid rgba(15, 76, 129, 0.1);
      border-radius: 20px;
      padding: 28px 32px 32px;
      box-shadow: 0 12px 40px rgba(15, 76, 129, 0.08);
    }

    .provider-hero-content--unified .section-title {
      margin-bottom: 0;
      white-space: nowrap;
      font-size: clamp(13px, 1.15vw + 0.72rem, 32px);
      line-height: 1.15;
      letter-spacing: -0.035em;
    }

    @media (max-width: 360px) {
      .provider-hero-content--unified .section-title {
        font-size: 12.5px;
        letter-spacing: -0.045em;
      }
    }

    .provider-hero-content--unified .provider-hero-bio {
      margin-top: 22px;
      max-width: none;
      font-size: 16px;
      line-height: 1.65;
      color: var(--text);
    }

    .provider-hero-content--unified .provider-hero-bio--secondary {
      margin-top: 12px;
      font-size: 15px;
      color: var(--text-soft);
    }

    .provider-hero-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 24px;
      padding-top: 22px;
      border-top: 1px solid rgba(15, 76, 129, 0.12);
    }

    .provider-hero-stat {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 16px 18px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 14px;
      border: 1px solid rgba(15, 76, 129, 0.08);
      transition: border-color 0.2s, box-shadow 0.2s;
    }

    .provider-hero-stat:hover {
      border-color: rgba(15, 76, 129, 0.16);
      box-shadow: 0 6px 20px rgba(15, 76, 129, 0.07);
    }

    .provider-hero-stat-num {
      font-family: "Sora", sans-serif;
      font-size: clamp(1.35rem, 2.5vw, 1.65rem);
      font-weight: 800;
      color: var(--primary);
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    .provider-hero-stat-label {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-soft);
      line-height: 1.4;
    }

    .provider-hero-content--unified .provider-hero-contact {
      margin-top: 22px;
      padding-top: 0;
    }

    @media (max-width: 639px) {
      .provider-hero-content--unified {
        padding: 22px 20px 26px;
      }

      .provider-hero-stat {
        padding: 14px 14px;
      }
    }

    .provider-section {
      margin-top: 48px;
    }

    .provider-section:first-of-type {
      margin-top: 0;
    }

    .provider-section h2 {
      font-family: "Sora", sans-serif;
      font-size: clamp(26px, 3.5vw, 36px);
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--text);
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .provider-section p {
      font-size: 17px;
      line-height: 1.8;
      color: var(--text-soft);
      margin-bottom: 18px;
    }

    .provider-section p:last-child {
      margin-bottom: 0;
    }

    .provider-section ul {
      margin: 16px 0 0;
      padding-left: 22px;
      font-size: 16px;
      line-height: 1.85;
      color: var(--text-soft);
    }

    .provider-section li {
      margin-bottom: 10px;
    }

    .provider-section li:last-child {
      margin-bottom: 0;
    }

    /* Premium provider pages — typography + gallery (Dr. Elkholy + all doctor profiles) */
    .page-provider-premium .provider-hero-image-wrap {
      box-shadow:
        0 4px 6px -1px rgba(15, 76, 129, 0.07),
        0 22px 48px -18px rgba(15, 76, 129, 0.2);
      border: 1px solid rgba(15, 76, 129, 0.09);
    }

    .page-provider-premium .provider-hero-content--unified .section-title {
      white-space: normal;
    }

    .page-provider-premium .provider-section {
      max-width: 46rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 2.75rem;
      margin-top: 2.75rem;
      border-top: 1px solid #e8ecf1;
    }

    .page-provider-premium .provider-section:first-of-type {
      border-top: none;
      padding-top: 0;
      margin-top: 0;
    }

    .page-provider-premium .provider-section h2 {
      font-family: "DM Serif Display", Georgia, serif;
      font-weight: 400;
      font-size: clamp(1.45rem, 2.4vw, 1.8rem);
      letter-spacing: -0.02em;
      color: #0f172a;
      margin-bottom: 1.15rem;
      line-height: 1.25;
    }

    .page-provider-premium .provider-section p,
    .page-provider-premium .provider-section li {
      font-size: 16px;
      line-height: 1.78;
      color: #52606d;
    }

    .provider-hero-stat-num.is-label-stat {
      font-size: 0.8125rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--primary);
      line-height: 1.3;
    }

    .provider-gallery-premium {
      margin: clamp(2.25rem, 4vw, 3.5rem) auto 0;
      max-width: 72rem;
      padding-top: clamp(2rem, 4vw, 2.75rem);
      border-top: 1px solid #e2e8f0;
    }

    .provider-gallery-premium-head {
      margin-bottom: 1.5rem;
      text-align: center;
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
    }

    .provider-gallery-premium-head .eyebrow {
      margin-bottom: 0.5rem;
    }

    .provider-gallery-premium-head h2 {
      margin: 0;
      font-family: "DM Serif Display", Georgia, serif;
      font-size: clamp(1.5rem, 2.5vw, 1.95rem);
      font-weight: 400;
      letter-spacing: -0.02em;
      color: #0f172a;
    }

    .provider-gallery-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
      grid-template-rows: 1fr 1fr;
      gap: 12px;
      min-height: 340px;
    }

    .provider-gallery-cell {
      position: relative;
      margin: 0;
      overflow: hidden;
      border-radius: 14px;
      background: #f1f5f9;
      border: 1px solid rgba(15, 76, 129, 0.06);
    }

    .provider-gallery-cell--feature {
      grid-row: 1 / -1;
      min-height: 100%;
    }

    .provider-gallery-cell img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    @media (hover: hover) {
      .provider-gallery-cell:hover img {
        transform: scale(1.04);
      }
    }

    .provider-gallery-caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 2.5rem 1.25rem 1rem;
      margin: 0;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: #fff;
      background: linear-gradient(to top, rgba(15, 23, 42, 0.82) 0%, transparent 100%);
      line-height: 1.35;
    }

    @media (max-width: 900px) {
      .provider-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
      }

      .provider-gallery-cell--feature {
        grid-row: auto;
        min-height: 260px;
        aspect-ratio: 4 / 3;
      }

      .provider-gallery-cell:not(.provider-gallery-cell--feature) {
        min-height: 200px;
        aspect-ratio: 16 / 10;
      }
    }

    /* Single wide “in practice” band (e.g. Dr. Apazidis) */
    .page-provider-premium .provider-practice-wide {
      margin: clamp(2.25rem, 4vw, 3.5rem) auto 0;
      max-width: 72rem;
      padding-top: clamp(2rem, 4vw, 2.75rem);
      border-top: 1px solid #e2e8f0;
    }

    .page-provider-premium .provider-practice-wide__intro {
      text-align: center;
      max-width: 42rem;
      margin: 0 auto clamp(1.35rem, 2.8vw, 1.85rem);
    }

    .page-provider-premium .provider-practice-wide__intro .eyebrow {
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
    }

    .page-provider-premium .provider-practice-wide__intro h2 {
      margin: 0 0 0.85rem;
      font-family: "DM Serif Display", Georgia, serif;
      font-size: clamp(1.45rem, 2.35vw, 1.85rem);
      font-weight: 400;
      letter-spacing: -0.02em;
      line-height: 1.22;
      color: #0f172a;
    }

    .page-provider-premium .provider-practice-wide__lead {
      margin: 0;
      font-size: 17px;
      line-height: 1.78;
      color: #52606d;
    }

    .page-provider-premium .provider-practice-wide__media {
      margin: 0;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid rgba(15, 76, 129, 0.09);
      background: #f1f5f9;
      box-shadow:
        0 4px 6px -1px rgba(15, 76, 129, 0.07),
        0 22px 48px -18px rgba(15, 76, 129, 0.18);
    }

    .page-provider-premium .provider-practice-wide__media img {
      width: 100%;
      display: block;
      min-height: 280px;
      max-height: min(52vh, 520px);
      object-fit: cover;
      object-position: center 28%;
    }

    @media (max-width: 640px) {
      .page-provider-premium .provider-practice-wide__media img {
        max-height: none;
        min-height: 240px;
        aspect-ratio: 16 / 10;
      }
    }

    .provider-credential-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .provider-credential-badge {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.06em;
      color: var(--primary);
      background: var(--primary-soft);
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(15, 76, 129, 0.15);
    }

    .section-consult .consult-layout {
      display: grid;
      grid-template-columns: minmax(360px, 0.58fr) minmax(0, 0.42fr);
      gap: 56px;
      align-items: center;
    }

    .section-consult .consult-image {
      border-radius: 24px;
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      min-height: 420px;
    }

    .section-consult .consult-image img {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .section-consult .consult-heading {
      font-family: "Sora", sans-serif;
      font-size: clamp(28px, 3.5vw, 40px);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -0.03em;
      color: var(--text);
      margin: 0 0 24px;
    }

    .section-consult .consult-text {
      font-size: 17px;
      line-height: 1.8;
      color: var(--text-soft);
      margin: 0;
    }

    .section-hands-on .hands-on-layout {
      display: grid;
      grid-template-columns: minmax(280px, 0.38fr) minmax(380px, 0.62fr);
      gap: 56px;
      align-items: center;
    }

    .section-hands-on .hands-on-image {
      border-radius: 24px;
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      min-height: 480px;
      order: 2;
    }

    .section-hands-on .hands-on-image img {
      width: 100%;
      height: 100%;
      min-height: 480px;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .section-hands-on .hands-on-content {
      order: 1;
    }

    .expertise-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 56px;
    }

    .expertise-card {
      background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
      border: 1px solid rgba(15, 76, 129, 0.12);
      border-radius: 18px;
      padding: 28px 24px;
      box-shadow: 0 4px 24px rgba(15, 76, 129, 0.06);
      transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
    }

    .expertise-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(15, 76, 129, 0.1);
      border-color: rgba(15, 76, 129, 0.2);
    }

    .expertise-card-header {
      font-family: "Sora", sans-serif;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--primary);
      line-height: 1.35;
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(15, 76, 129, 0.1);
    }

    .expertise-card-desc {
      font-size: 14px;
      line-height: 1.65;
      color: var(--text-soft);
      letter-spacing: 0.01em;
    }

    /* Premium expertise showcase (Dr. Elkholy & similar) */
    .expertise-showcase {
      margin-top: 64px;
      padding-top: 56px;
      border-top: 1px solid rgba(15, 76, 129, 0.1);
    }

    .expertise-showcase-head {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 48px;
    }

    .expertise-showcase-head .eyebrow {
      display: inline-block;
      margin-bottom: 12px;
    }

    .expertise-showcase-title {
      font-family: "DM Serif Display", serif;
      font-size: clamp(1.75rem, 3.5vw, 2.35rem);
      font-weight: 400;
      color: var(--text);
      letter-spacing: -0.02em;
      line-height: 1.15;
      margin: 0 0 16px;
    }

    .expertise-showcase-lead {
      margin: 0;
      font-size: 17px;
      line-height: 1.7;
      color: var(--text-soft);
      font-weight: 500;
    }

    .expertise-showcase-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px 28px;
      align-items: stretch;
    }

    .expertise-showcase-card {
      position: relative;
      background: linear-gradient(145deg, #ffffff 0%, #f6faff 48%, #ffffff 100%);
      border: 1px solid rgba(15, 76, 129, 0.1);
      border-radius: 20px;
      padding: 28px 28px 30px;
      box-shadow:
        0 4px 6px rgba(15, 76, 129, 0.04),
        0 20px 48px rgba(15, 76, 129, 0.08);
      transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s;
      overflow: hidden;
    }

    .expertise-showcase-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: linear-gradient(180deg, var(--primary) 0%, #2a7ab8 50%, rgba(15, 76, 129, 0.35) 100%);
      border-radius: 20px 0 0 20px;
      opacity: 0.95;
    }

    .expertise-showcase-card:hover {
      transform: translateY(-4px);
      box-shadow:
        0 8px 16px rgba(15, 76, 129, 0.06),
        0 28px 56px rgba(15, 76, 129, 0.12);
      border-color: rgba(15, 76, 129, 0.18);
    }

    .expertise-showcase-card-top {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 16px;
      padding-left: 4px;
    }

    .expertise-showcase-icon {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      box-shadow: 0 8px 20px rgba(15, 76, 129, 0.25);
    }

    .expertise-showcase-icon .icon {
      width: 22px;
      height: 22px;
    }

    .expertise-showcase-icon--pain {
      background: linear-gradient(135deg, #0f4c81 0%, #1a6ba8 100%);
    }

    .expertise-showcase-icon--spine {
      background: linear-gradient(135deg, #155a8f 0%, #2d8bc9 100%);
    }

    .expertise-showcase-icon--proc {
      background: linear-gradient(135deg, #0a355a 0%, #0f4c81 100%);
    }

    .expertise-showcase-icon--rehab {
      background: linear-gradient(135deg, #d96a3a 0%, #e88a5c 100%);
    }

    .expertise-showcase-card-title {
      font-family: "Sora", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: -0.025em;
      line-height: 1.35;
      color: var(--primary);
      margin: 4px 0 0;
      text-align: left;
    }

    .expertise-showcase-card-intro {
      margin: 0 0 18px;
      padding-left: 4px;
      font-size: 15px;
      line-height: 1.65;
      color: var(--text);
      font-weight: 500;
      max-width: 42ch;
    }

    .expertise-showcase-list {
      margin: 0;
      padding: 0 0 0 4px;
      list-style: none;
    }

    .expertise-showcase-list li {
      position: relative;
      padding: 10px 0 10px 22px;
      font-size: 14.5px;
      line-height: 1.65;
      color: var(--text-soft);
      border-top: 1px solid rgba(15, 76, 129, 0.07);
    }

    .expertise-showcase-list li:first-child {
      border-top: none;
      padding-top: 0;
    }

    .expertise-showcase-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 16px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), #3d8cc4);
      box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12);
    }

    .expertise-showcase-list li:first-child::before {
      top: 6px;
    }

    .expertise-showcase-list li strong {
      color: var(--text);
      font-weight: 600;
    }

    @media (max-width: 900px) {
      .expertise-showcase {
        margin-top: 48px;
        padding-top: 40px;
      }

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

      .expertise-showcase-card-intro {
        max-width: none;
      }

      .expertise-cards {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 560px) {
      .expertise-cards {
        grid-template-columns: 1fr;
        margin-top: 40px;
      }

      .expertise-showcase-card {
        padding: 22px 20px 26px;
      }

      .expertise-showcase-card-top {
        flex-direction: column;
        gap: 12px;
      }
    }

    @media (max-width: 900px) {
      .section-hands-on .hands-on-layout {
        grid-template-columns: 1fr;
      }

      .section-hands-on .hands-on-image,
      .section-hands-on .hands-on-content {
        order: unset;
      }

      .section-hands-on .hands-on-image {
        min-height: 360px;
      }

      .section-hands-on .hands-on-image img {
        min-height: 360px;
      }
    }

    @media (max-width: 900px) {
      .section-consult .consult-layout,
      .section-consult--reverse .consult-layout {
        grid-template-columns: 1fr;
        direction: ltr;
      }

      .section-consult .consult-image {
        min-height: 320px;
      }

      .section-consult .consult-image img {
        min-height: 320px;
      }
    }

    .provider-consult-section {
      display: grid;
      grid-template-columns: minmax(300px, 0.5fr) minmax(0, 0.5fr);
      gap: 48px;
      align-items: center;
      margin-top: 56px;
      padding: 48px 0;
      border-top: 1px solid var(--line);
    }

    .provider-consult-image {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: var(--shadow-md);
      aspect-ratio: 4 / 3;
    }

    .provider-consult-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .provider-resume-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 22px;
      font-size: 14px;
      font-weight: 700;
      color: var(--primary);
      background: transparent;
      border: 2px solid var(--primary);
      border-radius: 999px;
      text-decoration: none;
      transition: all 0.25s var(--ease);
    }

    .provider-resume-btn:hover {
      background: var(--primary-soft);
      transform: translateY(-2px);
    }

    @media (max-width: 900px) {
      .provider-hero {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .provider-hero-image-wrap {
        max-width: 420px;
        margin-inline: auto;
      }

      .provider-consult-section {
        grid-template-columns: 1fr;
      }
    }

    /* Resume Page */
    .resume-section-wrap {
      background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 30%, #ffffff 100%);
    }

    .resume-page {
      max-width: 920px;
      margin: 0 auto;
      padding: 56px 0 96px;
    }

    .resume-hero {
      display: grid;
      grid-template-columns: minmax(260px, 0.36fr) 1fr;
      gap: 48px;
      align-items: center;
      margin-bottom: 48px;
      padding: 48px 52px;
      background: var(--white);
      border-radius: var(--radius-xl);
      border: 1px solid rgba(15, 76, 129, 0.08);
      box-shadow: 0 16px 48px rgba(15, 76, 129, 0.08);
    }

    .resume-hero-photo {
      border-radius: var(--radius-lg);
      overflow: hidden;
      aspect-ratio: 0.85;
      background: linear-gradient(180deg, #eff5fa 0%, #e6eef6 100%);
      box-shadow: 0 12px 36px rgba(15, 76, 129, 0.1);
    }

    .resume-hero-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .resume-hero-content {
      min-width: 0;
    }

    .resume-eyebrow {
      font-family: "Sora", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--primary);
      margin: 0 0 12px;
    }

    .resume-hero-name {
      font-family: "DM Serif Display", serif;
      font-size: clamp(32px, 4vw, 44px);
      font-weight: 400;
      color: var(--text);
      line-height: 1.1;
      margin: 0 0 8px;
    }

    .resume-hero-role {
      font-family: "Sora", sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--primary);
      margin: 0 0 12px;
    }

    .resume-hero-positions {
      font-size: 14px;
      line-height: 1.7;
      color: var(--text-soft);
      margin: 0 0 20px;
    }

    .resume-hero-contact {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 24px;
    }

    .resume-contact-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
      color: var(--primary);
      text-decoration: none;
      transition: opacity 0.2s;
    }

    .resume-contact-item:hover {
      opacity: 0.8;
    }

    .resume-section {
      margin-top: 32px;
    }

    .resume-section:first-of-type {
      margin-top: 0;
    }

    .resume-section-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 36px 40px;
      border: 1px solid rgba(15, 76, 129, 0.06);
      box-shadow: 0 4px 20px rgba(15, 76, 129, 0.04);
    }

    .resume-section-heading {
      display: flex;
      align-items: center;
      gap: 14px;
      font-family: "Sora", sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: var(--primary);
      letter-spacing: 0.04em;
      margin: 0 0 24px;
      padding-bottom: 16px;
      border-bottom: 2px solid rgba(15, 76, 129, 0.15);
    }

    .resume-section-icon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .resume-section h2 {
      font-family: "Sora", sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: var(--primary);
      letter-spacing: 0.04em;
      margin: 0 0 24px;
      padding-bottom: 16px;
      border-bottom: 2px solid rgba(15, 76, 129, 0.15);
    }

    .resume-entry {
      margin-bottom: 20px;
    }

    .resume-entry:last-child {
      margin-bottom: 0;
    }

    .resume-entry-title {
      font-size: 16px;
      font-weight: 700;
      color: var(--text);
      margin: 0 0 4px;
    }

    .resume-entry-meta {
      font-size: 13px;
      color: var(--text-soft);
      margin-bottom: 8px;
    }

    .resume-entry p,
    .resume-entry ul {
      font-size: 15px;
      line-height: 1.7;
      color: var(--text-soft);
      margin: 0 0 8px;
      padding-left: 0;
    }

    .resume-entry ul {
      padding-left: 20px;
      margin-top: 8px;
    }

    .resume-entry li {
      margin-bottom: 6px;
    }

    .resume-grid-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 24px;
      margin-top: 12px;
    }

    .resume-pub {
      font-size: 14px;
      line-height: 1.6;
      color: var(--text-soft);
      margin-bottom: 12px;
      padding-left: 0;
    }

    .resume-pub strong {
      color: var(--text);
    }

    .resume-back-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 32px;
      font-size: 14px;
      font-weight: 600;
      color: var(--primary);
      text-decoration: none;
    }

    .resume-back-link .icon {
      transform: scaleX(-1);
    }

    .resume-back-link:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .resume-hero {
        grid-template-columns: 1fr;
        padding: 36px 24px;
        gap: 32px;
      }

      .resume-hero-photo {
        max-width: 280px;
        margin-inline: auto;
      }

      .resume-hero-content {
        text-align: center;
      }

      .resume-hero-contact {
        justify-content: center;
      }

      .resume-section-card {
        padding: 28px 24px;
      }

      .resume-page {
        padding: 40px 0 72px;
      }
    }

    /* About Us Page */
    .about-hero {
      position: relative;
      min-height: 480px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 88px 0 96px;
      overflow: hidden;
      background-color: #0a355a;
    }

    .about-hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(15, 76, 129, 0.72) 0%, rgba(10, 53, 90, 0.78) 50%, rgba(15, 76, 129, 0.65) 100%);
      z-index: 1;
    }

    .about-hero-inner {
      position: relative;
      z-index: 2;
      width: 100%;
    }

    .about-hero-eyebrow {
      color: rgba(255, 255, 255, 0.9);
    }

    .about-hero-eyebrow::before {
      background: rgba(255, 255, 255, 0.9);
    }

    .about-hero-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(36px, 5.2vw, 58px);
      font-weight: 800;
      line-height: 1.06;
      letter-spacing: -0.045em;
      color: #fff;
      max-width: 800px;
      margin-top: 16px;
      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    }

    .about-hero-sub {
      font-size: 18px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.9);
      max-width: 620px;
      margin-top: 24px;
    }

    .about-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 32px;
    }

    .about-hero-actions .btn-secondary {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5);
    }

    .about-hero-actions .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.3);
      border-color: rgba(255, 255, 255, 0.7);
    }

    /* Page hero (reusable for doctors, services, etc.) */
    .page-hero {
      position: relative;
      min-height: 380px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 88px 0 80px;
      overflow: hidden;
      background: linear-gradient(135deg, #0a355a 0%, #0f4c81 50%, #0a355a 100%);
    }

    .page-hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(15, 76, 129, 0.75) 0%, rgba(10, 53, 90, 0.82) 50%, rgba(15, 76, 129, 0.68) 100%);
      z-index: 1;
    }

    .page-hero-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      text-align: center;
    }

    .page-hero .eyebrow {
      color: rgba(255, 255, 255, 0.9);
    }

    .page-hero .eyebrow::before {
      background: rgba(255, 255, 255, 0.9);
    }

    .page-hero-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(34px, 5vw, 52px);
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: -0.04em;
      color: #fff;
      max-width: 720px;
      margin: 16px auto 0;
      text-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    }

    .page-hero-sub {
      font-size: 17px;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.9);
      max-width: 560px;
      margin: 20px auto 0;
    }

    .page-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
      margin-top: 28px;
    }

    .page-hero-actions .btn-secondary {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5);
    }

    .page-hero-actions .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.3);
      border-color: rgba(255, 255, 255, 0.7);
    }

    /* Page hero with full-width photo (e.g. Locations) */
    .page-hero.page-hero--photo {
      background: #0a355a;
    }

    .page-hero.page-hero--photo::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background-image: url("../_next/edison-office.webp");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    .page-hero.page-hero--photo .page-hero-overlay {
      background: linear-gradient(120deg, rgba(10, 40, 70, 0.88) 0%, rgba(10, 53, 90, 0.9) 45%, rgba(15, 76, 129, 0.82) 100%);
    }

    /* Doctors page hero photo */
    .page-hero.page-hero--photo.page-hero--doctors::before {
      background-image: url("../_next/ppsi-team-hero-2.webp");
      background-position: center top;
    }

    /* Service cards (practice areas grid) */
    .service-cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
      margin-top: 52px;
    }

    .service-card {
      display: block;
      text-decoration: none;
      background: var(--white);
      border: 1px solid rgba(15, 76, 129, 0.1);
      border-radius: var(--radius-lg);
      padding: 36px 28px;
      box-shadow: 0 4px 24px rgba(15, 76, 129, 0.06);
      transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 48px rgba(15, 76, 129, 0.12);
      border-color: rgba(15, 76, 129, 0.2);
    }

    .service-card-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: var(--primary-soft);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }

    .service-card h3 {
      font-family: "Sora", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .service-card-desc {
      font-size: 15px;
      line-height: 1.65;
      color: var(--text-soft);
    }

    .service-card-arrow {
      margin-top: 16px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      font-weight: 600;
      color: var(--accent);
    }

    /* Service detail page layout */
    .service-detail-hero {
      position: relative;
      min-height: 360px;
      display: flex;
      align-items: center;
      padding: 88px 0 72px;
      background: linear-gradient(135deg, #0a355a 0%, #0f4c81 100%);
      overflow: hidden;
    }

    .service-detail-hero .container {
      position: relative;
      z-index: 2;
    }

    .service-detail-hero .eyebrow { color: rgba(255,255,255,0.9); }
    .service-detail-hero .eyebrow::before { background: rgba(255,255,255,0.9); }
    .service-detail-hero-title { font-family: "Sora", sans-serif; font-size: clamp(32px, 4.5vw, 48px); font-weight: 800; color: #fff; margin-top: 14px; }
    .service-detail-hero-sub { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,0.9); max-width: 600px; margin-top: 18px; }

    .service-detail-body {
      padding: 90px 0 100px;
    }

    .service-detail-content h3 {
      font-family: "Sora", sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--primary);
      margin: 32px 0 14px;
    }

    .service-detail-content p {
      font-size: 16px;
      line-height: 1.82;
      color: var(--text-soft);
      margin-bottom: 18px;
    }

    .service-detail-cta {
      margin-top: 48px;
      padding: 40px;
      background: linear-gradient(135deg, #f8fbff 0%, #eef5fc 100%);
      border-radius: var(--radius-lg);
      border: 1px solid rgba(15, 76, 129, 0.1);
      text-align: center;
    }

    @media (max-width: 900px) {
      .service-cards {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 640px) {
      .page-hero, .service-detail-hero {
        min-height: 300px;
        padding: 56px 0 60px;
      }

      .service-cards {
        grid-template-columns: 1fr;
        margin-top: 36px;
      }

      .service-detail-cta {
        padding: 28px 20px;
      }

      .service-detail-cta .btn {
        display: block;
        width: 100%;
        margin: 8px 0 !important;
      }
    }

    /* Location page layout */
    .location-hero {
      position: relative;
      min-height: 340px;
      display: flex;
      align-items: center;
      padding: 88px 0 72px;
      background: linear-gradient(135deg, #0a355a 0%, #0f4c81 100%);
      overflow: hidden;
    }

    .location-hero .eyebrow { color: rgba(255,255,255,0.9); }
    .location-hero .eyebrow::before { background: rgba(255,255,255,0.9); }
    .location-hero-title { font-family: "Sora", sans-serif; font-size: clamp(32px, 4.5vw, 48px); font-weight: 800; color: #fff; margin-top: 14px; }
    .location-hero-sub { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,0.88); max-width: 640px; margin-top: 18px; }

    .location-page-body {
      padding: 0 0 90px;
    }

    .location-info-card {
      background: #fff;
      border: 1px solid rgba(15, 76, 129, 0.1);
      border-radius: var(--radius-lg);
      padding: 36px 40px;
      margin-top: -48px;
      position: relative;
      z-index: 2;
      box-shadow: 0 12px 48px rgba(15, 76, 129, 0.08);
    }

    .location-info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 24px 32px;
    }

    .location-info-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    .location-info-icon {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .location-info-text {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .location-info-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-faint);
    }

    .location-info-value {
      font-size: 15px;
      font-weight: 600;
      color: var(--primary-deep);
      line-height: 1.5;
    }

    .location-info-item a {
      color: var(--primary);
      text-decoration: none;
      font-weight: 600;
    }

    .location-info-item a:hover {
      text-decoration: underline;
    }

    .location-content {
      margin-top: 56px;
      max-width: 840px;
    }

    .location-content h2 {
      font-family: "Sora", sans-serif;
      font-size: 26px;
      font-weight: 700;
      color: var(--primary);
      margin: 36px 0 16px;
    }

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

    .location-content p {
      font-size: 16px;
      line-height: 1.82;
      color: var(--text-soft);
      margin-bottom: 18px;
    }

    .location-cta-block {
      margin-top: 48px;
      padding: 40px;
      background: linear-gradient(135deg, #f8fbff 0%, #eef5fc 100%);
      border-radius: var(--radius-lg);
      border: 1px solid rgba(15, 76, 129, 0.1);
      text-align: center;
    }

    @media (max-width: 640px) {
      .location-hero { min-height: 280px; padding: 56px 0 48px; }
      .location-info-card { margin-top: -32px; padding: 28px 24px; }
      .location-info-grid { grid-template-columns: 1fr; }
    }

    .section-about-story {
      padding: 110px 0;
    }

    .about-story-layout {
      display: grid;
      grid-template-columns: minmax(380px, 0.45fr) minmax(0, 0.55fr);
      gap: 64px;
      align-items: center;
    }

    .about-story-image {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 20px 56px rgba(15, 76, 129, 0.12);
      border: 1px solid rgba(228, 231, 236, 0.9);
    }

    .about-story-image img {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .about-story-content .section-title {
      margin-bottom: 24px;
    }

    .about-story-text p {
      font-size: 16px;
      line-height: 1.82;
      color: var(--text-soft);
      margin-bottom: 20px;
    }

    .about-story-text p:last-child {
      margin-bottom: 0;
    }

    .section-about-values {
      padding: 110px 0;
      background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 100%);
    }

    .about-values-intro {
      max-width: 680px;
      margin-bottom: 52px;
    }

    .about-values-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .about-value-card {
      background: var(--white);
      border: 1px solid rgba(15, 76, 129, 0.08);
      border-radius: var(--radius-lg);
      padding: 36px 28px;
      box-shadow: 0 4px 20px rgba(15, 76, 129, 0.04);
      transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
    }

    .about-value-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 44px rgba(15, 76, 129, 0.1);
      border-color: rgba(15, 76, 129, 0.15);
    }

    .about-value-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      background: var(--primary-soft);
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
    }

    .about-value-card h3 {
      font-family: "Sora", sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .about-value-card p {
      font-size: 14px;
      line-height: 1.7;
      color: var(--text-soft);
    }

    .section-about-facilities {
      padding: 110px 0;
      background: var(--white);
    }

    .about-facilities-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.55fr) minmax(380px, 0.45fr);
      gap: 64px;
      align-items: center;
    }

    .about-facilities-content .section-title {
      margin-bottom: 24px;
    }

    .about-facilities-text p {
      font-size: 16px;
      line-height: 1.8;
      color: var(--text-soft);
      margin-bottom: 20px;
    }

    .about-facilities-text p:last-child {
      margin-bottom: 0;
    }

    .about-facilities-image {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 20px 56px rgba(15, 76, 129, 0.12);
      border: 1px solid rgba(228, 231, 236, 0.9);
    }

    .about-facilities-image img {
      width: 100%;
      height: 100%;
      min-height: 380px;
      object-fit: cover;
      object-position: center;
    }

    .section-about-culture {
      padding: 110px 0;
      background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 100%);
    }

    .about-culture-layout {
      display: grid;
      grid-template-columns: minmax(380px, 0.45fr) minmax(0, 0.55fr);
      gap: 64px;
      align-items: center;
    }

    .about-culture-image {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 20px 56px rgba(15, 76, 129, 0.12);
      border: 1px solid rgba(228, 231, 236, 0.9);
    }

    .about-culture-image img {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
      object-position: center;
    }

    .about-culture-content .section-title {
      margin-bottom: 24px;
    }

    .about-culture-text p {
      font-size: 16px;
      line-height: 1.8;
      color: var(--text-soft);
      margin-bottom: 20px;
    }

    .about-culture-text p:last-child {
      margin-bottom: 0;
    }

    .section-about-growth {
      padding: 110px 0;
      background: var(--white);
    }

    .about-growth-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.55fr) minmax(380px, 0.45fr);
      gap: 64px;
      align-items: center;
    }

    .about-growth-content .section-title {
      margin-bottom: 24px;
    }

    .about-growth-text p {
      font-size: 16px;
      line-height: 1.8;
      color: var(--text-soft);
      margin-bottom: 20px;
    }

    .about-growth-text p:last-child {
      margin-bottom: 0;
    }

    .about-growth-image {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 20px 56px rgba(15, 76, 129, 0.12);
      border: 1px solid rgba(228, 231, 236, 0.9);
    }

    .about-growth-image img {
      width: 100%;
      height: 100%;
      min-height: 380px;
      object-fit: cover;
      object-position: center;
    }

    .section-about-locations {
      padding: 110px 0;
      background: linear-gradient(180deg, #fafcff 0%, #f4f8fc 100%);
    }

    .about-locations-header {
      max-width: 720px;
      margin-bottom: 40px;
    }

    .about-locations-header p {
      font-size: 16px;
      line-height: 1.8;
      color: var(--text-soft);
      margin-top: 16px;
    }

    .about-locations-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 14px;
    }

    .about-locations-cta {
      margin-top: 32px;
    }

    .about-loc-card {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 24px 26px;
      background: var(--white);
      border: 1px solid rgba(15, 76, 129, 0.08);
      border-radius: var(--radius-md);
      text-decoration: none;
      box-shadow: 0 4px 16px rgba(15, 76, 129, 0.04);
      transition: transform 0.26s var(--ease), box-shadow 0.26s var(--ease), border-color 0.26s var(--ease);
    }

    .about-loc-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 40px rgba(15, 76, 129, 0.1);
      border-color: rgba(15, 76, 129, 0.18);
    }

    .about-loc-name {
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: var(--primary);
    }

    .about-loc-meta {
      font-size: 13px;
      color: var(--text-soft);
      font-weight: 600;
    }

    .about-cta-block {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 52px;
      align-items: center;
      background: var(--white);
      border: 1px solid rgba(15, 76, 129, 0.1);
      border-radius: var(--radius-xl);
      padding: 52px 56px;
      box-shadow: 0 16px 48px rgba(15, 76, 129, 0.08);
    }

    .about-cta-title {
      font-family: "Sora", sans-serif;
      font-size: clamp(26px, 3vw, 38px);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.03em;
      color: var(--text);
      margin-top: 12px;
    }

    .about-cta-text {
      font-size: 17px;
      line-height: 1.75;
      color: var(--text-soft);
      margin-top: 16px;
    }

    .about-cta-actions {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 16px;
      min-width: 220px;
    }

    .about-cta-phone {
      font-family: "Sora", sans-serif;
      font-size: 24px;
      font-weight: 800;
      color: var(--primary);
      text-decoration: none;
    }

    .about-cta-phone:hover {
      text-decoration: underline;
    }

    .about-cta-btns {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    @media (max-width: 1024px) {
      .about-story-layout {
        grid-template-columns: 1fr;
      }

      .about-story-image {
        order: -1;
        max-height: 400px;
      }

      .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .about-facilities-layout {
        grid-template-columns: 1fr;
      }

      .about-facilities-image {
        order: -1;
      }

      .about-culture-layout {
        grid-template-columns: 1fr;
      }

      .about-culture-image {
        order: -1;
      }

      .about-growth-layout {
        grid-template-columns: 1fr;
      }

      .about-growth-image {
        order: -1;
      }

      .about-cta-block {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .about-cta-actions {
        align-items: center;
        min-width: unset;
      }

      .about-cta-btns {
        justify-content: center;
      }
    }

    @media (max-width: 640px) {
      .about-hero {
        min-height: 360px;
        padding: 56px 0 64px;
      }

      .about-hero-actions {
        flex-direction: column;
      }

      .about-hero-actions .btn {
        width: 100%;
      }

      .about-values-grid {
        grid-template-columns: 1fr;
      }

      .about-locations-list {
        grid-template-columns: 1fr;
      }

      .about-cta-block {
        padding: 36px 24px;
      }

      .about-cta-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .about-cta-btns {
        flex-direction: column;
      }
    }

    @media print {
      .site-header,
      .site-footer,
      .scroll-top,
      .mobile-menu-overlay,
      .mobile-menu-panel,
      .resume-back-link {
        display: none !important;
      }

      .resume-page {
        padding: 0;
      }
    }

    /* PPSI forms (contact, appointment, medical record request) */
    .ppsi-form label { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
    .ppsi-form input, .ppsi-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-xs); font-size: 16px; font-family: inherit; margin-bottom: 16px; }
    .ppsi-form input:focus, .ppsi-form textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12); }
    .ppsi-form button[type="submit"] { margin-top: 8px; }
    .form-status { margin-top: 12px; padding: 12px 14px; border-radius: var(--radius-xs); font-size: 14px; }
    .form-status--success { background: var(--primary-soft); color: var(--primary); }
    .form-status--error { background: #fef2f2; color: #b91c1c; }

    /* Chiropractor profile lite (Sofo, Nierva) — matches Karam band + single image row */
    .chiro-doc-name {
      font-size: clamp(2.5rem, 4.2vw, 3.5rem);
      letter-spacing: -0.04em;
      line-height: 1.05;
    }

    @media (max-width: 640px) {
      .chiro-doc-name {
        font-size: clamp(2.1rem, 9vw, 2.8rem);
        letter-spacing: -0.03em;
      }
    }

    .section.chiro-profile-band {
      padding-top: clamp(2.5rem, 5vw, 4rem) !important;
      padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
    }

    .chiro-profile-band {
      position: relative;
      overflow: hidden;
      margin: 0;
      min-height: min(42vh, 400px);
      display: flex;
      align-items: center;
      background: #0f172a;
    }

    .chiro-profile-band__bg {
      position: absolute;
      inset: 0;
      background-color: #0f172a;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .chiro-profile-band__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.78) 42%, rgba(15, 23, 42, 0.5) 72%, rgba(15, 76, 129, 0.2) 100%);
      pointer-events: none;
    }

    .chiro-profile-band .container {
      position: relative;
      z-index: 2;
      width: min(var(--container, 1200px), calc(100% - 32px));
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
      padding-left: max(16px, env(safe-area-inset-left));
      padding-right: max(16px, env(safe-area-inset-right));
    }

    .chiro-profile-band__row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: clamp(1.25rem, 3vw, 2rem);
      flex-wrap: wrap;
    }

    .chiro-profile-band__main {
      flex: 1 1 auto;
      min-width: 0;
      max-width: min(34rem, 100%);
      overflow-wrap: break-word;
      word-wrap: break-word;
    }

    .chiro-profile-band__eyebrow {
      display: inline;
      font-family: "Sora", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.72);
      margin: 0;
    }

    .chiro-profile-band__head-one-line {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0.5rem 0.75rem;
      margin: 0 0 1.1rem;
      line-height: 1.2;
    }

    .chiro-profile-band__title {
      font-family: "DM Serif Display", Georgia, serif;
      font-size: clamp(1.45rem, 2.8vw, 2rem);
      font-weight: 400;
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: #fff;
      margin: 0;
    }

    .chiro-profile-band__head-sep {
      width: 1px;
      height: 1.1em;
      background: rgba(255, 255, 255, 0.35);
      flex-shrink: 0;
      align-self: center;
    }

    .chiro-profile-band__lead {
      margin: 0;
      max-width: 100%;
      font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 500;
      overflow-wrap: break-word;
    }

    .chiro-profile-band__note {
      margin: 1.25rem 0 0;
      max-width: 100%;
      font-size: 0.8125rem;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.65);
      overflow-wrap: break-word;
    }

    .chiro-profile-band__cta {
      flex: 0 0 auto;
      align-self: flex-start;
      max-width: 100%;
    }

    .chiro-profile-band__call-btn {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      min-width: 200px;
      padding: 18px 26px;
      border-radius: 16px;
      text-decoration: none;
      color: #0f172a;
      background: linear-gradient(165deg, #ffffff 0%, #f0f7fc 100%);
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(15, 76, 129, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .chiro-profile-band__call-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(15, 76, 129, 0.12);
    }

    .chiro-profile-band__call-label {
      font-family: "Sora", sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #64748b;
    }

    .chiro-profile-band__call-num {
      font-family: "Sora", sans-serif;
      font-size: 1.25rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #0f4c81;
    }

    .chiro-profile-band__call-btn .icon {
      width: 22px;
      height: 22px;
      color: #0f4c81;
      margin-bottom: 2px;
    }

    @media (max-width: 900px) {
      .chiro-profile-band__row {
        flex-direction: column;
        align-items: stretch;
      }

      .chiro-profile-band__main {
        max-width: 100%;
      }

      .chiro-profile-band__cta {
        align-self: stretch;
      }
    }

    @media (max-width: 640px) {
      .chiro-profile-band__head-sep {
        display: none;
      }

      .chiro-profile-band__cta {
        align-self: stretch;
      }

      .chiro-profile-band__call-btn {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 16px;
        min-width: 0;
      }

      .chiro-profile-band__call-btn .icon {
        margin-bottom: 0;
      }
    }

    .chiro-lite-hands-on-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: clamp(1.5rem, 3vw, 2.25rem);
      align-items: center;
    }

    .chiro-lite-frame {
      border-radius: 20px;
      overflow: hidden;
      background: #e8eef4;
      border: 1px solid rgba(15, 76, 129, 0.1);
      box-shadow: 0 4px 6px -1px rgba(15, 76, 129, 0.08), 0 18px 40px -16px rgba(15, 76, 129, 0.14);
      min-height: 280px;
      max-height: 440px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem;
    }

    .chiro-lite-frame img {
      width: 100%;
      height: 100%;
      max-height: 420px;
      object-fit: contain;
      object-position: center;
      display: block;
    }

    @media (max-width: 900px) {
      .chiro-lite-hands-on-row {
        grid-template-columns: 1fr;
      }

      .chiro-lite-frame {
        order: 2;
        max-height: 360px;
      }

      .chiro-lite-hands-on-row .consult-content {
        order: 1;
      }
    }
