@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/nunito-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/nunito-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/nunito-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../fonts/nunito-latin-800-normal.woff2") format("woff2");
}

.imed-resource-guide {
  --ink: #29272a;
  --ink-soft: #1b1a1c;
  --muted: #6f686a;
  --subtle: #9b9294;
  --paper: #ffffff;
  --canvas: #f6f1ef;
  --surface: #fffdfa;
  --line: #e7dedb;
  --line-dark: rgba(255, 255, 255, .14);
  --red: #b51e36;
  --red-dark: #861226;
  --red-soft: #f9e8eb;
  --green: #286445;
  --green-soft: #edf7f1;
  --amber: #8b5a10;
  --amber-soft: #fff6df;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 22px 58px rgba(65, 42, 46, .11);
}

.imed-resource-guide, .imed-resource-guide * { box-sizing: border-box; }
.imed-resource-guide {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.imed-resource-guide button, .imed-resource-guide input, .imed-resource-guide select { font: inherit; }
.imed-resource-guide button, .imed-resource-guide a { -webkit-tap-highlight-color: transparent; }
.imed-resource-guide button { color: inherit; }
.imed-resource-guide a { color: inherit; }
.imed-resource-guide img { display: block; max-width: 100%; }
.imed-shell { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.imed-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Header */
.imed-utility-bar { background: var(--ink); color: rgba(255,255,255,.72); font-size: 11px; }
.imed-utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; letter-spacing: .035em; }
.imed-utility-inner a { color: #fff; text-decoration: none; font-weight: 700; }
.imed-site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(229,229,225,.85);
  backdrop-filter: blur(18px) saturate(140%);
}
.imed-header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.imed-brand { display: flex; width: 190px; flex: 0 0 auto; }
.imed-brand img { width: 100%; height: auto; }
.imed-main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.imed-main-nav a {
  position: relative; color: #46464c; text-decoration: none; font-size: 13px; font-weight: 650;
}
.imed-main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px;
  background: var(--red); transition: right .2s ease;
}
.imed-main-nav a:hover::after, .imed-main-nav a:focus-visible::after { right: 0; }
.imed-header-call {
  padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px;
  background: var(--ink); color: #fff; text-decoration: none; font-size: 12px; font-weight: 750;
  transition: background .2s, border-color .2s, transform .2s;
}
.imed-header-call:hover { background: var(--red); border-color: var(--red); transform: translateY(-1px); }

