:root {
  --ink: #2f2a27;
  --muted: #746861;
  --line: #e8ddd7;
  --paper: #fffaf7;
  --white: #ffffff;
  --rose: #d66f78;
  --rose-dark: #aa4854;
  --coral: #ef9b89;
  --mint: #8fb9a8;
  --gold: #b58a4a;
  --shadow: 0 18px 42px rgba(104, 73, 65, 0.14);
  --radius: 8px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 62px;
  padding: 10px 16px;
  background: rgba(255, 250, 247, 0.9);
  border-bottom: 1px solid rgba(232, 221, 215, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: block;
  width: 138px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

.text-link {
  display: none;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  color: var(--white);
  background: var(--rose-dark);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(170, 72, 84, 0.22);
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #f8ede8;
}

.hero-media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.countdown-bar {
  padding: 12px 14px;
  background:
    linear-gradient(90deg, rgba(255, 250, 251, 0.9), rgba(255, 236, 241, 0.92)),
    url("./futae_assets/generated_blush_bg.png") center / cover no-repeat;
  border-top: 1px solid rgba(228, 158, 172, 0.22);
  border-bottom: 1px solid rgba(228, 158, 172, 0.28);
}

.countdown-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(228, 158, 172, 0.32);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(195, 123, 142, 0.13);
  backdrop-filter: blur(10px);
}

.countdown-label {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: #4b3f43;
  line-height: 1.2;
}

.countdown-label span {
  color: #df7d91;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.countdown-label b {
  font-size: 16px;
  font-weight: 700;
}

.countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.count-box {
  display: grid;
  place-items: center;
  min-width: 46px;
  padding: 7px 7px 6px;
  background: rgba(255, 247, 249, 0.9);
  border: 1px solid rgba(228, 158, 172, 0.28);
  border-radius: 6px;
}

.count-box b {
  color: #343a42;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 22px;
  line-height: 1;
}

.count-box span {
  margin-top: 3px;
  color: #8c7379;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.countdown-timer i {
  color: #df7d91;
  font-family: "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
}

.count-box.urgent b {
  color: #df7d91;
}

.seat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  min-height: 34px;
  margin: 0 auto;
  padding: 0 16px;
  color: #df7d91;
  background: rgba(253, 235, 240, 0.9);
  border: 1px solid rgba(223, 125, 145, 0.34);
  border-radius: 999px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding-top: 2px;
}

.seat-badge strong {
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

.hero::after {
  position: absolute;
  inset: 34% 0 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 250, 247, 0), rgba(255, 250, 247, 0.96) 48%, var(--paper));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: -145px auto 0;
  padding: 0 18px 34px;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-size: clamp(42px, 14vw, 72px);
  line-height: 1.02;
  font-weight: 600;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(26px, 8vw, 44px);
  line-height: 1.25;
  font-weight: 600;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.45;
}

.lead {
  max-width: 32em;
  margin-bottom: 18px;
  color: #4f4641;
  font-size: 15px;
}

.hero-price {
  display: grid;
  gap: 2px;
  max-width: 360px;
  margin-bottom: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-price span,
.hero-price small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-price strong {
  color: var(--rose-dark);
  font-size: clamp(40px, 13vw, 58px);
  line-height: 1;
}

.hero-price strong span,
.campaign-price strong span,
.price-row strong span {
  font-size: 0.48em;
  margin-left: 0.04em;
  vertical-align: 0.18em;
}

.nowrap {
  white-space: nowrap;
}

.h2-line {
  display: block;
  font-style: normal;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose-dark), var(--coral));
  box-shadow: 0 14px 28px rgba(170, 72, 84, 0.24);
}

.line {
  color: var(--white);
  background: #06C755;
  border: none;
  box-shadow: 0 14px 30px rgba(6, 199, 85, 0.28);
}

.section,
.price-section,
.doctor-section,
.cta-band {
  padding: 58px 18px;
}

.compact {
  padding-top: 44px;
}

.section-head {
  max-width: 680px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-head h2 {
  margin-bottom: 0;
}

.worry-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
}

.worry-list span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #4d403b;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 22px rgba(104, 73, 65, 0.06);
}

.split {
  background: var(--white);
}

.copy-block,
.point-grid,
.reason-list,
.info-table,
.flow-list,
.faq-list,
.access-grid {
  max-width: 1040px;
  margin-inline: auto;
}

.copy-block {
  margin-bottom: 28px;
}

.copy-block p:last-child {
  color: var(--muted);
}

.point-grid,
.reason-list {
  display: grid;
  gap: 14px;
}

