/* ── צ'ק ליסט לטיפול והבראת שיער ── */
html:has(body.hair-checklist-page),
body.hair-checklist-page {
  direction: rtl;
  text-align: right;
}

.hair-checklist-page {
  --hc-ivory: #fbf5ea;
  --hc-cream: #fffaf2;
  --hc-purple: #4a345e;
  --hc-purple-deep: #332040;
  --hc-gold: #b8944d;
  --hc-gold-soft: #d5bd83;
  --hc-line: rgba(184, 148, 77, 0.32);
  --hc-shadow: 0 18px 46px rgba(74, 52, 94, 0.08);
  background: linear-gradient(180deg, var(--hc-ivory), #fffaf4 52%, var(--hc-ivory));
}

.hair-checklist-page main {
  padding-block: calc(var(--header-height) + 1rem) 3.5rem;
}

.hair-checklist-loading,
.hair-checklist-locked {
  width: min(720px, calc(100% - 2rem));
  margin-inline: auto;
  padding: 3rem 1rem;
  text-align: center;
}

.hair-checklist-loading {
  color: var(--hc-purple);
  font-weight: 600;
}

.hair-checklist-locked__card {
  max-width: 420px;
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border: 1.5px solid rgba(184, 148, 77, 0.45);
  border-radius: 18px;
  background: rgba(247, 241, 234, 0.96);
  box-shadow: var(--hc-shadow);
}

.hair-checklist-locked__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-block-end: 1rem;
  border-radius: 50%;
  background: rgba(184, 148, 77, 0.14);
  color: var(--hc-purple-deep);
}

.hair-checklist-locked__icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.hair-checklist-locked__text {
  margin: 0 0 1.25rem;
  color: var(--hc-purple-deep);
  font-weight: 700;
  line-height: 1.7;
}

.hair-checklist {
  width: min(980px, calc(100% - 1rem));
  margin-inline: auto;
}

.hair-checklist-breadcrumb {
  margin-block-end: 1rem;
  font-size: 0.88rem;
  color: #7c6d83;
}

.hair-checklist-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hair-checklist-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hair-checklist-breadcrumb li:not(:last-child)::after {
  content: "›";
  color: rgba(74, 52, 94, 0.45);
}

.hair-checklist-breadcrumb a {
  color: var(--hc-purple);
  font-weight: 600;
  text-decoration: none;
}

.hair-checklist-breadcrumb a:hover,
.hair-checklist-breadcrumb a:focus-visible {
  color: var(--hc-gold);
}

.hc-progress {
  margin-block-end: 1.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--hc-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--hc-shadow);
}

.hc-progress__track {
  height: 8px;
  border-radius: 999px;
  background: rgba(74, 52, 94, 0.08);
  overflow: hidden;
}

.hc-progress__fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hc-gold-soft), var(--hc-gold));
  transition: width 400ms ease;
}

.hc-progress__label {
  margin: 0.55rem 0 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--hc-purple-deep);
  text-align: right;
}

.hc-hero {
  text-align: right;
  margin-block-end: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--hc-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(238, 228, 243, 0.55));
  box-shadow: var(--hc-shadow);
}

.hc-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hc-gold);
}

.hc-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 900;
  color: var(--hc-purple-deep);
  line-height: 1.2;
}

.hc-hero__subtitle {
  margin: 0;
  max-width: 52ch;
  color: #5a5160;
  font-size: clamp(0.96rem, 2.2vw, 1.08rem);
  line-height: 1.75;
  font-weight: 500;
}

.hair-checklist-page .hc-hero__title.brand-heading {
  -webkit-filter:
    drop-shadow(0.5px 0 0 rgba(58, 32, 82, 0.22))
    drop-shadow(-0.5px 0 0 rgba(58, 32, 82, 0.22))
    drop-shadow(0 0.5px 0 rgba(58, 32, 82, 0.22))
    drop-shadow(0 -0.5px 0 rgba(58, 32, 82, 0.22))
    drop-shadow(0 2px 5px rgba(74, 52, 94, 0.1))
    saturate(0.75) !important;
  filter:
    drop-shadow(0.5px 0 0 rgba(58, 32, 82, 0.22))
    drop-shadow(-0.5px 0 0 rgba(58, 32, 82, 0.22))
    drop-shadow(0 0.5px 0 rgba(58, 32, 82, 0.22))
    drop-shadow(0 -0.5px 0 rgba(58, 32, 82, 0.22))
    drop-shadow(0 2px 5px rgba(74, 52, 94, 0.1))
    saturate(0.75) !important;
}

.hc-section {
  margin-block-end: 1.15rem;
  padding: clamp(1.1rem, 3vw, 1.65rem);
  border: 1px solid var(--hc-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--hc-shadow);
}

