/* Start custom CSS for html, class: .elementor-element-e1fb86d */.pill-hero-section {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 80px 24px 60px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.pill-hero-section *, .pill-hero-section *::before, .pill-hero-section *::after {
  box-sizing: border-box;
}
.pill-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .pill-hero-container {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
  }
}
.pill-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f0f7ff;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 24px;
}
.pill-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #0099a8;
  border-radius: 50%;
}
.pill-badge-text {
  font-size: 0.825rem;
  font-weight: 600;
  color: #1a365d;
  letter-spacing: 0.02em;
}
.pill-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a365d;
  line-height: 1.15;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .pill-hero-content h1 { font-size: 3.5rem; }
}
.pill-hero-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #334155;
  margin: 0 0 36px 0;
}
.pill-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .pill-hero-actions { flex-direction: row; align-items: center; }
}
.btn-pill-primary {
  display: inline-block;
  text-align: center;
  background-color: #0099a8;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 153, 168, 0.2);
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.btn-pill-primary:hover { background-color: #00808c; transform: translateY(-1px); }
.btn-pill-phone {
  display: inline-block;
  text-align: center;
  color: #1a365d;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 24px;
  text-decoration: none;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #f8fafc;
}
.btn-pill-phone:hover { background-color: #f1f5f9; }

/* Right Column Visual Graphic Setup */
.pill-hero-graphic {
  position: relative;
  padding: 20px;
}
.pill-graphic-border {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f7ff;
  border-radius: 20px;
  top: 10px;
  left: 10px;
  transform: rotate(-2deg);
  z-index: 1;
  border: 1px dashed #cbd5e1;
}
.pill-graphic-card {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 40px 32px;
  border-radius: 20px;
  box-shadow: 0 10px 25px -5px rgba(26, 54, 93, 0.08);
}
.pill-card-check {
  font-size: 1.75rem;
  color: #0099a8;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
}
.pill-graphic-card h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 10px 0;
}
.pill-graphic-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d0c913 */.eligibility-section {
  box-sizing: border-box;
  padding: 80px 24px;
  background-color: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.eligibility-section *, .eligibility-section *::before, .eligibility-section *::after {
  box-sizing: border-box;
}
.eligibility-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .eligibility-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
.eligibility-left h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.eligibility-left p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}
.eligibility-list-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.eligibility-list-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 24px 0;
}
.eligibility-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eligibility-bullets li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 14px;
  position: relative;
  padding-left: 20px;
}
.eligibility-bullets li:last-child {
  margin-bottom: 0;
}
.eligibility-bullets li::before {
  content: "✓";
  color: #0099a8;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6aed491 */.steps-timeline-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.steps-timeline-section *, .steps-timeline-section *::before, .steps-timeline-section *::after {
  box-sizing: border-box;
}
.steps-container {
  max-width: 1200px;
  margin: 0 auto;
}
.steps-header {
  text-align: center;
  margin-bottom: 56px;
}
.steps-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.steps-header p {
  font-size: 1.1rem;
  color: #475569;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}
.steps-timeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 640px) {
  .steps-timeline-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .steps-timeline-grid { grid-template-columns: repeat(4, 1fr); }
}
.step-timeline-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}
.step-num-icon {
  width: 44px;
  height: 44px;
  background-color: #0099a8;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 24px;
}
.step-timeline-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.step-timeline-card p {
  font-size: 0.925rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a04a20 */.thresholds-table-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #f0f7ff; /* Soft Ice Blue backdrop wash */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.thresholds-table-section *, .thresholds-table-section *::before, .thresholds-table-section *::after {
  box-sizing: border-box;
}
.thresholds-container {
  max-width: 1000px;
  margin: 0 auto;
}
.thresholds-header {
  text-align: center;
  margin-bottom: 56px;
}
.thresholds-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.thresholds-header p {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Desktop Matrix Elements */
.clinical-thresholds-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px -3px rgba(26, 54, 93, 0.03);
  margin-bottom: 40px;
}
.clinical-thresholds-table th {
  background-color: #1a365d;
  color: #ffffff;
  padding: 20px;
  font-weight: 600;
  text-align: left;
  width: 40%;
}
.clinical-thresholds-table th:first-child {
  background-color: #122642;
  width: 20%;
}
.clinical-thresholds-table td {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  vertical-align: top;
}
.clinical-thresholds-table tbody tr:last-child td {
  border-bottom: none;
}
.threshold-metric {
  font-weight: 700;
  color: #1a365d;
  background-color: #f8fafc;
}
.clinical-thresholds-table .alert-cell {
  background-color: #fff5f5; /* Light soft clinical red tint for alarms */
  color: #991b1b;
}