.point-grid article,
.reason-list article {
  padding: 22px;
  background: #fffaf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.point-grid b,
.reason-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: var(--white);
  background: var(--mint);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.point-grid p,
.reason-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.price-section {
  background: linear-gradient(180deg, #fffaf7, #f7e9e4);
}

.price-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.price-panel h2 {
  margin-bottom: 18px;
}

.price-row {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-row p {
  margin-bottom: 0;
  font-weight: 800;
}

.normal {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: line-through;
}

.price-row strong {
  color: var(--rose-dark);
  font-size: clamp(46px, 15vw, 70px);
  line-height: 1;
}

.note {
  color: var(--muted);
  font-size: 12px;
}

.wide {
  width: 100%;
}

.reason-list article {
  background: var(--white);
}

.treatment {
  background: #fbf3ef;
}

.info-table {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-table div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.info-table div:last-child {
  border-bottom: 0;
}

.info-table b {
  color: var(--rose-dark);
  font-size: 13px;
}

.info-table span {
  color: #4f4641;
  font-size: 14px;
}

.doctor-section {
  display: grid;
  gap: 28px;
  background: var(--white);
}

.doctor-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 540px;
  margin: 0 auto;
}

.doctor-images figure {
  margin: 0;
}

.doctor-images img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.doctor-images figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.doctor-images figcaption span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--rose-dark);
  letter-spacing: 0.05em;
}

.doctor-copy {
  max-width: 620px;
  margin: 0 auto;
}

.doctor-copy p {
  color: var(--muted);
}

.doctor-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.doctor-stats li {
  padding: 14px;
  background: #fbf3ef;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.doctor-stats b,
.doctor-stats span {
  display: block;
}

.doctor-stats b {
  color: var(--rose-dark);
  font-size: 20px;
  line-height: 1.3;
}

.doctor-stats span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.flow-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.flow-list li {
  position: relative;
  padding: 18px 18px 18px 64px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  counter-increment: flow;
}

.flow-list li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  content: counter(flow);
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.flow-list b,
.flow-list span {
  display: block;
}

.flow-list span {
  color: var(--muted);
  font-size: 14px;
}

.cta-band {
  color: var(--white);
  text-align: center;
  background: #5d4842;
}

.cta-band p {
  margin-bottom: 8px;
  color: #f5c9c1;
  font-weight: 800;
}

.cta-band h2 {
  max-width: 760px;
  margin-inline: auto;
}

.cta-band .hero-buttons {
  max-width: 560px;
  margin: 22px auto 0;
}

.access {
  background: var(--white);
}

.access-grid {
  display: grid;
  gap: 16px;
}

.access-data {
  padding: 20px;
  background: #fffaf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

dl,
dd {
  margin: 0;
}

.access-data div {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.access-data div:first-child {
  padding-top: 0;
}

.access-data div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

dt {
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
}

dd {
  color: #4f4641;
  font-size: 14px;
}

.map-box {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 0;
  color: var(--white);
  background:
    linear-gradient(rgba(93, 72, 66, 0.22), rgba(93, 72, 66, 0.88)),
    repeating-linear-gradient(45deg, #cdbbb3 0 18px, #d8c9c2 18px 36px);
  border-radius: var(--radius);
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
}

.map-box a {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(24, 58, 86, 0.18);
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  position: relative;
  padding: 18px 48px 18px 18px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 22px;
  height: 22px;
  content: "+";
  color: var(--rose-dark);
  border: 1px solid var(--line);
  border-radius: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 20px;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 14px;
}

.footer {
  padding: 36px 18px 110px;
  color: var(--muted);
  background: #f5ebe6;
  text-align: center;
}

.footer img {
  width: 160px;
  margin: 0 auto 16px;
}

.footer p {
  max-width: 680px;
  margin: 0 auto 14px;
  font-size: 12px;
}

.footer small {
  font-size: 11px;
}

.sticky-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 30;
  display: flex;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(80, 56, 50, 0.2);
  backdrop-filter: blur(14px);
}

.sticky-cta a {
  display: grid;
  place-items: center;
  flex: 1;
  min-height: 46px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

.sticky-cta .sticky-reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1;
}

.sticky-reserve small,
.sticky-reserve span {
  display: block;
}

.sticky-reserve small {
  font-size: 10px;
  font-weight: 700;
  opacity: 0.86;
}

.sticky-reserve span {
  font-size: 15px;
  font-weight: 900;
}

.sticky-cta a:first-child {
  color: var(--white);
  background: #06C755;
}

.sticky-cta a:last-child {
  color: var(--white);
  background: #06C755;
}

@media (min-width: 520px) {
  .doctor-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .site-header {
    min-height: 76px;
    padding-inline: 36px;
  }

  .brand {
    width: 178px;
  }

  .text-link {
    display: inline-flex;
  }

.header-actions {
  gap: 18px;
  font-size: 14px;
}

  .hero {
    min-height: 690px;
  }

  .hero-media img {
    min-height: 690px;
    object-position: center;
  }

  .countdown-inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 12px 18px;
  }

  .countdown-label {
    justify-content: flex-start;
  }

  .countdown-timer {
    justify-content: center;
  }

  .count-box {
    min-width: 54px;
  }

  .count-box b {
    font-size: 26px;
  }

  .hero::after {
    inset: 0 43% 0 0;
    background: linear-gradient(90deg, rgba(255, 250, 247, 0.95), rgba(255, 250, 247, 0.76) 58%, rgba(255, 250, 247, 0));
  }

  .hero-copy {
    position: absolute;
    top: 52%;
    left: max(36px, calc((100vw - 1120px) / 2));
    width: min(48vw, 540px);
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
  }

  .section,
  .price-section,
  .doctor-section,
  .cta-band {
    padding: 88px 36px;
  }

  .worry-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .split {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 42px;
    align-items: center;
  }

  .copy-block {
    margin-bottom: 0;
  }

  .point-grid {
    grid-template-columns: 1fr;
  }

  .price-panel {
    padding: 42px;
  }

  .price-row {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .reason-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-table div {
    grid-template-columns: 170px 1fr;
    gap: 24px;
    padding: 18px 24px;
  }

  .doctor-section {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
    align-items: center;
  }

  .doctor-images {
    max-width: none;
  }

  .flow-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }

  .flow-list li {
    padding: 62px 16px 18px;
  }

  .flow-list li::before {
    top: 18px;
    left: 16px;
  }

  .access-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .sticky-cta {
    right: 24px;
    bottom: 24px;
    left: auto;
    width: 360px;
  }

  .footer {
    padding-bottom: 56px;
  }
}

@media (min-width: 1120px) {
  .site-header {
    padding-inline: max(40px, calc((100vw - 1180px) / 2));
  }

  .hero-copy {
    left: max(40px, calc((100vw - 1180px) / 2));
  }
}

/* Visual refresh */
:root {
  --ink: #171514;
  --muted: #665f5a;
  --line: #ded6cf;
  --paper: #f8f6f1;
  --rose: #d86672;
  --rose-dark: #a6404c;
  --coral: #e99a80;
  --mint: #507e78;
  --gold: #c59b4c;
  --charcoal: #1e1a18;
  --shadow: 0 24px 56px rgba(30, 26, 24, 0.14);
}

body {
  background:
    linear-gradient(90deg, rgba(197, 155, 76, 0.06) 1px, transparent 1px),
    linear-gradient(var(--paper), var(--paper));
  background-size: 42px 42px, auto;
}

.site-header {
  min-height: 52px;
  padding: 7px 14px;
  background: rgba(248, 246, 241, 0.9);
}

.brand {
  width: 112px;
}

.mini-cta {
  min-height: 34px;
  padding-inline: 13px;
  background: var(--charcoal);
  box-shadow: none;
}

.hero {
  background: var(--white);
}

.hero::after {
  display: none;
}

.hero-media {
  display: block;
}

.hero-media img {
  width: 100%;
  min-height: 0;
  height: auto;
  object-fit: contain;
}

.campaign-strip {
  position: relative;
  overflow: hidden;
  padding: 42px 18px 50px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(198, 154, 73, 0.2), transparent 38%),
    linear-gradient(180deg, #27211e, #11100f);
  text-align: center;
}

.campaign-strip::before,
.campaign-strip::after {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(197, 155, 76, 0.8), transparent);
}

.campaign-strip::before {
  top: 22px;
}

.campaign-strip::after {
  bottom: 22px;
}

.campaign-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.campaign-strip h1 {
  margin: 6px 0 12px;
  font-size: clamp(40px, 13vw, 76px);
}

.campaign-strip p {
  max-width: 590px;
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.campaign-price {
  display: grid;
  gap: 8px;
  max-width: 430px;
  margin: 0 auto 20px;
  padding: 18px 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 155, 76, 0.48);
  border-radius: var(--radius);
}

.campaign-price-image {
  width: min(100%, 560px);
  margin: 0 auto 20px;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(64, 113, 152, 0.16);
}

.campaign-price span,
.campaign-price small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

.campaign-price strong {
  color: #f6d07d;
  font-size: clamp(42px, 13vw, 68px);
  line-height: 0.95;
  letter-spacing: 0;
  font-family: "Times New Roman", "Yu Mincho", serif;
}

.campaign-strip .hero-buttons {
  max-width: 520px;
  margin: 0 auto;
}

.button {
  min-height: 52px;
  border-radius: 4px;
}

.primary {
  background: linear-gradient(135deg, #a43c48, #d86672 48%, #eda48b);
}

.line {
  color: var(--white);
  background: #06C755;
  border: none;
}

.section,
.price-section,
.doctor-section,
.cta-band {
  padding-top: 66px;
  padding-bottom: 66px;
}

.section-head {
  position: relative;
  margin-bottom: 34px;
}

.section-head::before {
  display: block;
  margin-bottom: 10px;
  color: rgba(197, 155, 76, 0.42);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(52px, 16vw, 132px);
  font-weight: 800;
  line-height: 0.9;
  content: attr(data-label);
  letter-spacing: 0.08em;
}

.section-head .eyebrow {
  color: var(--gold);
}

.section-head h2 {
  font-size: clamp(25px, 7vw, 42px);
}

.worry-list {
  gap: 8px;
}

.worry-list span {
  min-height: 82px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(30, 26, 24, 0.16);
  box-shadow: none;
}

.split {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(80, 126, 120, 0.26), transparent 46%),
    var(--charcoal);
}

.split .copy-block p:last-child,
.split .point-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.split .copy-block h2,
.split .point-grid h3 {
  color: var(--white);
}

.point-grid article,
.reason-list article,
.info-table,
.access-data,
details {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(30, 26, 24, 0.14);
  box-shadow: 0 14px 32px rgba(30, 26, 24, 0.07);
}

.split .point-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.point-grid b,
.reason-list span,
.flow-list li::before {
  color: var(--charcoal);
  background: var(--gold);
}

.price-section {
  color: var(--charcoal);
  background:
    linear-gradient(90deg, rgba(197, 155, 76, 0.12) 1px, transparent 1px),
    linear-gradient(#ffffff, #f3eee7);
  background-size: 34px 34px, auto;
}

.price-panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-color: rgba(197, 155, 76, 0.42);
}

.price-panel::before {
  display: block;
  margin-bottom: 12px;
  color: rgba(197, 155, 76, 0.36);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(60px, 18vw, 124px);
  font-weight: 700;
  line-height: 0.82;
  content: "PRICE";
}

.normal {
  color: #7a716b;
}

.price-row strong {
  color: var(--rose-dark);
}

.reason-list article {
  min-height: 260px;
}

.doctor-section {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(166, 64, 76, 0.24), transparent 40%),
    #191615;
}

.doctor-copy p,
.doctor-stats span {
  color: rgba(255, 255, 255, 0.72);
}

.doctor-copy h2 {
  color: var(--white);
}

.doctor-images img {
  border: 1px solid rgba(197, 155, 76, 0.36);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.doctor-stats li {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.doctor-stats b {
  color: #f6d07d;
}

.flow-list li {
  background: var(--white);
  border-color: rgba(30, 26, 24, 0.14);
  box-shadow: 0 14px 32px rgba(30, 26, 24, 0.06);
}

.cta-band {
  background:
    linear-gradient(135deg, rgba(197, 155, 76, 0.18), transparent 38%),
    #11100f;
}

.cta-band p {
  color: #f6d07d;
}

.map-box {
  background:
    linear-gradient(rgba(17, 16, 15, 0.16), rgba(17, 16, 15, 0.84)),
    repeating-linear-gradient(135deg, #806e62 0 18px, #9b8878 18px 36px);
}

.sticky-cta {
  border-radius: 4px;
}

.sticky-cta a {
  border-radius: 4px;
}

.sticky-cta a:last-child {
  background: var(--charcoal);
}

@media (min-width: 768px) {
  .site-header {
    min-height: 62px;
    padding-block: 8px;
  }

  .brand {
    width: 146px;
  }

  .hero {
    min-height: 0;
  }

  .hero-media img {
    min-height: 0;
    object-fit: contain;
  }

  .campaign-strip {
    padding: 60px 36px 68px;
  }

  .section,
  .price-section,
  .doctor-section,
  .cta-band {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .point-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reason-list article {
    display: grid;
    align-content: start;
  }
}

/* Cosmetic aqua direction */
:root {
  --ink: #1c3552;
  --muted: #657b8d;
  --line: rgba(139, 173, 201, 0.34);
  --paper: #edf6fb;
  --white: #ffffff;
  --rose: #d98d9b;
  --rose-dark: #b86276;
  --coral: #e8a595;
  --mint: #8fc6d2;
  --gold: #d6a84a;
  --charcoal: #263b54;
  --shadow: 0 18px 44px rgba(54, 98, 130, 0.17);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.9) 0 9%, transparent 26%),
    radial-gradient(circle at 6% 18%, rgba(189, 222, 241, 0.78) 0 16%, transparent 36%),
    linear-gradient(135deg, #f8fcff 0%, #e7f3f9 42%, #f7fbfd 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(116deg, transparent 0 15%, rgba(73, 129, 176, 0.18) 15.2% 18.6%, transparent 18.8% 100%),
    linear-gradient(116deg, transparent 0 74%, rgba(92, 145, 186, 0.15) 74.2% 77.4%, transparent 77.6% 100%),
    radial-gradient(circle at 45% 52%, rgba(255, 255, 255, 0.76), transparent 24%);
  pointer-events: none;
}

.site-header {
  min-height: 50px;
  background: rgba(248, 252, 255, 0.82);
  border-bottom-color: rgba(124, 166, 199, 0.26);
  box-shadow: 0 8px 26px rgba(71, 112, 144, 0.08);
}

.brand {
  width: 106px;
}

.text-link {
  color: #2b577b;
}

.mini-cta {
  color: var(--white);
  background: #06C755;
  box-shadow: 0 8px 18px rgba(6, 199, 85, 0.28);
  font-size: 11px;
}

.hero {
  background: #f4fbff;
}

.campaign-strip {
  color: var(--ink);
  background:
    linear-gradient(124deg, transparent 0 8%, rgba(92, 145, 186, 0.28) 8.2% 12.6%, transparent 12.8% 100%),
    radial-gradient(circle at 82% 0%, rgba(255, 255, 255, 0.98) 0 15%, transparent 34%),
    linear-gradient(180deg, #f9fdff, #dfeff8);
}

.campaign-strip::before,
.campaign-strip::after {
  background: linear-gradient(90deg, transparent, rgba(82, 134, 177, 0.48), transparent);
}

.campaign-kicker,
.campaign-strip p {
  color: #5788ad;
}

.campaign-strip h1 {
  color: #173d66;
  text-shadow: 0 12px 26px rgba(101, 146, 181, 0.16);
}

.campaign-price {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(132, 177, 209, 0.36);
  box-shadow: 0 18px 46px rgba(64, 113, 152, 0.16);
  backdrop-filter: blur(12px);
}

.campaign-price span,
.campaign-price small {
  color: #5f7e96;
}

.campaign-price strong {
  color: #c3697c;
}

.campaign-price small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.6;
}

.campaign-price {
  position: relative;
  overflow: hidden;
  max-width: 520px;
  padding: 24px 20px 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.2)),
    url("./futae_assets/generated_price_banner.png") center / cover no-repeat;
  border: 1px solid rgba(141, 184, 214, 0.34);
  border-radius: 8px;
  box-shadow:
    0 22px 52px rgba(64, 113, 152, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.campaign-price::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  pointer-events: none;
}

.campaign-price > * {
  position: relative;
  z-index: 1;
}

.campaign-price span {
  color: #32658d;
}

.campaign-price strong {
  color: #c96c82;
  text-shadow: 0 8px 18px rgba(255, 255, 255, 0.7);
}

.campaign-price small {
  color: #416d8e;
}

.button {
  border-radius: 999px;
}

.primary {
  color: #fff;
  background: linear-gradient(135deg, #d67385, #eda895);
  box-shadow: 0 15px 30px rgba(194, 95, 113, 0.22);
}

.line {
  color: var(--white);
  background: #06C755;
  border: none;
}

.section,
.price-section,
.doctor-section,
.cta-band {
  position: relative;
  overflow: hidden;
}

.section::before,
.price-section::before,
.doctor-section::before {
  position: absolute;
  top: 26px;
  left: -18%;
  width: 68%;
  height: 72px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(84, 139, 182, 0.17), rgba(255, 255, 255, 0.68), transparent);
  transform: rotate(-13deg);
  pointer-events: none;
}

.section-head::before {
  color: rgba(80, 133, 175, 0.16);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-shadow: 0 20px 34px rgba(116, 164, 199, 0.12);
}

.section-head .eyebrow {
  color: #4b85ad;
}

.section-head h2 {
  color: #1c4a76;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.compact {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(180deg, #e8f5fb, #f8fcff);
}

.worry-list span {
  min-height: 84px;
  color: #234d72;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 255, 0.74));
  border-color: rgba(116, 162, 196, 0.28);
  box-shadow: 0 14px 34px rgba(74, 122, 159, 0.12);
}

.split {
  color: var(--ink);
  background:
    linear-gradient(125deg, rgba(68, 124, 171, 0.2) 0 10%, transparent 10.3% 100%),
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.96), transparent 24%),
    linear-gradient(180deg, #f8fcff, #e7f4fa);
}

.split .copy-block h2,
.split .point-grid h3 {
  color: #1c4a76;
}

.split .copy-block p:last-child,
.split .point-grid p {
  color: var(--muted);
}

.point-grid article,
.reason-list article,
.info-table,
.access-data,
details,
.flow-list li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 255, 0.82));
  border-color: rgba(116, 162, 196, 0.28);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.split .point-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(238, 248, 253, 0.7));
  border-color: rgba(116, 162, 196, 0.28);
  box-shadow: 0 14px 34px rgba(74, 122, 159, 0.12);
}

