.owner-page { padding-top: 104px; color: var(--color-night); }
.owner-intro, .owner-support, .owner-flow, .owner-cta { padding: clamp(72px, 9vw, 120px) 0; }
.owner-intro__inner { max-width: 900px; }
.owner-kicker, .owner-heading > p, .owner-cta__en { margin: 0 0 16px; color: var(--color-kobe-red); font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.owner-intro h2, .owner-heading h2, .owner-cta h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(28px, 4vw, 44px); line-height: 1.55; }
.owner-intro__inner > p:last-child { max-width: 760px; margin: 32px 0 0; line-height: 2; }
.owner-support { background: #f4f7f9; }
.owner-heading { margin-bottom: 46px; }
.owner-support__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.owner-support article { padding: 34px 30px 38px; background: #fff; border-top: 3px solid var(--color-kobe-red); }
.owner-support article > span { color: var(--color-kobe-red); font-family: var(--font-en); font-size: 12px; font-weight: 700; }
.owner-support h3 { margin: 18px 0 14px; font-size: 21px; }
.owner-support article p, .owner-flow li p { margin: 0; color: var(--color-text); line-height: 1.75; }
.owner-flow__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.owner-flow__step { position: relative; min-width: 0; padding: 28px 22px 30px; text-align: center; background: #f7f8f9; border: 1px solid #e1e5e8; }
.owner-flow__step:not(:last-child)::after { position: absolute; z-index: 2; top: 78px; right: -16px; width: 30px; height: 30px; content: ''; background: #fff; border-top: 1px solid #c6cdd3; border-right: 1px solid #c6cdd3; transform: rotate(45deg); }
.owner-flow__number { display: block; color: var(--color-kobe-red); font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.owner-flow__icon { display: flex; width: 70px; height: 70px; justify-content: center; align-items: center; margin: 16px auto 22px; color: var(--color-night); background: #fff; border-radius: 50%; }
.owner-flow__icon { font-family: var(--font-serif); font-size: 34px; line-height: 1; }
.owner-flow__icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.owner-flow h3 { min-height: 3em; margin: 0 0 12px; font-size: 18px; line-height: 1.5; }
.owner-cta { color: #fff; text-align: center; background: var(--color-night); }
.owner-cta > .owner-cta__inner > p:not(.owner-cta__en) { margin: 24px 0 0; line-height: 1.9; }
.owner-cta__actions { display: flex; justify-content: center; align-items: stretch; gap: 16px; margin-top: 38px; }
.owner-cta__button, .owner-cta__tel { display: flex; min-width: 300px; min-height: 92px; justify-content: center; align-items: center; background: #fff; color: var(--color-night); }
.owner-cta__button { gap: 28px; font-weight: 700; }
.owner-cta__tel { flex-direction: column; padding: 14px 24px; }
.owner-cta__tel small, .owner-cta__tel span { font-size: 11px; }
.owner-cta__tel strong { font-family: var(--font-en); font-size: 25px; letter-spacing: .04em; }
@media (max-width: 1023px) {
  .owner-page { padding-top: 88px; }
  .owner-intro h2 br { display: none; }
  .owner-support__grid { grid-template-columns: 1fr; }
  .owner-flow__steps { grid-template-columns: 1fr; gap: 16px; }
  .owner-flow__step { display: grid; grid-template-columns: 58px 1fr; gap: 0 16px; padding: 22px; text-align: left; }
  .owner-flow__step:not(:last-child)::after { top: auto; right: 50%; bottom: -11px; width: 20px; height: 20px; transform: translateX(50%) rotate(135deg); }
  .owner-flow__number { grid-column: 1; align-self: end; text-align: center; }
  .owner-flow__icon { grid-column: 1; grid-row: 2; width: 58px; height: 58px; margin: 6px 0 0; }
  .owner-flow__icon svg { width: 34px; height: 34px; }
  .owner-flow__step > div { grid-column: 2; grid-row: 1 / span 2; }
  .owner-flow h3 { min-height: 0; margin-bottom: 8px; font-size: 18px; }
  .owner-cta__actions { flex-direction: column; }
  .owner-cta__button, .owner-cta__tel { min-width: 0; width: 100%; }
}
@media (max-width: 767px) { .owner-page { padding-top: 78px; } }