.hc-section__title {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 800;
  color: var(--hc-purple-deep);
  line-height: 1.35;
  text-align: right;
}

.hc-section__summary {
  list-style: none;
  cursor: pointer;
  margin: 0 0 0.85rem;
}

.hc-section__summary::-webkit-details-marker {
  display: none;
}

.hc-section__wrap > .hc-section__summary::after {
  content: "▾";
  float: inline-start;
  color: var(--hc-gold);
  font-size: 0.9rem;
  line-height: 1.6;
}

.hc-section__wrap[open] > .hc-section__summary::after {
  content: "▴";
}

.hc-section__body {
  padding-top: 0.15rem;
}

.hc-section__subtitle {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--hc-purple);
  line-height: 1.5;
  text-align: right;
}

.hc-section__note {
  margin: 1.15rem 0 0.85rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--hc-purple-deep);
  line-height: 1.55;
  text-align: right;
}

.hc-section__intro {
  margin: 0 0 1rem;
  color: #5a5160;
  line-height: 1.75;
  font-size: 0.96rem;
  text-align: right;
}

.hc-choice-grid {
  display: grid;
  gap: 0.85rem;
}

.hc-choice-grid--hair {
  gap: 1rem;
}

.hc-choice-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem;
  border: 1.5px solid rgba(74, 52, 94, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.hc-choice-card:hover {
  border-color: rgba(184, 148, 77, 0.45);
  transform: translateY(-1px);
}

.hc-choice-card:has(input:checked) {
  border-color: var(--hc-gold);
  box-shadow: 0 10px 24px rgba(184, 148, 77, 0.16);
  background: rgba(255, 252, 247, 0.95);
}

.hc-choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hc-choice-card__box,
.hc-check-row__box {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  margin-block-start: 0.1rem;
  border: 2px solid var(--hc-purple);
  border-radius: 50%;
  background: #fff;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.hc-check-row__box {
  border-radius: 4px;
}

.hc-choice-card:has(input:checked) .hc-choice-card__box {
  border-color: var(--hc-gold);
  background: radial-gradient(circle at center, var(--hc-gold) 42%, #fff 44%);
  box-shadow: inset 0 0 0 2px #fff;
}

.hc-choice-card__title {
  display: block;
  margin-block-end: 0.35rem;
  color: var(--hc-purple-deep);
  font-size: 1.02rem;
}

.hc-choice-card__text {
  color: #5a5160;
  line-height: 1.65;
  font-size: 0.94rem;
}

.hc-items {
  display: grid;
  gap: 0.85rem;
}

.hc-items--grid,
.hc-items--cards {
  gap: 0.85rem;
}

.hc-item {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(74, 52, 94, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  height: 100%;
}

.hc-check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.hc-item:hover {
  border-color: rgba(184, 148, 77, 0.4);
}

.hc-check-row:hover {
  border-color: rgba(184, 148, 77, 0.4);
}

.hc-check-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hc-check-row input:checked + .hc-check-row__box {
  border-color: var(--hc-gold);
  background: linear-gradient(135deg, var(--hc-gold-soft), var(--hc-gold));
  box-shadow: inset 0 0 0 2px #fff;
}

.hc-check-row input:checked ~ .hc-check-row__text,
.hc-action-card input:checked ~ .hc-action-card__text {
  color: #6b6270;
}

.hc-check-row__text {
  flex: 1;
  color: var(--hc-purple-deep);
  line-height: 1.55;
  font-size: 0.98rem;
  font-weight: 700;
  text-align: right;
}

.hc-nutrition-grid {
  display: grid;
  gap: 0.85rem;
}

.hc-section--nutrition .hc-items--nourishment {
  margin-top: 1rem;
}

.hc-nutrition-card {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(74, 52, 94, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  height: 100%;
}

.hc-nutrition-card__title {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--hc-purple-deep);
  line-height: 1.45;
  text-align: right;
}

.hc-nutrition-card__question {
  margin: 0 0 0.75rem;
  color: #5a5160;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: right;
}

.hc-toggle {
  display: inline-flex;
  gap: 0;
  margin-block-end: 0.85rem;
  padding: 0.2rem;
  border: 1.5px solid rgba(184, 148, 77, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.hc-toggle__option {
  position: relative;
  cursor: pointer;
}

.hc-toggle__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hc-toggle__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--hc-purple-deep);
  transition: background 200ms ease, color 200ms ease;
}

.hc-toggle__option:has(input:checked) .hc-toggle__label {
  background: linear-gradient(135deg, var(--hc-gold-soft), var(--hc-gold));
  color: #fff;
  box-shadow: 0 4px 12px rgba(184, 148, 77, 0.25);
}

.hc-nutrition-card__detail {
  margin: 0;
  padding: 0.85rem 0.95rem;
  color: #5a5160;
  line-height: 1.75;
  font-size: 0.92rem;
  border-radius: 10px;
  background: rgba(243, 223, 173, 0.22);
  text-align: right;
}

.hc-item__detail {
  margin: 0.75rem 0 0;
  padding: 0.85rem 0.95rem;
  color: #5a5160;
  line-height: 1.75;
  font-size: 0.92rem;
  border-radius: 10px;
  background: rgba(243, 223, 173, 0.22);
  text-align: right;
}

.hc-expand-item {
  border: 1px solid rgba(74, 52, 94, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.hc-expand-item__summary {
  list-style: none;
  cursor: pointer;
  padding: 0.85rem 0.95rem;
  color: var(--hc-purple-deep);
  font-weight: 700;
  line-height: 1.55;
}

.hc-expand-item__body {
  padding: 0 0.95rem 0.9rem;
}

.hc-expand-item__detail {
  margin: 0.65rem 0 0;
  padding: 0.75rem 0.85rem;
  color: #5a5160;
  line-height: 1.7;
  font-size: 0.92rem;
  border-radius: 10px;
  background: rgba(243, 223, 173, 0.22);
}

.hc-blood-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.65rem;
  align-items: start;
}

.hc-check-row--blood {
  grid-column: 1;
}

.hc-info-btn {
  grid-column: 2;
  grid-row: 1;
  width: 2rem;
  height: 2rem;
  border: 1.5px solid rgba(184, 148, 77, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--hc-purple-deep);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease;
}

.hc-info-btn:hover,
.hc-info-btn:focus-visible {
  background: rgba(184, 148, 77, 0.14);
  transform: scale(1.05);
}

.hc-info-panel {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: rgba(243, 223, 173, 0.28);
  color: #50345c;
  font-size: 0.9rem;
  line-height: 1.65;
}

.hc-yesno-list {
  display: grid;
  gap: 0.75rem;
}

.hc-yesno {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(74, 52, 94, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
}

.hc-yesno__question {
  margin: 0 0 0.65rem;
  padding: 0;
  color: var(--hc-purple-deep);
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1.55;
}

.hc-yesno__options {
  display: flex;
  gap: 0.65rem;
}

.hc-yesno__option {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border: 1.5px solid rgba(74, 52, 94, 0.14);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--hc-purple-deep);
  transition: border-color 200ms ease, background 200ms ease;
}

.hc-yesno__option:has(input:checked) {
  border-color: var(--hc-gold);
  background: rgba(184, 148, 77, 0.14);
}

.hc-yesno__option input {
  accent-color: var(--hc-gold);
}

.hc-action-grid {
  display: grid;
  gap: 0.6rem;
}

.hc-action-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(74, 52, 94, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: border-color 200ms ease, transform 200ms ease;
}

.hc-action-card:hover {
  border-color: rgba(184, 148, 77, 0.4);
  transform: translateY(-1px);
}

.hc-action-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hc-action-card input:checked + .hc-check-row__box {
  border-color: var(--hc-gold);
  background: linear-gradient(135deg, var(--hc-gold-soft), var(--hc-gold));
  box-shadow: inset 0 0 0 2px #fff;
}

.hc-action-card__text {
  flex: 1;
  color: #4a4250;
  line-height: 1.6;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: right;
}

.hc-closing__text {
  margin: 0 0 0.65rem;
  color: #5a5160;
  line-height: 1.85;
  text-align: right;
}

.hc-closing__highlight {
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1.5px solid rgba(184, 148, 77, 0.45);
  border-inline-end: 4px solid var(--hc-gold);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(251, 245, 234, 0.98), rgba(245, 240, 252, 0.72));
  text-align: right;
}

.hc-closing__highlight-label {
  display: block;
  margin-block-end: 0.45rem;
  color: var(--hc-purple-deep);
  font-size: 1rem;
}

.hc-closing__highlight-text {
  margin: 0;
  color: var(--hc-purple-deep);
  font-weight: 700;
  line-height: 1.75;
}

.hc-closing .about-intro__quote {
  width: 100%;
  max-width: 36rem;
  margin: 1.15rem auto 0;
}

.hc-summary {
  margin-block: 1.25rem 1rem;
  padding: clamp(1.15rem, 3vw, 1.65rem);
  border: 1.5px solid rgba(184, 148, 77, 0.45);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(247, 241, 234, 0.96), rgba(241, 233, 223, 0.9));
  box-shadow: var(--hc-shadow);
}

.hc-summary__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--hc-purple-deep);
  text-align: right;
}