.point-grid b,
.reason-list span,
.flow-list li::before {
  color: #fff;
  background: linear-gradient(135deg, #5c99c4, #b5ddea);
}

.price-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.98), transparent 22%),
    linear-gradient(135deg, #e2f1f8, #fbfdff 54%, #e9f5fa);
}

.price-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.88));
  border-color: rgba(214, 168, 74, 0.46);
  box-shadow: 0 22px 60px rgba(73, 118, 154, 0.18);
}

.price-panel::before {
  color: rgba(214, 168, 74, 0.26);
  content: "MONITOR";
}

.price-panel h2,
.price-row p {
  color: #1c4a76;
}

.price-row {
  border-color: rgba(214, 168, 74, 0.32);
}

.price-row strong {
  color: #c3697c;
}

.normal,
.note,
.reason-list p,
.info-table span,
.flow-list span,
details p,
dd {
  color: var(--muted);
}

.reason-list article {
  min-height: auto;
}

.treatment {
  background:
    linear-gradient(116deg, transparent 0 68%, rgba(86, 139, 180, 0.13) 68.2% 72%, transparent 72.2% 100%),
    linear-gradient(180deg, #f9fdff, #e5f2f8);
}

.doctor-section {
  color: var(--ink);
  background:
    linear-gradient(126deg, transparent 0 11%, rgba(70, 124, 171, 0.2) 11.2% 16.2%, transparent 16.4% 100%),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.95), transparent 24%),
    linear-gradient(180deg, #e6f3fa, #f9fdff);
}

