.s-price-section {
  padding: clamp(68px, 8vw, 112px) 0;
  scroll-margin-top: calc(var(--header-h, 72px) + 28px);
}

.s-price-plans,
.s-price-bands,
.s-price-compare { background: var(--price-paper); }

.s-price-section__head { max-width: 820px; margin-bottom: clamp(30px, 4vw, 52px); }
.s-price-section__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--price-gold);
  font-size: var(--fs-label, 0.78rem);
  font-weight: var(--fw-label, 700);
  letter-spacing: 0.12em;
}
.s-price-section__title { margin: 0; color: var(--price-navy-deep); font-size: clamp(1.55rem, 2.7vw, 2.3rem); line-height: 1.45; }
.s-price-section__lead { margin: 1rem 0 0; line-height: 1.9; }

.c-price-section-title__number {
  display: inline-flex;
  width: 2.35em;
  height: 2.35em;
  margin-right: 0.36em;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(173, 129, 57, 0.74);
  border-radius: 50%;
  color: var(--price-gold, #ad8139);
  background: rgba(255, 250, 239, 0.88);
  box-shadow: 0 0 0 4px rgba(173, 129, 57, 0.1);
  font-family: var(--price-font-sans, sans-serif);
  font-size: 0.34em;
  font-weight: var(--price-fw-label, 700);
  letter-spacing: 0.06em;
  line-height: 1;
  vertical-align: 0.14em;
}

.s-price-plans__grid,
.s-price-compare__grid,
.s-price-dp__extras {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.s-price-plans__shared {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(24px, 3vw, 38px);
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid rgba(154, 115, 52, 0.28);
  border-left: 5px solid var(--price-gold);
  background: linear-gradient(135deg, #fff 0%, rgba(251, 248, 239, 0.94) 100%);
  box-shadow: 0 16px 42px rgba(19, 38, 78, 0.055);
}
.s-price-plans__shared-head h3 { margin: 0; color: var(--price-navy-deep); font-size: clamp(1.22rem, 2vw, 1.55rem); }
.s-price-plans__shared-head > p:last-child { margin: 0.8rem 0 0; line-height: 1.75; }
.s-price-plans__shared-label { margin: 0 0 0.55rem; color: var(--price-gold); font-size: 0.72rem; font-weight: var(--fw-label, 700); letter-spacing: 0.1em; }
.s-price-plans__grid { align-items: start; }

.s-price-plan,
.s-price-compare__card,
.s-price-dp__extras > section {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--price-line);
  background: #fff;
  box-shadow: 0 14px 40px rgba(19, 38, 78, 0.055);
}

.s-price-plan__title,
.s-price-compare__card > h3 { margin: 0; color: var(--price-navy-deep); font-size: 1.3rem; }
.s-price-compare__base { margin: 0.55rem 0 0; color: var(--price-gold); font-size: 0.84rem; font-weight: 700; }
.s-price-plan__composition { margin-top: 0.85rem; }
.s-price-plan__composition > p { margin: 0; color: rgba(23, 35, 61, 0.62); font-size: 0.76rem; font-weight: 700; }
.s-price-plan__composition ul { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0.55rem 0 0; padding: 0; list-style: none; }
.s-price-plan__composition li { padding: 0.35rem 0.58rem; border: 1px solid rgba(154, 115, 52, 0.24); border-radius: 999px; color: #76561f; background: rgba(251, 248, 239, 0.94); font-size: 0.78rem; font-weight: 700; }

.s-price-plan__prices,
.s-price-compare__facts,
.s-price-compare__attributes { margin: 1.4rem 0 0; }
.s-price-plan__prices > div,
.s-price-compare__facts > div,
.s-price-compare__attributes > div { padding: 0.72rem 0; border-top: 1px solid var(--price-line); }
.s-price-plan__prices dt,
.s-price-compare__facts dt,
.s-price-compare__attributes dt { color: rgba(23, 35, 61, 0.7); font-size: 0.82rem; font-weight: 700; }
.s-price-plan__prices dd,
.s-price-compare__facts dd,
.s-price-compare__attributes dd { margin: 0.28rem 0 0; }

.p-price-value { display: block; color: var(--price-navy-deep); line-height: 1.4; font-weight: var(--fw-price, 700); font-variant-numeric: tabular-nums; }
.p-price-value--card { font-size: clamp(1.12rem, 1.8vw, 1.48rem); }
.p-price-value--table { font-size: 0.98rem; line-height: 1.55; }
.p-price-value--inline { font-size: 1rem; line-height: 1.6; }
.p-price-value small { font-size: 0.72em; font-weight: 600; }
.p-price-value__note,
.p-price-cell-note { display: block; margin-top: 0.3rem; color: rgba(23, 35, 61, 0.7); font-size: 0.76rem; line-height: 1.55; }
.p-price-note-price { display: inline; color: var(--price-navy-deep); font-weight: var(--fw-price, 700); font-variant-numeric: tabular-nums; }

.s-price-plan__features,
.s-price-compare__scope,
.s-price-procedure-scope__list,
.s-price-feature-list { margin: 1.3rem 0 0; padding: 0; list-style: none; line-height: 1.75; }
.s-price-plan__features li,
.s-price-compare__scope li,
.s-price-procedure-scope__list li,
.s-price-feature-list li { position: relative; padding-left: 1.15rem; }
.s-price-plan__features li::before,
.s-price-compare__scope li::before,
.s-price-procedure-scope__list li::before,
.s-price-feature-list li::before { content: ""; position: absolute; top: 0.78em; left: 0; width: 0.42rem; height: 0.42rem; border-radius: 50%; background: var(--price-gold); transform: translateY(-50%); }
.s-price-plan__features li + li,
.s-price-compare__scope li + li,
.s-price-procedure-scope__list li + li,
.s-price-feature-list li + li { margin-top: 0.45rem; }
.s-price-notes,
.s-price-plan__notes { margin: 1.3rem 0 0; padding: 0; color: rgba(23, 35, 61, 0.7); font-size: 0.84rem; line-height: 1.7; list-style: none; }
.s-price-notes li,
.s-price-plan__notes li { position: relative; padding-left: 1.25rem; }
.s-price-notes li::before,
.s-price-plan__notes li::before { content: "※"; position: absolute; left: 0; color: rgba(23, 35, 61, 0.52); }
.s-price-notes li + li,
.s-price-plan__notes li + li { margin-top: 0.45rem; }

.s-price-plan__options { margin-top: 1.3rem; padding: 1rem; background: var(--price-soft-blue); }
.s-price-plan__options-title { margin: 0; font-weight: 700; }
.s-price-plan__options p:not(.s-price-plan__options-title) { display: flex; justify-content: space-between; gap: 1rem; margin: 0.65rem 0 0; }

.s-price-procedure-scope,
.s-price-band,
.s-price-dp__details { margin-top: 1rem; border: 1px solid var(--price-line); background: #fff; }
.s-price-procedure-scope > summary,
.s-price-band > summary,
.s-price-dp__details > summary { padding: 1.1rem 1.25rem; color: var(--price-navy); font-weight: 700; cursor: pointer; }
.s-price-procedure-scope__body { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 0 1.25rem 1.5rem; }
.s-price-procedure-scope__body h3 { font-size: 1rem; }

.p-price-scroll-hint { margin: 0 0 0.65rem; color: rgba(23, 35, 61, 0.66); font-size: 0.8rem; }
.p-price-scroll-table { position: relative; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid var(--price-line); background: #fff; -webkit-overflow-scrolling: touch; }
.p-price-scroll-table:focus-visible { outline: 3px solid rgba(38, 61, 112, 0.34); outline-offset: 3px; }
.p-price-scroll-table table,
.s-price-fees__table table { width: 100%; min-width: 760px; border-collapse: collapse; }
.p-price-scroll-table th,
.p-price-scroll-table td,
.s-price-fees__table th,
.s-price-fees__table td { padding: 0.9rem 0.85rem; border-right: 1px solid var(--price-line); border-bottom: 1px solid var(--price-line); text-align: left; vertical-align: top; line-height: 1.6; }
.p-price-scroll-table thead th,
.s-price-fees__table thead th { color: #fff; background: var(--price-navy); font-size: 0.82rem; }
.p-price-scroll-table tbody th { position: sticky; left: 0; z-index: 2; min-width: 170px; color: var(--price-navy-deep); background: #f9fafb; }
.p-price-scroll-table thead th:first-child { position: sticky; left: 0; z-index: 3; }
.p-price-scroll-table th small { display: block; margin-top: 0.22rem; opacity: 0.78; font-weight: 500; }
.p-price-mark { display: flex; width: max-content; min-width: 2rem; min-height: 2rem; margin-inline: auto; align-items: center; justify-content: center; color: var(--price-navy); font-size: 0.82rem; font-weight: 700; line-height: 1; white-space: nowrap; }
.p-price-mark--yes { border: 2px solid var(--price-navy); border-radius: 50%; background: var(--price-soft-blue); font-size: 1rem; }
.p-price-mark--none { color: rgba(23, 35, 61, 0.42); font-size: 1rem; }
.p-price-mark--consultOnly,
.p-price-mark--partialPaid { min-height: 1.8rem; padding: 0.35rem 0.58rem; border: 1px solid rgba(38, 61, 112, 0.24); border-radius: 999px; background: rgba(238, 244, 247, 0.88); }
.p-price-mark--partialPaid { color: #76561f; border-color: rgba(154, 115, 52, 0.3); background: rgba(251, 248, 239, 0.94); }
.p-price-table-link { color: var(--price-navy); text-decoration: underline; text-decoration-color: rgba(38, 61, 112, 0.45); text-underline-offset: 0.2em; font-weight: 700; }
.p-price-table-link::after { content: " ↓"; color: var(--price-gold); text-decoration: none; }

.s-price-bands__list { display: grid; gap: 1rem; }
.s-price-band { width: 100%; min-width: 0; margin: 0; }
.s-price-band > summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-left: 4px solid var(--price-gold); }
.s-price-band__starting { flex: 0 0 auto; color: var(--price-navy-deep); font-size: 0.94rem; font-weight: var(--fw-price, 700); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.s-price-band__body { padding: 0 1rem 1.2rem; }
.s-price-band__note,
.s-price-band__formula { margin: 0.8rem 0 0; color: rgba(23, 35, 61, 0.76); font-size: 0.86rem; }
.s-price-band .p-price-value--table { white-space: nowrap; }

.s-price-fees__table { overflow-x: auto; border: 1px solid var(--price-line); }
.s-price-fees__table table { min-width: 660px; }
.s-price-fees__table tbody th { width: 38%; color: var(--price-navy-deep); background: #faf9f5; }
.s-price-fees__table .is-unavailable,
.s-price-fees__table .is-unavailable > span { color: rgba(23, 35, 61, 0.58); font-weight: var(--fw-body, 400); }

.s-price-compare__card { display: flex; flex-direction: column; }
.s-price-compare__facts { margin-top: auto; padding-top: 1rem; }
.s-price-compare__attributes > div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: start; }
.s-price-compare__attributes > div:nth-child(-n + 2) { background: rgba(238, 244, 247, 0.6); margin-inline: -0.7rem; padding-inline: 0.7rem; }
.s-price-compare__attributes dd > span:not(.p-price-mark) { display: block; max-width: 13rem; color: var(--price-navy-deep); font-size: 0.84rem; font-weight: 700; line-height: 1.55; text-align: right; }

.s-price-dp {
  background: linear-gradient(180deg, #f9ece9 0%, #fff8f4 34%, #fff 100%) !important;
}
.s-price-dp__policy { display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem 1.5rem; margin-bottom: 2rem; padding: clamp(22px, 3vw, 34px); border-left: 4px solid #a35b55; background: rgba(255, 255, 255, 0.8); }
.s-price-dp__policy ul { display: flex; flex-wrap: wrap; gap: 0.65rem; margin: 0; padding: 0; list-style: none; }
.s-price-dp__policy li { padding: 0.45rem 0.75rem; border: 1px solid rgba(163, 91, 85, 0.24); border-radius: 999px; color: #754244; background: #fff; font-size: 0.86rem; font-weight: 700; }
.s-price-dp__policy p { margin: 0; line-height: 1.8; }
.s-price-dp__details { margin-top: 1.2rem; }
.s-price-dp__details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 0 1.25rem 1.5rem; }
.s-price-dp__details-grid section { padding: 1rem; background: #fff8f4; }
.s-price-dp__details-grid h3 { margin: 0; font-size: 1rem; }
.s-price-dp__details-grid ol { margin-bottom: 0; padding-left: 1.35rem; line-height: 1.7; }
.s-price-dp__extras { margin-top: 1.5rem; }
.s-price-dp__extras h3 { margin: 0; color: #754244; font-size: 1.02rem; }
.s-price-dp__extras p { line-height: 1.7; }
.s-price-dp__tax { margin-top: 1.2rem; font-size: 0.86rem; }
.s-price-dp__link { margin: 1.4rem 0 0; }
.s-price-dp__link a { display: inline-flex; align-items: center; gap: 0.45rem; color: #754244; text-underline-offset: 0.2em; font-weight: 700; }
.s-price-dp__link a::after { content: "→"; }

.p-price-scroll-table--matrix td { text-align: center; vertical-align: middle; }
.p-price-scroll-table--matrix tbody th { box-shadow: 8px 0 14px -12px rgba(16, 36, 82, 0.5); }
.p-price-scroll-table--dp table { min-width: 820px; }
.p-price-scroll-table--dp th:nth-child(1) { width: 18%; }
.p-price-scroll-table--dp th:nth-child(2) { width: 16%; }
.p-price-scroll-table--dp th:nth-child(3) { width: 28%; }
.p-price-scroll-table--dp th:nth-child(4) { width: 38%; }

@media (max-width: 900px) {
  .s-price-plans__grid,
  .s-price-compare__grid { grid-template-columns: 1fr; }
  .s-price-dp__extras { grid-template-columns: 1fr 1fr; }
  .s-price-plans__shared { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .s-price-section { padding: 62px 0; }
  .s-price-procedure-scope__body,
  .s-price-dp__details-grid,
  .s-price-dp__extras { grid-template-columns: 1fr; }
  .p-price-scroll-table { margin-right: calc(50% - 50vw); }
  .p-price-scroll-table::after { content: ""; position: sticky; right: 0; float: right; width: 28px; height: 1px; box-shadow: 14px 0 24px 16px rgba(16, 36, 82, 0.16); pointer-events: none; }
  .p-price-scroll-table tbody th { min-width: 150px; max-width: 45vw; box-shadow: 10px 0 18px -14px rgba(16, 36, 82, 0.68); }
  .p-price-scroll-table--matrix table { min-width: 680px; }
  .p-price-scroll-table--matrix td { min-width: 112px; }
  .p-price-scroll-table--dp table { min-width: 760px; }
  .p-price-scroll-table--dp th:nth-child(1) { min-width: 145px; }
  .p-price-scroll-table--dp th:nth-child(2) { min-width: 120px; }
  .p-price-scroll-table--dp th:nth-child(3) { min-width: 220px; }
  .p-price-scroll-table--dp th:nth-child(4) { min-width: 260px; }
  .s-price-band > summary { flex-direction: column; align-items: flex-start; gap: 0.35rem; }
  .s-price-band__starting { padding-top: 0.05rem; font-size: 0.86rem; text-align: left; }
  .s-price-fees__table { margin-right: calc(50% - 50vw); }
}

@media (prefers-reduced-motion: reduce) {
  .p-price-scroll-table { scroll-behavior: auto; }
}

@media print {
  .s-price-section { padding: 24px 0; break-inside: auto; }
  .p-price-scroll-hint { display: none; }
  .p-price-scroll-table,
  .s-price-fees__table { overflow: visible; border: 0; }
  .p-price-scroll-table table,
  .s-price-fees__table table { min-width: 0; font-size: 9pt; }
  .p-price-scroll-table tbody th,
  .p-price-scroll-table thead th:first-child { position: static; }
  .s-price-plan,
  .s-price-compare__card,
  .s-price-dp__extras > section { break-inside: avoid; box-shadow: none; }
}