/* Hero */
.imed-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(201,31,55,.09), transparent 29%),
    radial-gradient(circle at 1px 1px, rgba(21,21,23,.075) 1px, transparent 0) 0 0 / 28px 28px,
    var(--canvas);
}
.imed-hero::before {
  content: ""; position: absolute; inset: auto -9vw -33vw auto; width: 58vw; aspect-ratio: 1;
  border: 1px solid rgba(201,31,55,.16); border-radius: 50%; pointer-events: none;
}
.imed-hero-grid {
  position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(52px, 7vw, 98px); align-items: center; padding-block: clamp(76px, 9vw, 118px);
}
.imed-eyebrow {
  display: flex; align-items: center; gap: 11px; margin-bottom: 18px;
  color: var(--red); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 800;
}
.imed-eyebrow span { width: 24px; height: 1px; background: currentColor; }
.imed-eyebrow.imed-light { color: #f08a9b; }
.imed-hero h1 {
  max-width: 800px; margin: 0; font-size: clamp(46px, 5.35vw, 76px); line-height: .98;
  letter-spacing: -.055em; font-weight: 720;
}
.imed-hero h1 em { color: var(--red); font-style: normal; }
.imed-hero-copy > p { max-width: 690px; margin: 25px 0 0; color: #5c5c63; font-size: 17px; line-height: 1.72; }
.imed-hero-search, .imed-catalog-search {
  display: flex; align-items: center; background: rgba(255,255,255,.96); border: 1px solid var(--line);
  transition: border-color .2s, box-shadow .2s;
}
.imed-hero-search:focus-within, .imed-catalog-search:focus-within { border-color: #c7c7c2; box-shadow: 0 0 0 4px rgba(21,21,23,.045); }
.imed-hero-search { max-width: 720px; margin-top: 34px; padding: 6px; border-radius: 999px; box-shadow: 0 14px 35px rgba(20,20,24,.07); }
.imed-search-icon { position: relative; display: block; width: 17px; height: 17px; margin: 0 12px 0 15px; border: 1.7px solid #85858c; border-radius: 50%; flex: 0 0 auto; }
.imed-search-icon::after { content: ""; position: absolute; width: 7px; height: 1.7px; right: -5px; bottom: -3px; background: #85858c; transform: rotate(45deg); }
.imed-hero-search input, .imed-catalog-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.imed-hero-search input { height: 48px; font-size: 14px; }
.imed-search-button {
  align-self: stretch; display: flex; align-items: center; padding: 0 22px; border-radius: 999px;
  background: var(--red); color: #fff; text-decoration: none; font-size: 12px; font-weight: 750; white-space: nowrap;
}
.imed-search-examples { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 14px 0 0 14px; color: #88888e; font-size: 11px; }
.imed-search-examples button { border: 0; border-bottom: 1px solid #bbb; background: transparent; padding: 1px 0; color: #57575d; cursor: pointer; }
.imed-hero-panel {
  padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg);
  background: rgba(21,21,23,.97); color: #fff; box-shadow: 24px 26px 0 rgba(201,31,55,.08), var(--shadow);
}
.imed-panel-kicker { color: #f08a9b; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 800; }
.imed-hero-panel h2 { margin: 12px 0 27px; font-size: 27px; line-height: 1.18; letter-spacing: -.035em; font-weight: 650; }
.imed-overview-list { border-top: 1px solid var(--line-dark); }
.imed-overview-list > div { display: grid; grid-template-columns: 76px 1fr; gap: 12px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.imed-overview-list strong { font-size: 27px; letter-spacing: -.04em; }
.imed-overview-list span { color: #bdbdc2; font-size: 12px; line-height: 1.45; }
.imed-panel-note { display: flex; gap: 11px; align-items: flex-start; margin-top: 23px; color: #d0d0d4; font-size: 11px; line-height: 1.55; }
.imed-check { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--red); color: #fff; font-size: 10px; flex: 0 0 auto; }

/* Trust and shared section styles */
.imed-trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.imed-trust-inner { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.imed-trust-inner span { position: relative; padding-left: 18px; color: #55555b; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .085em; }
.imed-trust-inner span::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: var(--red); }
.imed-section { padding-block: clamp(78px, 9vw, 118px); }
.imed-section-heading { margin-bottom: 42px; }
.imed-split-heading, .imed-catalog-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: 72px; align-items: end; }
.imed-section-heading h2 { margin: 0; max-width: 730px; font-size: clamp(36px, 4vw, 54px); line-height: 1.03; letter-spacing: -.045em; font-weight: 680; }
.imed-section-heading p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.75; }

/* Services */
.imed-services-section { background: var(--paper); }
.imed-service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.imed-service-card {
  position: relative; min-height: 285px; padding: 25px; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: left; cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.imed-service-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--red); transition: right .25s ease; }
.imed-service-card:hover, .imed-service-card:focus-visible { transform: translateY(-5px); border-color: #d2d2cd; background: #fff; box-shadow: var(--shadow); outline: none; }
.imed-service-card:hover::after, .imed-service-card:focus-visible::after { right: 0; }
.imed-service-mark { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border-radius: 13px; background: var(--red-soft); color: var(--red); font-size: 11px; font-weight: 850; }
.imed-service-eyebrow { display: block; margin-bottom: 8px; color: var(--subtle); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 800; }
.imed-service-card > strong { display: block; font-size: 18px; line-height: 1.22; letter-spacing: -.02em; }
.imed-service-description { display: block; margin-top: 11px; min-height: 70px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.imed-service-link { display: block; margin-top: 19px; color: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.imed-service-link b { margin-left: 5px; }

/* Catalog */
.imed-catalog-section { background: var(--canvas); scroll-margin-top: 76px; }
.imed-catalog-toolbar { display: grid; grid-template-columns: 1fr 240px; gap: 12px; margin-bottom: 14px; }
.imed-catalog-search { position: relative; height: 58px; border-radius: 999px; box-shadow: 0 5px 18px rgba(20,20,24,.025); }
.imed-catalog-search input { align-self: stretch; font-size: 13px; }
.imed-clear-search { width: 40px; height: 40px; margin-right: 8px; border: 0; border-radius: 50%; background: #f1f1ef; color: #67676d; font-size: 20px; cursor: pointer; }
.imed-rate-select { display: flex; }
.imed-rate-select select { width: 100%; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 0 18px; color: #404046; font-size: 12px; font-weight: 700; outline: none; cursor: pointer; }
.imed-filter-row { display: flex; gap: 7px; overflow-x: auto; padding: 2px 0 12px; scrollbar-width: thin; }
.imed-filter-row button { flex: 0 0 auto; border: 1px solid #deded9; border-radius: 999px; background: transparent; padding: 9px 15px; color: #626268; font-size: 10px; font-weight: 700; cursor: pointer; transition: .2s; }
.imed-filter-row button:hover { border-color: #bdbdb8; background: #fff; }
.imed-filter-row button.imed-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.imed-result-meta { display: flex; align-items: center; gap: 5px; min-height: 44px; color: var(--muted); font-size: 11px; }
.imed-result-meta strong { color: var(--ink); }
.imed-result-meta button { margin-left: auto; border: 0; background: transparent; color: var(--red); font-size: 10px; font-weight: 800; cursor: pointer; }
.imed-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.imed-incontinence-panel, .imed-nutrition-panel { grid-column: 1 / -1; }
.imed-catalog-subheading { margin: 8px 0 20px; }
.imed-catalog-subheading > span { color: var(--red); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 850; }
.imed-catalog-subheading h3 { margin: 7px 0 0; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; }
.imed-catalog-subheading p { margin: 8px 0 0; color: #65656b; font-size: 12px; }
.imed-brand-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.imed-brand-card { position: relative; min-height: 280px; padding: 28px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(68,45,49,.09); }
.imed-brand-card::after { content: ''; position: absolute; right: -55px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: var(--red-soft); opacity: .72; }
.imed-brand-card > * { position: relative; z-index: 1; }
.imed-brand-mark { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 32px; border-radius: 17px; background: var(--red-soft); color: var(--red); font-size: 15px; font-weight: 850; }
.imed-brand-card h3 { margin: 8px 0 10px; font-size: 24px; }
.imed-brand-card p { margin: 0; color: #606066; font-size: 12px; line-height: 1.65; }
.imed-brand-card small { display: block; margin-top: 18px; color: #818187; font-size: 9px; line-height: 1.5; }
.imed-code-heading { margin-top: 48px; }
.imed-hcpcs-table-wrap { overflow-x: auto; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(68,45,49,.09); }
.imed-hcpcs-table { width: 100%; min-width: 780px; border-collapse: collapse; }
.imed-hcpcs-table th, .imed-hcpcs-table td { padding: 16px 20px; border-bottom: 1px solid #eee7e4; text-align: left; vertical-align: middle; }
.imed-hcpcs-table th { background: #f8f4f2; color: #777177; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 850; }
.imed-hcpcs-table td { color: #4e4d52; font-size: 12px; }
.imed-hcpcs-table tbody tr:last-child td { border-bottom: 0; }
.imed-hcpcs-code { width: 110px; color: var(--ink) !important; font-family: Nunito, Arial Rounded MT Bold, Segoe UI, sans-serif; font-weight: 850; }
.imed-hcpcs-rate { color: var(--ink); }
.imed-hcpcs-maximum { color: var(--ink) !important; font-weight: 750; white-space: nowrap; }
.imed-nutrition-table { min-width: 1120px; }
.imed-nutrition-table th:first-child, .imed-nutrition-table td:first-child { min-width: 220px; }
.imed-nutrition-table th:nth-child(2), .imed-nutrition-table td:nth-child(2) { width: 110px; }
.imed-nutrition-product { color: var(--ink) !important; font-weight: 800; }
.imed-nutrition-rate { color: var(--ink) !important; font-family: Nunito, Arial Rounded MT Bold, Segoe UI, sans-serif; font-weight: 850; white-space: nowrap; }
.imed-product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 20px rgba(20,20,24,.025); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.imed-product-card:hover { transform: translateY(-4px); border-color: #d4d4ce; box-shadow: var(--shadow); }
.imed-product-visual { position: relative; display: grid; place-items: center; height: 260px; overflow: hidden; background: #f8f8f5; border-bottom: 1px solid #eeeeea; }
.imed-product-visual img { box-sizing: border-box !important; width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; object-position: center !important; padding: 18px 24px !important; mix-blend-mode: multiply; transition: transform .35s ease; }
.imed-product-card:hover .imed-product-visual img { transform: scale(1.025); }
.imed-product-body { padding: 23px; }
.imed-product-category { color: var(--red); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 850; }
.imed-product-body h3 { min-height: 47px; margin: 8px 0 4px; font-size: 18px; line-height: 1.3; letter-spacing: -.02em; font-weight: 680; }
.imed-sku { color: var(--subtle); font-size: 10px; }
.imed-code-row { display: flex; align-items: center; justify-content: space-between; margin: 18px 0 13px; padding: 10px 12px; border-radius: var(--radius-sm); background: var(--canvas); }
.imed-code-row span { color: #77777d; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.imed-code-row strong { font-size: 13px; }
.imed-product-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; color: var(--red); font-size: 12px; font-weight: 800; }
.imed-product-action span:last-child { font-size: 18px; line-height: 1; }
.imed-product-open { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; border-radius: inherit; background: transparent; color: transparent; cursor: pointer; }
.imed-product-open:focus-visible { outline: 3px solid var(--red); outline-offset: -5px; }
.imed-product-detail { min-height: 53px; margin: 0; color: #626269; font-size: 11px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.imed-reimbursement-box { display: flex; flex-direction: column; gap: 3px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.imed-reimbursement-box span { color: #85858b; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.imed-reimbursement-box strong { color: var(--ink); font-size: 14px; line-height: 1.35; }
.imed-reimbursement-box small { color: var(--subtle); font-size: 8px; }
.imed-documentation-line { display: flex; gap: 9px; align-items: flex-start; margin-top: 16px; }
.imed-documentation-line > span { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid #cecec9; border-radius: 50%; color: #6b6b71; font-size: 9px; font-weight: 800; flex: 0 0 auto; }
.imed-documentation-line p { margin: 0; color: #737379; font-size: 9px; line-height: 1.5; }
.imed-documentation-line p strong { display: block; color: #404046; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.imed-load-more-wrap { display: flex; justify-content: center; margin-top: 36px; }
.imed-load-more, .imed-empty-state button { border: 0; border-radius: 999px; background: var(--ink); color: #fff; padding: 13px 23px; font-size: 11px; font-weight: 750; cursor: pointer; transition: background .2s, transform .2s; }
.imed-load-more:hover, .imed-empty-state button:hover { background: var(--red); transform: translateY(-1px); }
.imed-empty-state { padding: 64px 24px; border: 1px dashed #cfcfca; border-radius: var(--radius); background: rgba(255,255,255,.7); text-align: center; }
.imed-empty-state strong { font-size: 20px; }
.imed-empty-state p { color: var(--muted); font-size: 12px; }

/* Enlarged product details */
body.imed-product-dialog-open { overflow: hidden; }
.imed-resource-guide .imed-product-dialog { width: min(900px, calc(100vw - 32px)); max-width: 900px; max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: auto; border: 1px solid #e2d7d3; border-radius: 26px; background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(37,24,27,.3); }
.imed-resource-guide .imed-product-dialog::backdrop { background: rgba(32,23,24,.64); backdrop-filter: blur(3px); }
.imed-product-dialog-header { position: sticky; top: 0; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 10px 14px 10px 24px; border-bottom: 1px solid #eee5e2; background: rgba(255,255,255,.97); }
.imed-product-dialog-header > span { color: #6b6362; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.imed-product-dialog-close { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; margin: 0; padding: 8px 14px; border: 1px solid #dfd4d0; border-radius: 999px; background: #fff; color: var(--ink); font-family: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.imed-product-dialog-close:hover { border-color: var(--red); color: var(--red); }
.imed-product-dialog-close span:first-child { font-size: 21px; line-height: 1; }
.imed-product-dialog-layout { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); }
.imed-product-dialog-layout.imed-product-dialog-no-image { grid-template-columns: 1fr; }
.imed-product-dialog-no-image .imed-product-dialog-visual { display: none; }
.imed-product-dialog-visual { position: relative; display: grid; place-items: center; min-height: 500px; padding: 34px; overflow: hidden; background: #faf8f6; border-right: 1px solid #eee5e2; }
.imed-product-dialog-visual img { box-sizing: border-box !important; width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 430px !important; object-fit: contain !important; object-position: center !important; mix-blend-mode: multiply; }
.imed-product-dialog-copy { padding: 40px 38px 44px; }
.imed-product-dialog-category { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.imed-product-dialog-title { margin: 10px 0 6px; font-size: clamp(27px,3.2vw,38px); line-height: 1.14; letter-spacing: -.025em; }
.imed-product-dialog-sku { margin-bottom: 24px; color: var(--subtle); font-size: 13px; }
.imed-product-dialog-facts { margin: 28px 0 0; }
.imed-product-dialog-fact { display: grid; grid-template-columns: 135px minmax(0,1fr); gap: 18px; padding: 16px 0; border-top: 1px solid #eee5e2; }
.imed-product-dialog-fact dt { color: #756d6b; font-size: 12px; line-height: 1.45; }
.imed-product-dialog-fact dd { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.45; font-weight: 750; }
.imed-product-dialog-rate-note { display: block; margin-top: 6px; color: var(--subtle); font-size: 11px; line-height: 1.45; font-weight: 500; }
.imed-product-dialog-note { margin: 24px 0 0; padding: 16px 18px; border-radius: 15px; background: #f7efed; color: #5d5452; font-size: 13px; line-height: 1.55; }

/* Programs */
.imed-program-section { background: #fff; scroll-margin-top: 76px; }
.imed-program-heading { margin-bottom: 44px; }
.imed-program-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; align-items: stretch; }
.imed-coverage-path { padding: 38px; border-radius: var(--radius-lg); background: var(--ink); color: #fff; }
.imed-path-title span, .imed-program-label { display: block; margin-bottom: 9px; color: #ef8999; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; font-weight: 850; }
.imed-path-title h3 { margin: 0 0 30px; max-width: 430px; font-size: 27px; line-height: 1.16; letter-spacing: -.03em; font-weight: 650; }
.imed-coverage-path ol { margin: 0; padding: 0; list-style: none; }
.imed-coverage-path li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid var(--line-dark); }
.imed-coverage-path li > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #f08a9b; font-size: 9px; font-weight: 800; }
.imed-coverage-path li strong { display: block; font-size: 13px; }
.imed-coverage-path li p { margin: 6px 0 0; color: #bdbdc2; font-size: 11px; line-height: 1.6; }
.imed-program-cards { display: grid; gap: 16px; }
.imed-program-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.imed-program-card.imed-advantage-card { background: var(--canvas); }
.imed-program-card h3 { margin: 0 0 17px; font-size: 22px; letter-spacing: -.025em; }
.imed-program-card ul { margin: 0 0 22px; padding: 0; list-style: none; }
.imed-program-card li { position: relative; margin: 9px 0; padding-left: 19px; color: #5c5c63; font-size: 11px; line-height: 1.55; }
.imed-program-card li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.imed-program-card a { color: var(--red); text-decoration: none; font-size: 10px; font-weight: 800; }
.imed-policy-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 16px; padding: 19px 22px; border: 1px solid #eee2c6; border-radius: var(--radius); background: #fffaf0; }
.imed-policy-note > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #d69b29; color: #fff; font-size: 10px; font-weight: 850; flex: 0 0 auto; }
.imed-policy-note p { margin: 0; color: #655a42; font-size: 11px; line-height: 1.65; }

/* Documentation */
.imed-documentation-section { background: var(--ink); color: #fff; scroll-margin-top: 76px; }
.imed-documentation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 110px); align-items: start; }
.imed-documentation-intro { position: sticky; top: 116px; }
.imed-documentation-intro h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; font-weight: 650; }
.imed-documentation-intro > p { margin: 24px 0; color: #bdbdc2; font-size: 13px; line-height: 1.75; }
.imed-documentation-intro > a { display: inline-flex; flex-direction: column; padding: 13px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; text-decoration: none; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.imed-documentation-intro > a span { margin-top: 3px; font-size: 15px; letter-spacing: 0; }
.imed-checklist-stack { border-top: 1px solid var(--line-dark); }
.imed-checklist-stack details { border-bottom: 1px solid var(--line-dark); }
.imed-checklist-stack summary { display: flex; justify-content: space-between; align-items: center; min-height: 78px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 650; }
.imed-checklist-stack summary::-webkit-details-marker { display: none; }
.imed-checklist-stack summary b { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 16px; font-weight: 400; transition: transform .2s, background .2s; }
.imed-checklist-stack details[open] summary b { transform: rotate(45deg); background: var(--red); border-color: var(--red); }
.imed-checklist-stack details > div { padding: 0 46px 28px 0; color: #d0d0d4; }
.imed-checklist-stack details p { margin: 0 0 12px; font-size: 11px; line-height: 1.65; }
.imed-checklist-stack details ul { margin: 0; padding-left: 18px; }
.imed-checklist-stack details li { margin: 7px 0; font-size: 11px; line-height: 1.55; }
.imed-checklist-stack .imed-phi-warning { margin-top: 15px; padding: 10px 12px; border-radius: var(--radius-sm); background: rgba(201,31,55,.2); color: #fff; font-weight: 750; }

/* Resources */
.imed-resources-section { background: var(--canvas); scroll-margin-top: 76px; }
.imed-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.imed-resource-grid > a { position: relative; min-height: 220px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-decoration: none; transition: transform .25s, box-shadow .25s, border-color .25s; }
.imed-resource-grid > a::after { content: "↗"; position: absolute; top: 23px; right: 24px; color: #aaaab0; font-size: 16px; transition: color .2s, transform .2s; }
.imed-resource-grid > a:hover, .imed-resource-grid > a:focus-visible { transform: translateY(-4px); border-color: #d4d4ce; box-shadow: var(--shadow); }
.imed-resource-grid > a:hover::after { color: var(--red); transform: translate(2px,-2px); }
.imed-resource-grid span { display: block; margin-bottom: 25px; color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; font-weight: 850; }
.imed-resource-grid strong { display: block; padding-right: 25px; font-size: 19px; letter-spacing: -.02em; }
.imed-resource-grid p { min-height: 61px; margin: 12px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.imed-resource-grid b { color: var(--red); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }

/* Contact and footer */
.imed-contact-section { background: var(--red); color: #fff; }
.imed-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 78px; }
.imed-contact-grid h2 { margin: 0; max-width: 590px; font-size: clamp(38px, 4vw, 54px); line-height: 1.03; letter-spacing: -.045em; font-weight: 650; }
.imed-contact-grid > div:first-child > p { max-width: 560px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.7; }
.imed-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.imed-contact-actions > * { display: flex; flex-direction: column; justify-content: center; min-height: 86px; padding: 16px 19px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); text-decoration: none; }
.imed-contact-actions .imed-primary-contact { grid-column: 1 / -1; background: #fff; color: var(--red); border-color: #fff; }
.imed-contact-actions span { margin-bottom: 4px; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 850; opacity: .72; }
.imed-contact-actions strong { font-size: 15px; line-height: 1.4; }
.imed-contact-actions .imed-primary-contact strong { font-size: 27px; letter-spacing: -.03em; }
.imed-privacy-banner { grid-column: 1 / -1; padding: 14px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(65,0,12,.18); color: rgba(255,255,255,.78); font-size: 10px; line-height: 1.6; }
.imed-privacy-banner strong { color: #fff; }
.imed-site-footer { background: #0d0d0f; color: #fff; }
.imed-footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr 110px; gap: 60px; align-items: start; padding-block: 58px; }
.imed-footer-brand img { width: 185px; filter: brightness(0) invert(1); }
.imed-footer-brand p { max-width: 370px; margin: 21px 0 0; color: #aaaab0; font-size: 10px; line-height: 1.7; }
.imed-footer-links { display: flex; flex-direction: column; gap: 11px; }
.imed-footer-links strong { margin-bottom: 5px; color: #fff; font-size: 11px; }
.imed-footer-links a { color: #aaaab0; text-decoration: none; font-size: 10px; transition: color .2s; }
.imed-footer-links a:hover { color: #fff; }
.imed-accreditation-seal { width: 80px; height: auto; justify-self: end; }
.imed-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.imed-footer-bottom .imed-shell { min-height: 56px; display: flex; align-items: center; justify-content: space-between; color: #aebcc2; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }

/* Warm healthcare theme inspired by TenderHeart's visual rhythm */
.imed-resource-guide { font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
.imed-resource-guide h1, .imed-resource-guide h2, .imed-resource-guide h3, .imed-resource-guide strong, .imed-resource-guide b, .imed-resource-guide .imed-main-nav, .imed-resource-guide .imed-header-call, .imed-resource-guide .imed-eyebrow, .imed-resource-guide .imed-search-button, .imed-resource-guide .imed-service-link, .imed-resource-guide .imed-panel-kicker, .imed-resource-guide .imed-program-label, .imed-resource-guide .imed-path-title span, .imed-resource-guide .imed-filter-row button, .imed-resource-guide .imed-load-more, .imed-resource-guide .imed-resource-grid span {
  font-family: "Nunito", "Arial Rounded MT Bold", "Segoe UI", sans-serif;
}
.imed-utility-bar { background: #94152a; color: #fff; }
.imed-utility-inner { min-height: 40px; font-size: 12px; }
.imed-utility-inner a { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.28); }
.imed-site-header { background: rgba(255,255,255,.97); border-bottom: 0; box-shadow: 0 6px 26px rgba(67,42,46,.07); }
.imed-header-inner { min-height: 104px; }
.imed-brand { width: 218px; }
.imed-main-nav { gap: 34px; }
.imed-main-nav a { color: #302d2f; font-size: 14px; font-weight: 800; }
.imed-main-nav a::after { background: #b51e36; }
.imed-header-call { background: #29272a; border-color: #29272a; padding: 13px 21px; }
.imed-header-call:hover { background: #b51e36; border-color: #b51e36; }

.imed-hero {
  min-height: 690px;
  background:
    linear-gradient(90deg, rgba(249,241,238,.3), rgba(255,255,255,0) 58%),
    var(--imed-hero-image) center center / cover no-repeat,
    #eee5e2;
}
.imed-hero::before {
  inset: 50% auto auto -118px; width: 710px; height: 710px; aspect-ratio: auto;
  transform: translateY(-50%); border: 0; border-radius: 50%;
  background: rgba(255,253,250,.93); box-shadow: 0 18px 60px rgba(71,45,49,.1);
}
.imed-hero::after {
  content: ""; position: absolute; right: -60px; bottom: -190px; width: 420px; height: 420px;
  border: 72px solid rgba(181,30,54,.16); border-radius: 50%; pointer-events: none;
}
.imed-hero-grid { display: block; min-height: 690px; padding-block: 66px; }
.imed-hero-copy { position: relative; z-index: 2; width: 560px; min-height: 560px; display: flex; flex-direction: column; justify-content: center; padding: 58px 50px 54px 30px; }
.imed-eyebrow { color: #a91a31; }
.imed-eyebrow.imed-light { color: #ffd8df; }
.imed-hero h1 { max-width: 530px; color: #302d2f; font-size: clamp(43px, 4.1vw, 58px); line-height: 1.05; letter-spacing: -.035em; font-weight: 900; }
.imed-hero h1 em { color: #b51e36; font-style: normal; }
.imed-hero-copy > p { max-width: 500px; margin-top: 20px; color: #635c5e; font-size: 16px; line-height: 1.65; }
.imed-hero-search { max-width: 515px; margin-top: 25px; border-color: #e4d8d5; box-shadow: 0 13px 32px rgba(82,53,58,.13); }
.imed-search-button { background: #b51e36; font-weight: 800; }
.imed-search-examples { color: #7b7174; }
.imed-hero-panel {
  position: absolute; z-index: 3; right: 0; bottom: 36px; width: 390px; padding: 24px 27px;
  border: 1px solid rgba(255,255,255,.75); border-radius: 28px;
  background: rgba(255,253,250,.92); color: #302d2f; box-shadow: 0 22px 55px rgba(67,42,46,.16);
  backdrop-filter: blur(14px);
}
.imed-panel-kicker { color: #a91a31; }
.imed-hero-panel h2 { margin: 8px 0 17px; color: #29272a; font-size: 21px; font-weight: 900; }
.imed-overview-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e5d9d5; }
.imed-overview-list > div { display: block; padding: 13px 7px; border-bottom: 1px solid #e5d9d5; text-align: center; }
.imed-overview-list strong { display: block; color: #b51e36; font-size: 23px; }
.imed-overview-list span { display: block; margin-top: 4px; color: #6e6467; font-size: 9px; }
.imed-panel-note { margin-top: 14px; color: #6e6467; font-size: 10px; }
.imed-check { background: #29272a; }

.imed-trust-strip { background: #29272a; border: 0; color: #fff; }
.imed-trust-inner { min-height: 78px; }
.imed-trust-inner span { color: #fff; }
.imed-trust-inner span::before { background: #c92742; box-shadow: 0 0 0 5px rgba(255,255,255,.13); }
.imed-section { padding-block: clamp(82px, 8vw, 112px); }
.imed-section-heading h2 { color: #302d2f; font-weight: 900; letter-spacing: -.025em; }
.imed-section-heading p { color: #736b6d; }

.imed-services-section { position: relative; background: #fffdfa; overflow: hidden; }
.imed-services-section::before { content: ""; position: absolute; right: -90px; top: 40px; width: 310px; height: 310px; border-radius: 50%; background: rgba(181,30,54,.07); }
.imed-service-grid { gap: 18px; }
.imed-service-card { min-height: 300px; border: 0; border-radius: 26px; background: #fff; box-shadow: 0 12px 34px rgba(71,46,50,.1); }
.imed-service-card:nth-child(even) { background: #f5efed; }
.imed-service-card::after { height: 5px; background: #b51e36; }
.imed-service-card:hover, .imed-service-card:focus-visible { background: #fff; box-shadow: 0 22px 54px rgba(71,46,50,.16); }
.imed-service-mark { width: 56px; height: 56px; margin-bottom: 27px; border-radius: 50%; background: #f9e5e9; color: #b51e36; font-size: 12px; }
.imed-service-card:nth-child(even) .imed-service-mark { background: #e6dedd; color: #4a4446; }
.imed-service-card > strong { color: #302d2f; font-weight: 900; }
.imed-service-link { color: #a91a31; }

.imed-catalog-section { background: linear-gradient(180deg, #f1ecea 0%, #f8f5f3 100%); }
.imed-catalog-search, .imed-rate-select select { border-color: #dfd4d1; }
.imed-filter-row button { border-color: #ddd2cf; background: rgba(255,255,255,.72); }
.imed-filter-row button.imed-active { border-color: #29272a; background: #29272a; }
.imed-result-meta button, .imed-product-category { color: #a91a31; }
.imed-product-card { border: 0; border-radius: 24px; box-shadow: 0 10px 30px rgba(68,45,49,.09); }
.imed-product-card:hover { border-color: transparent; box-shadow: 0 20px 52px rgba(68,45,49,.15); }
.imed-product-visual { background: #faf8f6; border-bottom-color: #eee5e2; }
.imed-load-more, .imed-empty-state button { background: #29272a; }
.imed-load-more:hover, .imed-empty-state button:hover { background: #b51e36; }

.imed-program-section { position: relative; background: #fffdfa; overflow: hidden; }
.imed-program-section::after { content: ""; position: absolute; left: -160px; bottom: -160px; width: 380px; height: 380px; border-radius: 50%; background: rgba(181,30,54,.06); pointer-events: none; }
.imed-coverage-path { border-radius: 36px; background: #29272a; box-shadow: 0 18px 46px rgba(44,32,35,.2); }
.imed-path-title span, .imed-program-label { color: #b51e36; }
.imed-coverage-path .imed-path-title span { color: #f4a5b2; }
.imed-coverage-path li { border-color: rgba(255,255,255,.2); }
.imed-coverage-path li > span { color: #fff; background: #a9172f; border-color: rgba(255,255,255,.28); }
.imed-coverage-path li p { color: rgba(255,255,255,.78); }
.imed-program-card { border: 0; border-radius: 28px; box-shadow: 0 12px 35px rgba(68,45,49,.09); }
.imed-program-card.imed-advantage-card { background: #f4eeec; }
.imed-program-card li::before { background: #b51e36; }
.imed-program-card a { color: #a91a31; }

.imed-documentation-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #9d172d 0%, #851226 46%, #29272a 100%); }
.imed-documentation-section::after { content: ""; position: absolute; right: -190px; top: -210px; width: 560px; height: 560px; border: 90px solid rgba(255,255,255,.09); border-radius: 50%; }
.imed-documentation-grid { position: relative; z-index: 1; }
.imed-documentation-intro > p, .imed-checklist-stack details > div { color: rgba(255,255,255,.83); }
.imed-documentation-intro > a { background: #fff; border-color: #fff; color: #94152a; }
.imed-checklist-stack details, .imed-checklist-stack { border-color: rgba(255,255,255,.3); }
.imed-checklist-stack details[open] summary b { background: #29272a; border-color: #29272a; }
.imed-checklist-stack .imed-phi-warning { background: rgba(20,16,17,.28); }

.imed-resources-section { background: #f6f1ef; }
.imed-resource-grid > a { border: 0; border-radius: 25px; box-shadow: 0 11px 32px rgba(68,45,49,.09); }
.imed-resource-grid > a:nth-child(even) { background: #eee8e6; }
.imed-resource-grid span, .imed-resource-grid b { color: #a91a31; }
.imed-resource-grid > a:hover, .imed-resource-grid > a:focus-visible { border-color: transparent; box-shadow: 0 21px 50px rgba(68,45,49,.15); }
.imed-resource-grid > a:hover::after { color: #b51e36; }

.imed-contact-section { position: relative; overflow: hidden; background: #a9172f; }
.imed-contact-section::before { content: ""; position: absolute; left: -170px; top: -220px; width: 500px; height: 500px; border: 75px solid rgba(255,255,255,.12); border-radius: 50%; }
.imed-contact-grid { position: relative; z-index: 1; }
.imed-contact-actions .imed-primary-contact { color: #94152a; }
.imed-privacy-banner { background: rgba(26,21,22,.22); }
.imed-site-footer { background: #29272a; }
.imed-footer-bottom { border-color: rgba(255,255,255,.14); }

.imed-resource-guide button:focus-visible, .imed-resource-guide a:focus-visible, .imed-resource-guide input:focus-visible, .imed-resource-guide select:focus-visible { outline: 3px solid rgba(181,30,54,.3); outline-offset: 3px; }

body.admin-bar .imed-site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .imed-site-header { top: 46px; } }

@media (max-width: 1080px) {
  .imed-main-nav { display: none; }
  .imed-header-call { margin-left: auto; }
  .imed-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .imed-hero-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .imed-hero-panel h2 { margin-bottom: 0; }
  .imed-overview-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .imed-overview-list > div { display: block; padding: 18px; border-right: 1px solid var(--line-dark); }
  .imed-overview-list span { display: block; margin-top: 5px; }
  .imed-panel-note { grid-column: 1 / -1; }
  .imed-service-grid { grid-template-columns: repeat(3, 1fr); }
  .imed-product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .imed-shell { width: min(100% - 36px, 1240px); }
  .imed-utility-inner > span:first-child { display: none; }
  .imed-utility-inner { justify-content: flex-end; }
  .imed-header-inner { min-height: 68px; }
  .imed-brand { width: 166px; }
  .imed-header-call { padding: 10px 14px; font-size: 11px; }
  .imed-hero-grid { padding-block: 64px 76px; }
  .imed-hero h1 { font-size: clamp(43px, 12vw, 64px); }
  .imed-hero-copy > p { font-size: 15px; }
  .imed-hero-panel { display: block; padding: 29px; }
  .imed-hero-panel h2 { margin-bottom: 26px; }
  .imed-overview-list { display: block; }
  .imed-overview-list > div { display: grid; border-right: 0; }
  .imed-split-heading, .imed-catalog-heading { grid-template-columns: 1fr; gap: 18px; }
  .imed-section-heading p { max-width: 620px; }
  .imed-trust-inner { grid-template-columns: repeat(2, 1fr); padding-block: 15px; gap: 15px; }
  .imed-service-grid { grid-template-columns: repeat(2, 1fr); }
  .imed-catalog-toolbar { grid-template-columns: 1fr; }
  .imed-rate-select select { min-height: 50px; }
  .imed-program-grid, .imed-documentation-grid, .imed-contact-grid { grid-template-columns: 1fr; }
  .imed-documentation-intro { position: static; }
  .imed-resource-grid { grid-template-columns: repeat(2, 1fr); }
  .imed-contact-grid { gap: 36px; }
  .imed-footer-main { grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
  .imed-accreditation-seal { justify-self: start; }
}

@media (max-width: 560px) {
  .imed-shell { width: min(100% - 28px, 1240px); }
  .imed-utility-bar { display: none; }
  .imed-site-header { position: relative; }
  .imed-header-inner { min-height: 64px; }
  .imed-brand { width: 145px; }
  .imed-header-call { padding: 9px 12px; font-size: 10px; }
  .imed-hero { background: radial-gradient(circle at 92% 8%, rgba(201,31,55,.1), transparent 28%), var(--canvas); }
  .imed-hero-grid { padding-block: 54px 64px; gap: 36px; }
  .imed-hero h1 { font-size: 42px; }
  .imed-hero-copy > p { margin-top: 20px; font-size: 14px; }
  .imed-hero-search { border-radius: var(--radius); }
  .imed-search-button { padding-inline: 15px; }
  .imed-search-examples { margin-left: 4px; }
  .imed-hero-panel { border-radius: 22px; box-shadow: 12px 14px 0 rgba(201,31,55,.08); }
  .imed-trust-inner { grid-template-columns: 1fr; gap: 11px; }
  .imed-section { padding-block: 68px; }
  .imed-section-heading { margin-bottom: 30px; }
  .imed-section-heading h2 { font-size: 36px; }
  .imed-service-grid, .imed-product-grid, .imed-resource-grid { grid-template-columns: 1fr; }
  .imed-brand-grid { grid-template-columns: 1fr; }
  .imed-brand-card { min-height: 0; }
  .imed-hcpcs-table:not(.imed-nutrition-table) { display: block; min-width: 0; }
  .imed-hcpcs-table:not(.imed-nutrition-table) thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .imed-hcpcs-table:not(.imed-nutrition-table) tbody,
  .imed-hcpcs-table:not(.imed-nutrition-table) tr,
  .imed-hcpcs-table:not(.imed-nutrition-table) td { display: block; width: 100%; }
  .imed-hcpcs-table:not(.imed-nutrition-table) tr { padding: 13px 18px; border-bottom: 1px solid #eee7e4; }
  .imed-hcpcs-table:not(.imed-nutrition-table) tbody tr:last-child { border-bottom: 0; }
  .imed-hcpcs-table:not(.imed-nutrition-table) td { display: grid; grid-template-columns: minmax(108px, 39%) 1fr; gap: 12px; padding: 8px 0; border: 0; font-size: 12px; }
  .imed-hcpcs-table:not(.imed-nutrition-table) td::before { content: attr(data-label); color: #777177; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 850; }
  .imed-hcpcs-table:not(.imed-nutrition-table) .imed-hcpcs-code { width: 100%; }
  .imed-hcpcs-table:not(.imed-nutrition-table) .imed-hcpcs-maximum { white-space: normal; }
  .imed-service-card { min-height: 0; }
  .imed-service-description { min-height: 0; }
  .imed-product-visual { height: 250px; }
  .imed-product-dialog { width: calc(100vw - 16px) !important; max-height: calc(100dvh - 16px) !important; border-radius: 20px !important; }
  .imed-product-dialog-header { min-height: 58px; padding: 7px 9px 7px 18px; }
  .imed-product-dialog-layout { grid-template-columns: 1fr; }
  .imed-product-dialog-visual { min-height: 280px; max-height: 320px; padding: 22px; border-right: 0; border-bottom: 1px solid #eee5e2; }
  .imed-product-dialog-visual img { max-height: 270px !important; }
  .imed-product-dialog-copy { padding: 26px 23px 32px; }
  .imed-product-dialog-category { font-size: 11px; }
  .imed-product-dialog-title { font-size: 29px; }
  .imed-product-dialog-fact { grid-template-columns: 1fr; gap: 5px; padding: 15px 0; }
  .imed-product-dialog-fact dt { font-size: 13px; }
  .imed-product-dialog-fact dd { font-size: 17px; }
  .imed-product-dialog-rate-note { font-size: 12px; }
  .imed-product-dialog-note { font-size: 14px; }
  .imed-coverage-path { padding: 27px 24px; border-radius: 22px; }
  .imed-program-card { padding: 24px; }
  .imed-checklist-stack summary { font-size: 15px; }
  .imed-checklist-stack details > div { padding-right: 8px; }
  .imed-contact-actions { grid-template-columns: 1fr; }
  .imed-contact-actions .imed-primary-contact { grid-column: auto; }
  .imed-footer-main { grid-template-columns: 1fr 1fr; }
  .imed-footer-brand { grid-column: 1 / -1; }
  .imed-accreditation-seal { width: 64px; }
  .imed-footer-bottom .imed-shell { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

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

@media (max-width: 1080px) {
  .imed-header-inner { min-height: 86px; }
  .imed-hero, .imed-hero-grid { min-height: 680px; }
  .imed-hero { background-position: 56% center; }
  .imed-hero-copy { width: 540px; min-height: 540px; }
  .imed-hero-panel { display: block; width: 360px; right: 22px; bottom: 26px; }
  .imed-overview-list { display: grid; }
  .imed-overview-list > div { display: block; padding: 12px 6px; border-right: 0; }
}

@media (max-width: 800px) {
  .imed-header-inner { min-height: 76px; }
  .imed-hero, .imed-hero-grid { min-height: 760px; }
  .imed-hero { background-position: 63% center; }
  .imed-hero::before { left: -250px; width: 720px; height: 720px; }
  .imed-hero-copy { width: 480px; min-height: 520px; padding: 48px 38px 48px 10px; }
  .imed-hero h1 { font-size: 48px; }
  .imed-hero-copy > p { max-width: 450px; font-size: 14px; }
  .imed-hero-panel { width: 340px; }
  .imed-trust-inner { padding-block: 18px; }
}

@media (max-width: 560px) {
  .imed-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(246,239,236,.08) 52%, rgba(246,239,236,.95) 70%),
      var(--imed-hero-image) 67% top / auto 390px no-repeat,
      #f3ece9;
  }
  .imed-hero::before, .imed-hero::after { display: none; }
  .imed-hero-grid { min-height: 0; padding: 330px 0 30px; }
  .imed-hero-copy { width: 100%; min-height: 0; padding: 30px 24px 26px; border-radius: 30px; background: rgba(255,253,250,.95); box-shadow: 0 14px 38px rgba(71,46,50,.11); }
  .imed-hero h1 { font-size: 39px; line-height: 1.03; }
  .imed-hero-copy > p { font-size: 13px; }
  .imed-hero-search { border-radius: 999px; }
  .imed-hero-panel { position: static; width: 100%; margin-top: 14px; padding: 23px; border-radius: 25px; box-shadow: 0 14px 38px rgba(71,46,50,.11); }
  .imed-hero-panel h2 { margin-bottom: 15px; }
  .imed-overview-list { grid-template-columns: repeat(3, 1fr); }
  .imed-trust-inner { padding-block: 20px; }
  .imed-service-card { border-radius: 24px; }
}

/* Divi-editable page layout */
.imed-divi-section {
  --imed-primary: #b51e36;
  --imed-dark: #29272a;
  --imed-canvas: #f6f1ef;
  --imed-heading-font: "Nunito", "Arial Rounded MT Bold", "Segoe UI", sans-serif;
  --imed-body-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family: var(--imed-body-font);
}
.imed-divi-section h1,
.imed-divi-section h2,
.imed-divi-section h3,
.imed-divi-section h4,
.imed-divi-section strong,
.imed-divi-section .et_pb_module_header {
  font-family: var(--imed-heading-font);
}
.imed-divi-section .et_pb_row.imed-divi-wide-row {
  width: min(1240px, calc(100% - 56px));
  max-width: 1240px;
}
.imed-divi-section:not(.imed-divi-hero):not(.imed-divi-trust):not(.imed-divi-contact) {
  padding: clamp(76px, 8vw, 112px) 0;
}
.imed-divi-section .et_pb_module { margin-bottom: 0; font-family: var(--imed-body-font); }
.imed-divi-eyebrow {
  margin: 0 0 15px !important;
  color: var(--imed-primary);
  font: 800 11px/1.3 var(--imed-heading-font);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.imed-divi-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 0 11px 3px 0;
  background: currentColor;
}
.imed-divi-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}
.imed-divi-hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -118px;
  width: 710px;
  height: 710px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255,253,250,.94);
  box-shadow: 0 18px 60px rgba(71,45,49,.1);
}
.imed-divi-hero-row {
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 66px 0 !important;
}
.imed-divi-hero-row > .et_pb_column { z-index: 2; }
.imed-divi-hero-copy { max-width: 580px; padding: 40px 20px 40px 4px; }
.imed-divi-hero-copy h1 {
  padding: 0;
  color: #302d2f;
  font-size: clamp(45px, 4.4vw, 64px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.imed-divi-hero-copy h1 em { color: var(--imed-primary); font-style: normal; }
.imed-divi-hero-copy > div > p:last-child,
.imed-divi-hero-copy > p:last-child { max-width: 540px; margin-top: 22px; color: #625b5e; font-size: 16px; line-height: 1.7; }
.imed-divi-primary-button { margin-top: 24px !important; }
.imed-divi-primary-button .et_pb_button {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--imed-primary) !important;
  color: #fff !important;
  font: 800 14px/1.2 var(--imed-heading-font) !important;
  padding: 14px 23px !important;
}
.imed-divi-primary-button .et_pb_button:hover { background: var(--imed-dark) !important; padding: 14px 23px !important; }
.imed-divi-primary-button .et_pb_button::after { display: none; }
.imed-divi-overview-card {
  padding: 30px !important;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 28px;
  background: rgba(255,253,250,.94);
  box-shadow: 0 22px 55px rgba(67,42,46,.16);
  backdrop-filter: blur(14px);
}
.imed-divi-overview-card h2 { color: var(--imed-dark); font-size: 26px; font-weight: 900; line-height: 1.18; }
.imed-divi-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 20px 0 13px; padding: 14px 0; border-block: 1px solid #e5d9d5; }
.imed-divi-stats p { margin: 0; padding: 0 5px; text-align: center; }
.imed-divi-stats strong { display: block; color: var(--imed-primary); font-size: 25px; }
.imed-divi-stats span { display: block; color: #6e6467; font-size: 10px; line-height: 1.35; }
.imed-divi-privacy-note { margin: 0 !important; color: #6e6467; font-size: 11px; line-height: 1.5; }
.imed-divi-trust { padding: 0 !important; background: var(--imed-dark); color: #fff; }
.imed-divi-trust .et_pb_row { padding: 25px 0 !important; }
.imed-divi-trust p { margin: 0; color: #fff; font: 800 11px/1.4 var(--imed-heading-font); letter-spacing: .06em; text-transform: uppercase; }
.imed-divi-trust p::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 10px 1px 0; border-radius: 50%; background: var(--imed-primary); box-shadow: 0 0 0 5px rgba(255,255,255,.13); }
.imed-divi-services { overflow: hidden; background: #fffdfa; }
.imed-divi-section-heading { max-width: 860px; }
.imed-divi-section-heading h2 { color: #302d2f; font-size: clamp(38px,4vw,54px); font-weight: 900; line-height: 1.04; letter-spacing: -.03em; }
.imed-divi-section-heading > div > p:last-child,
.imed-divi-section-heading > p:last-child { max-width: 720px; margin-top: 15px; color: #736b6d; font-size: 15px; line-height: 1.7; }
.imed-divi-card-row { padding-top: 30px !important; }
.imed-divi-card-row-two { padding-top: 18px !important; }
.imed-divi-service-card,
.imed-divi-resource-card {
  height: 100%;
  padding: 28px !important;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(71,46,50,.1);
  transition: transform .25s ease, box-shadow .25s ease;
}
.imed-divi-service-card:hover,
.imed-divi-resource-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(71,46,50,.16); }
.imed-divi-service-card .et_pb_module_header,
.imed-divi-resource-card .et_pb_module_header { padding-bottom: 10px; color: #302d2f; font-size: 22px; font-weight: 900; line-height: 1.2; }
.imed-divi-service-card p,
.imed-divi-resource-card p { color: #6f686a; font-size: 13px; line-height: 1.65; }
.imed-divi-card-kicker { color: var(--imed-primary) !important; font: 800 10px/1.3 var(--imed-heading-font) !important; letter-spacing: .11em; text-transform: uppercase; }
.imed-divi-service-card a,
.imed-divi-resource-card a,
.imed-divi-program-card a { color: var(--imed-primary); font-weight: 800; }
.imed-divi-catalog-section { background: linear-gradient(180deg,#f1ecea 0%,#f8f5f3 100%); }
.imed-divi-catalog-row { padding-top: 32px !important; }
.imed-divi-catalog-module .imed-catalog-embed { background: transparent; }
.imed-divi-programs { background: #fffdfa; }
.imed-divi-program-row { padding-top: 34px !important; }
.imed-divi-workflow-card { padding: 38px !important; border-radius: 34px; background: var(--imed-dark); color: #fff; box-shadow: 0 18px 46px rgba(44,32,35,.2); }
.imed-divi-workflow-card h3 { color: #fff; font-size: 28px; font-weight: 900; line-height: 1.2; }
.imed-divi-workflow-card ol { margin-top: 20px; }
.imed-divi-workflow-card li { margin: 0; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.6; }
.imed-divi-workflow-card li strong { color: #fff; }
.imed-divi-program-card { padding: 28px !important; border-radius: 26px; background: #fff; box-shadow: 0 12px 35px rgba(68,45,49,.09); }
.imed-divi-program-card + .imed-divi-program-card { margin-top: 18px !important; }
.imed-divi-program-card h3 { color: #302d2f; font-size: 23px; font-weight: 900; }
.imed-divi-program-card li { margin-bottom: 7px; color: #5c5c63; font-size: 13px; line-height: 1.55; }
.imed-divi-advantage-card { background: #f4eeec; }
.imed-divi-documentation { color: #fff; background: linear-gradient(135deg,var(--imed-primary) 0%,#851226 46%,var(--imed-dark) 100%); }
.imed-divi-documentation h2 { color: #fff; font-size: clamp(38px,4vw,54px); font-weight: 900; line-height: 1.04; }
.imed-divi-documentation .imed-divi-eyebrow { color: #ffd8df; }
.imed-divi-documentation-intro p { color: rgba(255,255,255,.83); line-height: 1.7; }
.imed-divi-documentation-intro a { color: #fff; font-weight: 800; }
.imed-divi-accordion .et_pb_toggle { margin: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); background: transparent; }
.imed-divi-accordion .et_pb_toggle_title { color: #fff; font-family: var(--imed-heading-font); font-size: 18px; font-weight: 800; }
.imed-divi-accordion .et_pb_toggle_content { color: rgba(255,255,255,.85); }
.imed-divi-accordion .et_pb_toggle_content li { margin-bottom: 7px; }
.imed-divi-resources { background: var(--imed-canvas); }
.imed-divi-resource-card { min-height: 220px; }
.imed-divi-contact { padding: 76px 0 !important; color: #fff; background: var(--imed-primary); }
.imed-divi-contact h2 { color: #fff; font-size: clamp(38px,4vw,54px); font-weight: 900; line-height: 1.04; }
.imed-divi-contact .imed-divi-eyebrow { color: #ffd8df; }
.imed-divi-contact p { color: rgba(255,255,255,.85); }
.imed-divi-contact-card { padding: 26px !important; border: 1px solid rgba(255,255,255,.26); border-radius: 24px; background: rgba(44,20,25,.16); }
.imed-divi-contact-card p { margin-bottom: 16px; }
.imed-divi-contact-card p:last-child { margin-bottom: 0; }
.imed-divi-contact-card small { font: 800 9px/1.2 var(--imed-heading-font); letter-spacing: .12em; }
.imed-divi-contact-card strong { color: #fff; font-size: 17px; }
.imed-divi-contact-card a { color: #fff; }
.imed-divi-phi-notice { margin-top: 18px !important; padding: 15px 18px !important; border-radius: 14px; background: rgba(31,16,19,.2); }
.imed-divi-phi-notice p { margin: 0; font-size: 12px; }

@media (max-width: 980px) {
  .imed-divi-section .et_pb_row.imed-divi-wide-row { width: min(100% - 36px,1240px); }
  .imed-divi-hero-row { display: block; padding: 70px 0 !important; }
  .imed-divi-hero::before { left: -270px; }
  .imed-divi-overview-card { margin-top: 24px !important; }
  .imed-divi-trust .et_pb_column { width: 50% !important; margin: 0 !important; padding: 10px; }
  .imed-divi-card-row .et_pb_column { margin-bottom: 18px !important; }
}
@media (max-width: 600px) {
  .imed-divi-section .et_pb_row.imed-divi-wide-row { width: min(100% - 28px,1240px); }
  .imed-divi-section:not(.imed-divi-hero):not(.imed-divi-trust):not(.imed-divi-contact) { padding: 66px 0; }
  .imed-divi-hero { min-height: 0; background-position: 67% top !important; background-size: auto 390px !important; background-repeat: no-repeat !important; background-color: #f3ece9 !important; }
  .imed-divi-hero::before { display: none; }
  .imed-divi-hero-row { min-height: 0; padding: 330px 0 30px !important; }
  .imed-divi-hero-copy { padding: 28px 22px !important; border-radius: 28px; background: rgba(255,253,250,.96); box-shadow: 0 14px 38px rgba(71,46,50,.11); }
  .imed-divi-hero-copy h1 { font-size: 40px; }
  .imed-divi-stats { grid-template-columns: repeat(3,1fr); }
  .imed-divi-trust .et_pb_column { width: 100% !important; }
  .imed-divi-section-heading h2,
  .imed-divi-documentation h2,
  .imed-divi-contact h2 { font-size: 36px; }
}