.doctor-copy h2,
.doctor-copy p,
.doctor-stats span {
  color: inherit;
}

.doctor-copy p,
.doctor-stats span {
  color: var(--muted);
}

.doctor-images img {
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 52px rgba(73, 118, 154, 0.2);
}

.doctor-stats li {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(116, 162, 196, 0.3);
  box-shadow: 0 14px 34px rgba(74, 122, 159, 0.1);
}

.doctor-stats b {
  color: #c18322;
}

.cta-band {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(230, 170, 179, 0.42), transparent 42%),
    linear-gradient(180deg, #376b92, #1f4567);
}

.cta-band::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.25), transparent 20%),
    linear-gradient(116deg, transparent 0 64%, rgba(255, 255, 255, 0.18) 64.2% 68.4%, transparent 68.6% 100%);
  pointer-events: none;
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-band p {
  color: #f8d58b;
}

.access {
  background:
    radial-gradient(circle at 78% 6%, rgba(255, 255, 255, 0.96), transparent 24%),
    linear-gradient(180deg, #f8fcff, #e5f2f8);
}

.map-box {
  background:
    linear-gradient(rgba(45, 91, 127, 0.2), rgba(28, 74, 118, 0.84)),
    repeating-linear-gradient(135deg, #c7dce9 0 16px, #d9eaf3 16px 32px);
  box-shadow: var(--shadow);
}

.map-box span {
  color: #dcefff;
}

.map-box a {
  color: #1c4a76;
}

.faq {
  background:
    linear-gradient(116deg, transparent 0 9%, rgba(86, 139, 180, 0.16) 9.2% 13%, transparent 13.2% 100%),
    linear-gradient(180deg, #f8fcff, #eaf5fa);
}

summary {
  color: #1c4a76;
}

summary::after {
  color: #4c89b4;
  border-color: rgba(116, 162, 196, 0.34);
}

.footer {
  color: #6c8192;
  background: linear-gradient(180deg, #eaf5fa, #f8fcff);
}

.sticky-cta {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(116, 162, 196, 0.34);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(50, 96, 132, 0.22);
}

.sticky-cta a {
  border-radius: 999px;
}

.sticky-cta a:first-child {
  color: var(--white);
  background: #06C755;
}

.sticky-cta a:last-child {
  background: #06C755;
}

.pc-break {
  display: none;
}

.case-section {
  position: relative;
  overflow: hidden;
  padding: 66px 18px;
  background:
    linear-gradient(116deg, transparent 0 70%, rgba(86, 139, 180, 0.16) 70.2% 74.2%, transparent 74.4% 100%),
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.98), transparent 25%),
    linear-gradient(180deg, #f9fdff, #e4f2f9);
}

.case-section::before {
  position: absolute;
  top: 80px;
  right: -18%;
  width: 74%;
  height: 84px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(94, 146, 186, 0.22), rgba(255, 255, 255, 0.74), transparent);
  transform: rotate(14deg);
  pointer-events: none;
}

.case-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.case-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(116, 162, 196, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(74, 122, 159, 0.16);
  backdrop-filter: blur(10px);
}

.case-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef7fb;
}

.case-card div {
  padding: 18px;
}

.case-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: #4b85ad;
  font-size: 11px;
  font-weight: 800;
}

