:root {
      --primary: #0088c4;
      --primary-dark: #006f9f;
      --accent: #d86b26;
      --indigo: #353d70;
      --bg: #f7f9fb;
      --surface: #ffffff;
      --text: #17212f;
      --muted: #596677;
      --line: #dce5ec;
      --soft-blue: #eaf7fc;
      --soft-orange: #fff3eb;
      --shadow: 0 16px 40px rgba(28, 45, 64, .10);
      --shadow-soft: 0 10px 28px rgba(28, 45, 64, .07);
      --radius: 12px;
      --radius-sm: 8px;
      --container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      margin: 0 !important;
      padding: 0 !important;
      scroll-behavior: smooth;
    }

    .section-anchor {
      display: block;
      scroll-margin-top: 92px;
    }

    .specialty-breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      padding-top: 18px;
      padding-bottom: 2px;
      color: #536071;
      font-size: 14px;
    }

    .specialty-breadcrumb a {
      color: #126c74;
      text-decoration: none;
    }

    .specialty-breadcrumb a:hover {
      text-decoration: underline;
    }

    body {
      margin: 0 !important;
      padding: 0 !important;
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
      overflow-x: hidden;
    }

    body,
    body *,
    button,
    input,
    select,
    textarea,
    .site-header,
    .site-footer,
    .wp-site-blocks,
    .wp-block,
    .wp-block * {
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    }

    html body {
      margin-top: 0 !important;
    }

    #wpadminbar {
      display: none !important;
    }

    body.admin-bar,
    body.wp-admin,
    .wp-site-blocks,
    .wp-site-blocks > *,
    .wp-site-blocks > * + *,
    .wp-block-template-part,
    .wp-block-template-part > *,
    .wp-block-group,
    .is-layout-flow > *,
    .is-layout-constrained > * {
      margin-block-start: 0 !important;
    }

    body.admin-bar,
    .wp-site-blocks,
    .wp-site-blocks > header,
    .wp-block-template-part,
    .wp-block-template-part:first-child,
    header.wp-block-template-part,
    .site-header {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    body > .site-header,
    body > header.site-header,
    .wp-site-blocks > .site-header,
    .wp-site-blocks > header:first-child,
    .wp-site-blocks > .wp-block-template-part:first-child {
      position: sticky;
      top: 0 !important;
      inset-block-start: 0 !important;
    }

    @media screen and (max-width: 782px) {
      html {
        margin-top: 0 !important;
      }
    }

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

    button,
    input,
    textarea {
      font: inherit;
    }

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

    .hero .container {
      width: min(100% - 56px, 1320px);
    }

    .skip-link {
      position: absolute;
      left: 16px;
      top: 0;
      z-index: 100;
      padding: 10px 14px;
      border-radius: var(--radius-sm);
      background: var(--indigo);
      color: #fff;
      opacity: 0;
      transform: translateY(-120%);
      pointer-events: none;
      transition: opacity .2s ease, transform .2s ease;
    }

    .skip-link:focus {
      opacity: 1;
      transform: translateY(14px);
      pointer-events: auto;
    }

    .site-header {
      position: sticky;
      position: -webkit-sticky;
      top: 0 !important;
      z-index: 50;
      margin: 0;
      background: rgba(255, 255, 255, .94);
      border-bottom: 1px solid rgba(220, 229, 236, .86);
      backdrop-filter: blur(14px);
    }

    .site-header.is-scrolled {
      box-shadow: 0 10px 28px rgba(28, 45, 64, .08);
    }

    .nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .header-brand-wrap {
      display: grid;
      gap: 3px;
      min-width: 230px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      font-weight: 800;
      color: var(--indigo);
      white-space: nowrap;
      line-height: 1;
      text-decoration: none;
      border: 0;
    }

    .brand::before,
    .brand::after {
      content: none;
      display: none;
    }

    .header-logo img {
      width: 158px;
      max-width: 40vw;
      height: auto;
      display: block;
      border: 0;
    }

    .brand-tagline {
      display: block;
      margin-top: 2px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 700;
      white-space: nowrap;
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--primary), #42b9e4);
      box-shadow: 0 10px 24px rgba(0, 136, 196, .22);
    }

    .brand-mark svg {
      width: 22px;
      height: 22px;
      stroke: #fff;
      stroke-width: 2.5;
      fill: none;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 4px;
      color: #475467;
      font-size: 14px;
      font-weight: 600;
    }

    .nav-item {
      position: relative;
    }

    .nav-trigger,
    .nav-links > a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 44px;
      padding: 10px 11px;
      border: 0;
      border-radius: 10px;
      background: transparent;
      color: #475467;
      cursor: pointer;
      font: inherit;
      font-weight: 800;
    }

    .nav-trigger:hover,
    .nav-trigger:focus-visible,
    .nav-links > a:hover,
    .nav-links > a:focus-visible {
      background: var(--soft-blue);
      color: var(--primary-dark);
    }

    .nav-trigger .icon {
      width: 15px;
      height: 15px;
      transition: transform .18s ease;
    }

    .nav-item:hover .nav-trigger .icon,
    .nav-item:focus-within .nav-trigger .icon {
      transform: rotate(180deg);
    }

    .mega-menu {
      position: absolute;
      left: 50%;
      top: calc(100% + 8px);
      width: min(920px, calc(100vw - 40px));
      padding: 22px;
      border: 1px solid #dbe7ef;
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 24px 64px rgba(23, 33, 47, .14);
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, 10px);
      transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }

    .mega-menu.solutions-menu {
      width: min(640px, calc(100vw - 40px));
    }

    .nav-item:hover .mega-menu,
    .nav-item:focus-within .mega-menu,
    .nav-item.is-open .mega-menu {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
    }

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

    .solutions-menu .mega-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px;
    }

    .mega-menu.compact {
      width: min(360px, calc(100vw - 40px));
      left: 0;
      transform: translate(0, 10px);
    }

    .nav-item:hover .mega-menu.compact,
    .nav-item:focus-within .mega-menu.compact,
    .nav-item.is-open .mega-menu.compact {
      transform: translate(0, 0);
    }

    .mega-col h3 {
      margin-bottom: 10px;
      color: var(--indigo);
      font-size: 13px;
      text-transform: uppercase;
    }

    .mega-col a,
    .mobile-panel a {
      display: block;
      padding: 9px 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.35;
    }

    .mega-col a:hover,
    .mega-col a:focus-visible,
    .mobile-panel a:hover,
    .mobile-panel a:focus-visible {
      color: var(--primary-dark);
    }

    .mega-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-top: 18px;
      padding: 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--soft-blue), #fff);
      border: 1px solid #d7e8f1;
    }

    .solutions-menu .mega-cta {
      margin-top: 14px;
    }

    .mega-cta strong {
      display: block;
      color: var(--indigo);
      line-height: 1.25;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible {
      color: var(--primary-dark);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .nav-actions .btn-primary {
      min-width: 168px;
      white-space: nowrap;
      box-shadow: none;
      animation: ctaPulse 3.2s ease-in-out infinite;
    }

    .header-phone {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--indigo);
      font-size: 14px;
      font-weight: 800;
      white-space: nowrap;
    }

    .mobile-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: #fff;
      color: var(--indigo);
      cursor: pointer;
    }

    .mobile-drawer {
      display: none;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 12px 18px;
      border: 1px solid transparent;
      border-radius: 10px;
      font-weight: 800;
      line-height: 1;
      cursor: pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

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

    .btn:focus-visible,
    .faq-question:focus-visible,
    .mobile-toggle:focus-visible {
      outline: 3px solid rgba(0, 136, 196, .28);
      outline-offset: 3px;
    }

    .btn-primary {
      background: var(--primary);
      color: #fff;
      box-shadow: 0 12px 22px rgba(0, 136, 196, .24);
    }

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

    .btn-primary:hover {
      background: var(--primary-dark);
    }

    .btn-secondary {
      background: #fff;
      color: var(--indigo);
      border-color: #cbd8e3;
    }

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

    .btn-accent {
      background: var(--accent);
      color: #17212f;
      box-shadow: 0 12px 22px rgba(216, 107, 38, .22);
    }

    .icon {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 54px 0 40px;
      background:
        linear-gradient(180deg, #fff 0%, var(--bg) 100%);
      isolation: isolate;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .98fr) minmax(560px, 1.08fr);
      align-items: center;
      gap: 46px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 18px;
      padding: 8px 12px;
      border: 1px solid #d4e9f3;
      border-radius: 999px;
      color: var(--indigo);
      background: #fff;
      font-size: 13px;
      font-weight: 800;
    }

    .eyebrow-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 5px rgba(216, 107, 38, .13);
    }

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

    h1 {
      max-width: 780px;
      margin-bottom: 20px;
      font-size: clamp(34px, 3.8vw, 54px);
      line-height: 1.08;
      letter-spacing: 0;
    }

    h2 {
      margin-bottom: 14px;
      font-size: clamp(30px, 3.2vw, 46px);
      line-height: 1.12;
      letter-spacing: 0;
    }

    h3 {
      margin-bottom: 8px;
      font-size: 19px;
      line-height: 1.25;
    }

    .hero-copy {
      max-width: 710px;
      margin-bottom: 28px;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.7;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 22px;
    }

    .trust-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
    }

    .trust-strip li {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 11px;
      border: 1px solid #d7e5ee;
      border-radius: 999px;
      background: #fff;
      color: #435060;
      font-size: 13px;
      font-weight: 700;
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      max-width: 620px;
    }

    .metric {
      padding: 16px;
      border: 1px solid #dfe9f0;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .metric strong {
      display: block;
      color: var(--primary-dark);
      font-size: 23px;
      line-height: 1.1;
    }

    .metric strong.is-counting {
      color: var(--accent);
    }

    .metric span {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .hero-dashboard-image {
      position: relative;
      overflow: visible;
      padding: 12px;
      border: 1px solid #d7e8f1;
      border-radius: 18px;
      background: linear-gradient(135deg, #f8fcff, #fff);
      box-shadow: 0 26px 64px rgba(23, 33, 47, .13);
      cursor: zoom-in;
      max-width: 700px;
      margin-inline: auto;
    }

    .hero-dashboard-image::before {
      content: "";
      position: absolute;
      inset: -22px -14px auto auto;
      width: 170px;
      height: 170px;
      border-radius: 32px;
      background: rgba(0, 136, 196, .12);
      transform: rotate(13deg);
      z-index: -1;
    }

    .hero-dashboard-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 12px;
    }

    .hero-dashboard-full {
      display: none;
    }

    @media (hover: hover) and (pointer: fine) {
      .hero-dashboard-image:hover .hero-dashboard-full,
      .hero-dashboard-image:focus-within .hero-dashboard-full {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: grid;
        place-items: center;
        padding: 22px;
        background: rgba(247, 249, 251, .98);
        cursor: zoom-out;
      }

      .hero-dashboard-image:hover .hero-dashboard-full img,
      .hero-dashboard-image:focus-within .hero-dashboard-full img {
        display: block;
        width: min(100%, 1760px);
        height: min(100%, 96vh);
        object-fit: contain;
        border: 1px solid #d7e8f1;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 28px 90px rgba(23, 33, 47, .28);
      }
    }

    .dashboard {
      position: relative;
      padding: 16px;
      border: 1px solid #d9e6ee;
      border-radius: 18px;
      background: rgba(255, 255, 255, .86);
      box-shadow: 0 26px 64px rgba(23, 33, 47, .13);
      transform-style: preserve-3d;
      transition: transform .22s ease, box-shadow .22s ease;
      max-width: 700px;
      margin-inline: auto;
    }

    .dashboard.is-tilting {
      box-shadow: 0 30px 72px rgba(23, 33, 47, .18);
    }

    .dashboard::before {
      content: "";
      position: absolute;
      inset: -24px -16px auto auto;
      width: 170px;
      height: 170px;
      border-radius: 32px;
      background: rgba(0, 136, 196, .12);
      transform: rotate(13deg);
      z-index: -1;
    }

    .app-shell {
      overflow: hidden;
      border: 1px solid #d9e6ee;
      border-radius: 14px;
      background: #fff;
      min-width: 0;
    }

    .app-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px 16px;
      border-bottom: 1px solid #edf2f6;
      background: #fbfdff;
    }

    .app-logo {
      display: inline-flex;
      align-items: center;
      min-width: 0;
    }

    .app-logo img {
      width: 150px;
      max-width: 44vw;
      height: auto;
      display: block;
    }

    .window-dots {
      display: flex;
      gap: 6px;
    }

    .window-dots span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #b8c7d4;
    }

    .app-search {
      flex: 1;
      max-width: 260px;
      height: 30px;
      border-radius: 999px;
      background: #eef5f9;
    }

    .app-grid {
      display: grid;
      grid-template-columns: 1fr 1.12fr;
      gap: 14px;
      padding: 16px;
      background: #f8fbfd;
    }

    .ehr-grid {
      grid-template-columns: .86fr 1.14fr;
    }

    .panel {
      border: 1px solid #dfe8ef;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 8px 22px rgba(28, 45, 64, .05);
    }

    .panel-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      padding: 14px;
      border-bottom: 1px solid #edf2f6;
      font-weight: 800;
      color: var(--indigo);
    }

    .status-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 8px;
      border-radius: 999px;
      background: var(--soft-blue);
      color: var(--primary-dark);
      font-size: 11px;
      font-weight: 800;
    }

    .status-pill.orange {
      background: var(--soft-orange);
      color: #9a4c18;
    }

    .patient-card {
      padding: 14px;
    }

    .ehr-profile {
      display: flex;
      gap: 12px;
      align-items: center;
      padding: 14px;
    }

    .ehr-profile h3 {
      margin-bottom: 2px;
      font-size: 16px;
    }

    .ehr-profile p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
    }

    .ehr-avatar {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), #74cdec);
      color: #fff;
      font-weight: 800;
    }

    .ehr-alert {
      margin: 0 14px 14px;
      padding: 10px 11px;
      border-radius: 10px;
      background: var(--soft-orange);
      color: #8d4215;
      font-size: 12px;
      font-weight: 800;
    }

    .ehr-vitals {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 9px;
      padding: 0 14px 14px;
    }

    .vital {
      padding: 10px;
      border-radius: 10px;
      background: #f7fafc;
      border: 1px solid #e3edf4;
    }

    .vital span {
      display: block;
      color: var(--muted);
      font-size: 10px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .vital strong {
      display: block;
      margin-top: 3px;
      color: var(--indigo);
      font-size: 14px;
      line-height: 1.2;
    }

    .patient-row {
      display: flex;
      align-items: center;
      gap: 11px;
      margin-bottom: 14px;
    }

    .avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), #8ed5ef);
    }

    .line {
      height: 9px;
      border-radius: 999px;
      background: #e5eef4;
    }

    .ai-note .line {
      position: relative;
      overflow: hidden;
    }

    .ai-note .line::after {
      content: "";
      position: absolute;
      inset: 0;
      width: 42%;
      background: linear-gradient(90deg, transparent, rgba(0, 136, 196, .22), transparent);
      transform: translateX(-120%);
      animation: noteScan 2.8s ease-in-out infinite;
    }

    .line.short {
      width: 68%;
    }

    .line.mid {
      width: 84%;
    }

    .line.tiny {
      width: 48%;
    }

    .data-list {
      display: grid;
      gap: 9px;
      margin-top: 14px;
    }

    .data-item {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      padding: 10px;
      border-radius: 9px;
      background: #f7fafc;
      color: #536173;
      font-size: 12px;
      font-weight: 700;
    }

    .ai-note {
      padding: 14px;
    }

    .ehr-note {
      display: grid;
      gap: 10px;
      padding: 14px;
    }

    .note-block {
      padding: 11px;
      border-radius: 10px;
      background: #f7fafc;
      border: 1px solid #e3edf4;
      color: #42526a;
      font-size: 12px;
      line-height: 1.45;
    }

    .note-block strong {
      display: block;
      margin-bottom: 4px;
      color: var(--indigo);
      font-size: 12px;
    }

    .ehr-med-list {
      display: grid;
      gap: 8px;
      padding: 14px;
    }

    .ehr-med {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      padding: 9px 10px;
      border-radius: 9px;
      background: #f7fafc;
      color: #42526a;
      font-size: 12px;
      font-weight: 700;
    }

    .note-lines {
      display: grid;
      gap: 10px;
      margin: 14px 0;
    }

    .ai-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .mini-btn {
      padding: 9px;
      border-radius: 9px;
      background: var(--soft-blue);
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 800;
      text-align: center;
    }

    .wide-panel {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      padding: 14px;
    }

    .ehr-wide-panel {
      grid-template-columns: 1.2fr 1fr 1fr;
    }

    .insight {
      padding: 12px;
      border-radius: 11px;
      background: #fff;
      border: 1px solid #e1eaf1;
    }

    .insight span {
      display: block;
      color: var(--muted);
      font-size: 11px;
      font-weight: 800;
    }

    .insight strong {
      display: block;
      margin-top: 4px;
      color: var(--indigo);
      font-size: 18px;
      transition: color .2s ease, transform .2s ease;
    }

    .insight.is-active strong {
      color: var(--primary-dark);
      transform: translateY(-1px);
    }

    section {
      padding: 78px 0;
    }

    .section-header {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .section-header.center {
      margin-inline: auto;
      text-align: center;
    }

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

    .section-header p,
    .section-copy {
      color: var(--muted);
      font-size: 17px;
    }

    .grid {
      display: grid;
      gap: 18px;
    }

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

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

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

    .card {
      height: 100%;
      padding: 24px;
      border: 1px solid #dde7ee;
      border-radius: var(--radius);
      background: var(--surface);
      box-shadow: var(--shadow-soft);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: rgba(0, 136, 196, .35);
      box-shadow: 0 18px 42px rgba(28, 45, 64, .11);
    }

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

    .card-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 12px;
      color: var(--primary);
      background: var(--soft-blue);
    }

    .card-icon.accent {
      color: var(--accent);
      background: var(--soft-orange);
    }

    .value-section {
      background: var(--bg);
    }

    .ai-section {
      background: #fff;
    }

    .ai-card {
      position: static;
      overflow: visible;
    }

    .ai-card::before,
    .ai-card::after {
      content: none !important;
      display: none !important;
    }

    .ai-card .card-icon {
      background: transparent;
      border: 0;
      color: var(--accent);
      width: 32px;
      height: 32px;
      margin-bottom: 16px;
      place-items: start;
    }

    .features-section {
      background: var(--bg);
    }

    .feature-card {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .feature-card .card-icon {
      margin-bottom: 0;
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
    }

    .audience-band {
      overflow: hidden;
      border-radius: 18px;
      background: linear-gradient(135deg, var(--indigo), #244b83 58%, var(--primary-dark));
      color: #fff;
      box-shadow: var(--shadow);
    }

    .audience-inner {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 26px;
      align-items: center;
      padding: 34px;
    }

    .audience-inner p {
      color: rgba(255, 255, 255, .82);
    }

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

    .audience-item {
      padding: 16px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .10);
      font-weight: 800;
    }

    .case-card {
      padding: 0;
      overflow: hidden;
      display: grid;
      grid-template-rows: auto 1fr;
    }

    .case-top {
      padding: 22px;
      border-bottom: 1px solid #edf2f6;
      background: linear-gradient(135deg, #f8fcff, #fff);
    }

    .case-kicker {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 10px;
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .case-kicker::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 5px rgba(216, 107, 38, .12);
    }

    .case-body {
      display: grid;
      gap: 14px;
      padding: 20px 22px 22px;
    }

    .case-row {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px;
      border: 1px solid #e1eaf1;
      border-radius: 11px;
      background: #f8fbfd;
    }

    .case-row span {
      min-width: 82px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .case-row strong {
      color: var(--text);
      line-height: 1.35;
    }

    .case-result-box {
      margin-top: 2px;
      padding: 16px;
      border-radius: 13px;
      background: var(--soft-blue);
      border: 1px solid #cce6f2;
    }

    .case-result-label {
      display: block;
      margin-bottom: 6px;
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .case-result {
      color: var(--primary-dark);
      font-size: 24px;
      font-weight: 800;
      line-height: 1.25;
    }

    .security-section {
      background: #fff;
    }

    .security-panel {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 28px;
      align-items: center;
      padding: 34px;
      border-radius: 18px;
      background: #f8fbfd;
      border: 1px solid #dde7ee;
      box-shadow: var(--shadow-soft);
    }

    .security-visual {
      min-height: 300px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: #fff;
      border: 1px solid #dce7ef;
      overflow: hidden;
    }

    .security-visual img {
      width: 100%;
      height: 100%;
      min-height: 300px;
      object-fit: cover;
      display: block;
    }

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

    .highlight {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 13px;
      border: 1px solid #dce7ef;
      border-radius: 11px;
      background: #fff;
      color: var(--indigo);
      font-weight: 800;
    }

    .workflow {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .workflow::before {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      top: 38px;
      height: 2px;
      display: none;
      background: transparent;
    }

    .workflow.asc-timeline::before {
      display: none;
    }

    .workflow-step {
      position: relative;
      z-index: 1;
    }

    .workflow-step > span {
      display: inline-grid;
      min-width: 28px;
      height: 28px;
      place-items: center;
      margin-bottom: 10px;
      background: var(--light);
      color: var(--indigo);
      font-weight: 800;
    }

    .step {
      position: relative;
      z-index: 1;
      padding: 24px;
      border: 1px solid #dfe8ef;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .step-number {
      position: relative;
      z-index: 1;
      width: 32px;
      height: 32px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 50%;
      background: var(--primary);
      color: #fff;
      font-weight: 800;
    }

    .positioning-panel {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 28px;
      align-items: center;
      padding: 34px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid #dfe8ef;
      box-shadow: var(--shadow-soft);
    }

    .comparison {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .comparison-item {
      min-height: 150px;
      padding: 18px;
      border-radius: var(--radius);
      background: var(--soft-blue);
      color: var(--indigo);
      font-weight: 800;
    }

    .comparison-item:nth-child(2) {
      background: var(--soft-orange);
    }

    .testimonial {
      position: relative;
      padding-top: 34px;
    }

    .quote-mark {
      position: absolute;
      top: 12px;
      left: 22px;
      color: rgba(0, 136, 196, .22);
      font-size: 54px;
      font-weight: 800;
      line-height: 1;
    }

    .testimonial blockquote {
      margin: 0 0 18px;
      color: #344054;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.55;
    }

    .testimonial cite {
      color: var(--muted);
      font-style: normal;
      font-weight: 800;
    }

    .faq-section {
      background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
    }

    .faq-section .section-header {
      max-width: 760px;
      margin-right: auto;
      margin-left: auto;
    }

    .faq-list {
      max-width: 880px;
      margin: 0 auto;
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border: 1px solid #dfe8ef;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 8px 18px rgba(28, 45, 64, .05);
      overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .faq-item:hover,
    .faq-list details:hover {
      border-color: rgba(0, 136, 196, .38);
      box-shadow: 0 12px 24px rgba(28, 45, 64, .08);
    }

    .faq-item.is-open,
    .faq-list details[open] {
      border-color: rgba(0, 136, 196, .52);
      box-shadow: 0 14px 30px rgba(28, 45, 64, .09);
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 64px;
      padding: 18px 20px;
      border: 0;
      background: transparent;
      color: var(--text);
      cursor: pointer;
      text-align: left;
      font-weight: 800;
      font-size: 16px;
      line-height: 1.45;
      transition: color .2s ease, background-color .2s ease;
    }

    .faq-question .icon {
      display: none;
    }

    .faq-question::after,
    .faq-list summary::after {
      display: grid;
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      place-items: center;
      border: 1px solid rgba(0, 136, 196, .26);
      border-radius: 50%;
      background: #eef8fc;
      color: var(--primary);
      content: "+";
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      transition: border-color .2s ease, background-color .2s ease, color .2s ease;
    }

    .faq-item.is-open .faq-question,
    .faq-list details[open] summary {
      color: #075f8c;
      background: #f8fcfe;
    }

    .faq-item.is-open .faq-question::after,
    .faq-list details[open] summary::after {
      border-color: var(--primary);
      background: var(--primary);
      color: #fff;
      content: "-";
    }

    .faq-answer {
      display: none;
      padding: 0 20px 20px;
      color: var(--muted);
      font-size: 15.5px;
      line-height: 1.75;
    }

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

    .faq-list details {
      border: 1px solid #dfe8ef;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 8px 18px rgba(28, 45, 64, .05);
      overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .faq-list summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 64px;
      padding: 18px 20px;
      color: var(--text);
      cursor: pointer;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.45;
      list-style: none;
      transition: color .2s ease, background-color .2s ease;
    }

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

    .faq-list details p {
      margin: 0;
      padding: 0 20px 20px;
      color: var(--muted);
      font-size: 15.5px;
      line-height: 1.75;
    }

    .faq-question:hover,
    .faq-list summary:hover {
      color: #075f8c;
    }

    .faq-question:focus-visible,
    .faq-list summary:focus-visible {
      outline: 3px solid rgba(0, 136, 196, .28);
      outline-offset: -3px;
    }

    @media (max-width: 760px) {
      .faq-list {
        gap: 10px;
      }

      .faq-question,
      .faq-list summary {
        min-height: 58px;
        gap: 14px;
        padding: 15px 16px;
        font-size: 15px;
      }

      .faq-answer,
      .faq-list details p {
        padding: 0 16px 17px;
        font-size: 15px;
      }

      .faq-question::after,
      .faq-list summary::after {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
      }
    }

    .pricing-cta {
      padding: 40px;
      border-radius: 18px;
      background: linear-gradient(135deg, #eaf7fc, #fff);
      border: 1px solid #d7e8f1;
      box-shadow: var(--shadow-soft);
      text-align: center;
    }

    .pricing-cta p {
      color: var(--muted);
      font-size: 17px;
    }

    .contact-hero {
      padding: 72px 0 58px;
      background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
      overflow: hidden;
    }

    .contact-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
      align-items: center;
      gap: 42px;
    }

    .privacy-note,
    .hipaa-warning {
      margin: 16px 0 0;
      padding: 14px 16px;
      border: 1px solid #f2d5c2;
      border-radius: var(--radius);
      color: #7a3a14;
      background: var(--soft-orange);
      font-size: 14px;
      font-weight: 700;
    }

    .contact-hero-card,
    .contact-sales-card,
    .contact-demo-form {
      border: 1px solid #d7e8f1;
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .contact-hero-card {
      display: grid;
      gap: 14px;
      padding: 28px;
    }

    .contact-stat {
      padding: 16px;
      border: 1px solid #dcecf4;
      border-radius: var(--radius);
      background: #f8fcff;
    }

    .contact-stat strong,
    .contact-stat span {
      display: block;
    }

    .contact-stat strong {
      color: var(--indigo);
      font-size: 22px;
      line-height: 1.2;
    }

    .contact-stat span {
      margin-top: 4px;
      color: var(--muted);
      font-weight: 700;
    }

    .contact-routing {
      background: var(--bg);
    }

    .contact-route-card {
      display: flex;
      flex-direction: column;
    }

    .contact-route-card .mini-btn {
      width: fit-content;
      margin-top: auto;
      padding-top: 18px;
    }

    .contact-form-section {
      background: #fff;
    }

    .contact-form-layout {
      display: grid;
      grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr);
      gap: 30px;
      align-items: start;
    }

    .contact-sales-card,
    .contact-demo-form {
      padding: 28px;
    }

    .contact-sales-card p {
      color: var(--muted);
    }

    .contact-page-lines {
      margin-top: 22px;
      gap: 12px;
    }

    .contact-demo-form h2 {
      margin-bottom: 20px;
    }

    .footer-form select {
      min-height: 58px;
      width: 100%;
      padding: 13px 14px;
      border: 1px solid #cfe0ea;
      border-radius: 11px;
      background: #fff;
      color: var(--text);
      outline: none;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .footer-form select:focus {
      border-color: rgba(0, 136, 196, .7);
      box-shadow: 0 0 0 4px rgba(0, 136, 196, .12);
    }

    .consent-check {
      display: grid !important;
      grid-template-columns: auto 1fr;
      align-items: start;
      gap: 10px;
      margin-top: 14px;
      color: var(--muted);
      font-weight: 700;
    }

    .consent-check input {
      width: 18px;
      height: 18px;
      margin-top: 4px;
      accent-color: var(--primary);
    }

    .form-status {
      min-height: 22px;
      margin: 8px 0 0;
      color: var(--primary-dark);
      font-weight: 800;
    }

    .contact-help-section {
      background: var(--bg);
    }

    .contact-help-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .help-item,
    .proof-card {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 72px;
      padding: 16px;
      border: 1px solid #dce7ef;
      border-radius: var(--radius);
      background: #fff;
      color: var(--indigo);
      font-weight: 800;
      box-shadow: 0 8px 18px rgba(28, 45, 64, .05);
    }

    .help-item .icon,
    .proof-card .icon {
      color: var(--primary);
      flex: 0 0 auto;
    }

    .contact-trust-section {
      background: #fff;
    }

    .proof-card {
      height: auto;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .proof-card:hover {
      transform: translateY(-4px);
      border-color: rgba(0, 136, 196, .35);
      box-shadow: 0 18px 42px rgba(28, 45, 64, .11);
    }

    .proof-card-logo {
      justify-content: center;
      padding: 14px;
      background: #fff;
    }

    .proof-card-logo img {
      display: block;
      width: min(100%, 220px);
      height: auto;
      object-fit: contain;
    }

    .certification-logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
      gap: 16px;
    }

    .certification-logo-card {
      min-height: 142px;
      padding: 18px;
    }

    .certification-logo-card img {
      width: 100%;
      max-width: 220px;
      max-height: 96px;
      object-fit: contain;
    }

    @media (min-width: 1180px) {
      .certification-logo-grid {
        grid-template-columns: repeat(6, 1fr);
      }

      .certification-logo-card:nth-last-child(2):nth-child(6n + 1) {
        grid-column: 3;
      }
    }

    .contact-final-cta {
      padding-top: 78px;
    }

    .plugin-content-section {
      padding: 42px 0;
      background: #fff;
    }

    .wp-content-area {
      color: var(--muted);
      font-size: 17px;
      line-height: 1.7;
    }

    .wp-content-area > *:last-child {
      margin-bottom: 0;
    }

    .specialty-hero {
      padding: 72px 0 58px;
      background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
      overflow: hidden;
    }

    .specialty-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
      align-items: center;
      gap: 42px;
    }

    .specialty-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .specialty-badges span {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 12px;
      border: 1px solid #d7e8f1;
      border-radius: 999px;
      background: #fff;
      color: var(--indigo);
      font-size: 13px;
      font-weight: 800;
      box-shadow: 0 8px 18px rgba(28, 45, 64, .05);
    }

    .specialty-trust {
      margin-top: 20px;
    }

    .specialty-hero-image,
    .specialty-hero-card,
    .snippet-card,
    .solution-panel {
      border: 1px solid #d7e8f1;
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .specialty-hero-image {
      overflow: hidden;
      padding: 10px;
      background: linear-gradient(135deg, #f8fcff, #fff);
      cursor: zoom-in;
    }

    .specialty-hero-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
    }

    .hardware-hero-image img,
    .consulting-hero-image img,
    .contact-hero-image img {
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }

    @media (hover: hover) and (pointer: fine) {
      .specialty-hero-image:hover,
      .specialty-hero-image:focus-within {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: grid;
        place-items: center;
        padding: 28px;
        border-color: rgba(0, 136, 196, .45);
        background: rgba(247, 249, 251, .98);
        box-shadow: 0 28px 90px rgba(23, 33, 47, .28);
        transform: none;
        cursor: zoom-out;
      }

      .hardware-hero-image:hover,
      .hardware-hero-image:focus-within,
      .consulting-hero-image:hover,
      .consulting-hero-image:focus-within,
      .contact-hero-image:hover,
      .contact-hero-image:focus-within {
        z-index: 9999;
      }

      .specialty-hero-image:hover img,
      .specialty-hero-image:focus-within img {
        width: auto;
        max-width: calc(100vw - 56px);
        height: auto;
        max-height: calc(100vh - 56px);
        object-fit: contain;
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--shadow-soft);
      }

      .hardware-hero-image:hover img,
      .hardware-hero-image:focus-within img,
      .consulting-hero-image:hover img,
      .consulting-hero-image:focus-within img,
      .contact-hero-image:hover img,
      .contact-hero-image:focus-within img {
        aspect-ratio: auto;
        width: auto;
        max-width: calc(100vw - 56px);
        max-height: calc(100vh - 56px);
        object-fit: contain;
      }
    }

    .specialty-hero-card {
      display: grid;
      gap: 14px;
      padding: 28px;
    }

    .specialty-workflow-card {
      padding: 16px;
      border: 1px solid #dcecf4;
      border-radius: var(--radius);
      background: #f8fcff;
    }

    .specialty-workflow-card strong,
    .specialty-workflow-card span {
      display: block;
    }

    .specialty-workflow-card strong {
      color: var(--indigo);
      font-size: 18px;
    }

    .specialty-workflow-card span {
      margin-top: 4px;
      color: var(--muted);
      font-weight: 700;
    }

    .visual-proof-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .visual-proof-card {
      align-items: center;
      justify-content: flex-start;
      min-height: 230px;
      padding: 24px;
      text-align: center;
      background: linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
    }

    .visual-proof-card h3 {
      margin: 16px 0 0;
      color: var(--indigo);
      font-size: 18px;
      line-height: 1.35;
    }

    .visual-proof-illustration {
      display: grid;
      place-items: center;
      width: 112px;
      height: 112px;
      margin: 0 auto;
      border-radius: 28px;
      color: var(--primary);
      background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .92), rgba(232, 247, 255, .55)),
        linear-gradient(145deg, rgba(0, 136, 196, .13), rgba(216, 107, 38, .11));
      border: 1px solid rgba(0, 136, 196, .18);
      box-shadow: 0 18px 34px rgba(0, 136, 196, .12);
    }

    .visual-proof-illustration .icon {
      width: 52px;
      height: 52px;
    }

    .related-workflow-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .related-workflow-card {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 16px;
      align-items: flex-start;
      min-height: 100%;
      padding: 24px;
      background: #fff;
    }

    .related-workflow-card h3 {
      margin: 0 0 8px;
      color: var(--ink);
      font-size: 21px;
      line-height: 1.25;
    }

    .related-workflow-card p {
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.65;
    }

    .related-workflow-card a {
      color: var(--primary);
      font-weight: 800;
      text-decoration: none;
    }

    .related-workflow-card a:hover {
      color: var(--accent);
    }

    .blog-hero {
      padding: 86px 0 54px;
      background:
        radial-gradient(circle at 84% 20%, rgba(0, 136, 196, .14), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
      border-bottom: 1px solid #dbeaf2;
    }

    .blog-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .52fr);
      gap: 46px;
      align-items: center;
    }

    .blog-hero h1 {
      margin: 18px 0 20px;
      max-width: 940px;
      color: var(--ink);
      font-size: clamp(42px, 4.4vw, 64px);
      line-height: 1.04;
      letter-spacing: 0;
    }

    .blog-hero p {
      max-width: 840px;
      margin: 0;
      color: var(--muted);
      font-size: 21px;
      line-height: 1.65;
      font-weight: 500;
    }

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

    .blog-hero-article {
      grid-template-columns: minmax(0, 980px);
      justify-content: start;
    }

    .blog-hero-article h1 {
      max-width: 980px;
    }

    .blog-hero-article p {
      max-width: 760px;
    }

    .blog-summary-card {
      padding: 28px;
      border-color: rgba(0, 136, 196, .2);
      background: #fff;
    }

    .blog-summary-card span {
      display: inline-flex;
      margin-bottom: 14px;
      color: var(--accent);
      font-weight: 850;
    }

    .blog-summary-card p {
      font-size: 18px;
      line-height: 1.65;
    }

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

    .blog-mini-grid div {
      padding: 16px;
      border: 1px solid #dbeaf2;
      border-radius: 12px;
      background: #f7fbfe;
    }

    .blog-mini-grid strong,
    .blog-mini-grid small {
      display: block;
    }

    .blog-mini-grid strong {
      color: var(--primary-dark);
      font-size: 24px;
      line-height: 1;
    }

    .blog-mini-grid small {
      margin-top: 8px;
      color: var(--muted);
      font-weight: 750;
    }

    .blog-shell {
      background: #f7f9fb;
    }

    body .blog-page .blog-shell,
    body .blog-page .blog-layout,
    body .blog-page .blog-article,
    body .blog-page .blog-card {
      display: block;
      visibility: visible !important;
      opacity: 1 !important;
      transform: none !important;
    }

    .blog-layout {
      display: grid;
      grid-template-columns: 250px minmax(0, 1fr) 250px;
      gap: 20px;
      align-items: start;
      overflow: visible;
    }

    .blog-shell .blog-layout {
      width: min(100% - 32px, 1540px);
      max-width: none;
    }

    .blog-toc-sidebar {
      position: sticky;
      top: 116px;
      order: 1;
      align-self: start;
    }

    .blog-sidebar {
      position: sticky;
      top: 116px;
      display: grid;
      gap: 16px;
      order: 3;
      align-self: start;
    }

    .blog-toc {
      padding: 16px;
      border: 1px solid #dbeaf2;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow);
    }

    .blog-toc strong {
      display: block;
      margin-bottom: 10px;
      color: var(--ink);
      font-size: 16px;
    }

    .blog-toc nav {
      display: grid;
      gap: 8px;
    }

    .blog-toc a {
      padding: 8px 9px;
      border-radius: 10px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
    }

    .blog-toc a:hover {
      color: var(--primary-dark);
      background: #eef9fd;
    }

    .blog-article {
      display: grid;
      gap: 22px;
      min-width: 0;
      order: 2;
      overflow: hidden;
    }

    body .blog-page .blog-layout {
      display: grid;
    }

    body .blog-page .blog-article {
      display: grid;
    }

    .blog-card {
      padding: clamp(24px, 3vw, 36px);
      border: 1px solid #dbeaf2;
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 16px 40px rgba(28, 45, 64, .06);
      overflow: hidden;
    }

    .blog-card h2 {
      margin: 0 0 18px;
      color: var(--ink);
      font-size: clamp(30px, 3vw, 44px);
      line-height: 1.1;
      letter-spacing: 0;
    }

    .blog-card h3 {
      margin: 0 0 10px;
      color: var(--indigo);
      font-size: 23px;
      line-height: 1.2;
    }

    .blog-card p {
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.78;
      font-weight: 500;
    }

    .blog-card p:last-child {
      margin-bottom: 0;
    }

    .blog-list-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin: 22px 0;
    }

    .blog-callout {
      margin: 26px 0;
      padding: 22px;
      border: 1px solid rgba(0, 136, 196, .2);
      border-radius: var(--radius);
      background: linear-gradient(135deg, #eef9fd, #fff);
    }

    .blog-callout strong {
      display: block;
      margin-bottom: 8px;
      color: var(--indigo);
      font-size: 20px;
    }

    .blog-callout p {
      margin-bottom: 18px;
    }

    .blog-callout.is-question {
      border-color: rgba(216, 107, 38, .28);
      background: linear-gradient(135deg, #fff4ec, #fff);
    }

    .blog-choice-grid,
    .blog-specialty-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .blog-choice-grid article,
    .blog-specialty-grid div,
    .blog-feature-stack article {
      padding: 22px;
      border: 1px solid #dbeaf2;
      border-radius: var(--radius);
      background: #f8fcff;
    }

    .blog-specialty-grid strong,
    .blog-specialty-grid span {
      display: block;
    }

    .blog-specialty-grid strong {
      color: var(--primary-dark);
      font-size: 19px;
    }

    .blog-specialty-grid span {
      margin-top: 8px;
      color: var(--muted);
      font-weight: 650;
      line-height: 1.55;
    }

    .blog-feature-stack {
      display: grid;
      gap: 14px;
      margin-top: 22px;
    }

    .blog-feature-stack.numbered article {
      position: relative;
      padding-left: 74px;
    }

    .blog-feature-stack.numbered span {
      position: absolute;
      left: 22px;
      top: 22px;
      display: grid;
      place-items: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #fff;
      background: var(--primary);
      font-weight: 850;
    }

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

    .blog-checklist label {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 58px;
      padding: 14px 16px;
      border: 1px solid #dbeaf2;
      border-radius: 12px;
      color: var(--indigo);
      background: #f8fcff;
      font-weight: 800;
    }

    .blog-checklist input {
      width: 20px;
      height: 20px;
      accent-color: var(--primary);
      flex: 0 0 auto;
    }

    .blog-link-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .blog-link-grid a {
      display: flex;
      align-items: center;
      min-height: 58px;
      padding: 14px 16px;
      border: 1px solid #dbeaf2;
      border-radius: 12px;
      color: var(--indigo);
      background: #f8fcff;
      font-weight: 800;
      text-decoration: none;
    }

    .blog-link-grid a:hover {
      color: var(--primary-dark);
      border-color: rgba(0, 136, 196, .35);
      background: #eef9fd;
    }

    .blog-featured-image {
      margin: 0;
      border: 1px solid #dbeaf2;
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 16px 40px rgba(28, 45, 64, .06);
    }

    .blog-featured-image img {
      display: block;
      width: 100%;
      height: auto;
    }

    .blog-post-content > *:first-child {
      margin-top: 0;
    }

    .blog-post-content h2,
    .blog-post-content h3,
    .blog-post-content h4 {
      scroll-margin-top: 130px;
    }

    .blog-post-content h2 {
      margin: 44px 0 16px;
      color: var(--ink);
      font-size: clamp(30px, 3vw, 44px);
      line-height: 1.12;
      letter-spacing: 0;
    }

    .blog-post-content h3 {
      margin: 32px 0 12px;
      color: var(--indigo);
      font-size: 25px;
      line-height: 1.25;
    }

    .blog-post-content h4 {
      margin: 24px 0 10px;
      color: var(--ink);
      font-size: 21px;
    }

    .blog-post-content p,
    .blog-post-content li {
      color: var(--muted);
      font-size: 18px;
      line-height: 1.78;
      font-weight: 500;
    }

    .blog-post-content p {
      margin: 0 0 18px;
    }

    .blog-post-content ul,
    .blog-post-content ol {
      display: grid;
      gap: 10px;
      margin: 20px 0 26px;
      padding-left: 24px;
    }

    .blog-post-content strong {
      color: var(--ink);
      font-weight: 850;
    }

    .blog-post-content a {
      color: var(--primary-dark);
      font-weight: 800;
      text-decoration-thickness: 2px;
      text-underline-offset: 3px;
    }

    .blog-post-content table {
      width: 100%;
      min-width: 680px;
      border-collapse: collapse;
    }

    .blog-post-content .wp-block-table,
    .blog-post-content table {
      margin: 24px 0;
      overflow-x: auto;
    }

    .blog-post-content th,
    .blog-post-content td {
      padding: 16px 18px;
      border: 1px solid #dbeaf2;
      text-align: left;
      color: var(--muted);
      font-weight: 700;
    }

    .blog-post-content th {
      color: var(--indigo);
      background: #eef9fd;
    }

    .blog-post-content blockquote {
      margin: 28px 0;
      padding: 24px;
      border-left: 5px solid var(--primary);
      border-radius: 0 var(--radius) var(--radius) 0;
      background: #eef9fd;
    }

    .blog-toc a.is-subitem {
      padding-left: 22px;
      font-size: 14px;
      opacity: .86;
    }

    .blog-share-card {
      padding: 22px 18px;
      background: #fff;
      text-align: center;
    }

    .blog-share-card strong {
      display: block;
      margin-bottom: 14px;
      color: var(--ink);
      font-size: 22px;
      line-height: 1.2;
    }

    .blog-share-buttons {
      display: grid;
      grid-template-columns: repeat(4, 38px);
      justify-content: center;
      gap: 8px;
    }

    .blog-share-buttons a {
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border: 0;
      border-radius: 50%;
      color: #fff;
      background: var(--primary);
      font-size: 15px;
      font-weight: 900;
      text-decoration: none;
      transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
    }

    .blog-share-buttons a:nth-child(1) {
      background: #3b5998;
    }

    .blog-share-buttons a:nth-child(2) {
      background: #0077b5;
    }

    .blog-share-buttons a:nth-child(3) {
      background: #25d366;
      font-size: 10px;
      text-transform: uppercase;
    }

    .blog-share-buttons a:nth-child(4) {
      background: #ea4335;
    }

    .blog-share-buttons a:hover {
      color: #fff;
      transform: translateY(-2px);
    }

    .blog-side-cta {
      padding: 24px 18px;
      border-radius: 18px;
      color: #fff;
      background: #05070a;
      text-align: center;
      box-shadow: 0 20px 44px rgba(5, 7, 10, .18);
    }

    .blog-side-cta h3 {
      margin: 0;
      color: #fff;
      font-size: 21px;
      line-height: 1.25;
    }

    .blog-side-cta p {
      margin: 20px 0 22px;
      color: rgba(255, 255, 255, .92);
      font-size: 19px;
      line-height: 1.35;
      font-weight: 500;
    }

    .blog-side-cta .btn {
      width: 100%;
      min-height: 48px;
      padding-inline: 12px;
      background: #4c83ff;
      box-shadow: none;
      font-size: 16px;
      line-height: 1.15;
    }

    .blog-side-cta .btn:hover {
      background: #2f69f1;
    }

    .pain-hero .pain-check-list {
      margin: 26px 0 0;
    }

    .pain-hero .hero-actions {
      margin-top: 30px;
      margin-bottom: 0;
    }

    .pain-check-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .pain-check-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      position: static;
      padding-left: 0;
      color: var(--muted);
      font-weight: 750;
      line-height: 1.5;
    }

    .specialty-list-card .pain-check-list li::before {
      display: none;
      content: none;
    }

    .pain-check-list .icon {
      flex: 0 0 auto;
      width: 20px;
      height: 20px;
      color: var(--primary);
      margin-top: 2px;
    }

    .pain-check-list .icon,
    .pain-page-icon,
    .help-item .icon {
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .pain-dashboard {
      padding: 18px;
      border: 1px solid #cfe4ef;
      border-radius: 20px;
      background: linear-gradient(180deg, #f7fcff 0%, #eaf7fd 100%);
      box-shadow: 0 24px 60px rgba(28, 45, 64, .11);
    }

    .pain-dashboard-top {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      padding: 12px 14px;
      border-radius: 14px;
      background: #fff;
      border: 1px solid #d9eaf2;
    }

    .pain-dashboard-top strong {
      color: var(--ink);
      font-size: 18px;
    }

    .pain-dashboard-top span {
      padding: 8px 10px;
      border-radius: 999px;
      color: var(--primary-dark);
      background: #e6f7fd;
      font-weight: 850;
      font-size: 13px;
    }

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

    .pain-panel {
      min-height: 126px;
      padding: 14px;
      border: 1px solid #d6e8f1;
      border-radius: 14px;
      background: #fff;
    }

    .pain-panel h3 {
      margin: 0 0 10px;
      color: var(--indigo);
      font-size: 15px;
    }

    .pain-panel p {
      margin: 7px 0 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
      line-height: 1.35;
    }

    .pain-panel.status,
    .pain-panel.note {
      grid-column: span 2;
    }

    .pain-trend {
      display: flex;
      align-items: end;
      gap: 8px;
      height: 70px;
      padding-top: 6px;
    }

    .pain-trend span {
      width: 18%;
      border-radius: 999px 999px 4px 4px;
      background: linear-gradient(180deg, var(--primary), #a7dff2);
    }

    .body-map {
      position: relative;
      height: 78px;
      border-radius: 14px;
      background: #eef7fc;
    }

    .body-map span {
      position: absolute;
      left: 50%;
      top: 8px;
      width: 30px;
      height: 60px;
      transform: translateX(-50%);
      border-radius: 18px;
      border: 2px solid #8dbbd4;
    }

    .body-map i,
    .body-map b {
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #f15b46;
      box-shadow: 0 0 0 8px rgba(241, 91, 70, .16);
    }

    .body-map i {
      left: 52%;
      top: 42px;
    }

    .body-map b {
      left: 42%;
      top: 26px;
    }

    .pain-trust-bar {
      padding: 18px 0;
      background: #fff;
      border-block: 1px solid #dcecf4;
    }

    .pain-trust-bar .container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .pain-trust-bar span {
      padding: 10px 14px;
      border: 1px solid #d7e8f1;
      border-radius: 999px;
      color: var(--indigo);
      background: #f8fcff;
      font-weight: 850;
    }

    .pain-answer {
      clear: both;
      margin-top: 42px;
    }

    .pain-answer.snippet-card {
      padding-top: 28px;
    }

    .alt-band {
      background: #fff;
    }

    .pain-procedure-list,
    .pain-module-grid {
      margin-top: 24px;
    }

    .pain-dashboard.wide {
      max-width: 1120px;
      margin: 0 auto;
    }

    .pain-module-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .pain-module-grid div {
      min-height: 70px;
      padding: 14px;
      border: 1px solid #d6e8f1;
      border-radius: 14px;
      color: var(--indigo);
      background: #fff;
      font-weight: 850;
    }

    .pain-center-note {
      max-width: 860px;
      margin: 24px auto 0;
      color: var(--muted);
      text-align: center;
      font-weight: 700;
      line-height: 1.7;
    }

    .center-actions {
      justify-content: center;
      margin-top: 28px;
    }

    .pain-final-form h2 {
      color: var(--ink);
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.08;
    }

    .pain-demo-card {
      max-width: 980px;
      margin: 0 auto;
      padding: clamp(28px, 5vw, 56px);
      border: 1px solid #cfe4ef;
      border-radius: 22px;
      background: linear-gradient(135deg, #ffffff 0%, #eef9fd 100%);
      box-shadow: 0 24px 70px rgba(28, 45, 64, .11);
      text-align: center;
    }

    .pain-demo-card span {
      display: inline-flex;
      margin-bottom: 14px;
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--primary-dark);
      background: #e5f7fd;
      font-weight: 850;
      font-size: 13px;
      text-transform: uppercase;
    }

    .pain-demo-card h2 {
      max-width: 760px;
      margin: 0 auto 14px;
      color: var(--ink);
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.08;
    }

    .pain-demo-card p {
      max-width: 760px;
      margin: 0 auto 16px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.7;
    }

    .pain-demo-card .cta-actions {
      justify-content: center;
      margin-top: 24px;
    }

    .pt-hero .hero-actions {
      margin-top: 28px;
      margin-bottom: 0;
    }

    .pt-icon-list {
      display: grid;
      gap: 12px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .pt-icon-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      position: static;
      padding-left: 0;
      color: var(--muted);
      font-weight: 750;
      line-height: 1.5;
    }

    .specialty-list-card .pt-icon-list li::before {
      display: none;
      content: none;
    }

    .pt-icon-list .icon,
    .pt-card .icon,
    .pt-icon-badge .icon,
    .pt-link-card .icon {
      flex: 0 0 auto;
      width: 20px;
      height: 20px;
      color: var(--primary);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      margin-top: 2px;
    }

    .pt-dashboard {
      padding: 18px;
      border: 1px solid #cfe4ef;
      border-radius: 20px;
      background: linear-gradient(180deg, #f8fcff 0%, #eaf7fd 100%);
      box-shadow: 0 24px 60px rgba(28, 45, 64, .11);
    }

    .pt-dashboard-top,
    .pt-preview-header {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      padding: 12px 14px;
      border: 1px solid #d9eaf2;
      border-radius: 14px;
      background: #fff;
    }

    .pt-dashboard-top strong,
    .pt-preview-header strong {
      color: var(--ink);
      font-size: 18px;
    }

    .pt-dashboard-top span,
    .pt-preview-header span {
      padding: 8px 10px;
      border-radius: 999px;
      color: var(--primary-dark);
      background: #e6f7fd;
      font-weight: 850;
      font-size: 13px;
    }

    .pt-dashboard-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 12px;
    }

    .pt-panel {
      min-height: 122px;
      padding: 14px;
      border: 1px solid #d6e8f1;
      border-radius: 14px;
      background: #fff;
    }

    .pt-panel h3 {
      margin: 0 0 10px;
      color: var(--indigo);
      font-size: 15px;
    }

    .pt-panel p {
      margin: 7px 0 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
      line-height: 1.35;
    }

    .pt-panel.status,
    .pt-panel.soap {
      grid-column: span 2;
    }

    .pt-progress {
      height: 12px;
      overflow: hidden;
      border-radius: 999px;
      background: #e6f2f8;
    }

    .pt-progress span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--primary), #33badf);
    }

    .pt-dashboard-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 12px;
    }

    .pt-dashboard-metrics span {
      padding: 10px;
      border-radius: 12px;
      color: var(--indigo);
      background: #fff;
      border: 1px solid #d9eaf2;
      font-size: 12px;
      font-weight: 850;
      text-align: center;
    }

    .pt-trust-strip {
      padding: 18px 0;
      border-block: 1px solid #dcecf4;
      background: #fff;
    }

    .pt-trust-strip .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .pt-trust-strip span {
      padding: 10px 14px;
      border: 1px solid #d7e8f1;
      border-radius: 999px;
      color: var(--indigo);
      background: #f8fcff;
      font-weight: 850;
    }

    .pt-answer {
      margin-top: 28px;
    }

    .pt-card {
      display: grid;
      align-content: start;
      gap: 12px;
    }

    .pt-card h3 {
      margin: 0;
    }

    .pt-card p {
      margin: 0;
      color: var(--muted);
      font-weight: 700;
      line-height: 1.65;
    }

    .pt-icon-badge {
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 14px;
      color: var(--primary);
      background: #e9f8fe;
    }

    .pt-icon-badge .icon {
      width: 24px;
      height: 24px;
      margin: 0;
    }

    .pt-list-card .pt-icon-list {
      margin-top: 16px;
    }

    .pt-outcome-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
      gap: 24px;
      align-items: start;
    }

    .pt-mini-preview {
      position: sticky;
      top: 118px;
      padding: 24px;
      border: 1px solid #cfe4ef;
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .pt-mini-preview h3 {
      margin: 0 0 18px;
      color: var(--ink);
    }

    .pt-stat {
      display: grid;
      gap: 4px;
      padding: 18px;
      border-radius: 16px;
      background: #e9f8fe;
    }

    .pt-stat strong {
      color: var(--primary-dark);
      font-size: 42px;
      line-height: 1;
    }

    .pt-stat span,
    .pt-mini-preview p {
      color: var(--muted);
      font-weight: 750;
      line-height: 1.55;
    }

    .pt-line-chart {
      display: flex;
      align-items: end;
      gap: 8px;
      height: 94px;
      margin: 18px 0;
      padding: 12px;
      border-radius: 16px;
      background: #f6fbfe;
    }

    .pt-line-chart i {
      flex: 1;
      border-radius: 999px 999px 4px 4px;
      background: linear-gradient(180deg, var(--primary), #a7dff2);
    }

    .pt-line-chart i:nth-child(1) { height: 35%; }
    .pt-line-chart i:nth-child(2) { height: 48%; }
    .pt-line-chart i:nth-child(3) { height: 54%; }
    .pt-line-chart i:nth-child(4) { height: 67%; }
    .pt-line-chart i:nth-child(5) { height: 82%; }

    .pt-center-note {
      max-width: 880px;
      margin: 24px auto 0;
      color: var(--muted);
      text-align: center;
      font-weight: 750;
      line-height: 1.7;
    }

    .pt-workflow-preview {
      display: grid;
      grid-template-columns: 210px minmax(0, 1fr) 260px;
      gap: 16px;
      padding: 18px;
      border: 1px solid #cfe4ef;
      border-radius: 24px;
      background: linear-gradient(135deg, #fff, #eef9fd);
      box-shadow: 0 24px 70px rgba(28, 45, 64, .11);
    }

    .pt-workflow-preview aside,
    .pt-workflow-preview section,
    .pt-workflow-preview main {
      padding: 16px;
      border: 1px solid #d9eaf2;
      border-radius: 18px;
      background: #fff;
    }

    .pt-workflow-preview aside {
      display: grid;
      gap: 10px;
      align-content: start;
    }

    .pt-workflow-preview aside strong {
      color: var(--primary-dark);
      font-size: 18px;
      margin-bottom: 8px;
    }

    .pt-workflow-preview aside span,
    .pt-workflow-preview section span {
      display: block;
      padding: 9px 10px;
      border-radius: 10px;
      color: var(--indigo);
      background: #f5fbfe;
      font-weight: 800;
      font-size: 13px;
    }

    .pt-preview-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 14px;
    }

    .pt-preview-grid div {
      min-height: 92px;
      padding: 14px;
      border: 1px solid #d9eaf2;
      border-radius: 14px;
      color: var(--muted);
      background: #f8fcff;
      font-weight: 750;
      line-height: 1.45;
    }

    .pt-preview-grid b {
      display: block;
      margin-top: 6px;
      color: var(--ink);
      font-size: 17px;
    }

    .pt-workflow-preview section {
      display: grid;
      gap: 10px;
      align-content: start;
    }

    .pt-link-card {
      text-decoration: none;
      color: inherit;
    }

    .pt-link-card strong {
      display: block;
      color: var(--ink);
      font-size: 18px;
      margin-bottom: 10px;
    }

    .pt-link-card span {
      color: var(--muted);
      font-weight: 750;
      line-height: 1.45;
    }

    .sleep-hero .hero-actions {
      margin-top: 28px;
      margin-bottom: 0;
    }

    .sleep-icon-list {
      display: grid;
      gap: 12px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .sleep-icon-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      position: static;
      padding-left: 0;
      color: var(--muted);
      font-weight: 750;
      line-height: 1.5;
    }

    .specialty-list-card .sleep-icon-list li::before {
      display: none;
      content: none;
    }

    .sleep-icon-list .icon,
    .sleep-card .icon,
    .sleep-icon-badge .icon,
    .help-item .icon {
      flex: 0 0 auto;
      width: 20px;
      height: 20px;
      color: var(--primary);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      margin-top: 2px;
    }

    .sleep-dashboard {
      padding: 18px;
      border: 1px solid #cfe4ef;
      border-radius: 20px;
      background: linear-gradient(180deg, #f8fcff 0%, #eaf7fd 100%);
      box-shadow: 0 24px 60px rgba(28, 45, 64, .11);
    }

    .sleep-dashboard-top,
    .sleep-preview-header {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      padding: 12px 14px;
      border: 1px solid #d9eaf2;
      border-radius: 14px;
      background: #fff;
    }

    .sleep-dashboard-top strong,
    .sleep-preview-header strong {
      color: var(--ink);
      font-size: 18px;
    }

    .sleep-dashboard-top span,
    .sleep-preview-header span {
      padding: 8px 10px;
      border-radius: 999px;
      color: var(--primary-dark);
      background: #e6f7fd;
      font-weight: 850;
      font-size: 13px;
    }

    .sleep-dashboard-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 12px;
    }

    .sleep-panel {
      min-height: 116px;
      padding: 14px;
      border: 1px solid #d6e8f1;
      border-radius: 14px;
      background: #fff;
    }

    .sleep-panel.wide {
      grid-column: span 2;
    }

    .sleep-panel h3 {
      margin: 0 0 10px;
      color: var(--indigo);
      font-size: 15px;
    }

    .sleep-panel p {
      margin: 7px 0 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
      line-height: 1.35;
    }

    .sleep-dashboard-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 12px;
    }

    .sleep-dashboard-metrics span {
      padding: 10px;
      border: 1px solid #d9eaf2;
      border-radius: 12px;
      color: var(--indigo);
      background: #fff;
      font-size: 12px;
      font-weight: 850;
      text-align: center;
    }

    .sleep-trust-strip {
      padding: 18px 0;
      border-block: 1px solid #dcecf4;
      background: #fff;
    }

    .sleep-trust-strip .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .sleep-trust-strip span {
      padding: 10px 14px;
      border: 1px solid #d7e8f1;
      border-radius: 999px;
      color: var(--indigo);
      background: #f8fcff;
      font-weight: 850;
    }

    .sleep-answer {
      margin-top: 28px;
    }

    .sleep-card {
      display: grid;
      align-content: start;
      gap: 12px;
    }

    .sleep-card h3 {
      margin: 0;
    }

    .sleep-card p {
      margin: 0;
      color: var(--muted);
      font-weight: 700;
      line-height: 1.65;
    }

    .sleep-icon-badge {
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 14px;
      color: var(--primary);
      background: #e9f8fe;
    }

    .sleep-icon-badge .icon {
      width: 24px;
      height: 24px;
      margin: 0;
    }

    .sleep-workflow-preview {
      display: grid;
      grid-template-columns: 210px minmax(0, 1fr) 260px;
      gap: 16px;
      padding: 18px;
      border: 1px solid #cfe4ef;
      border-radius: 24px;
      background: linear-gradient(135deg, #fff, #eef9fd);
      box-shadow: 0 24px 70px rgba(28, 45, 64, .11);
    }

    .sleep-workflow-preview aside,
    .sleep-workflow-preview section,
    .sleep-workflow-preview main {
      padding: 16px;
      border: 1px solid #d9eaf2;
      border-radius: 18px;
      background: #fff;
    }

    .sleep-workflow-preview aside,
    .sleep-workflow-preview section {
      display: grid;
      gap: 10px;
      align-content: start;
    }

    .sleep-workflow-preview aside strong {
      color: var(--primary-dark);
      font-size: 18px;
      margin-bottom: 8px;
    }

    .sleep-workflow-preview aside span,
    .sleep-workflow-preview section span {
      display: block;
      padding: 9px 10px;
      border-radius: 10px;
      color: var(--indigo);
      background: #f5fbfe;
      font-weight: 800;
      font-size: 13px;
    }

    .sleep-preview-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 14px;
    }

    .sleep-preview-grid div {
      min-height: 92px;
      padding: 14px;
      border: 1px solid #d9eaf2;
      border-radius: 14px;
      color: var(--muted);
      background: #f8fcff;
      font-weight: 750;
      line-height: 1.45;
    }

    .sleep-preview-grid b {
      display: block;
      margin-top: 6px;
      color: var(--ink);
      font-size: 17px;
    }

    .sleep-link-card {
      text-decoration: none;
      color: inherit;
    }

    .sleep-link-card strong {
      display: block;
      color: var(--ink);
      font-size: 17px;
      line-height: 1.35;
    }

    .asc-hero .hero-actions {
      margin-top: 28px;
      margin-bottom: 0;
    }

    .asc-icon-list {
      display: grid;
      gap: 12px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .asc-icon-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      position: static;
      padding-left: 0;
      color: var(--muted);
      font-weight: 750;
      line-height: 1.5;
    }

    .specialty-list-card .asc-icon-list li::before {
      display: none;
      content: none;
    }

    .asc-icon-list .icon,
    .asc-card .icon,
    .asc-icon-badge .icon,
    .help-item .icon {
      flex: 0 0 auto;
      width: 20px;
      height: 20px;
      color: var(--primary);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      margin-top: 2px;
    }

    .asc-dashboard {
      padding: 18px;
      border: 1px solid #cfe4ef;
      border-radius: 20px;
      background: linear-gradient(180deg, #f8fcff 0%, #eaf7fd 100%);
      box-shadow: 0 24px 60px rgba(28, 45, 64, .11);
    }

    .asc-dashboard-top {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      padding: 12px 14px;
      border: 1px solid #d9eaf2;
      border-radius: 14px;
      background: #fff;
    }

    .asc-dashboard-top strong {
      color: var(--ink);
      font-size: 18px;
    }

    .asc-dashboard-top span {
      padding: 8px 10px;
      border-radius: 999px;
      color: var(--primary-dark);
      background: #e6f7fd;
      font-weight: 850;
      font-size: 13px;
    }

    .asc-dashboard-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 12px;
    }

    .asc-panel {
      min-height: 120px;
      padding: 14px;
      border: 1px solid #d6e8f1;
      border-radius: 14px;
      background: #fff;
    }

    .asc-panel.wide {
      grid-column: span 2;
    }

    .asc-panel h3 {
      margin: 0 0 10px;
      color: var(--indigo);
      font-size: 15px;
    }

    .asc-panel p {
      margin: 7px 0 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
      line-height: 1.35;
    }

    .asc-trust-strip {
      padding: 18px 0;
      border-block: 1px solid #dcecf4;
      background: #fff;
    }

    .asc-trust-strip .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .asc-trust-strip span {
      padding: 10px 14px;
      border: 1px solid #d7e8f1;
      border-radius: 999px;
      color: var(--indigo);
      background: #f8fcff;
      font-weight: 850;
    }

    .asc-card {
      display: grid;
      align-content: start;
      gap: 12px;
    }

    .asc-card h3 {
      margin: 0;
    }

    .asc-card p {
      margin: 0;
      color: var(--muted);
      font-weight: 700;
      line-height: 1.65;
    }

    .asc-icon-badge {
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 14px;
      color: var(--primary);
      background: #e9f8fe;
    }

    .asc-icon-badge .icon {
      width: 24px;
      height: 24px;
      margin: 0;
    }

    /* Specialty routes use restrained SaaS markers instead of keyword-matched
       medical symbols. Dashboards, numbered workflows, and FAQ controls stay intact. */
    .specialty-emr-route .asc-icon-list .icon,
    .specialty-emr-route .pt-icon-list .icon,
    .specialty-emr-route .sleep-icon-list .icon,
    .specialty-emr-route .pain-check-list .icon,
    .specialty-emr-route .help-item > .icon,
    .specialty-emr-route .asc-icon-badge .icon,
    .specialty-emr-route .pt-icon-badge .icon,
    .specialty-emr-route .sleep-icon-badge .icon,
    .specialty-emr-route .card-icon .icon {
      display: none;
    }

    .specialty-emr-route .asc-icon-list li,
    .specialty-emr-route .pt-icon-list li,
    .specialty-emr-route .sleep-icon-list li,
    .specialty-emr-route .pain-check-list li {
      gap: 10px;
    }

    .specialty-emr-route .asc-icon-list li::before,
    .specialty-emr-route .pt-icon-list li::before,
    .specialty-emr-route .sleep-icon-list li::before,
    .specialty-emr-route .pain-check-list li::before,
    .specialty-emr-route .help-item::before {
      content: "";
      flex: 0 0 auto;
      width: 10px;
      height: 10px;
      margin-top: 6px;
      border: 2px solid var(--primary);
      border-radius: 50%;
      background: #fff;
      box-shadow: inset 0 0 0 2px #fff;
    }

    .specialty-emr-route .help-item {
      align-items: flex-start;
      gap: 12px;
    }

    .specialty-emr-route .help-item::before {
      margin-top: 4px;
      background: var(--primary);
    }

    .specialty-emr-route .asc-icon-badge,
    .specialty-emr-route .pt-icon-badge,
    .specialty-emr-route .sleep-icon-badge,
    .specialty-emr-route .card-icon {
      display: flex;
      align-items: center;
      width: 42px;
      height: 8px;
      margin-bottom: 16px;
      overflow: hidden;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--primary) 0 68%, #bde7f5 68% 100%);
    }

    .specialty-emr-route .asc-icon-badge::after,
    .specialty-emr-route .pt-icon-badge::after,
    .specialty-emr-route .sleep-icon-badge::after,
    .specialty-emr-route .card-icon::after {
      content: "";
      width: 8px;
      height: 8px;
      margin-left: auto;
      border-radius: 50%;
      background: var(--accent);
    }

    .asc-status-table {
      margin-top: 30px;
    }

    .asc-link-card {
      color: inherit;
      text-decoration: none;
    }

    .asc-link-card strong {
      display: block;
      color: var(--ink);
      font-size: 17px;
      line-height: 1.35;
    }

    .privacy-note {
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .blog-sidebar-form {
      padding: 22px;
      border: 1px solid #cfe4ef;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 18px 44px rgba(28, 45, 64, .1);
      max-width: 100%;
    }

    .blog-sidebar-form h3 {
      margin: 0 0 16px;
      color: var(--ink);
      font-size: 22px;
      line-height: 1.25;
    }

    .blog-sidebar-form label {
      display: grid;
      gap: 7px;
      margin-bottom: 12px;
    }

    .blog-sidebar-form input,
    .blog-sidebar-form textarea {
      min-height: 48px;
      padding: 11px 13px;
      border: 1px solid #d3e5ef;
      border-radius: 10px;
      color: var(--ink);
      font: inherit;
      background: #fff;
    }

    .blog-sidebar-form textarea {
      min-height: 92px;
      resize: vertical;
    }

    .blog-sidebar-form .btn {
      width: 100%;
      min-height: 52px;
      margin-top: 4px;
    }

    @media (max-width: 1120px) {
      .blog-layout {
        grid-template-columns: 1fr;
      }

      .blog-toc-sidebar {
        display: block;
      }

      .blog-article {
        order: 2;
      }

      .blog-sidebar {
        order: 3;
      }
    }

    .snippet-section,
    .specialty-benefits-section {
      background: var(--bg);
    }

    .snippet-card {
      max-width: 980px;
      margin: 0 auto;
      padding: 34px;
      background: linear-gradient(135deg, #f8fcff, #fff);
    }

    .snippet-card span {
      display: inline-block;
      margin-bottom: 10px;
      color: var(--primary-dark);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .snippet-card p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 18px;
    }

    .specialty-two-panel {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .solution-panel {
      display: grid;
      gap: 12px;
      padding: 24px;
      background: linear-gradient(180deg, #fff, #fbfdff);
    }

    .solution-panel h3 {
      margin-bottom: 8px;
      color: var(--indigo);
    }

    .solution-panel .help-item {
      min-height: 58px;
      box-shadow: none;
    }

    .solution-panel:not(.is-positive) .help-item .icon {
      color: var(--accent);
    }

    .specialty-list-card ul {
      display: grid;
      gap: 10px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .specialty-list-card li {
      position: relative;
      padding-left: 20px;
      color: var(--muted);
      font-weight: 700;
    }

    .specialty-list-card li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .72em;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--primary);
    }

    .comparison-section,
    .specialty-authority {
      background: #fff;
    }

    .specialty-table-wrap {
      overflow-x: auto;
      border: 1px solid #d7e8f1;
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .specialty-table {
      width: 100%;
      min-width: 720px;
      border-collapse: collapse;
    }

    .specialty-table th,
    .specialty-table td {
      padding: 18px 20px;
      border-bottom: 1px solid #e5edf3;
      text-align: left;
      vertical-align: top;
    }

    .specialty-table th {
      color: var(--indigo);
      background: #f1f9fd;
      font-size: 13px;
      text-transform: uppercase;
    }

    .specialty-table td {
      color: var(--muted);
      font-weight: 750;
    }

    .specialty-table td:nth-child(2) {
      color: var(--primary-dark);
    }

    .specialty-table tr:last-child td {
      border-bottom: 0;
    }

    .specialty-final-cta {
      padding-top: 78px;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 22px;
    }

    .final-cta {
      padding: 0 0 80px;
      background: var(--bg);
    }

    .final-panel {
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr .8fr;
      gap: 28px;
      align-items: center;
      padding: 42px;
      border-radius: 22px;
      background: linear-gradient(135deg, var(--indigo), #11658e);
      color: #fff;
      box-shadow: 0 24px 60px rgba(53, 61, 112, .22);
    }

    .final-panel p {
      max-width: 720px;
      color: rgba(255, 255, 255, .84);
      font-size: 17px;
    }

    .final-visual {
      display: grid;
      gap: 12px;
    }

    .floating-card {
      padding: 16px;
      border-radius: 14px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .18);
      font-weight: 800;
      animation: floatCard 4.8s ease-in-out infinite;
    }

    .floating-card:nth-child(2) {
      animation-delay: .55s;
    }

    .floating-card:nth-child(3) {
      animation-delay: 1.1s;
    }

    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .58s ease, transform .58s ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes noteScan {
      0%, 20% {
        transform: translateX(-120%);
      }
      70%, 100% {
        transform: translateX(260%);
      }
    }

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

    .site-footer {
      background: #fff;
      border-top: 1px solid var(--line);
    }

    .footer-cta {
      padding: 30px 0;
      background: linear-gradient(135deg, var(--indigo), #0f729c);
      color: #fff;
    }

    .footer-cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .footer-cta h2 {
      max-width: 720px;
      margin-bottom: 0;
      font-size: clamp(26px, 2.5vw, 38px);
      line-height: 1.16;
    }

    .footer-cta .btn-accent {
      min-width: 190px;
      justify-content: center;
      background: #b95517;
      color: #fff;
      font-weight: 800;
      white-space: nowrap;
    }

    .footer-main {
      padding: 58px 0 38px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(260px, 1.35fr) repeat(5, minmax(135px, 1fr));
      gap: 32px 26px;
    }

    .footer-brand p {
      margin: 18px 0 20px;
      color: var(--muted);
      font-size: 15px;
    }

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

    .footer-logo img {
      width: 190px;
      max-width: 70vw;
      height: auto;
      display: block;
    }

    .footer-trust {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-trust li,
    .footer-badge {
      display: flex;
      align-items: center;
      gap: 9px;
      color: var(--indigo);
      font-size: 14px;
      font-weight: 800;
    }

    .footer-trust .icon,
    .footer-badge .icon {
      color: var(--primary);
    }

    .footer-col h3 {
      margin-bottom: 14px;
      color: var(--text);
      font-size: 15px;
      font-weight: 800;
    }

    .footer-links {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-links a {
      color: var(--muted);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--primary-dark);
    }

    .footer-contact {
      display: grid;
      gap: 13px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 600;
    }

    .contact-line {
      display: flex;
      align-items: center;
      gap: 11px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      padding: 10px;
      border: 1px solid rgba(220, 231, 239, .78);
      border-radius: 12px;
      background: rgba(255, 255, 255, .78);
    }

    .contact-icon {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 9px;
      background: var(--soft-blue);
      color: var(--primary);
    }

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

    .footer-contact a {
      color: var(--muted);
    }

    .footer-contact a:hover,
    .footer-contact a:focus-visible {
      color: var(--primary-dark);
    }

    .footer-contact-row {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: minmax(260px, .82fr) minmax(520px, 1.18fr);
      gap: 34px;
      align-items: start;
      margin-top: 10px;
      padding: 28px;
      border: 1px solid #d7e8f1;
      border-radius: 18px;
      background: linear-gradient(135deg, #f8fcff, #ffffff);
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: hidden;
    }

    .footer-contact-row::before {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -58px;
      top: -68px;
      border-radius: 50%;
      background: rgba(0, 136, 196, .09);
      pointer-events: none;
    }

    .footer-form {
      display: grid;
      gap: 14px;
      position: relative;
      z-index: 1;
    }

    .footer-contact-row .footer-col {
      position: relative;
      z-index: 1;
    }

    .footer-contact-row h3 {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
    }

    .footer-contact-row h3::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 5px rgba(216, 107, 38, .12);
    }

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

    .footer-form label {
      display: grid;
      gap: 6px;
      color: var(--indigo);
      font-size: 13px;
      font-weight: 800;
    }

    .footer-form input,
    .footer-form textarea {
      width: 100%;
      border: 1px solid #d6e3ec;
      border-radius: 10px;
      background: #fff;
      color: var(--text);
      padding: 12px 13px;
      outline: none;
      transition: border-color .18s ease, box-shadow .18s ease;
    }

    .footer-form textarea {
      min-height: 48px;
      resize: vertical;
    }

    .footer-form input:focus,
    .footer-form textarea:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(0, 136, 196, .15);
    }

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

    .footer-social-block h3 {
      margin: 0;
      color: var(--text);
      font-size: 15px;
      font-weight: 800;
    }

    .social-link {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border: 1px solid #dce7ef;
      border-radius: 10px;
      background: var(--bg);
      color: var(--indigo);
      font-weight: 800;
    }

    .social-link:hover,
    .social-link:focus-visible {
      border-color: var(--primary);
      color: var(--primary-dark);
    }

    .footer-badges {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 34px;
      padding-top: 30px;
      border-top: 1px solid var(--line);
    }

    .footer-badge {
      min-height: 78px;
      padding: 16px;
      border: 1px solid #dce7ef;
      border-radius: var(--radius);
      background: var(--bg);
    }

    .footer-bottom {
      padding: 20px 0;
      border-top: 1px solid var(--line);
      background: #f8fbfd;
      color: var(--muted);
      font-size: 13px;
    }

    .footer-bottom-inner {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    @media (max-width: 1100px) {
      .nav-links {
        display: none;
      }

      .header-brand-wrap {
        min-width: 0;
      }

      .mobile-toggle {
        display: inline-grid;
        place-items: center;
      }

      .nav-actions .btn-secondary {
        display: none;
      }

      .header-phone {
        display: none;
      }

      .mobile-drawer.is-open {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 76px;
        display: block;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
        gap: 0;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #fff;
        box-shadow: var(--shadow);
      }

      .mobile-panel {
        border-bottom: 1px solid #edf2f6;
        padding: 12px 0;
      }

      .mobile-panel:last-child {
        border-bottom: 0;
      }

      .mobile-panel h3 {
        margin-bottom: 6px;
        color: var(--indigo);
        font-size: 13px;
        text-transform: uppercase;
      }

      .mobile-actions {
        display: grid;
        gap: 10px;
        padding-top: 14px;
      }

      .hero-grid,
      .contact-hero-grid,
      .contact-form-layout,
      .specialty-hero-grid,
      .specialty-two-panel,
      .security-panel,
      .positioning-panel,
      .final-panel,
      .audience-inner,
      .footer-cta-inner {
        grid-template-columns: 1fr;
      }

      .footer-cta-inner {
        display: grid;
      }

      .specialty-hero-image {
        transform: none;
      }

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

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

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

      .hero-grid {
        gap: 34px;
      }

      .dashboard {
        max-width: 720px;
      }

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

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

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

      .visual-proof-grid,
      .related-workflow-grid,
      .pain-dashboard-grid,
      .blog-hero-grid,
      .blog-choice-grid,
      .blog-specialty-grid,
      .blog-checklist,
      .blog-link-grid {
        grid-template-columns: repeat(2, 1fr);
      }

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

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

      .blog-sidebar,
      .blog-toc,
      .blog-sidebar-form {
        position: static;
      }

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

      .pt-outcome-layout,
      .pt-workflow-preview,
      .sleep-workflow-preview {
        grid-template-columns: 1fr;
      }

      .pt-mini-preview {
        position: static;
      }

      .workflow::before {
        display: none;
      }
    }

    @media (max-width: 760px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      .site-header .btn-primary {
        display: none;
      }

      .header-logo img {
        width: 138px;
        max-width: 54vw;
      }

      .hero {
        padding: 48px 0 36px;
      }

      .hero .container {
        width: min(100% - 28px, var(--container));
      }

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

      .hero-copy {
        font-size: 17px;
      }

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

      .metrics,
      .contact-help-grid,
      .visual-proof-grid,
      .related-workflow-grid,
      .blog-hero-grid,
      .blog-list-grid,
      .blog-choice-grid,
      .blog-specialty-grid,
      .blog-checklist,
      .blog-link-grid,
      .pain-dashboard-grid,
      .pain-module-grid,
      .grid-4,
      .grid-3,
      .grid-2,
      .workflow,
      .comparison,
      .highlight-list,
      .audience-grid,
      .wide-panel,
      .footer-grid,
      .footer-badges {
        grid-template-columns: 1fr;
      }

      .pt-dashboard-grid,
      .pt-dashboard-metrics,
      .pt-preview-grid,
      .sleep-dashboard-grid,
      .sleep-dashboard-metrics,
      .sleep-preview-grid,
      .asc-dashboard-grid {
        grid-template-columns: 1fr;
      }

      .pt-panel.status,
      .pt-panel.soap,
      .sleep-panel.wide,
      .asc-panel.wide {
        grid-column: auto;
      }

      .footer-cta .cta-actions {
        justify-content: stretch;
      }

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

      .footer-bottom-inner {
        display: grid;
      }

      .dashboard {
        padding: 10px;
        width: 100%;
        max-width: 460px;
      }

      .app-grid {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 12px;
      }

      .app-top {
        width: 100%;
      }

      .ehr-vitals,
      .ehr-wide-panel {
        grid-template-columns: 1fr;
      }

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

      section {
        padding: 58px 0;
      }

      .card,
      .pricing-cta,
      .security-panel,
      .positioning-panel,
      .final-panel,
      .audience-inner {
        padding: 22px;
      }

      .feature-card {
        display: block;
      }

      .feature-card .card-icon {
        margin-bottom: 16px;
      }

      .security-visual,
      .security-visual img {
        min-height: 220px;
      }

    }

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

      .reveal {
        opacity: 1;
        transform: none;
      }
    }

    .blog-hub-hero {
      padding: 66px 0 58px;
      background: linear-gradient(135deg, #eef9fd, #fff);
      border-bottom: 1px solid var(--line);
    }

    .blog-hub-breadcrumb {
      display: flex;
      gap: 8px;
      margin-bottom: 20px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .blog-hub-breadcrumb a {
      color: var(--primary-dark);
    }

    .blog-hub-trust {
      margin: 4px 0 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .blog-hub-section-heading {
      max-width: 760px;
      margin-bottom: 24px;
    }

    .blog-hub-section-heading.center {
      margin-inline: auto;
      text-align: center;
    }

    .blog-hub-section-heading .eyebrow {
      color: var(--primary-dark);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .blog-hub-featured {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      box-shadow: var(--shadow-soft);
    }

    .blog-hub-featured-image {
      min-height: 360px;
      overflow: hidden;
      background: var(--soft-blue);
    }

    .blog-hub-featured-image img,
    .blog-hub-card-image img,
    .blog-hub-recommended img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .28s ease;
    }

    .blog-hub-featured:hover img,
    .blog-hub-card:hover img,
    .blog-hub-recommended article:hover img {
      transform: scale(1.04);
    }

    .blog-hub-featured-body {
      align-self: center;
      padding: 34px;
    }

    .blog-hub-featured-body h2 {
      margin-top: 13px;
      font-size: clamp(27px, 3vw, 39px);
    }

    .blog-hub-featured-body h2 a,
    .blog-hub-card h3 a,
    .blog-hub-recommended h3 a {
      color: var(--text);
      text-decoration: none;
    }

    .blog-hub-badge {
      display: inline-flex;
      padding: 5px 9px;
      border-radius: 999px;
      background: var(--soft-orange);
      color: #a64c17;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .blog-hub-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 7px 14px;
      margin: 16px 0;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
    }

    .blog-hub-filters {
      position: sticky;
      top: 74px;
      z-index: 5;
      padding: 14px;
      margin-bottom: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .96);
      box-shadow: var(--shadow-soft);
    }

    .blog-hub-category-row {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding-bottom: 10px;
    }

    .blog-hub-filter {
      flex: 0 0 auto;
      padding: 8px 12px;
      border: 1px solid #d3e1e9;
      border-radius: 999px;
      background: #fff;
      color: var(--muted);
      cursor: pointer;
      font-size: 13px;
      font-weight: 800;
    }

    .blog-hub-filter span {
      margin-left: 5px;
      color: inherit;
      opacity: .72;
    }

    .blog-hub-filter:hover,
    .blog-hub-filter:focus-visible,
    .blog-hub-filter.is-active {
      border-color: var(--primary);
      background: var(--primary);
      color: #fff;
    }

    .blog-hub-search-sort {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
    }

    .blog-hub-search input,
    .blog-hub-sort-label select {
      width: 100%;
      min-height: 44px;
      border: 1px solid #cad9e2;
      border-radius: var(--radius-sm);
      background: #fff;
      color: var(--text);
      padding: 9px 12px;
    }

    .blog-hub-sort-label {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

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

    .blog-hub-card {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      min-width: 0;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: #fff;
      box-shadow: 0 8px 20px rgba(28, 45, 64, .06);
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .blog-hub-card:hover {
      border-color: #b8d3df;
      box-shadow: 0 14px 28px rgba(28, 45, 64, .11);
      transform: translateY(-3px);
    }

    .blog-hub-card-image {
      display: block;
      overflow: hidden;
      aspect-ratio: 16 / 9;
      background: var(--soft-blue);
    }

    .blog-hub-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
    }

    .blog-hub-card h3 {
      margin-top: 11px;
      font-size: 20px;
    }

    .blog-hub-card p {
      flex: 1;
      color: var(--muted);
      font-size: 14px;
    }

    .blog-hub-read-more {
      color: var(--primary-dark);
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
    }

    .blog-hub-empty {
      padding: 24px;
      border: 1px dashed #b9cbd5;
      border-radius: var(--radius-sm);
      background: #fff;
      color: var(--muted);
      text-align: center;
    }

    .blog-hub-pagination ul {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: center;
      padding: 0;
      margin: 26px 0 0;
      list-style: none;
    }

    .blog-hub-pagination a,
    .blog-hub-pagination span {
      display: grid;
      min-width: 38px;
      min-height: 38px;
      place-items: center;
      padding: 4px 10px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: #fff;
      color: var(--primary-dark);
      font-weight: 800;
      text-decoration: none;
    }

    .blog-hub-pagination .current {
      border-color: var(--primary);
      background: var(--primary);
      color: #fff;
    }

    .blog-hub-inline-cta {
      padding-block: 46px;
    }

    .blog-hub-cta-panel {
      display: flex;
      gap: 24px;
      align-items: center;
      justify-content: space-between;
      padding: 28px;
      border: 1px solid #cce3ec;
      border-radius: var(--radius);
      background: #eff9fc;
    }

    .blog-hub-cta-panel h2 {
      font-size: 30px;
    }

    .blog-hub-cta-panel p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .blog-hub-recommended {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .blog-hub-recommended article {
      display: grid;
      grid-template-columns: 108px 1fr;
      gap: 14px;
      overflow: hidden;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: #fff;
    }

    .blog-hub-recommended a:first-child {
      overflow: hidden;
      border-radius: 6px;
      background: var(--soft-blue);
    }

    .blog-hub-recommended h3 {
      font-size: 16px;
    }

    .blog-hub-recommended p {
      margin-bottom: 5px;
      color: var(--muted);
      font-size: 12px;
    }

    .blog-hub-final-cta .hero-actions {
      margin-bottom: 0;
    }

    .blog-hub-page a:focus-visible,
    .blog-hub-page button:focus-visible,
    .blog-hub-page input:focus-visible,
    .blog-hub-page select:focus-visible {
      outline: 3px solid rgba(216, 107, 38, .45);
      outline-offset: 3px;
    }

    @media (max-width: 980px) {
      .blog-hub-grid,
      .blog-hub-recommended {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 760px) {
      .blog-hub-hero {
        padding: 48px 0 44px;
      }

      .blog-hub-featured {
        grid-template-columns: 1fr;
      }

      .blog-hub-featured-image {
        min-height: 210px;
      }

      .blog-hub-featured-body {
        padding: 22px;
      }

      .blog-hub-filters {
        position: static;
      }

      .blog-hub-search-sort,
      .blog-hub-grid,
      .blog-hub-recommended {
        grid-template-columns: 1fr;
      }

      .blog-hub-sort-label {
        align-items: flex-start;
        flex-direction: column;
      }

      .blog-hub-cta-panel {
        align-items: flex-start;
        flex-direction: column;
      }

      .blog-hub-cta-panel h2 {
        font-size: 27px;
      }
    }

    .testimonials-simple-hero {
      min-height: 0;
      display: flex;
      align-items: center;
      text-align: center;
      padding: 78px 0 82px;
    }

    .testimonials-hero-inner {
      max-width: 900px;
    }

    .testimonials-simple-hero h1 {
      max-width: 840px;
      margin: 0 auto;
      font-size: 3.25rem;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .testimonials-hero-eyebrow,
    .testimonials-section-eyebrow {
      margin: 0 0 12px;
      color: #16757c;
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .testimonials-hero-copy {
      max-width: 760px;
      margin: 20px auto 0;
      color: #486777;
      font-size: 1.05rem;
      line-height: 1.7;
    }

    .testimonials-hero-actions {
      justify-content: center;
      margin-top: 26px;
    }

    .testimonials-content {
      background: #f7fafc;
    }

    .testimonials-section-header {
      max-width: 760px;
      margin: 0 auto 34px;
    }

    .testimonials-section-header p:last-child {
      margin-bottom: 0;
      color: #607985;
    }

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

    .testimonial-card {
      display: flex;
      flex-direction: column;
      padding: 26px;
      background: #fff;
      border: 1px solid #dce7ee;
      border-radius: 8px;
      box-shadow: 0 10px 24px rgba(17, 52, 74, .07);
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .testimonial-card:hover {
      border-color: #bfd9df;
      box-shadow: 0 15px 30px rgba(17, 52, 74, .11);
      transform: translateY(-3px);
    }

    .testimonial-card-top {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: flex-start;
      margin-bottom: 14px;
    }

    .testimonial-topic {
      color: #136c72;
      font-size: .78rem;
      font-weight: 700;
      text-transform: uppercase;
    }

    .testimonial-mark {
      color: #d6a84f;
      font-family: Georgia, serif;
      font-size: 3rem;
      line-height: .65;
    }

    .testimonial-card blockquote {
      flex: 1;
      margin: 0;
    }

    .testimonial-card blockquote p {
      margin: 0;
      color: #314a5a;
      line-height: 1.72;
    }

    .testimonial-card footer {
      display: flex;
      gap: 12px;
      align-items: center;
      padding-top: 18px;
      margin-top: 18px;
      border-top: 1px solid #e3edf2;
      color: #607985;
      font-size: .9rem;
    }

    .testimonial-attribution {
      display: grid;
      gap: 3px;
    }

    .testimonial-avatar {
      display: grid;
      flex: 0 0 42px;
      width: 42px;
      height: 42px;
      place-items: center;
      border-radius: 50%;
      background: #e4f2f2;
      color: #136c72;
      font-size: 1rem;
      font-weight: 800;
    }

    .testimonial-attribution strong {
      color: #173b4d;
      font-size: 1rem;
    }

    @media (max-width: 760px) {
      .testimonials-simple-hero {
        padding: 58px 0 62px;
      }

      .testimonials-simple-hero h1 {
        font-size: 2.35rem;
      }

      .testimonials-hero-copy {
        font-size: 1rem;
      }

      .testimonials-hero-actions {
        display: grid;
        justify-content: stretch;
      }

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

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

      .testimonial-card {
        padding: 21px;
      }
    }
