:root {
  --lp-shadow: 0 18px 50px rgb(7 29 66 / 10%);
  --lp-section: clamp(92px, 10vw, 152px);
}

html[data-theme="b"] { background: var(--white); }
body.lp-page { min-width: 320px; }
body.lp-page::before {
  content: "";
  position: fixed;
  z-index: 120;
  inset: 0 0 auto;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}
.lp-main { overflow: clip; }
.lp-container { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }
.lp-section { padding-block: var(--lp-section); }
.lp-section-soft { background: var(--blue-soft); }
.lp-section-dark { background: var(--blue-deep); color: var(--white); }
.lp-section-dark h2,
.lp-section-dark h3,
.lp-section-dark .lp-kicker { color: var(--white); }
.lp-section-dark .lp-heading h2 { color: var(--white); }
.lp-kicker {
  margin-bottom: 18px;
  color: var(--blue);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}
.lp-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  margin-right: 12px;
  vertical-align: middle;
  background: var(--yellow);
}
.lp-heading { max-width: 820px; margin-bottom: clamp(44px, 6vw, 72px); }
.lp-heading-center { margin-inline: auto; text-align: center; }
.lp-heading-center .lp-kicker::before { display: none; }
.lp-heading h2,
.lp-section-title {
  margin-bottom: 22px;
  color: var(--blue);
  font-size: clamp(34px, 4.7vw, 62px);
  font-weight: 900;
  line-height: 1.25;
}
.lp-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 18px; }
.lp-lead { color: var(--muted); font-size: clamp(17px, 1.6vw, 20px); }
.lp-note { color: var(--muted); font-size: 13px; }
.lp-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.lp-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.lp-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lp-card {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}
.lp-card h3 { margin-bottom: 16px; }
.lp-card p:last-child { margin-bottom: 0; }
.lp-card-dark { border-color: rgb(255 255 255 / 18%); background: var(--blue-deep); color: var(--white); }
.lp-card-dark h3 { color: var(--white); }
.lp-number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--blue);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.lp-text-link { display: inline-block; margin-top: 20px; padding-block: 4px; border-bottom: 1px solid currentColor; color: var(--blue); font-weight: 700; }

.lp-header .desktop-nav { gap: 22px; }
.lp-header .desktop-nav a { font-family: "Noto Sans JP", sans-serif; font-size: 15px; letter-spacing: 0; }
.lp-header .header-inner { max-width: 1480px; }
html[data-theme="b"] .lp-header,
.lp-header.is-scrolled {
  color: var(--blue);
  background: rgb(255 255 255 / 95%);
  box-shadow: 0 1px 0 rgb(11 47 107 / 10%);
  backdrop-filter: blur(16px);
}
.lp-patient-header-link { display: none; color: currentColor; font-size: 16px; font-weight: 700; }
body[data-page="patients"] .lp-standard-actions { display: none; }
body[data-page="patients"] .lp-patient-header-link { display: inline-flex; align-items: center; min-height: 44px; }

.lp-hero {
  position: relative;
  min-height: max(520px, 52svh);
  overflow: hidden;
  color: var(--white);
  background: var(--blue-deep);
}
.lp-hero-media { position: absolute; inset: 0; background-image: var(--hero-image); background-position: var(--hero-position, center); background-size: cover; transform: scale(1.02); }
.lp-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 29 66 / 72%), rgb(7 29 66 / 20%)); }
.lp-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: max(520px, 52svh);
  flex-direction: column;
  justify-content: flex-end;
  padding-block: calc(var(--header-height) + 60px) clamp(54px, 8vh, 90px);
}
.lp-hero-label { margin-bottom: 12px; color: var(--yellow); font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .14em; }
.lp-hero h1 { max-width: 980px; margin-bottom: 14px; font-size: clamp(38px, 4.5vw, 62px); font-weight: 900; line-height: 1.25; }
.lp-hero-lead { max-width: 720px; margin: 0; color: rgb(255 255 255 / 85%); font-size: clamp(17px, 1.7vw, 21px); font-weight: 500; }
.lp-display-word { display: none; }

html[data-theme="b"] .lp-hero {
  min-height: 78vh;
  color: var(--white);
  background: var(--blue-deep);
}
html[data-theme="b"] .lp-hero-media { display: block; background-image: var(--hero-image-b, var(--hero-image)); background-position: var(--hero-position-b, center); transform: none; }
html[data-theme="b"] .lp-hero-media::after { background: rgb(7 29 66 / 35%); }
html[data-theme="b"] .lp-hero-content { min-height: 78vh; align-items: center; justify-content: center; padding-top: calc(var(--header-height) + 48px); padding-bottom: 48px; text-align: center; }
html[data-theme="b"] .lp-display-word { display: none; }
html[data-theme="b"] .lp-hero-label { color: var(--white); font-size: 13px; letter-spacing: .14em; }
html[data-theme="b"] .lp-hero h1 { margin-bottom: 18px; color: var(--white); font-size: clamp(28px, 4vw, 52px); }
html[data-theme="b"] .lp-hero-lead { color: rgb(255 255 255 / 85%); }
body[data-page="pharmacy"] .lp-hero h1 { margin-bottom: 22px; }
body[data-page="pharmacy"] .pharmacy-hero-lead {
  max-width: 820px;
  color: rgb(255 255 255 / 95%);
  line-height: 1.8;
}
body[data-page="pharmacy"] .pharmacy-hero-lead span { display: block; }

.story-nav-wrap { display: none; padding-block: 24px; border-bottom: 1px solid var(--line); background: var(--white); }
html[data-theme="b"] .story-nav-wrap { display: block; }
.story-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 38px); }
.story-nav a { display: grid; min-width: 82px; justify-items: center; gap: 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.story-nav-visual { width: 64px; height: 64px; padding: 3px; overflow: hidden; border: 2px solid var(--line); border-radius: 50%; background: var(--white); }
.story-nav a[aria-current="page"] .story-nav-visual { border-color: var(--yellow); }
.story-nav-visual img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

html[data-theme="b"] .lp-card {
  border: 0;
  border-radius: 20px;
  box-shadow: var(--lp-shadow);
}
html[data-theme="b"] .lp-card-dark { box-shadow: none; }
html[data-theme="b"] .lp-section-soft { background: #f7f9fc; }

.story-copy {
  width: min(100%, 680px);
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 2.25;
  text-align: center;
}
.story-copy p { margin-bottom: 44px; }
.story-copy p:last-child { margin-bottom: 0; }

body[data-page="about"] .about-compact-section {
  padding-block: clamp(48px, 5vw, 56px);
}
body[data-page="about"] .about-compact-section .lp-heading {
  margin-bottom: 16px;
}
body[data-page="about"] .about-compact-section .lp-kicker {
  margin-bottom: 10px;
}
body[data-page="about"] .about-compact-section .lp-heading h2 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.about-how-grid,
.about-benefit-grid,
.about-security-grid,
.about-cta-grid {
  display: grid;
  gap: 16px;
}
.about-how-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding-top: 36px;
}
.about-how-grid::before {
  position: absolute;
  top: 11px;
  right: 12%;
  left: 12%;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
  content: "";
}
.about-how-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 168px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
  text-align: center;
}
.about-how-card:not(:last-child)::after {
  position: absolute;
  top: -24px;
  right: -25px;
  width: 18px;
  color: var(--blue);
  content: "→";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}