.case-card h3 {
  color: #1c4a76;
}

.case-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.case-note {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 12px;
}

body {
  background:
    linear-gradient(rgba(248, 253, 255, 0.78), rgba(248, 253, 255, 0.78)),
    url("./futae_assets/generated_aqua_bg.png") top center / 1600px auto no-repeat,
    radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.9) 0 9%, transparent 26%),
    linear-gradient(135deg, #f8fcff 0%, #e7f3f9 42%, #f7fbfd 100%);
}

.campaign-strip {
  background:
    linear-gradient(rgba(249, 253, 255, 0.72), rgba(223, 239, 248, 0.86)),
    url("./futae_assets/generated_aqua_bg.png") center / cover no-repeat,
    linear-gradient(180deg, #f9fdff, #dfeff8);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.58);
  border-top: 1px solid rgba(116, 162, 196, 0.22);
  border-bottom: 1px solid rgba(116, 162, 196, 0.22);
  backdrop-filter: blur(12px);
}

.trust-item {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 118px;
  padding: 12px 8px;
  color: #1c4a76;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 250, 254, 0.78));
  border: 1px solid rgba(116, 162, 196, 0.26);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(74, 122, 159, 0.1);
  text-align: center;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.46) 44%, rgba(198, 225, 239, 0.34) 100%);
  border: 1px solid rgba(140, 184, 213, 0.36);
  border-radius: 50%;
  box-shadow:
    inset 0 2px 8px rgba(255, 255, 255, 0.82),
    0 12px 26px rgba(74, 122, 159, 0.12);
}

.trust-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #2b5f89;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item b {
  font-size: 12px;
  line-height: 1.45;
}

.price-panel > *:not(.price-deco) {
  position: relative;
  z-index: 1;
}

.price-deco {
  position: absolute;
  right: -56px;
  bottom: -72px;
  z-index: 0;
  width: min(52vw, 330px);
  opacity: 0.76;
  pointer-events: none;
}

.case-section {
  background:
    linear-gradient(rgba(249, 253, 255, 0.82), rgba(228, 242, 249, 0.86)),
    url("./futae_assets/generated_aqua_bg.png") center / cover no-repeat,
    linear-gradient(180deg, #f9fdff, #e4f2f9);
}

.script-head {
  position: relative;
  isolation: isolate;
}

.script-head::before {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: -1;
  width: min(92vw, 720px);
  margin: 0;
  color: rgba(92, 130, 164, 0.16);
  font-family: "Great Vibes", "Snell Roundhand", "Bickham Script Pro", "Segoe Script", "Monotype Corsiva", cursive;
  font-size: clamp(58px, 14vw, 120px);
  font-style: italic;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: none;
  transform: translateX(-50%) rotate(-4deg);
  text-shadow: none;
  -webkit-text-stroke: 0.2px rgba(92, 130, 164, 0.08);
}

.script-head::after {
  position: absolute;
  top: -6px;
  left: 50%;
  z-index: -2;
  width: min(56vw, 360px);
  height: 92px;
  content: "";
  background: rgba(221, 239, 247, 0.62);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-8deg);
  filter: blur(0.2px);
}

