/* Isolated styling for the wellness feature collection. */
.features-premium {
  --feature-mint: #9cebd4;
  position: relative;
  max-width: 1160px;
  margin-inline: auto;
  padding: 32px;
  border: 1px solid rgba(158, 226, 221, .24);
  border-radius: 28px;
background: radial-gradient(ellipse at 0 0, rgba(48, 139, 139, .19), transparent 48%), #060805;
  box-shadow: 0 32px 80px rgba(0, 10, 22, .32), inset 0 1px 0 rgba(255, 255, 255, .07);
  font-family: 'Inter', sans-serif;
}
.features-premium::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9cebd4, transparent);
}
.features-premium__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 5px 6px 29px;
}
.features-premium__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--feature-mint);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
}
.features-premium__intro h3 {
  margin: 0;
  color: #f2f8fc;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 600;
  letter-spacing: -.8px;
  line-height: 1.4;
}
.features-premium__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 14px;
  border: 1px solid rgba(156, 235, 212, .22);
  border-radius: 100px;
  background: rgba(156, 235, 212, .06);
  color: #c7eee4;
  font-size: 12px;
  font-weight: 500;
}
.features-premium .hf-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  table-layout: fixed;
  filter: none;
}
.features-premium .header-row th {
  padding: 0 24px 13px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #94afbd;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
.features-premium .th-who { width: 42%; }
.features-premium .th-who span {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.features-premium .hf-table tbody tr:hover { transform: none; }
.features-premium .hf-table .cell-who,
.features-premium .hf-table .cell-what {
  padding: 25px 24px;
  border: 1px solid rgba(169, 208, 219, .11);
  background: #112737;
  background: #1127373d;
  vertical-align: middle;
  transition: background .2s ease, border-color .2s ease;
}
.features-premium .hf-table .cell-who {
  position: relative;
  width: auto;
  padding-left: 92px;
  border-right: 0;
  border-radius: 14px 0 0 14px;
  color: #edf7fb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}
.features-premium .cell-who .ti {
  position: absolute;
  top: 50%;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(156, 235, 212, .18);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(156, 235, 212, .14), rgba(156, 235, 212, .03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  color: var(--feature-mint);
  font-size: 25px;
}
.features-premium .hf-table .cell-what {
  border-left: 1px solid rgba(169, 208, 219, .08);
  border-radius: 0 14px 14px 0;
  color: #b8ccd7;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media (hover: hover) {
  .features-premium .hf-table tbody tr:hover td {
    background: #173444;
    border-color: rgba(156, 235, 212, .3);
  }
}
@media (max-width: 900px) {
  .features-premium { padding: 22px; }
  .features-premium__intro { align-items: flex-start; flex-direction: column; gap: 16px; }
  .features-premium .hf-table .cell-who { padding-left: 76px; font-size: 15px; }
  .features-premium .cell-who .ti { left: 16px; width: 42px; height: 42px; font-size: 23px; }
  .features-premium .hf-table .cell-what { padding: 22px 18px; font-size: 14px; }
}
@media (max-width: 640px) {
  .features-premium { padding: 18px 12px 6px; border-radius: 22px; }
  .features-premium__intro { padding: 5px 8px 24px; }
  .features-premium__intro h3 { max-width: 280px; }
  .features-premium .hf-table,
  .features-premium .hf-table tbody,
  .features-premium .hf-table tbody tr,
  .features-premium .hf-table tbody td { display: block; width: 100%; }
  .features-premium .hf-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .features-premium .hf-table tbody tr { margin-bottom: 12px; border-radius: 14px; overflow: hidden; }
  .features-premium .hf-table .cell-who {
    min-height: 80px;
    padding: 22px 18px 20px 76px;
    border: 1px solid rgba(169, 208, 219, .14);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    font-size: 16px;
  }
  .features-premium .hf-table .cell-what {
    padding: 0 18px 22px;
    border: 1px solid rgba(169, 208, 219, .14);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (prefers-reduced-motion: reduce) {
  .features-premium .hf-table tbody tr,
  .features-premium .hf-table tbody td { transition: none !important; }
}