.about-card-number {
  position: absolute;
  top: -36px;
  left: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--yellow);
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 700;
  transform: translateX(-50%);
}
.about-svg-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: var(--blue);
  background: var(--yellow-soft);
}
.about-svg-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-how-card .about-svg-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.about-how-card .about-svg-icon svg {
  width: 32px;
  height: 32px;
}
.about-how-card h3 {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.45;
}
.about-how-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.about-tabs {
  display: grid;
  width: min(100%, 480px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 16px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.about-tab {
  min-height: 48px;
  padding: 8px 16px;
  border: 0;
  border-radius: 5px;
  color: var(--blue);
  background: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.about-tab[aria-selected="true"] {
  color: var(--white);
  background: var(--blue);
}
.about-tab[aria-selected="false"]:hover {
  background: var(--blue-soft);
}
.about-tab:focus-visible {
  outline: 3px solid rgb(246 199 47 / 45%);
  outline-offset: 2px;
}
.about-tab-panel[hidden] {
  display: none;
}
.about-tab-panel.is-active {
  animation: about-panel-in .3s ease both;
}
.about-benefit-grid,
.about-security-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-benefit-card,
.about-security-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: var(--white);
}
.about-benefit-card .about-svg-icon,
.about-security-card .about-svg-icon {
  margin-bottom: 10px;
}
.about-benefit-card h3,
.about-security-card h3 {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 14px;
  line-height: 1.5;
}
.about-benefit-card p,
.about-security-card p {
  margin: 0;
  color: #495057;
  font-size: 13px;
  line-height: 1.65;
}
.about-security-card {
  min-height: 180px;
  padding: 20px;
}

.about-cta-section {
  padding-block: clamp(56px, 6vw, 72px);
  color: var(--blue);
  background: #f8f9fa;
}
.about-cta-section .lp-heading {
  margin-bottom: 24px;
}
.about-cta-section .lp-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3.8vw, 44px);
}
.about-cta-section .lp-heading > p:last-child {
  margin-inline: auto;
  font-size: 14px;
}
.about-cta-grid {
  width: min(100%, 820px);
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about-cta-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 4px 16px rgb(0 0 0 / 8%);
  text-align: center;
}
.about-cta-card .about-svg-icon {
  margin-bottom: 12px;
}
.about-cta-card h3 {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 20px;
}
.about-cta-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
}
.about-cta-card .button {
  width: min(100%, 280px);
  min-height: 48px;
}

body[data-page="pharmacy"] .pharmacy-unified-section {
  padding-block: clamp(52px, 6vw, 72px);
}
body[data-page="pharmacy"] .pharmacy-unified-section .lp-heading {
  margin-bottom: 24px;
}
body[data-page="pharmacy"] .pharmacy-unified-section .lp-heading h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.4;
}
.pharmacy-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.pharmacy-info-card {
  min-width: 0;
  min-height: 184px;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
}
.pharmacy-info-card .about-svg-icon {
  margin-bottom: 12px;
}
.pharmacy-info-card h3 {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.55;
}
.pharmacy-info-card p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.7;
}
.pharmacy-dilemma-section {
  color: var(--blue);
  background: var(--white);
}
body[data-page="pharmacy"] .pharmacy-dilemma-section .lp-heading h2 {
  color: var(--blue);
}
.pharmacy-flow-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding-top: 36px;
}
.pharmacy-flow-timeline::before {
  position: absolute;
  top: 11px;
  right: 12%;
  left: 12%;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
  content: "";
}
.pharmacy-flow-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 176px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
  text-align: center;
}
.pharmacy-flow-card:not(:last-child)::after {
  position: absolute;
  top: -24px;
  right: -25px;
  width: 18px;
  color: var(--blue);
  content: "→";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}
.pharmacy-flow-number {
  position: absolute;
  top: -36px;
  left: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--yellow);
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 700;
  transform: translateX(-50%);
}
.pharmacy-flow-card .about-svg-icon {
  margin-bottom: 9px;
}
.pharmacy-flow-card h3 {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.45;
}
.pharmacy-flow-card p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.55;
}
.pharmacy-faq {
  display: grid;
  gap: 12px;
}
.pharmacy-faq details {
  overflow: hidden;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
}
.pharmacy-faq summary {
  position: relative;
  display: grid;
  min-height: 72px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px 56px 15px 16px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
}
.pharmacy-faq summary::-webkit-details-marker {
  display: none;
}
.pharmacy-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  transform: translateY(-50%);
}
.pharmacy-faq details[open] summary::after {
  content: "−";
}
.pharmacy-faq-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  color: var(--blue);
  background: var(--yellow-soft);
}
.pharmacy-faq-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pharmacy-faq details p {
  margin: 0;
  padding: 0 24px 20px 70px;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.75;
}

@keyframes about-panel-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.lp-cta-band { padding-block: clamp(76px, 9vw, 120px); background: var(--blue-deep); color: var(--white); text-align: center; }
.lp-cta-band h2 { margin-bottom: 28px; color: var(--white); font-family: "Shippori Mincho", serif; font-size: clamp(32px, 4.6vw, 56px); font-weight: 500; }
.lp-cta-actions { display: flex; justify-content: center; gap: 12px; }

.challenge-card { min-height: 230px; display: flex; align-items: flex-end; }
.challenge-card h3 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.7; }
.responsibility-card h3 { min-height: 70px; }
.responsibility-card p { color: var(--muted); }

.workflow-grid { display: grid; gap: 34px; }
.workflow-step { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.workflow-step:nth-child(even) .workflow-copy { order: 2; }
.workflow-step:nth-child(even) .app-screen { order: 1; }
.workflow-copy .lp-number { margin-bottom: 20px; }
.app-screen { min-height: 330px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--lp-shadow); }
.app-screen-bar { display: flex; gap: 6px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.app-screen-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.app-screen-body { display: grid; min-height: 270px; place-items: center; background: linear-gradient(145deg, var(--white), var(--blue-soft)); color: var(--blue); font-weight: 700; text-align: center; }
.voice-compact figure { margin: 0; }
.voice-compact img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.voice-compact figcaption { padding-top: 26px; }
.voice-compact blockquote { margin-bottom: 18px; color: var(--blue); font-family: "Shippori Mincho", serif; font-size: 20px; line-height: 1.8; }
.voice-compact figcaption p { margin: 0; color: var(--muted); font-size: 13px; }

.pharmacy-dilemma-section .lp-heading { margin-bottom: clamp(36px, 5vw, 60px); }
.pharmacy-dilemma-section .lp-heading h2 { color: var(--white); }
.pharmacy-dilemma-lines {
  width: min(100%, 860px);
  margin-inline: auto;
  border-top: 1px solid rgb(255 255 255 / 18%);
}
.pharmacy-dilemma-lines p {
  margin: 0;
  padding: clamp(24px, 3.5vw, 38px) 0;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 2.4vw, 31px);
  line-height: 1.8;
  text-align: center;
}
.pharmacy-carousel-section { overflow: hidden; }
.pharmacy-carousel-section .lp-heading { margin-bottom: clamp(30px, 4vw, 52px); }
.pharmacy-carousel-shell {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--lp-shadow);
}
.pharmacy-carousel-shell.lp-reveal {
  transform: none;
  transition: opacity .6s ease;
}
.pharmacy-carousel-shell.lp-reveal.is-visible { transform: none; }
.pharmacy-carousel-track {
  position: absolute;
  inset: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}