.script-visual {
  position: relative;
  z-index: 0;
  width: min(92vw, 760px);
  margin: -20px auto 8px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(74, 122, 159, 0.14);
}

.script-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(239, 248, 253, 0.12), rgba(239, 248, 253, 0.86) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(239, 248, 253, 0.8));
  pointer-events: none;
}

.script-visual img {
  width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.96) brightness(1.05);
}

.compact::after,
.case-section::after,
.doctor-section::after {
  position: absolute;
  z-index: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  pointer-events: none;
}

.compact::after {
  right: -28px;
  bottom: -18px;
  width: 190px;
  height: 190px;
  background-image: url("./futae_assets/doctor_2.png");
  border-radius: 50%;
  filter: saturate(0.82) brightness(1.14);
}

.case-section::after {
  display: none;
}

.doctor-section::after {
  left: -28px;
  top: 38px;
  width: 190px;
  height: 190px;
  background-image: url("./futae_assets/generated_price_deco.png");
  border-radius: 50%;
}

.section-head,
.worry-list,
.case-grid,
.case-note,
.doctor-images,
.doctor-copy {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .site-header {
    min-height: 58px;
  }

  .brand {
    width: 134px;
  }

  .mini-cta {
    font-size: 13px;
    padding-inline: 18px;
  }

  .campaign-strip {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .trust-strip {
    grid-template-columns: repeat(4, 1fr);
    padding-inline: max(36px, calc((100vw - 1040px) / 2));
  }

  .trust-icon {
    width: 72px;
    height: 72px;
  }

  .trust-item b {
    font-size: 14px;
  }

  .script-head::before {
    top: -28px;
    font-size: clamp(84px, 10vw, 142px);
  }

  .script-head::after {
    width: 420px;
    height: 122px;
  }

  .script-visual {
    width: min(72vw, 880px);
    margin-top: -34px;
    margin-bottom: -12px;
    transform: translateX(8%);
  }

  .script-visual img {
    aspect-ratio: 16 / 4.2;
  }

  .compact::after {
    right: max(24px, calc((100vw - 1180px) / 2));
    width: 260px;
    height: 260px;
  }

  .case-section::after {
    display: none;
  }

  .doctor-section::after {
    left: max(24px, calc((100vw - 1180px) / 2));
    width: 260px;
    height: 260px;
  }

  .section,
  .price-section,
  .doctor-section,
  .cta-band,
  .case-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .case-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Worries section editorial layout */
.compact {
  padding-top: 54px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 216, 225, 0.42), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(180deg, #fff7f8 0%, #eef8fc 58%, #f9fdff 100%);
}

.compact::before {
  top: 0;
  left: auto;
  right: -20%;
  width: 78%;
  height: 150px;
  background: linear-gradient(90deg, transparent, rgba(181, 215, 232, 0.36), rgba(255, 255, 255, 0.78));
  transform: rotate(-10deg);
}

.compact::after {
  display: none;
}

.worry-visual {
  position: relative;
  z-index: 1;
  width: min(94vw, 860px);
  margin: 0 auto 28px;
  overflow: hidden;
  border-radius: 0 0 0 88px;
  box-shadow: 0 22px 56px rgba(112, 143, 166, 0.16);
}

.worry-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 247, 248, 0.68), rgba(255, 255, 255, 0.06) 44%, rgba(255, 247, 248, 0.46)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 247, 248, 0.2));
  pointer-events: none;
}

.worry-visual img {
  width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: cover;
  object-position: 34% 24%;
}

.worry-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 0 4px;
}

.worry-intro .section-head {
  margin: 0;
  text-align: center;
}

.worry-intro .script-head::before {
  top: -34px;
  left: 46%;
  color: rgba(169, 138, 172, 0.15);
  font-size: clamp(70px, 17vw, 132px);
  text-align: left;
  transform: translateX(-50%) rotate(-5deg);
}

.worry-intro .script-head::after {
  left: 40%;
  background: rgba(226, 239, 247, 0.5);
}

.worry-intro .section-head h2 {
  margin-bottom: 0;
  color: #1f4d75;
  font-size: clamp(18px, 5.5vw, 42px);
  white-space: nowrap;
}

.worry-lead {
  margin: -4px auto 0;
  color: #64798b;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}

.compact .worry-list {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.compact .worry-list span {
  min-height: 78px;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(148, 185, 211, 0.34);
  box-shadow: 0 14px 32px rgba(103, 143, 173, 0.12);
}

@media (min-width: 768px) {
  .compact {
    padding-top: 80px;
  }

  .worry-visual {
    width: min(70vw, 900px);
    margin-left: auto;
    margin-right: max(28px, calc((100vw - 1080px) / 2));
    border-radius: 0 0 0 124px;
  }

  .worry-visual img {
    aspect-ratio: 16 / 4.2;
    object-position: 34% 20%;
  }

  .worry-intro {
    grid-template-columns: minmax(300px, 0.88fr) minmax(320px, 1fr);
    max-width: 940px;
    gap: 26px;
    margin-top: -10px;
    margin-bottom: 34px;
  }

  .worry-intro .section-head {
    text-align: left;
  }

  .worry-lead {
    grid-column: 2;
    margin-top: 0;
    font-size: 14px;
    text-align: left;
  }

  .compact .worry-list {
    max-width: 860px;
  }
}

/* Worries section, image-led revision */
.compact {
  min-height: 760px;
  padding: 52px 18px 70px;
  background:
    radial-gradient(circle at 92% 12%, rgba(238, 167, 189, 0.28), transparent 22%),
    radial-gradient(circle at 5% 18%, rgba(255, 255, 255, 0.96), transparent 28%),
    linear-gradient(120deg, #fff9fb 0%, #f8fbfd 48%, #edf8fd 100%);
}

.compact .worry-visual {
  width: min(100%, 760px);
  margin: 0 auto 28px;
  border-radius: 0;
  box-shadow: none;
}

.compact .worry-visual::before {
  background:
    linear-gradient(90deg, rgba(255, 250, 251, 0.04), rgba(255, 255, 255, 0.12) 45%, rgba(255, 250, 251, 0.5)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 250, 251, 0.18));
}

.compact .worry-visual img {
  aspect-ratio: 16 / 9;
  object-position: 39% 22%;
  filter: saturate(1.02) brightness(1.04);
}

.compact .worry-intro {
  display: block;
  max-width: 620px;
  margin: 0 auto 28px;
  padding: 0;
}

.compact .worry-intro .section-head {
  text-align: left;
}

.compact .script-head::before,
.compact .script-head::after {
  display: none;
}

.compact .eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  color: #df7d91;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.compact .eyebrow::after {
  position: absolute;
  right: -110px;
  bottom: -12px;
  width: 136px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #e78fa0, transparent);
}

.compact .section-head h2 {
  margin-bottom: 22px;
  color: #343a42;
  font-size: clamp(34px, 9vw, 64px);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.08em;
}

.compact .section-head h2 span {
  color: #df7d91;
}

.compact .section-head h2::first-line {
  color: #44464b;
}

.compact .worry-lead {
  max-width: 520px;
  margin: 0;
  color: #4f5862;
  font-size: 14px;
  line-height: 2.15;
  text-align: left;
}

.compact .worry-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 1160px;
  margin-top: 34px;
}

