.detail-page { background: #fff; }
.detail-page section { padding: 88px 0; }
.detail-logo-next { color: var(--ink) !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-160%); background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-md); }
.skip-link:focus { transform: none; }
.detail-hero { padding: 142px 0 78px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--brand-50), #fff 56%); }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: clamp(48px, 6vw, 88px); align-items: center; }
.detail-kicker { margin: 0 0 24px; color: var(--brand); font-size: 12px; font-weight: 500; letter-spacing: .14em; }
.detail-hero h1 { margin: 0; max-width: 15ch; font-size: clamp(42px, 5.5vw, 74px); line-height: 1.17; letter-spacing: -.04em; text-wrap: balance; word-break: auto-phrase; line-break: strict; }
.detail-hero h1 span { color: var(--brand); }
.detail-lede { margin: 28px 0 0; max-width: 58ch; color: var(--muted); font-size: clamp(15px, 1.4vw, 18px); line-height: 2; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.detail-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.detail-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 32px 0 0; list-style: none; }
.detail-hero-tags li { padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-2); font-family: var(--ff-mono); font-size: 10.5px; }
.price-panel { position: relative; justify-self: end; width: 100%; max-width: 430px; padding: 34px; overflow: hidden; border: 1px solid var(--brand-100); border-radius: 22px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 24px 64px rgba(15,78,176,.12); }
.price-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--brand); }
.price-panel-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.price-note { padding: 3px 9px; border: 1px solid var(--brand-100); border-radius: 999px; background: var(--brand-50); color: var(--brand-ink); }
.price-label { margin: 28px 0 5px; color: var(--muted); font-size: 14px; }
.price { margin: 0; white-space: nowrap; color: var(--ink); font-family: var(--ff-en); font-size: clamp(38px, 4vw, 58px); font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.04em; line-height: 1.15; }
.price > span { margin-right: 4px; color: var(--brand); font-size: .55em; vertical-align: .42em; }
.price small { margin-left: 5px; color: var(--muted); font-size: .34em; letter-spacing: 0; }
.price-summary { margin: 18px 0 26px; max-width: 32ch; color: var(--muted); line-height: 1.9; text-wrap: pretty; word-break: auto-phrase; }
.price-meta { display: grid; gap: 0; margin: 0; }
.price-meta div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 12px; }
.price-meta dt { color: var(--muted); }
.price-meta dd { margin: 0; color: var(--ink); font-weight: 600; text-align: right; }
.detail-section { border-bottom: 1px solid var(--line); }
.detail-heading { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 36px; margin-bottom: 42px; }
.detail-num { color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .1em; }
.detail-eyebrow { margin: 0 0 12px; color: var(--brand); font-family: var(--ff-en); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.detail-heading h2, .faq-layout h2, .support-grid h2 { margin: 0; max-width: 19ch; font-size: clamp(32px, 4vw, 54px); line-height: 1.38; letter-spacing: -.03em; text-wrap: balance; word-break: auto-phrase; line-break: strict; }
.problem-section { background: var(--bg-tint); }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-grid article { min-height: 230px; padding: 34px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid article > span { color: var(--brand); font-size: 11px; }
.problem-grid h3 { margin: 38px 0 10px; font-size: 21px; }
.problem-grid p { margin: 0; max-width: 42ch; color: var(--muted); font-size: 14px; line-height: 1.9; }
.approach-section { background: var(--brand); color: #fff; }
.detail-heading-light .detail-num, .detail-heading-light .detail-eyebrow { color: rgba(255,255,255,.7); }
.journey-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.journey-list li { min-height: 280px; padding: 30px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.journey-num { color: rgba(255,255,255,.55); font-size: 11px; }
.journey-list h3 { margin: 80px 0 12px; font-size: 21px; }
.journey-list p { margin: 0; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.9; }
.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.type-card { padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); border-radius: 20px; background: var(--bg-tint); }
.type-card-blue { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 20px 48px rgba(15,78,176,.14); }
.type-card-head { display: flex; justify-content: space-between; color: var(--brand); font-size: 11px; }
.type-card-blue .type-card-head { color: rgba(255,255,255,.72); }
.type-card h3 { margin: 58px 0 14px; font-size: clamp(25px, 3vw, 36px); }
.type-card > p { margin: 0; color: var(--muted); line-height: 1.9; }
.type-card-blue > p { color: rgba(255,255,255,.68); }
.type-card ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 24px; padding: 28px 0 0; margin: 30px 0 0; list-style: none; border-top: 1px solid var(--line); font-size: 13px; }
.type-card-blue ul { border-color: rgba(255,255,255,.14); }
.type-card li::before { content: "—"; margin-right: 8px; color: var(--brand); }
.plan-section { background: var(--bg-tint); }
.plan-layout { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; }
.plan-price-block { padding: 48px; border-right: 1px solid var(--brand-100); background: linear-gradient(150deg, var(--brand-50), #fff 78%); color: var(--ink); }
.plan-price-block > p:first-child { margin: 0; color: var(--brand); font-size: 11px; }
.plan-price-block h3 { margin: 52px 0 18px; white-space: nowrap; color: var(--ink); font-family: var(--ff-en); font-size: clamp(36px,4.6vw,60px); font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.plan-price-block h3 > span { color: var(--brand); font-size: .55em; vertical-align: .35em; }
.plan-price-block h3 small { display: block; margin-top: 8px; color: var(--muted); font-family: var(--ff-jp); font-size: 12px; letter-spacing: .03em; }
.plan-price-block > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.9; text-wrap: pretty; word-break: auto-phrase; }
.included-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; padding: 30px 42px; }
.included-grid span { padding: 18px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
.included-grid span::before { content: "✓"; margin-right: 10px; color: var(--brand); font-family: var(--ff-en); }
.plan-caution { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.option-grid article { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.option-grid .option-featured { background: var(--brand-50); border-color: var(--brand-100); }
.option-price { margin: 0; color: var(--brand); font-family: var(--ff-en); font-size: 23px; font-weight: 700; }
.option-price span { margin-left: 3px; color: var(--muted); font-family: var(--ff-jp); font-size: 11px; font-weight: 500; }
.option-grid h3 { margin: 42px 0 10px; font-size: 18px; }
.option-grid article > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.process-section { background: var(--bg-tint); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-list li { min-height: 210px; padding: 30px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--brand); font-size: 11px; }
.process-list h3 { margin: 45px 0 10px; font-size: 19px; line-height: 1.5; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.support-section { background: var(--brand-50); color: var(--ink); }
.support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,110px); align-items: start; }
.support-grid > div:first-child > p:last-child { color: var(--muted); line-height: 1.9; text-wrap: pretty; word-break: auto-phrase; }
.support-plans { display: grid; gap: 12px; }
.support-plans article { padding: 28px 32px; border: 1px solid var(--brand-100); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.support-plans .mono { margin: 0; color: var(--brand); font-size: 10px; }
.support-plans h3 { margin: 20px 0 8px; font-size: 24px; }
.support-plans article > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; text-wrap: pretty; word-break: auto-phrase; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,8vw,120px); }
.faq-layout .detail-eyebrow { margin-top: 38px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 22px; color: var(--brand); font-family: var(--ff-en); font-size: 20px; }
.faq-list details[open] > summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.detail-contact { padding: 120px 0; background: var(--brand); color: #fff; }
.detail-contact-inner { max-width: 920px; margin: 0 auto; text-align: center; }
.detail-contact-inner > .mono { color: rgba(255,255,255,.84); font-size: 11px; }
.detail-contact h2 { margin: 26px 0 20px; font-size: clamp(36px,5vw,66px); line-height: 1.3; letter-spacing: -.035em; }
.detail-contact-inner > p:not(.mono) { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.9); line-height: 1.9; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.detail-contact-button { display: inline-flex; align-items: center; gap: 26px; margin-top: 38px; padding: 18px 30px; border-radius: 999px; background: #fff; color: var(--brand); font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease; }
.detail-contact-button:hover, .detail-contact-button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.15); }
.detail-contact-inner small { display: block; margin-top: 14px; color: rgba(255,255,255,.8); }
.detail-footer-copy { color: var(--muted); font-size: 13px; margin-top: 16px; line-height: 1.8; }

.problem-section, .approach-section, .service-types, .option-section, .support-section { display: none; }
.plan-contact { display: flex; justify-content: space-between; gap: 32px; align-items: center; margin-top: 28px; padding: 26px 30px; border: 1px solid var(--brand-100); border-radius: 16px; background: var(--brand-50); }
.plan-contact p { margin: 0 0 6px; color: var(--ink); font-size: 17px; font-weight: 700; }
.plan-contact > div > span { color: var(--muted); font-size: 13px; line-height: 1.75; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.plan-contact-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 24px; min-width: 235px; padding: 15px 22px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 13px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease; }
.plan-contact-button span { color: inherit; }
.plan-contact-button:hover, .plan-contact-button:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(15,78,176,.18); }
.plan-contact-button:focus-visible { outline: 3px solid rgba(15,78,176,.22); outline-offset: 3px; }
.plan-options { margin-top: 76px; padding-top: 64px; border-top: 1px solid var(--line); }
.plan-options-intro { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 36px; align-items: start; margin-bottom: 30px; }
.plan-options-intro h3 { margin: 0; max-width: 28ch; font-size: clamp(25px, 3vw, 36px); line-height: 1.45; letter-spacing: -.025em; text-wrap: balance; word-break: auto-phrase; }
.option-grid-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.option-grid-featured article { min-height: 200px; }
.content-disclosure { margin-top: 22px; border: 1px solid var(--brand-100); border-radius: 14px; background: #fff; overflow: hidden; }
.content-disclosure > summary { position: relative; display: flex; align-items: center; min-height: 60px; padding: 16px 64px 16px 22px; color: var(--brand); cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; transition: background-color 180ms ease; }
.content-disclosure > summary::-webkit-details-marker { display: none; }
.content-disclosure > summary::after { content: "+"; position: absolute; right: 22px; top: 50%; width: 28px; height: 28px; border-radius: 50%; background: var(--brand-50); font-family: var(--ff-en); font-size: 19px; font-weight: 500; line-height: 27px; text-align: center; transform: translateY(-50%); }
.content-disclosure > summary:hover { background: var(--brand-50); }
.content-disclosure > summary:focus-visible { outline: 2px solid var(--brand); outline-offset: -3px; }
.content-disclosure[open] > summary { border-bottom: 1px solid var(--brand-100); background: var(--brand-50); }
.content-disclosure[open] > summary::after { content: "−"; }
.disclosure-open-label { display: none; }
.content-disclosure[open] .disclosure-closed-label { display: none; }
.content-disclosure[open] .disclosure-open-label { display: inline; }
.included-grid-more { margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.option-grid-more { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 22px; }
.content-disclosure-faq { margin-top: 20px; border-color: var(--line); }
.content-disclosure-faq > summary { color: var(--ink-2); background: var(--bg-tint); }
.content-disclosure-faq > summary::after { background: #fff; }
.content-disclosure-faq[open] > summary { border-color: var(--line); background: var(--bg-tint); }
.faq-list-more { border-top: 0; padding: 0 22px 6px; }
.faq-list-more details:last-child { border-bottom: 0; }

@media (max-width: 980px) {
  .detail-hero-grid, .plan-layout, .support-grid { grid-template-columns: 1fr; }
  .detail-hero h1 { max-width: 16ch; }
  .price-panel { justify-self: start; max-width: 620px; }
  .plan-price-block { border-right: 0; border-bottom: 1px solid var(--brand-100); }
  .journey-list, .option-grid, .option-grid-more { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .detail-page section { padding: 78px 0; }
  .detail-hero { padding: 120px 0 64px; }
  .detail-hero-grid { gap: 42px; }
  .detail-hero h1 { max-width: none; font-size: clamp(34px,10vw,46px); line-height: 1.3; letter-spacing: -.035em; }
  .detail-lede { font-size: 14px; }
  .detail-hero-actions { flex-direction: column; align-items: stretch; }
  .detail-hero-actions .btn-primary, .detail-hero-actions .btn-ghost { justify-content: center; }
  .price-panel { max-width: none; padding: 28px 22px; }
  .price { font-size: 40px; }
  .price-meta div { align-items: baseline; }
  .detail-heading, .faq-layout { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .detail-heading h2, .faq-layout h2, .support-grid h2 { max-width: none; font-size: 29px; line-height: 1.45; }
  .problem-grid, .type-grid, .journey-list, .option-grid, .process-list { grid-template-columns: 1fr; }
  .problem-grid article, .journey-list li, .process-list li { min-height: auto; }
  .problem-grid h3, .journey-list h3, .process-list h3 { margin-top: 32px; }
  .type-card { padding: 30px 24px; }
  .type-card h3 { margin-top: 42px; }
  .type-card ul { grid-template-columns: 1fr; }
  .plan-price-block { padding: 34px 26px; }
  .plan-price-block h3 { margin-top: 34px; font-size: 40px; }
  .included-grid { grid-template-columns: 1fr; padding: 18px 22px 26px; }
  .option-grid article { min-height: 220px; padding: 24px; }
  .option-grid h3 { margin-top: 42px; }
  .faq-layout { gap: 36px; }
  .faq-layout .detail-eyebrow { margin-top: 22px; }
  .detail-contact h2 { font-size: 34px; }
  .detail-contact-button { width: 100%; justify-content: space-between; }
  .content-disclosure { margin-top: 16px; }
  .content-disclosure > summary { min-height: 56px; padding: 14px 56px 14px 18px; font-size: 13px; }
  .content-disclosure > summary::after { right: 16px; }
  .plan-contact { flex-direction: column; align-items: stretch; margin-top: 22px; padding: 22px 20px; }
  .plan-contact-button { width: 100%; min-width: 0; }
  .plan-options { margin-top: 58px; padding-top: 48px; }
  .plan-options-intro { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .plan-options-intro h3 { font-size: 25px; }
  .option-grid-more { grid-template-columns: 1fr; padding: 16px; }
  .faq-list-more { padding: 0 16px 4px; }
  .foot-copy { flex-direction: column; gap: 10px; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
