.rp-care-hub,
.rp-care-hub * {
  box-sizing: border-box;
}

.rp-care-hub {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 20px 68px;
  color: #202534;
  font-family: Montserrat, Arial, sans-serif;
}

.rp-care-hub a {
  color: #89147c;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.rp-care-hub a:hover {
  color: #5f0e57;
}

.rp-care-hub :is(a, summary):focus-visible {
  outline: 3px solid #176aa3;
  outline-offset: 4px;
  border-radius: 4px;
}

body > .skip-link.screen-reader-text:focus,
body > .skip-link.screen-reader-text:focus-visible {
  position: fixed !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 2147483647 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 2px solid #176aa3 !important;
  border-radius: 6px;
  outline: 3px solid #fff;
  background: #fff !important;
  color: #141824 !important;
  font-weight: 700;
}

.rp-care-hub [id] {
  scroll-margin-top: 120px;
}

.rp-care-hero {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid #ead9e8;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff 0%, #fff7fd 62%, #f4f7ff 100%);
  box-shadow: 0 20px 52px rgba(36, 24, 45, 0.09);
}

.rp-care-kicker {
  margin: 0 0 10px;
  color: #89147c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rp-care-hub h1 {
  max-width: 950px;
  margin: 0;
  color: #141824;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.rp-care-lead {
  max-width: 880px;
  margin: 22px 0 0;
  color: #40485a;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.68;
}

.rp-care-scope {
  max-width: 900px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 5px solid #89147c;
  border-radius: 12px;
  background: #fff;
  color: #394153;
  font-size: 16px;
  line-height: 1.6;
}

.rp-care-toc {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid #e4e8ef;
  border-radius: 18px;
  background: #fff;
}

.rp-care-toc strong {
  display: block;
  margin-bottom: 12px;
  color: #141824;
  font-size: 18px;
}

.rp-care-toc ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-care-toc a {
  display: inline-block;
  padding: 6px 0;
  font-weight: 700;
}

.rp-care-section {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #e4e8ef;
  border-radius: 22px;
  background: #fff;
}

.rp-care-section h2 {
  margin: 0 0 16px;
  color: #141824;
  font-size: clamp(25px, 3.2vw, 36px);
  line-height: 1.16;
}

.rp-care-section h3 {
  margin: 0 0 9px;
  color: #1d2230;
  font-size: 20px;
  line-height: 1.3;
}

.rp-care-section p,
.rp-care-section li {
  color: #41495a;
  font-size: 17px;
  line-height: 1.72;
}

.rp-care-section p {
  margin: 0 0 16px;
}

.rp-care-section p:last-child {
  margin-bottom: 0;
}

.rp-care-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.rp-care-route article {
  min-width: 0;
  padding: 20px;
  border: 1px solid #ead9e8;
  border-radius: 16px;
  background: #fff8fd;
}

.rp-care-route p {
  margin: 0;
  font-size: 16px;
}

.rp-care-route a {
  font-weight: 800;
}

.rp-care-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rp-care-checklist li {
  position: relative;
  min-width: 0;
  padding: 16px 16px 16px 48px;
  border-radius: 14px;
  background: #f7f8fb;
}

.rp-care-checklist li::before {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e9d6e7;
  color: #74116a;
  content: "✓";
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.rp-care-table-wrap {
  max-width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid #dfe4ec;
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
}

.rp-care-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.rp-care-table th,
.rp-care-table td {
  padding: 16px;
  border-bottom: 1px solid #e6e9ef;
  vertical-align: top;
  text-align: left;
}

.rp-care-table th {
  background: #f3f5f8;
  color: #202534;
  font-size: 15px;
}

.rp-care-table td {
  color: #41495a;
  font-size: 16px;
  line-height: 1.55;
}

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

.rp-care-alert {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 5px solid #b35d14;
  border-radius: 14px;
  background: #fff8ed;
  color: #3f3529;
  font-size: 16px;
  line-height: 1.65;
}

.rp-care-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.rp-care-links a {
  display: flex;
  min-width: 0;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid #e6d7e4;
  border-radius: 16px;
  background: #fff8fd;
  color: #191d29;
  text-decoration: none;
}

.rp-care-links strong {
  font-size: 18px;
  line-height: 1.3;
}

.rp-care-links span {
  color: #596173;
  font-size: 14px;
  line-height: 1.5;
}

.rp-care-source {
  background: #f4f7fb;
}

.rp-care-source small {
  display: block;
  color: #586173;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 840px) {
  .rp-care-hub {
    padding: 28px 14px 52px;
  }

  .rp-care-toc ul,
  .rp-care-route,
  .rp-care-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .rp-care-hero,
  .rp-care-section {
    border-radius: 16px;
  }

  .rp-care-hero {
    padding: 26px 20px;
  }

  .rp-care-hub h1 {
    font-size: 31px;
  }

  .rp-care-toc ul,
  .rp-care-route,
  .rp-care-checklist,
  .rp-care-links {
    grid-template-columns: 1fr;
  }

  .rp-care-section {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rp-care-hub * {
    scroll-behavior: auto !important;
  }
}