.compact .worry-list span {
  display: grid;
  grid-template-columns: 72px 1fr;
  place-items: center start;
  min-height: 104px;
  padding: 18px 22px;
  color: #343a42;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(228, 158, 172, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(195, 123, 142, 0.12);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}

.compact .worry-list i {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  background: #fdebf0;
  border-radius: 50%;
}

.compact .worry-list svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #df7d91;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 768px) {
  .compact {
    min-height: 820px;
    padding: 86px 6.2vw 82px;
  }

  .compact .worry-visual {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 65vw;
    max-width: 1030px;
    height: 560px;
    margin: 0;
  }

  .compact .worry-visual img {
    height: 100%;
    aspect-ratio: auto;
    object-position: 38% 22%;
  }

  .compact .worry-visual::before {
    background:
      linear-gradient(90deg, rgba(255, 250, 251, 0.96) 0%, rgba(255, 250, 251, 0.42) 34%, rgba(255, 250, 251, 0.02) 68%),
      linear-gradient(180deg, rgba(255, 250, 251, 0), rgba(255, 250, 251, 0.34));
  }

  .compact .worry-intro {
    position: relative;
    z-index: 1;
    max-width: 470px;
    margin: 0 0 58px;
  }

  .compact .worry-list {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 22px;
    margin-top: 0;
  }
}

/* Global blush editorial polish */
body {
  background:
    linear-gradient(rgba(255, 250, 251, 0.82), rgba(255, 250, 251, 0.82)),
    url("./futae_assets/generated_blush_bg.png") top center / 1700px auto no-repeat,
    #fffafb;
}

.site-header {
  background: rgba(255, 250, 251, 0.84);
  border-bottom-color: rgba(230, 150, 166, 0.22);
}

.mini-cta,
.sticky-cta a:last-child,
.primary {
  background: #06C755;
  box-shadow: 0 14px 30px rgba(206, 110, 130, 0.2);
}

.campaign-strip,
.price-section,
.case-section,
.split,
.treatment,
.doctor-section,
.access,
.faq {
  background:
    linear-gradient(rgba(255, 250, 251, 0.82), rgba(255, 250, 251, 0.88)),
    url("./futae_assets/generated_blush_bg.png") center / cover no-repeat,
    #fffafb;
}

.campaign-strip h1,
.section-head h2,
.copy-block h2,
.point-grid h3,
.reason-list h3,
.doctor-copy h2,
summary,
.price-panel h2,
.price-row p {
  color: #343a42;
}

.eyebrow,
.section-head .eyebrow,
.campaign-kicker {
  color: #df7d91;
}

.campaign-price-image {
  box-shadow: 0 22px 52px rgba(195, 123, 142, 0.13);
}

.price-panel,
.case-card,
.point-grid article,
.reason-list article,
.info-table,
.flow-list li,
.access-data,
details,
.doctor-stats li {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(228, 158, 172, 0.26);
  box-shadow: 0 18px 40px rgba(195, 123, 142, 0.11);
}

.point-grid b,
.reason-list span,
.flow-list li::before {
  background: #fdebf0;
  color: #df7d91;
}

.price-panel::before {
  color: rgba(223, 125, 145, 0.16);
}

.price-row {
  border-color: rgba(228, 158, 172, 0.26);
}

.price-row strong,
.doctor-stats b,
.case-card span {
  color: #df7d91;
}

.doctor-images img {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 52px rgba(195, 123, 142, 0.14);
}

.cta-band {
  background:
    linear-gradient(120deg, rgba(223, 125, 145, 0.78), rgba(240, 180, 164, 0.76)),
    url("./futae_assets/generated_blush_bg.png") center / cover no-repeat;
}

.cta-band p {
  color: #fff4d8;
}

.map-box {
  box-shadow: 0 18px 40px rgba(195, 123, 142, 0.12);
}

.sticky-cta {
  border-color: rgba(228, 158, 172, 0.28);
}

@media (min-width: 768px) {
  .compact .section-head h2 {
    font-size: clamp(38px, 4.7vw, 56px);
    line-height: 1.58;
    letter-spacing: 0.06em;
  }

  .compact .worry-intro {
    max-width: 430px;
  }

  .compact .worry-lead {
    width: 620px;
    max-width: 620px;
    font-size: 13px;
    line-height: 2.05;
  }

  .pc-break {
    display: block;
  }
}

/* Final color alignment */
.trust-strip {
  border-top-color: rgba(228, 158, 172, 0.22);
  border-bottom-color: rgba(228, 158, 172, 0.22);
}

.trust-item {
  color: #4b3f43;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 249, 0.82));
  border-color: rgba(228, 158, 172, 0.28);
  box-shadow: 0 14px 32px rgba(195, 123, 142, 0.1);
}

.trust-icon {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.96), rgba(255, 238, 242, 0.64) 48%, rgba(249, 213, 221, 0.52) 100%);
  border-color: rgba(228, 158, 172, 0.34);
  box-shadow:
    inset 0 2px 8px rgba(255, 255, 255, 0.84),
    0 12px 26px rgba(195, 123, 142, 0.12);
}

.trust-icon svg {
  stroke: #df7d91;
}