.pharmacy-carousel-track::-webkit-scrollbar { display: none; }
.pharmacy-carousel-slide {
  display: grid;
  min-width: 100%;
  min-height: 620px;
  flex: 0 0 100%;
  grid-template-columns: minmax(280px, .86fr) minmax(420px, 1.14fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 6vw, 76px) clamp(58px, 7vw, 88px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.pharmacy-carousel-copy {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.pharmacy-carousel-copy .lp-number { margin: 3px 0 0; }
.pharmacy-carousel-copy h3 {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.35;
}
.pharmacy-carousel-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.9;
}
.pharmacy-impact-visual {
  display: grid;
  width: 100%;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--blue-deep);
}
.pharmacy-impact-visual-image picture,
.pharmacy-impact-visual-image img { display: block; width: 100%; height: 100%; }
.pharmacy-impact-visual-image img { object-fit: cover; }
.pharmacy-shift-visual { position: relative; padding: 54px; }
.pharmacy-shift-bars {
  display: flex;
  width: min(100%, 430px);
  height: 240px;
  gap: clamp(10px, 2vw, 22px);
  align-items: flex-end;
  justify-content: center;
  border-bottom: 2px solid rgb(255 255 255 / 34%);
}
.pharmacy-shift-bars i {
  width: 11%;
  height: 28%;
  border-radius: 5px 5px 0 0;
  background: rgb(255 255 255 / 24%);
}
.pharmacy-shift-bars i:nth-child(2),
.pharmacy-shift-bars i:nth-child(6) { height: 48%; }
.pharmacy-shift-bars i:nth-child(3),
.pharmacy-shift-bars i:nth-child(5) { height: 72%; background: rgb(255 202 40 / 52%); }
.pharmacy-shift-bars i:nth-child(4) { height: 88%; background: var(--yellow); }
.pharmacy-shift-visual > span {
  position: absolute;
  top: 52%;
  left: 50%;
  width: min(62%, 340px);
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 20px rgb(255 202 40 / 34%);
  transform: translate(-50%, -50%);
}
.pharmacy-network-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-content: center;
  padding: 58px 42px 42px;
}
.pharmacy-network-hub {
  position: absolute;
  z-index: 2;
  top: 38px;
  left: 50%;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 5px solid rgb(255 255 255 / 26%);
  border-radius: 50%;
  color: var(--blue);
  background: var(--yellow);
  font-weight: 900;
  transform: translateX(-50%);
}
.pharmacy-network-store {
  position: relative;
  min-height: 150px;
  padding: 82px 18px 20px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 8px;
  color: var(--white);
  text-align: center;
}
.pharmacy-network-store::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: rgb(255 202 40 / 60%);
}
.pharmacy-network-store i {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 46px;
  height: 34px;
  border: 2px solid rgb(255 255 255 / 70%);
  border-top: 7px solid var(--yellow);
  transform: translateX(-50%);
}
.pharmacy-network-store i::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 10px;
  height: 17px;
  border: 1px solid rgb(255 255 255 / 58%);
  border-bottom: 0;
}
.pharmacy-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgb(11 47 107 / 24%);
  border-radius: 50%;
  color: var(--blue);
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 8px 26px rgb(7 29 66 / 8%);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: opacity .2s ease, background-color .2s ease;
  cursor: pointer;
}
.pharmacy-carousel-arrow:hover { background: rgb(255 255 255 / 96%); }
.pharmacy-carousel-arrow:disabled { opacity: .22; cursor: default; }
.pharmacy-carousel-arrow-prev { left: 8px; }
.pharmacy-carousel-arrow-next { right: 8px; }
.pharmacy-carousel-pagination {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 22px;
  left: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.pharmacy-carousel-pagination button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(11 47 107 / 22%);
  transition: width .25s ease, background-color .25s ease;
  cursor: pointer;
}
.pharmacy-carousel-pagination button[aria-current="true"] {
  width: 24px;
  border-radius: 999px;
  background: var(--blue);
}
.pharmacy-flow-shell { min-height: 640px; }
.pharmacy-flow-shell .pharmacy-carousel-slide { min-height: 640px; }
.pharmacy-app-window {
  width: 100%;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgb(11 47 107 / 14%);
  border-radius: 8px;
  background: #f6f8fb;
  box-shadow: 0 18px 42px rgb(7 29 66 / 12%);
}
.pharmacy-app-header {
  display: grid;
  min-height: 68px;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  background: var(--white);
}
.pharmacy-app-header small { color: var(--muted); font-size: 12px; }
.pharmacy-app-logo {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--yellow);
  background: var(--blue);
  font-family: "Manrope", sans-serif;
  font-weight: 900;
}
.pharmacy-app-list { display: grid; gap: 10px; padding: 22px; }
.pharmacy-app-list div {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: var(--white);
}
.pharmacy-app-list strong { padding: 7px 11px; border-radius: 999px; color: var(--blue); background: var(--yellow-soft); font-size: 12px; }
.pharmacy-video-stage {
  position: relative;
  display: grid;
  min-height: 342px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(145deg, #335f99, var(--blue-deep));
}
.pharmacy-video-person {
  display: grid;
  width: min(45%, 210px);
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 48%);
  border-radius: 50%;
  background: rgb(255 255 255 / 12%);
}
.pharmacy-video-self {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 112px;
  aspect-ratio: 4 / 3;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 8px;
  background: #4d6f9d;
  font-size: 12px;
}
.pharmacy-video-controls { position: absolute; bottom: 24px; display: flex; gap: 9px; }
.pharmacy-video-controls i { width: 32px; height: 32px; border-radius: 50%; background: rgb(255 255 255 / 22%); }
.pharmacy-video-controls i:nth-child(2) { background: #db5148; }
.pharmacy-payment-summary { display: grid; gap: 0; padding: 26px 28px; }
.pharmacy-payment-summary div {
  display: flex;
  justify-content: space-between;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.pharmacy-payment-summary .pharmacy-payment-total { color: var(--blue); font-size: 18px; }
.pharmacy-payment-summary button {
  min-height: 48px;
  margin-top: 24px;
  border: 0;
  border-radius: 6px;
  color: var(--blue);
  background: var(--yellow);
  font: inherit;
  font-weight: 800;
}

.lp-faq { border-top: 1px solid var(--blue); }
.lp-faq details { border-bottom: 1px solid var(--line); }
.lp-faq summary { position: relative; padding: 26px 56px 26px 0; color: var(--blue); font-size: 18px; font-weight: 700; list-style: none; cursor: pointer; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; position: absolute; top: 50%; right: 8px; font-family: "Manrope", sans-serif; font-size: 24px; transform: translateY(-50%); }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq details p { margin: 0; padding: 0 56px 26px 0; color: var(--muted); }

.closing-statement { position: relative; overflow: hidden; background: var(--blue-deep); color: var(--white); text-align: center; }
.closing-statement::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgb(7 29 66 / 42%), rgb(7 29 66 / 72%)), image-set(url("../assets/img/closing-bg.webp") type("image/webp"), url("../assets/img/closing-bg.png") type("image/png")); background-position: center; background-size: cover; }
.closing-statement .lp-container { position: relative; z-index: 1; }
.closing-statement h2 { margin-bottom: 32px; color: var(--white); font-family: "Shippori Mincho", serif; font-size: clamp(32px, 4.7vw, 60px); font-weight: 500; line-height: 1.7; }