/* Emergency Banner Card */
.hotline-callout-card {
  background-color: #ffffff;
  border: 2px solid #0099a8;
  border-radius: 12px;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.hotline-icon-box {
  font-size: 2rem;
  color: #ffffff;
  background-color: #0099a8;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hotline-text-box h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 6px 0;
}
.hotline-text-box p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}
.hotline-text-box a {
  color: #0099a8;
  font-weight: 700;
  text-decoration: none;
}
.hotline-text-box a:hover {
  text-decoration: underline;
}

/* SMART MOBILE BREAKDOWN LAYER RULES */
@media (max-width: 768px) {
  .clinical-thresholds-table, 
  .clinical-thresholds-table tbody, 
  .clinical-thresholds-table tr, 
  .clinical-thresholds-table td { 
    display: block; 
    width: 100%; 
  }
  .clinical-thresholds-table thead { display: none; }
  .clinical-thresholds-table tr {
    border-bottom: 2px solid #cbd5e1;
    padding: 16px 0;
    background-color: #ffffff;
  }
  .clinical-thresholds-table tr:last-child { border-bottom: none; }
  .clinical-thresholds-table td {
    padding: 10px 20px;
    border-bottom: none;
    position: relative;
    padding-left: 45%;
    text-align: left;
  }
  .clinical-thresholds-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    width: 40%;
    font-weight: 700;
    color: #64748b;
    font-size: 0.85rem;
    text-transform: uppercase;
  }
  .clinical-thresholds-table .threshold-metric {
    background-color: #e0f2fe;
    color: #0369a1;
    padding: 8px 20px;
    font-size: 1rem;
    padding-left: 20px;
  }
  .clinical-thresholds-table .threshold-metric::before { display: none; }
  .hotline-callout-card { flex-direction: column; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0017736 *//* =========================================================
   SECTION 5: CARE LOGISTICS ACCORDION (TOTAL THEME OVERRIDE)
   ========================================================= */
.pill-accordion-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.pill-accordion-section *, .pill-accordion-section *::before, .pill-accordion-section *::after {
  box-sizing: border-box;
}
.pill-faq-shield {
  max-width: 850px;
  margin: 0 auto;
}
.pill-faq-header {
  text-align: center;
  margin-bottom: 52px;
}
.pill-faq-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d !important;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}
.pill-faq-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569 !important;
  margin: 0;
}
.pill-group-wrapper {
  border-top: 1px solid #e2e8f0 !important;
}
.pill-item-box {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.pill-panel-trigger,
.pill-panel-trigger:focus,
.pill-panel-trigger:active,
.pill-panel-trigger:visited {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-align: left !important;
  padding: 24px 8px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}
.pill-trigger-text {
  display: block !important;
  flex: 1 !important;
  min-width: 0 !important;
  padding-right: 24px !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #1a365d !important;
  line-height: 1.4 !important;
  transition: color 0.15s ease-in-out !important;
}
.pill-icon {
  flex-shrink: 0 !important;
  display: inline-block !important;
  font-size: 1.4rem !important;
  color: #64748b !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  transition: color 0.15s ease-in-out !important;
}
.pill-panel-trigger:hover .pill-trigger-text { color: #0099a8 !important; }
.pill-panel-trigger:hover .pill-icon { color: #0099a8 !important; }
.pill-item-box.active .pill-trigger-text { color: #0099a8 !important; }
.pill-item-box.active .pill-icon { color: #0099a8 !important; }
.pill-panel-content {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff !important;
  transition: max-height 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.pill-content-inner {
  padding: 0 8px 24px 8px !important;
  background-color: #ffffff !important;
}
.pill-content-inner p {
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  color: #334155 !important;
  margin: 0 !important;
}/* End custom CSS */