.script-head::before {
  color: rgba(223, 125, 145, 0.14);
  -webkit-text-stroke: 0.2px rgba(223, 125, 145, 0.06);
}

.script-head::after {
  background: rgba(255, 231, 236, 0.62);
}

@media (max-width: 767px) {
  .compact {
    min-height: 0;
    padding: 44px 14px 56px;
  }

  .compact .worry-visual {
    position: absolute;
    top: 0;
    right: -46px;
    z-index: 0;
    width: 74vw;
    height: 330px;
    margin: 0;
    opacity: 0.82;
  }

  .compact .worry-visual::before {
    background:
      linear-gradient(90deg, rgba(255, 250, 251, 0.92) 0%, rgba(255, 250, 251, 0.44) 38%, rgba(255, 250, 251, 0.04) 74%),
      linear-gradient(180deg, rgba(255, 250, 251, 0), rgba(255, 250, 251, 0.52));
  }

  .compact .worry-visual img {
    height: 100%;
    aspect-ratio: auto;
    object-position: 34% 22%;
  }

  .compact .worry-intro {
    position: relative;
    z-index: 1;
    max-width: none;
    min-height: 300px;
    margin: 0 0 18px;
    display: grid;
    grid-template-columns: minmax(0, 58vw);
    align-content: center;
  }

  .compact .worry-intro .section-head h2 {
    white-space: nowrap;
    font-size: 5.5vw;
  }

  .compact .eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .compact .eyebrow::after {
    right: -80px;
    width: 96px;
  }

  .compact .section-head h2 {
    margin-bottom: 12px;
    font-size: clamp(20px, 7vw, 38px);
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .compact .worry-lead {
    width: min(100%, 460px);
    max-width: calc(100vw - 28px);
    font-size: 11px;
    line-height: 1.85;
    margin: 18px 0 0;
    grid-column: 1 / -1;
  }

  .compact .worry-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .compact .worry-list span {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 142px;
    padding: 14px 8px;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
  }

  .compact .worry-list i {
    width: 52px;
    height: 52px;
  }

.compact .worry-list svg {
  width: 30px;
  height: 30px;
  }
}

/* Replace remaining blue diagonal accents with blush tones */
.section::before,
.price-section::before,
.doctor-section::before {
  background: linear-gradient(90deg, transparent, rgba(226, 157, 170, 0.14), rgba(255, 255, 255, 0.72), transparent);
}

.compact::before {
  background: linear-gradient(90deg, transparent, rgba(226, 157, 170, 0.22), rgba(255, 255, 255, 0.8));
}

.case-section::before {
  background: linear-gradient(90deg, transparent, rgba(226, 157, 170, 0.18), rgba(255, 255, 255, 0.78), transparent);
}

/* Monitor price card revision */
.price-section {
  padding: 76px 18px;
}

.monitor-panel {
  position: relative;
  max-width: 1120px;
  padding: 34px 22px 28px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.78)),
    url("./futae_assets/generated_price_banner.png") center / cover no-repeat;
  border-color: rgba(228, 158, 172, 0.26);
  border-radius: 18px;
}

.monitor-panel::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  pointer-events: none;
}

.monitor-panel > * {
  position: relative;
  z-index: 1;
}

.monitor-script {
  color: rgba(223, 125, 145, 0.34);
  font-family: "Great Vibes", "Snell Roundhand", "Bickham Script Pro", "Segoe Script", cursive;
  font-size: clamp(42px, 10vw, 82px);
  font-style: italic;
  line-height: 0.8;
  transform: rotate(-4deg);
}

.monitor-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.monitor-ribbon {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 8px 0 18px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, #d36c82, #eaa192);
  font-size: 14px;
  font-weight: 700;
}

.monitor-copy h2 {
  margin-bottom: 18px;
  padding-bottom: 16px;
  color: #343a42;
  border-bottom: 1px solid rgba(223, 125, 145, 0.34);
  font-size: clamp(30px, 8vw, 52px);
  line-height: 1.25;
}

.monitor-lead {
  margin-bottom: 18px;
  color: #4f5862;
  font-size: 15px;
}

.monitor-subprice {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
}

.monitor-subprice span {
  color: #4f5862;
  font-size: 14px;
}

.monitor-subprice b {
  font-size: 18px;
}

.monitor-subprice strong {
  color: #d36c82;
  font-size: 17px;
}

.monitor-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.monitor-benefits li {
  display: grid;
  place-items: center;
  gap: 8px;
  color: #4b3f43;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.monitor-benefits svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #df7d91;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.monitor-price {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 24px 12px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 68%);
  text-align: center;
}

.monitor-price span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, #d36c82, #e48fa0);
  border-radius: 999px;
  font-weight: 700;
}

.monitor-price strong {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  color: #d66f86;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(58px, 16vw, 112px);
  font-weight: 500;
  line-height: 0.95;
}

.monitor-price small {
  color: #d66f86;
  font-size: 0.34em;
}

.monitor-price em {
  position: relative;
  top: -0.9em;
  margin-left: 0.28em;
  color: #8c7379;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: 0.14em;
  font-weight: 700;
  font-style: normal;
}

.monitor-price p {
  max-width: 420px;
  margin: 4px 0 0;
  color: #5f656d;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.monitor-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin: 26px auto 0;
}

@media (min-width: 768px) {
  .price-section {
    padding: 100px 36px;
  }

  .monitor-panel {
    padding: 54px 66px 50px;
  }

  .monitor-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: 46px;
  }

  .monitor-script {
    margin-left: -8px;
  }

  .monitor-benefits {
    max-width: 470px;
  }
}

/* Dual CTA buttons */
.reservation {
  color: var(--white);
  background: linear-gradient(135deg, #d36c82, #eaa192);
  box-shadow: 0 14px 30px rgba(211, 108, 130, 0.28);
}

.dual-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 760px;
  margin: 26px auto 0;
}

.dual-cta .button {
  flex: 1;
  min-width: 200px;
  max-width: 360px;
}

.sticky-counseling {
  background: linear-gradient(135deg, #d36c82, #eaa192) !important;
  box-shadow: 0 8px 20px rgba(211, 108, 130, 0.28);
}

.mini-cta {
  background: linear-gradient(135deg, #d36c82, #eaa192);
  box-shadow: 0 8px 18px rgba(211, 108, 130, 0.24);
}