body[data-page="patients"] { font-size: 18px; line-height: 2; }
body[data-page="patients"] .lp-hero-lead { font-size: clamp(19px, 2vw, 24px); }
body[data-page="patients"] .lp-section p,
body[data-page="patients"] .lp-section li,
body[data-page="patients"] .lp-faq summary { font-size: 18px; line-height: 2; }
.patient-empathy { max-width: 780px; margin-inline: auto; text-align: center; }
.patient-empathy p { margin: 0; font-family: "Shippori Mincho", serif; font-size: clamp(24px, 3vw, 36px) !important; color: var(--blue); }
.patient-empathy-lines span { display: block; white-space: nowrap; }
.patient-how-section { padding-block: clamp(44px, 6svh, 72px); }
.patient-steps-shell {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--lp-shadow);
}
.patient-steps {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  cursor: grab;
}
.patient-steps::-webkit-scrollbar { display: none; }
.patient-steps.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.patient-step {
  display: grid;
  min-width: 100%;
  min-height: 560px;
  flex: 0 0 100%;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 38%);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  scroll-margin-top: calc(var(--header-height) + 24px);
  scroll-snap-align: start;
  padding: clamp(34px, 5vw, 64px);
  text-align: left;
}
.patient-step-copy {
  display: grid;
  max-width: 580px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.patient-step .lp-number { width: 38px; height: 38px; margin: 2px 0 0; font-size: 14px; }
.patient-step h3 { font-size: clamp(22px, 2.4vw, 30px); }
.patient-step p { color: var(--muted); }
.patient-steps-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgb(11 47 107 / 24%);
  border-radius: 50%;
  color: var(--blue);
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 8px 26px rgb(7 29 66 / 8%);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: opacity .2s ease, background-color .2s ease;
  cursor: pointer;
}
.patient-steps-arrow:hover { background: rgb(255 255 255 / 96%); }
.patient-steps-arrow:disabled { opacity: .24; cursor: default; }
.patient-steps-arrow-prev { left: 4px; }
.patient-steps-arrow-next { right: 4px; }
.patient-phone {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(52px, 10%, 126px);
  width: min(24vw, 240px);
  aspect-ratio: 0.51;
  pointer-events: none;
  transform: translateY(-50%);
}
.patient-phone-device { position: absolute; inset: 0; display: block; pointer-events: none; }
.patient-phone-device img { display: block; width: 100%; height: 100%; object-fit: fill; }
.patient-phone-screen {
  position: absolute;
  top: 15%;
  left: 18%;
  width: 64%;
  height: 69%;
  overflow: hidden;
  border-radius: 22px;
  background: #f6f8fb;
}
.patient-phone-screen-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(calc(var(--patient-screen-progress, 0) * -100%), 0, 0);
  will-change: transform;
}
.patient-phone-panel {
  position: relative;
  display: flex;
  min-width: 100%;
  height: 100%;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 11% 9%;
  color: var(--blue);
  text-align: center;
}
.patient-phone-panel p { margin: 0; font-size: clamp(6px, .7vw, 9px) !important; font-weight: 700; line-height: 1.45 !important; }
.patient-phone-panel strong { font-size: clamp(7px, .85vw, 11px); line-height: 1.4; }
.patient-app-bar {
  position: absolute;
  top: 7%;
  left: 8%;
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Manrope", sans-serif;
}
.patient-app-bar span {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 5px;
  color: var(--yellow);
  background: var(--blue);
  font-size: 9px;
  font-weight: 800;
}
.patient-app-bar strong { font-size: 7px; letter-spacing: .04em; }
.patient-qr-frame {
  position: relative;
  width: 67%;
  aspect-ratio: 1;
  margin-bottom: 12%;
  border: 1px solid rgb(11 47 107 / 14%);
  border-radius: 5px;
  background:
    linear-gradient(90deg, rgb(11 47 107 / 8%) 1px, transparent 1px) 0 0 / 8px 8px,
    linear-gradient(rgb(11 47 107 / 8%) 1px, transparent 1px) 0 0 / 8px 8px,
    var(--white);
}
.patient-qr-frame i { position: absolute; width: 25%; height: 25%; border: 2px solid var(--yellow); }
.patient-qr-frame i:nth-child(1) { top: -2px; left: -2px; border-right: 0; border-bottom: 0; border-radius: 5px 0 0; }
.patient-qr-frame i:nth-child(2) { top: -2px; right: -2px; border-bottom: 0; border-left: 0; border-radius: 0 5px 0 0; }
.patient-qr-frame i:nth-child(3) { bottom: -2px; left: -2px; border-top: 0; border-right: 0; border-radius: 0 0 0 5px; }
.patient-qr-frame i:nth-child(4) { right: -2px; bottom: -2px; border-top: 0; border-left: 0; border-radius: 0 0 5px; }
.patient-qr-frame span { position: absolute; top: 49%; left: 10%; width: 80%; height: 2px; background: var(--yellow); box-shadow: 0 0 8px rgb(255 202 40 / 55%); }
.patient-phone-panel-call { justify-content: flex-end; padding-bottom: 11%; color: var(--white); background: linear-gradient(180deg, #335f99, #071d42); }
.patient-call-status { position: absolute; top: 8%; font-size: 7px; font-weight: 700; }
.patient-call-person {
  display: grid;
  width: 58%;
  aspect-ratio: 1;
  margin-bottom: 8%;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 52%);
  border-radius: 50%;
  background: linear-gradient(145deg, #f9fbff, #c8d8ec);
  box-shadow: 0 10px 24px rgb(0 0 0 / 25%);
}
.patient-call-person span { color: var(--blue); font-family: "Shippori Mincho", serif; font-size: clamp(22px, 3vw, 38px); }
.patient-call-controls { display: flex; gap: 6px; margin-top: 9%; }
.patient-call-controls i { width: 18px; height: 18px; border-radius: 50%; background: rgb(255 255 255 / 22%); }
.patient-call-controls i:nth-child(2) { background: #db5148; }
.patient-phone-panel-delivery { justify-content: center; background: linear-gradient(180deg, #f8fafc, #eaf1fa); }
.patient-delivery-mark { position: relative; width: 55%; aspect-ratio: 1; margin-bottom: 13%; }
.patient-delivery-mark > span {
  position: absolute;
  inset: 18% 8% 2%;
  border-radius: 5px;
  background: linear-gradient(145deg, #ffd452, var(--yellow));
  box-shadow: 0 9px 20px rgb(11 47 107 / 16%);
}
.patient-delivery-mark > span::before,
.patient-delivery-mark > span::after { content: ""; position: absolute; background: rgb(11 47 107 / 28%); }
.patient-delivery-mark > span::before { top: 0; bottom: 0; left: 48%; width: 2px; }
.patient-delivery-mark > span::after { top: 24%; right: 0; left: 0; height: 2px; }
.patient-delivery-mark i {
  position: absolute;
  top: 0;
  right: -5%;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}
.patient-phone-panel-delivery > p { margin-top: 6%; color: var(--muted); }
.patient-step-pagination {
  position: absolute;
  z-index: 4;
  right: clamp(52px, 10%, 126px);
  bottom: 18px;
  display: flex;
  width: min(24vw, 240px);
  gap: 8px;
  justify-content: center;
}
.patient-step-pagination button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(11 47 107 / 22%);
  transition: width .25s ease, background-color .25s ease;
  cursor: pointer;
}
.patient-step-pagination button[aria-current="true"] { width: 22px; border-radius: 999px; background: var(--blue); }
.patient-payment-section .lp-heading { margin-bottom: clamp(34px, 5vw, 56px); }
.patient-payment-title span { display: block; white-space: nowrap; }
.patient-payment-visual { position: relative; min-height: 420px; overflow: hidden; border-radius: 8px; background: var(--blue); }
.patient-payment-visual picture,
.patient-payment-visual img { display: block; width: 100%; height: 100%; }
.patient-payment-visual picture { position: absolute; inset: 0; }
.patient-payment-visual img { object-fit: cover; object-position: center; }
.patient-payment-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 29 66 / 88%) 0%, rgb(7 29 66 / 72%) 40%, rgb(7 29 66 / 10%) 78%); }
.patient-payment-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(52%, 560px);
  min-height: 420px;
  margin: 0;
  align-items: center;
  padding: clamp(32px, 5vw, 64px);
  color: var(--white) !important;
  font-size: clamp(17px, 1.65vw, 21px) !important;
  font-weight: 500;
  line-height: 2 !important;
}
.patient-payment-copy-inner { display: block; width: 100%; }
.payment-note { margin-top: 20px; color: var(--muted); font-size: 15px !important; line-height: 1.8 !important; }
.patient-assurance-section {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  align-items: center;
  padding-block: clamp(32px, 5svh, 64px);
  scroll-margin-top: var(--header-height);
}
.patient-assurance-section .lp-heading { margin-bottom: clamp(20px, 3svh, 36px); }
.patient-assurance-section .lp-kicker { margin-bottom: 10px; }
.patient-assurance-section .lp-heading h2 { margin-bottom: 0; }
.patient-assurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.patient-assurance-card {
  display: grid;
  min-width: 0;
  min-height: 182px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-content: start;
  padding: 24px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  background: #f8f9fa;
  box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
}
.patient-assurance-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 10px;
  background: var(--blue-soft);
  color: var(--blue);
}
.patient-assurance-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.patient-assurance-card:nth-child(3) .patient-assurance-icon,
.patient-assurance-card:nth-child(4) .patient-assurance-icon {
  background: var(--yellow);
}
.patient-assurance-card h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
body[data-page="patients"] .patient-assurance-card p {
  margin: 0;
  color: #495057;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
.patient-action { text-align: center; }
.patient-action blockquote { width: min(100%, 680px); margin: 30px auto 36px; padding: 28px; border-left: 5px solid var(--yellow); background: var(--blue-soft); color: var(--blue); font-family: "Shippori Mincho", serif; font-size: clamp(20px, 2.4vw, 28px); }
.patient-action-title span,
.patient-action-message span { display: block; }
.patient-show-button { min-height: 64px; padding-inline: 34px; border: 0; cursor: pointer; }

.presentation-modal { position: fixed; z-index: 200; inset: 0; overflow: auto; padding: 24px; background: rgb(7 29 66 / 88%); }
.presentation-card { position: relative; display: grid; width: min(100%, 820px); min-height: calc(100dvh - 48px); margin: 0 auto; padding: clamp(32px, 6vw, 74px); place-content: center; justify-items: center; border-radius: 8px; background: var(--white); color: var(--blue); text-align: center; }
.presentation-close-icon { position: absolute; top: clamp(16px, 3vw, 28px); right: clamp(16px, 3vw, 28px); display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--blue); font-family: Arial, sans-serif; font-size: 42px; font-weight: 300; line-height: 1; cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.presentation-close-icon:hover { background: var(--blue-soft); transform: scale(1.04); }
.presentation-close-icon:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.presentation-logo { width: 120px; height: 120px; object-fit: contain; }
.presentation-card h2 { margin: 26px 0; font-size: clamp(32px, 6vw, 62px); }
.presentation-card p { max-width: 620px; font-size: 18px; line-height: 2; }
.presentation-url { font-family: "Manrope", sans-serif; font-weight: 700; word-break: break-all; }
.presentation-qr { width: 150px; height: 150px; margin: 24px 0; border: 10px solid var(--white); background: var(--white); }
.presentation-close { min-width: 180px; min-height: 58px; margin-top: 18px; border: 0; cursor: pointer; }

.timeline { position: relative; width: min(100%, 920px); margin-inline: auto; }
.timeline::before { content: ""; position: absolute; top: 26px; bottom: 26px; left: 25px; width: 2px; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 28px; padding-bottom: 58px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-number { position: relative; z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--blue); font-family: "Manrope", sans-serif; font-weight: 700; }
.timeline-copy { padding: 4px 0 0; }
.timeline-copy h3 { margin-bottom: 10px; font-size: 25px; }
.timeline-copy > p { color: var(--muted); }
.timeline-task { margin-top: 18px; padding: 16px 18px; border-left: 4px solid var(--yellow); background: var(--blue-soft); color: var(--blue); font-weight: 700; }

.philosophy { position: relative; display: grid; min-height: 78svh; place-items: center; overflow: hidden; background: var(--blue-deep); color: var(--white); }
.philosophy::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgb(7 29 66 / 38%), rgb(7 29 66 / 54%)), image-set(url("../assets/img/closing-bg.webp") type("image/webp"), url("../assets/img/closing-bg.png") type("image/png")); background-position: center; background-size: cover; }
.philosophy-inner { position: relative; z-index: 1; width: min(calc(100% - 48px), 1100px); margin-inline: auto; }
.philosophy-item { display: none; text-align: center; }
.philosophy-item p:first-child { margin-bottom: 18px; color: var(--yellow); font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: .12em; }
.philosophy-item h2 { margin: 0; color: var(--white); font-family: "Shippori Mincho", serif; font-size: clamp(36px, 5.5vw, 74px); font-weight: 500; }
.philosophy-item.is-active { display: block; animation: lp-fade-in .7s ease both; }
.philosophy-item.is-leaving { display: block; animation: lp-fade-out .5s ease both; }

