body.patients-page {
  --pt-blue: #103f73;
  --pt-blue-deep: #092f5b;
  --pt-orange: #f16b00;
  --pt-paper: #fffaf3;
  --pt-muted: #68798a;
}

body.patients-page .header__nav-link.is-current,
body.patients-page .header-mobile-menu__link.is-current {
  color: var(--pt-orange);
}

.patients-page .pt-accent {
  color: var(--pt-orange);
  font-style: normal;
  font-weight: 600;
}

.patients-page .pt-hero {
  min-height: 790px;
}

.patients-page .pt-hero .ab-hero__image {
  object-position: center;
}

.patients-page .pt-hero .ab-hero__veil {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.96) 0%, rgba(255, 250, 244, 0.9) 36%, rgba(255, 250, 244, 0.58) 70%, rgba(255, 250, 244, 0) 100%);
}

.pt-disclaimer,
.pt-path,
.pt-section {
  width: calc(100% - 120px);
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.pt-disclaimer {
  display: grid;
  margin-top: 26px;
  padding: 25px 30px;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(241, 107, 0, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 50%, rgba(255, 176, 108, 0.18), transparent 16%),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 44px rgba(34, 62, 90, 0.06);
}

.pt-disclaimer strong {
  color: var(--pt-orange);
  font-size: 21px;
  text-transform: uppercase;
}

.pt-disclaimer p {
  color: #536779;
  font-size: 17px;
  line-height: 1.6;
}

.pt-path,
.pt-section {
  margin-top: 118px;
}

.pt-section-head {
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.62fr);
  align-items: end;
  gap: 72px;
}

.pt-section-head h2,
.pt-section h2 {
  margin-top: 13px;
  color: var(--pt-blue);
  font-size: 44px;
  font-weight: 600;
  line-height: 55.5px;
}

.pt-section-head > p {
  color: var(--pt-muted);
  font-size: 20px;
  line-height: 1.6;
}

.pt-path__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pt-path-card {
  position: relative;
  min-height: 390px;
  padding: 31px 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(34, 62, 90, 0.08);
}

.pt-path-card::after {
  position: absolute;
  z-index: -1;
  right: -62px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(219, 233, 246, 0.8);
  content: "";
}

.pt-path-card:nth-child(even)::after {
  background: rgba(255, 218, 185, 0.68);
}

.pt-path-card__number {
  position: absolute;
  top: 30px;
  right: 30px;
  color: rgba(16, 63, 115, 0.28);
  font-size: 14px;
  font-weight: 600;
}

.pt-path-card img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(9, 47, 91, 0.1));
}

.pt-path-card h3 {
  margin-top: 28px;
  color: var(--pt-blue);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}

.pt-path-card p {
  margin-top: 13px;
  color: var(--pt-muted);
  font-size: 17px;
  line-height: 1.65;
}

.pt-diary {
  display: grid;
  grid-template-columns: minmax(430px, 0.96fr) minmax(450px, 1.04fr);
  align-items: center;
  gap: clamp(52px, 6vw, 94px);
}

.pt-diary__visual {
  position: relative;
  height: 650px;
}

.pt-diary__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--ab-shadow);
}

.pt-diary__visual figcaption {
  position: absolute;
  left: -24px;
  bottom: 26px;
  width: min(360px, 84%);
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, rgba(9, 47, 91, 0.96), rgba(20, 86, 139, 0.94));
  box-shadow: 0 20px 44px rgba(9, 47, 91, 0.24);
}

.pt-diary__visual figcaption span {
  display: block;
  margin-bottom: 7px;
  color: #ffb374;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pt-diary__visual figcaption strong {
  font-size: 21px;
  line-height: 1.3;
}

.pt-diary__copy > p:not(.ab-section__label) {
  margin-top: 22px;
  color: var(--pt-muted);
  font-size: 20px;
  line-height: 1.62;
}

.pt-check-list {
  display: grid;
  margin-top: 28px;
}

.pt-check-list li {
  display: grid;
  padding: 17px 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  border-top: 1px solid rgba(16, 63, 115, 0.13);
}

.pt-check-list li > span {
  color: var(--pt-orange);
  font-size: 14px;
  font-weight: 600;
}

.pt-check-list strong {
  color: var(--pt-blue);
  font-size: 19px;
}

.pt-check-list p {
  margin-top: 6px;
  color: var(--pt-muted);
  font-size: 16px;
  line-height: 1.55;
}

.pt-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 480px;
  gap: 18px;
}