.hc-summary__lead {
  margin: 0 0 1rem;
  color: #5a5160;
  font-size: 0.95rem;
  text-align: right;
}

.hc-summary__grid {
  display: grid;
  gap: 0.85rem;
}

.hc-summary__block {
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(184, 148, 77, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
}

.hc-summary__value {
  margin: 0;
  color: var(--hc-purple-deep);
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

.hc-summary__stats-list {
  margin: 0 0 1rem;
  padding: 0 1.2rem 0 0;
  color: var(--hc-purple-deep);
  line-height: 1.85;
  text-align: right;
}

.hc-summary__stats-list strong {
  color: var(--hc-gold);
  font-size: 1.15rem;
}

.hc-summary__stats {
  margin-block-end: 0.85rem;
  color: var(--hc-purple-deep);
  font-size: 1rem;
}

.hc-summary__subtitle {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hc-gold);
}

.hc-summary__list {
  margin: 0;
  padding-inline-start: 1.2rem;
  color: #5a5160;
  line-height: 1.75;
  text-align: right;
}

.hc-summary__empty {
  list-style: none;
  margin-inline-start: -1.2rem;
  color: rgba(90, 81, 96, 0.72);
  font-style: italic;
}

.hc-summary__message {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--hc-purple-deep);
  font-weight: 600;
  line-height: 1.75;
  text-align: right;
}