.value-item { padding-block: 36px; border-top: 1px solid var(--line); }
.value-item:last-child { border-bottom: 1px solid var(--line); }
.value-item h3 { font-size: clamp(24px, 2.7vw, 36px); }
.value-item p { max-width: 760px; color: var(--muted); }
.company-table { width: 100%; border-collapse: collapse; }
.company-table th,
.company-table td { padding: 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.company-table th { width: 220px; color: var(--blue); }
.legal-links { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-bottom: 38px; }
.legal-links a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.legal-note { padding: 22px; border: 1px solid var(--yellow); background: var(--yellow-soft); color: var(--blue); }
.company-cta { padding-block: 72px; text-align: center; }
.company-cta a { color: var(--blue); font-size: 18px; font-weight: 700; text-decoration: underline; text-underline-offset: 6px; }

.lp-footer-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
body[data-page="patients"] .lp-footer-actions { display: none; }
.patient-sticky { grid-template-columns: 1fr !important; }
.patient-sticky a { min-height: 54px; background: var(--yellow) !important; color: var(--blue) !important; font-size: clamp(16px, 4vw, 18px); white-space: nowrap; }

.lp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.lp-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes lp-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes lp-fade-out { from { opacity: 1; } to { opacity: 0; } }

@media (max-width: 1180px) {
  .lp-header .desktop-nav { display: none; }
  .lp-header .menu-button { display: block; }
  .lp-header .header-actions { margin-left: auto; }
  .lp-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .lp-grid-3 { grid-template-columns: 1fr; }
  .workflow-step { grid-template-columns: 1fr; }
  .workflow-step:nth-child(even) .workflow-copy,
  .workflow-step:nth-child(even) .app-screen { order: initial; }
  .pharmacy-carousel-shell,
  .pharmacy-flow-shell { min-height: 760px; }
  .pharmacy-carousel-slide,
  .pharmacy-flow-shell .pharmacy-carousel-slide {
    min-height: 760px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    padding: 48px 56px 68px;
  }
  .pharmacy-impact-visual,
  .pharmacy-app-window { min-height: 390px; }
}

@media (max-width: 767px) {
  :root { --lp-section: 84px; }
  .lp-container { width: min(calc(100% - 32px), 1180px); }
  .lp-header .brand-mark { width: 46px; height: 46px; }
  .lp-header .brand-name { font-size: 18px; }
  .lp-header .lp-standard-actions .desktop-cta { display: none; }
  .lp-header .header-actions .button { min-height: 42px; padding-inline: 14px; }
  body[data-page="patients"] .lp-patient-header-link { max-width: 112px; font-size: 14px; line-height: 1.35; text-align: center; }
  body[data-page="patients"] .lp-hero h1 { font-size: 30px; white-space: nowrap; }
  .lp-grid-2,
  .lp-grid-4 { grid-template-columns: 1fr; }
  .lp-section-title,
  .lp-heading h2 { font-size: clamp(32px, 9.5vw, 44px); }
  .lp-hero,
  .lp-hero-content { min-height: 60svh; }
  .lp-hero-media::after { background: linear-gradient(0deg, rgb(7 29 66 / 76%), rgb(7 29 66 / 15%) 75%); }
  html[data-theme="a"] body[data-page="patients"] .lp-hero-media {
    background-image: image-set(url("../assets/img/hero-e-sp.webp") type("image/webp"), url("../assets/img/hero-e-sp.png") type("image/png"));
    background-position: center 42%;
  }
  .lp-hero-content { padding-block: calc(var(--header-height) + 34px) 54px; }
  .lp-hero h1 { font-size: clamp(34px, 10vw, 47px); }
  .lp-hero-lead { font-size: 16px; line-height: 1.8; }
  body[data-page="pharmacy"] .pharmacy-hero-lead span { display: inline; }
  html[data-theme="b"] .lp-hero,
  html[data-theme="b"] .lp-hero-content { min-height: 70svh; }
  html[data-theme="b"] .lp-hero-media { background-image: var(--hero-image-b-sp, var(--hero-image-b, var(--hero-image))); background-position: var(--hero-position-b-sp, var(--hero-position-b, center)); }
  html[data-theme="b"] .lp-hero-content { padding-top: calc(var(--header-height) + 32px); padding-bottom: 32px; }
  html[data-theme="b"] .lp-hero h1 { font-size: clamp(28px, 8.7vw, 40px); }
  html[data-theme="b"] body[data-page="patients"] .lp-hero h1 { font-size: 30px; white-space: nowrap; }
  .story-nav-wrap { overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .story-nav-wrap::-webkit-scrollbar { display: none; }
  .story-nav { width: max-content; min-width: 100%; justify-content: flex-start; gap: 18px; padding-inline: 16px; }
  .story-nav a { min-width: 70px; scroll-snap-align: start; }
  .story-nav-visual { width: 58px; height: 58px; }
  .story-copy { font-size: 18px; line-height: 2.2; }
  .pharmacy-dilemma-section { padding-block: 70px; }
  .pharmacy-dilemma-section .lp-heading { margin-bottom: 28px; }
  .pharmacy-dilemma-section .lp-heading h2 { font-size: 31px; line-height: 1.45; }
  .pharmacy-dilemma-lines p {
    padding: 20px 4px;
    font-size: clamp(17px, 4.8vw, 21px);
    line-height: 1.7;
  }
  .pharmacy-carousel-section { padding-block: 56px 72px; }
  .pharmacy-carousel-section .lp-heading { margin-bottom: 20px; }
  .pharmacy-carousel-section .lp-kicker { margin-bottom: 7px; }
  .pharmacy-carousel-section .lp-heading h2 { margin-bottom: 0; font-size: 33px; line-height: 1.3; }
  .pharmacy-carousel-shell,
  .pharmacy-flow-shell {
    min-height: 680px;
    margin-inline: -8px;
  }
  .pharmacy-carousel-slide,
  .pharmacy-flow-shell .pharmacy-carousel-slide {
    min-height: 680px;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    padding: 28px 22px 54px;
  }
  .pharmacy-carousel-copy {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }
  .pharmacy-carousel-copy .lp-number {
    width: 30px;
    height: 30px;
    margin-top: 1px;
    font-size: 11px;
  }
  .pharmacy-carousel-copy h3 { margin-bottom: 8px; font-size: 22px; line-height: 1.4; }
  .pharmacy-carousel-copy p:last-child { font-size: 14px; line-height: 1.75; }
  .pharmacy-impact-visual,
  .pharmacy-app-window {
    min-height: 0;
    height: 100%;
    max-height: 430px;
  }
  .pharmacy-shift-visual { padding: 34px; }
  .pharmacy-shift-bars { height: 220px; gap: 10px; }
  .pharmacy-network-visual { gap: 8px; padding: 86px 14px 28px; }
  .pharmacy-network-hub { top: 22px; width: 76px; height: 76px; font-size: 14px; }
  .pharmacy-network-store { min-height: 130px; padding: 70px 6px 14px; font-size: 11px; }
  .pharmacy-network-store::before { top: -44px; height: 44px; }
  .pharmacy-network-store i { top: 27px; width: 38px; height: 29px; }
  .pharmacy-carousel-arrow {
    top: 61%;
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  .pharmacy-carousel-arrow-prev { left: 4px; }
  .pharmacy-carousel-arrow-next { right: 4px; }
  .pharmacy-carousel-pagination { bottom: 18px; }
  .pharmacy-app-header {
    min-height: 54px;
    grid-template-columns: 28px 1fr auto;
    gap: 8px;
    padding: 10px 12px;
  }
  .pharmacy-app-header strong { font-size: 13px; }
  .pharmacy-app-header small { font-size: 9px; }
  .pharmacy-app-logo { width: 28px; height: 28px; font-size: 12px; }
  .pharmacy-app-list { gap: 8px; padding: 14px; }
  .pharmacy-app-list div { min-height: 68px; padding: 12px; font-size: 12px; }
  .pharmacy-app-list strong { font-size: 9px; }
  .pharmacy-video-stage { min-height: 340px; }
  .pharmacy-video-self { right: 14px; bottom: 14px; width: 86px; }
  .pharmacy-payment-summary { padding: 18px; }
  .pharmacy-payment-summary div { padding: 14px 2px; font-size: 13px; }
  .pharmacy-payment-summary .pharmacy-payment-total { font-size: 15px; }
  .pharmacy-payment-summary button { min-height: 44px; margin-top: 18px; font-size: 13px; }
  body[data-page="about"] .about-compact-section {
    padding-block: 48px;
  }
  body[data-page="about"] .about-compact-section .lp-heading h2 {
    font-size: 24px;
  }
  .about-how-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0;
    padding-left: 40px;
  }
  .about-how-grid::before {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: auto;
    width: 2px;
    height: auto;
    border-radius: 999px;
    background: var(--yellow);
    content: "";
  }
  .about-how-card {
    z-index: 1;
    min-height: 148px;
    padding: 18px 16px;
  }
  .about-how-card:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -33px;
    left: 50%;
    width: auto;
    content: "↓";
    transform: translateX(-50%);
  }
  .about-card-number {
    top: 50%;
    left: -40px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: var(--yellow);
    font-size: 8px;
    transform: translateY(-50%);
  }
  .about-how-card .about-svg-icon {
    margin-bottom: 8px;
  }
  .about-how-card h3 {
    font-size: 16px;
  }
  .about-how-card p {
    max-width: 30em;
    font-size: 14px;
    line-height: 1.55;
  }
  .about-tabs {
    width: 100%;
  }
  .about-benefit-grid,
  .about-security-grid,
  .about-cta-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .about-benefit-card {
    padding: 16px;
  }
  .about-security-card {
    min-height: 0;
    padding: 20px;
  }
  .about-cta-section {
    padding-block: 52px calc(76px + env(safe-area-inset-bottom));
  }
  .about-cta-section .lp-heading {
    margin-bottom: 20px;
  }
  .about-cta-section .lp-heading h2 {
    font-size: 30px;
    line-height: 1.45;
  }
  .about-cta-card {
    padding: 20px;
  }
  body[data-page="about"] .sticky-cta {
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    min-height: 56px;
    gap: 8px;
  }
  body[data-page="about"] .sticky-cta a:first-child,
  body[data-page="about"] .sticky-cta a:last-child {
    display: grid;
    width: auto;
    min-width: 0;
    min-height: 56px;
    flex: 1 1 0;
    place-items: center;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    pointer-events: auto;
  }
  body[data-page="about"] .sticky-cta a:first-child {
    border: 1px solid rgb(11 47 107 / 20%);
    color: var(--blue);
    background: rgb(255 255 255 / 94%);
  }
  body[data-page="about"] .sticky-cta a:last-child {
    border: 1px solid rgb(246 199 47 / 78%);
    color: var(--blue);
    background: var(--yellow);
  }
  .responsibility-card h3 { min-height: 0; }
  .app-screen { min-height: 270px; }
  .app-screen-body { min-height: 210px; }
  .lp-cta-actions { flex-direction: column; width: min(100%, 320px); margin-inline: auto; }
  .lp-cta-actions .button { width: 100%; }
  .patient-assurance-section {
    min-height: 0;
    padding-block: 30px calc(76px + env(safe-area-inset-bottom));
  }
  .patient-assurance-section .lp-heading { margin-bottom: 16px; }
  .patient-assurance-section .lp-kicker { margin-bottom: 6px; }
  .patient-assurance-section .lp-heading h2 {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.45;
  }
  .patient-assurance-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .patient-assurance-card {
    min-height: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 20px;
  }
  .patient-assurance-card h3 {
    font-size: 18px;
  }
  body[data-page="patients"] .patient-assurance-card p {
    font-size: 14px;
    line-height: 1.7;
  }
  .patient-empathy { width: calc(100% - 16px); }
  .patient-empathy p { font-size: clamp(17px, 4.75vw, 21px) !important; line-height: 2.1; }
  .patient-how-section { padding-block: 28px 68px; }
  .patient-how-section .lp-heading { margin-bottom: 14px; }
  .patient-how-section .lp-kicker { margin-bottom: 6px; }
  .patient-how-section .lp-heading h2 { margin-bottom: 0; font-size: 34px; line-height: 1.2; }
  .patient-steps-shell {
    min-height: 790px;
    margin-inline: -8px;
    touch-action: pan-y;
  }
  .patient-steps {
    overflow: visible;
    padding: 0;
    scroll-padding-inline: 0;
    pointer-events: none;
    touch-action: auto;
    cursor: default;
    transform: translate3d(calc(var(--patient-step-progress, 0) * -100%), 0, 0);
    transition: transform .48s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
  }
  .patient-step {
    min-height: 790px;
    flex-basis: 100%;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 18px 22px;
  }
  .patient-step-copy {
    max-width: none;
    min-height: 58px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
  }
  .patient-step .lp-number { width: 24px; height: 24px; margin: 1px 0 0; font-size: 10px; }
  .patient-step-text { min-width: 0; padding-top: 0; }
  .patient-step-text h3 { margin-bottom: 3px; font-size: 16px; line-height: 1.4; }
  .patient-step-text p { margin: 0; font-size: 12px !important; line-height: 1.4 !important; }
  .patient-phone {
    top: auto;
    right: 50%;
    bottom: 62px;
    width: min(92vw, 360px);
    pointer-events: none;
    transform: translateX(50%);
  }
  .patient-phone-screen {
    border-radius: 13px;
    pointer-events: none;
    touch-action: auto;
    cursor: default;
  }
  .patient-phone-screen-track {
    transition: transform .48s cubic-bezier(.22, 1, .36, 1);
    backface-visibility: hidden;
  }
  .patient-steps.is-dragging,
  .patient-phone-screen-track.is-dragging { transition: none; }
  .patient-step-pagination {
    right: 50%;
    bottom: 42px;
    width: min(92vw, 360px);
    transform: translateX(50%);
  }
  .patient-steps-arrow {
    top: 48%;
    bottom: auto;
    width: 38px;
    height: 38px;
    font-size: 13px;
    transform: translateY(-50%);
  }
  .patient-steps-arrow-prev { left: 4px; }
  .patient-steps-arrow-next { right: 4px; }
  .patient-payment-title { font-size: clamp(29px, 8.4vw, 38px) !important; line-height: 1.35 !important; }
  .patient-payment-section {
    padding-top: 60px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
  .patient-payment-section .lp-heading { margin-bottom: 0; }
  body[data-page="patients"] .patient-payment-section .lp-kicker {
    margin-bottom: 4px;
    line-height: 1.2;
  }
  .patient-payment-section .patient-payment-title {
    margin-bottom: 0;
    line-height: 1.1 !important;
  }
  .patient-payment-visual { min-height: 520px; }
  .patient-payment-visual img { object-position: center; transform: scale(1.28); transform-origin: 72% 72%; }
  .patient-payment-shade { background: linear-gradient(180deg, rgb(7 29 66 / 90%) 0%, rgb(7 29 66 / 82%) 34%, rgb(7 29 66 / 28%) 56%, rgb(7 29 66 / 0%) 74%); }
  .patient-payment-copy { width: 100%; min-height: 520px; align-items: flex-start; padding: 30px 16px 104px; font-size: 16px !important; line-height: 1.9 !important; }
  .patient-payment-copy-inner > span { display: block; white-space: nowrap; }
  .patient-payment-section .payment-note { margin-top: 4px; line-height: 1.4 !important; }
  .patient-action-title { font-size: 29px !important; line-height: 1.45 !important; }
  .patient-action-title span,
  .patient-action-message span { white-space: nowrap; }
  .patient-action-message { width: calc(100vw - 24px) !important; margin-inline: calc(50% - 50vw) !important; padding: 22px 10px !important; font-size: 16px !important; line-height: 2.1 !important; }
  .presentation-modal { padding: 0; }
  .presentation-card { min-height: 100dvh; border-radius: 0; }
  .timeline-item { gap: 18px; }
  .timeline-copy h3 { font-size: 22px; }
  .philosophy { min-height: 72svh; }
  .philosophy-item h2 { font-size: clamp(32px, 9vw, 44px); }
  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td { display: block; width: 100%; }
  .company-table th { padding-bottom: 4px; border-bottom: 0; }
  .company-table td { padding-top: 4px; }
  body[data-page="pharmacy"] .pharmacy-unified-section {
    padding-block: 48px;
  }
  body[data-page="pharmacy"] .pharmacy-unified-section .lp-heading {
    margin-bottom: 20px;
  }
  body[data-page="pharmacy"] .pharmacy-unified-section .lp-kicker {
    margin-bottom: 8px;
  }
  body[data-page="pharmacy"] .pharmacy-unified-section .lp-heading h2 {
    font-size: 30px;
    line-height: 1.45;
  }
  .pharmacy-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pharmacy-info-card {
    min-height: 0;
    padding: 18px 16px;
  }
  .pharmacy-info-card h3 {
    font-size: 16px;
  }
  .pharmacy-flow-timeline {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0;
    padding-left: 40px;
  }
  .pharmacy-flow-timeline::before {
    top: 12px;
    right: auto;
    bottom: 12px;
    left: 11px;
    width: 2px;
    height: auto;
  }
  .pharmacy-flow-card {
    z-index: 1;
    min-height: 148px;
    padding: 18px 16px;
  }
  .pharmacy-flow-card:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -33px;
    left: 50%;
    width: auto;
    content: "↓";
    transform: translateX(-50%);
  }
  .pharmacy-flow-number {
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
  }
  .pharmacy-flow-card h3 {
    font-size: 16px;
  }
  .pharmacy-flow-card p {
    max-width: 30em;
    font-size: 14px;
  }
  .pharmacy-faq {
    gap: 10px;
  }
  .pharmacy-faq summary {
    min-height: 68px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 48px 13px 14px;
    font-size: 15px;
  }
  .pharmacy-faq summary::after {
    right: 16px;
  }
  .pharmacy-faq details p {
    padding: 0 18px 18px 66px;
    font-size: 14px;
  }
  body[data-page="pharmacy"] .sticky-cta {
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    min-height: 56px;
    gap: 8px;
  }
  body[data-page="pharmacy"] .sticky-cta a:first-child,
  body[data-page="pharmacy"] .sticky-cta a:last-child {
    display: grid;
    width: auto;
    min-width: 0;
    min-height: 56px;
    flex: 1 1 0;
    place-items: center;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    pointer-events: auto;
  }
  body[data-page="pharmacy"] .sticky-cta a:first-child {
    border: 1px solid rgb(11 47 107 / 20%);
    color: var(--blue);
    background: rgb(255 255 255 / 94%);
  }
  body[data-page="pharmacy"] .sticky-cta a:last-child {
    border: 1px solid rgb(246 199 47 / 78%);
    color: var(--blue);
    background: var(--yellow);
  }
  .lp-footer-actions { justify-content: flex-start; }
}

@media (max-width: 360px) {
  html[data-theme="b"] body[data-page="patients"] .lp-hero h1 { font-size: 26px; }
  .patient-how-section { padding-bottom: 62px; }
  .patient-how-section .lp-heading h2 { font-size: 33px; }
  .patient-steps-shell,
  .patient-step { min-height: 740px; }
  .patient-step { padding: 16px 18px; }
  .patient-step-text h3 { font-size: 15px; }
  .patient-phone { width: min(92vw, 330px); }
  .patient-step-pagination { width: min(92vw, 330px); }
  .patient-payment-copy { padding-inline: 14px; font-size: 14px !important; }
  .patient-action-title { font-size: 27px !important; }
  .patient-action-message { font-size: 15px !important; }
}

@media (max-width: 340px) {
  .patient-steps-shell,
  .patient-step { min-height: 710px; }
  .patient-payment-copy { font-size: 13px !important; }
  .patient-action-message { font-size: 13.5px !important; }
}

@media print {
  body.presentation-open > *:not(.presentation-modal) { display: none !important; }
  .presentation-modal { position: static; padding: 0; background: var(--white); }
  .presentation-card { min-height: 100vh; padding: 32px; }
  .presentation-close,
  .presentation-close-icon { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-reveal { opacity: 1; transform: none; }
  .philosophy-inner { display: grid; gap: 32px; padding-block: 56px; }
  .philosophy-item { display: block; padding-block: 24px; }
  .philosophy-item.is-active,
  .philosophy-item.is-leaving { animation: none; }
  .patient-steps,
  .patient-phone-screen-track { transition: none; }
}

/* Pharmacy desktop typography: keep the hero and layout unchanged. */
@media (min-width: 1024px) {
  body[data-page="pharmacy"] .pharmacy-unified-section .lp-kicker,
  body[data-page="pharmacy"] .about-cta-section .lp-kicker {
    font-size: 16px;
  }

  body[data-page="pharmacy"] .pharmacy-info-card h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  body[data-page="pharmacy"] .pharmacy-info-card p {
    font-size: 17px;
    line-height: 1.75;
  }

  body[data-page="pharmacy"] .pharmacy-flow-number {
    top: -41px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  body[data-page="pharmacy"] .pharmacy-flow-card:not(:last-child)::after {
    top: -24px;
    right: -28px;
    width: 24px;
    height: 18px;
    background: var(--blue);
    clip-path: polygon(
      0 44%,
      66% 44%,
      66% 22%,
      100% 50%,
      66% 78%,
      66% 56%,
      0 56%
    );
    content: "";
  }

  body[data-page="pharmacy"] .pharmacy-flow-card {
    display: grid;
    grid-template-rows: 52px 44px 58px;
    align-content: center;
    justify-items: center;
  }

  body[data-page="pharmacy"] .pharmacy-flow-card .about-svg-icon {
    align-self: start;
    margin: 0;
  }

  body[data-page="pharmacy"] .pharmacy-flow-card h3 {
    align-self: start;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
  }

  body[data-page="pharmacy"] .pharmacy-flow-card p {
    align-self: start;
    font-size: 17px;
    line-height: 1.65;
  }

  body[data-page="pharmacy"] .pharmacy-faq summary {
    font-size: 20px;
  }

  body[data-page="pharmacy"] .pharmacy-faq details p {
    font-size: 17px;
    line-height: 1.8;
  }

  body[data-page="pharmacy"] .about-cta-section .lp-heading > p:last-child {
    font-size: 17px;
  }

  body[data-page="pharmacy"] .about-cta-card h3 {
    font-size: 24px;
  }

  body[data-page="pharmacy"] .about-cta-card p,
  body[data-page="pharmacy"] .about-cta-card .button {
    font-size: 17px;
  }
}