.pt-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 27px;
  box-shadow: var(--ab-shadow);
}

.pt-product-card > img,
.pt-product-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pt-product-card > img {
  object-fit: cover;
  transition: transform 600ms ease;
}

.pt-product-card:hover > img {
  transform: scale(1.025);
}

.pt-product-card__shade {
  background: linear-gradient(180deg, rgba(7, 34, 65, 0.03) 22%, rgba(7, 34, 65, 0.9) 100%);
}

.pt-product-card__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
  color: #fff;
}

.pt-product-card__content > span {
  color: #ffb374;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pt-product-card h3 {
  margin-top: 9px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
}

.pt-product-card h3 sup {
  font-size: 0.44em;
  vertical-align: super;
}

.pt-product-card p {
  max-width: 620px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.pt-product-card a {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.pt-products__note {
  max-width: none;
  margin-top: 22px;
  color: #6a7886;
  font-size: 15px;
  line-height: 1.55;
  white-space: nowrap;
}

.pt-routine__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pt-routine-card {
  position: relative;
  min-height: 390px;
  padding: 30px 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 100%, rgba(181, 211, 237, 0.4), transparent 32%),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(34, 62, 90, 0.08);
}

.pt-routine-card:nth-child(even) {
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 198, 150, 0.38), transparent 32%),
    rgba(255, 255, 255, 0.68);
}

.pt-routine-card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(9, 47, 91, 0.1));
}

.pt-routine-card > span {
  position: absolute;
  top: 30px;
  right: 28px;
  color: rgba(16, 63, 115, 0.26);
  font-size: 14px;
  font-weight: 600;
}

.pt-routine-card h3 {
  margin-top: 28px;
  color: var(--pt-blue);
  font-size: 23px;
  font-weight: 600;
}

.pt-routine-card p {
  margin-top: 13px;
  color: var(--pt-muted);
  font-size: 17px;
  line-height: 1.65;
}

.pt-alert {
  position: relative;
  display: grid;
  padding: clamp(40px, 5vw, 64px);
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  column-gap: clamp(36px, 5vw, 76px);
  row-gap: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 186, 126, 0.2), transparent 27%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(239, 246, 252, 0.72));
  box-shadow: var(--ab-shadow);
}

.pt-alert::after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(16, 63, 115, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.pt-alert > * {
  position: relative;
  z-index: 1;
}

.pt-alert__copy {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
}

.pt-alert__copy .ab-section__label {
  color: var(--pt-orange);
}

.pt-alert__copy h2 {
  max-width: 520px;
  color: var(--pt-blue);
}

.pt-alert__copy h2 span {
  color: var(--pt-orange);
}

.pt-alert__copy > p:not(.ab-section__label) {
  margin-top: 20px;
  max-width: 540px;
  color: var(--pt-muted);
  font-size: 18px;
  line-height: 1.65;
}

.pt-alert__list {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.pt-alert__list article {
  display: grid;
  min-height: 164px;
  padding: 24px 22px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 36px rgba(34, 62, 90, 0.06);
}

.pt-alert__list article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(241, 107, 0, 0.18);
  border-radius: 50%;
  color: var(--pt-orange);
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 240, 227, 0.82);
}

.pt-alert__list strong {
  display: block;
  color: var(--pt-blue);
  font-size: 19px;
  line-height: 1.35;
}

.pt-alert__list p {
  margin-top: 7px;
  color: var(--pt-muted);
  font-size: 16px;
  line-height: 1.55;
}

.pt-alert__urgent {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 24px 18px 68px;
  border: 1px solid rgba(241, 107, 0, 0.16);
  border-radius: 16px;
  color: #6f3518;
  font-size: 16px;
  line-height: 1.58;
  background: rgba(255, 240, 227, 0.82);
}

.pt-alert__urgent::before {
  position: absolute;
  top: 50%;
  left: 22px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background: var(--pt-orange);
  content: "!";
}

.pt-faq {
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(540px, 1.3fr);
  align-items: start;
  gap: clamp(52px, 7vw, 110px);
}

.pt-faq__intro > p:not(.ab-section__label) {
  margin-top: 20px;
  color: var(--pt-muted);
  font-size: 18px;
  line-height: 1.62;
}

.pt-faq__intro > a {
  display: inline-flex;
  gap: 9px;
  margin-top: 26px;
  align-items: center;
  color: var(--pt-orange);
  font-size: 17px;
  font-weight: 600;
}

.pt-faq__list {
  display: grid;
  gap: 12px;
}