.hc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
  padding-block: 0.5rem 1rem;
}

.hc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  min-width: min(100%, 14rem);
  padding: 0.65rem 1.25rem;
  border-radius: 4px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 300ms ease, box-shadow 300ms ease, filter 300ms ease;
}

.hc-btn--gold {
  border: 1px solid rgba(255, 252, 247, 0.52);
  background: linear-gradient(180deg, #d1ad66, #b38c43);
  color: #fff;
  box-shadow: 0 12px 22px rgba(184, 148, 77, 0.204);
}

.hc-btn--outline {
  border: 1.5px solid var(--hc-purple);
  background: rgba(255, 255, 255, 0.72);
  color: var(--hc-purple-deep);
}

.hc-btn:hover,
.hc-btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

@media (min-width: 640px) {
  .hair-checklist {
    width: min(980px, calc(100% - 2rem));
  }

  .hc-choice-grid--hair {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hc-items--grid,
  .hc-nutrition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 769px) {
  .hc-section__wrap > .hc-section__summary {
    cursor: default;
    pointer-events: none;
    margin-bottom: 1rem;
  }

  .hc-section__wrap > .hc-section__summary::after {
    display: none;
  }
}

@media (max-width: 639px) {
  .hc-actions .hc-btn {
    width: 100%;
  }

  .hc-yesno__options {
    flex-direction: column;
  }
}

@media print {
  .site-header,
  .site-nav-drawer,
  .nav-overlay,
  .hair-checklist-breadcrumb,
  .hc-progress,
  .hc-hero,
  .hc-actions,
  .hc-info-btn,
  .skip-link {
    display: none !important;
  }

  .hair-checklist-page main {
    padding-block: 0;
  }

  .hair-checklist,
  #hair-checklist-content {
    width: 100%;
    max-width: none;
  }

  .hc-section,
  .hc-summary {
    box-shadow: none;
    break-inside: avoid;
  }

  .hc-info-panel {
    display: block !important;
  }

  .hc-item__detail,
  .hc-nutrition-card__detail {
    display: block !important;
  }

  .hc-section__wrap,
  .hc-section__wrap[open] {
    display: block !important;
  }

  .hc-section__wrap > .hc-section__summary {
    pointer-events: none;
  }

  .hc-section__wrap > .hc-section__summary::after {
    display: none !important;
  }
}

/* ── גילוי נאות רפואי — תחתית העמוד ── */
.hc-page-disclaimer {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto 2.5rem;
  direction: rtl;
  text-align: right;
}

.hc-page-disclaimer__inner {
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.35rem, 4vw, 2.5rem);
  border: 1.5px solid rgba(184, 148, 77, 0.45);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(251, 245, 234, 0.98), rgba(245, 240, 252, 0.78));
  box-shadow: 0 10px 26px rgba(74, 52, 94, 0.07);
}

.hc-page-disclaimer__title {
  margin: 0 0 1rem;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  font-weight: 800;
  line-height: 1.4;
  color: var(--hc-purple-deep);
}

.hc-page-disclaimer__body p {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(51, 32, 64, 0.88);
}

.hc-page-disclaimer__body p:last-child {
  margin-bottom: 0;
}

.hc-page-disclaimer__link-wrap {
  margin: 1.25rem 0 0;
}

.hc-page-disclaimer__link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--hc-purple);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease;
}

.hc-page-disclaimer__link:hover,
.hc-page-disclaimer__link:focus-visible {
  color: var(--hc-purple-deep);
}

@media (max-width: 640px) {
  .hc-page-disclaimer {
    width: min(980px, calc(100% - 1rem));
    margin-bottom: 2rem;
  }

  .hc-page-disclaimer__inner {
    border-radius: 18px;
  }
}