.pt-faq details {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(34, 62, 90, 0.06);
}

.pt-faq summary {
  position: relative;
  padding: 24px 64px 24px 25px;
  color: var(--pt-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.pt-faq summary::-webkit-details-marker {
  display: none;
}

.pt-faq summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 34px;
  height: 34px;
  content: "+";
  border: 1px solid rgba(16, 63, 115, 0.14);
  border-radius: 50%;
  color: var(--pt-orange);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  transform: translateY(-50%);
}

.pt-faq details[open] summary::after {
  content: "–";
}

.pt-faq details p {
  padding: 0 25px 24px;
  color: var(--pt-muted);
  font-size: 17px;
  line-height: 1.62;
}

.patients-page .pt-contact h2 .pt-accent {
  color: var(--pt-orange);
}

.patients-page .pt-contact .ab-contact__icon {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.13));
}

.patients-page .pt-contact .ab-contact__copy > p:not(.ab-section__label) {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.62;
}

.patients-page .pt-contact .ab-contact__details p {
  font-size: 15px;
  line-height: 1.6;
}

.patients-page .pt-contact .ab-contact__details span {
  font-size: 13px;
}

body.patients-page .sv-footer {
  background: rgba(255, 252, 247, 0.82);
}

@media (max-width: 1280px) {
  .pt-products__note {
    white-space: normal;
  }

  .pt-disclaimer,
  .pt-path,
  .pt-section {
    width: calc(100% - 80px);
  }

  .pt-path__grid,
  .pt-routine__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-path-card,
  .pt-routine-card {
    min-height: 350px;
  }
}

@media (max-width: 1080px) {
  .patients-page .pt-hero .ab-hero__image {
    object-position: 58% center;
  }

  .pt-diary {
    grid-template-columns: 1fr;
  }

  .pt-diary__visual {
    height: 560px;
  }

  .pt-alert,
  .pt-faq {
    grid-template-columns: 1fr;
  }

  .pt-alert__copy {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .patients-page .pt-hero {
    min-height: auto;
  }

  .patients-page .pt-hero .ab-hero__image {
    object-position: 62% center;
  }

  .patients-page .pt-hero .ab-hero__veil {
    width: 92%;
    background:
      linear-gradient(90deg, rgba(255, 250, 244, 0.88) 0%, rgba(255, 250, 244, 0.78) 68%, rgba(255, 250, 244, 0) 100%);
  }

  .pt-disclaimer,
  .pt-path,
  .pt-section {
    width: calc(100% - 32px);
  }

  .pt-disclaimer {
    grid-template-columns: 1fr;
  }

  .pt-path,
  .pt-section {
    margin-top: 84px;
  }

  .pt-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .pt-products__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 450px;
  }
}

@media (max-width: 600px) {
  .patients-page .pt-hero .ab-hero__image {
    object-position: 68% center;
  }

  .pt-disclaimer {
    padding: 22px;
  }

  .pt-path__grid,
  .pt-routine__grid {
    grid-template-columns: 1fr;
  }

  .pt-section-head h2,
  .pt-section h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .pt-section-head > p {
    font-size: 16px;
  }

  .pt-path-card,
  .pt-routine-card {
    min-height: 330px;
  }

  .pt-diary__visual {
    height: 420px;
  }

  .pt-diary__visual figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .pt-diary__copy > p:not(.ab-section__label) {
    font-size: 18px;
  }

  .pt-products__grid {
    grid-auto-rows: 420px;
  }

  .pt-product-card__content {
    padding: 24px;
  }

  .pt-product-card h3 {
    font-size: 29px;
  }

  .pt-product-card p {
    font-size: 16px;
  }

  .pt-alert {
    padding: 24px;
    gap: 26px;
  }

  .pt-alert__copy,
  .pt-alert__list {
    padding: 0;
  }

  .pt-alert__list {
    grid-template-columns: 1fr;
  }

  .pt-alert__urgent {
    margin: 0;
    padding: 18px 20px 18px 60px;
  }

  .pt-alert__urgent::before {
    left: 18px;
  }

  .pt-faq summary {
    padding: 21px 58px 21px 21px;
    font-size: 18px;
  }

  .pt-faq details p {
    padding: 0 21px 21px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .pt-section-head h2,
  .pt-section h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .pt-diary__visual {
    height: 360px;
  }

  .pt-products__grid {
    grid-auto-rows: 440px;
  }

  .pt-product-card > img {
    object-position: center;
  }
}
