.seo-page { background: var(--white); }
.seo-page .site-header { border-bottom: 1px solid rgba(220,229,224,.7); }
.route-hero { width: min(1280px, calc(100% - 48px)); min-height: 640px; margin: 26px auto 86px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow-soft); }
.route-hero-copy { padding: clamp(42px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; }
.route-hero h1 { max-width: 690px; margin: 0; font-size: clamp(2.7rem, 5vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.route-lead { max-width: 610px; margin: 24px 0 30px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.route-hero-media { min-height: 640px; margin: 0; overflow: hidden; }
.route-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.route-hero:hover .route-hero-media img { transform: scale(1.035); }
.route-proof { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(118,142,130,.25); }
.route-proof span { padding: 17px 15px 0 0; color: var(--muted); font-size: .71rem; }
.route-proof strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .9rem; }
.route-proof span + span { padding-left: 15px; border-left: 1px solid rgba(118,142,130,.25); }
.route-intent, .route-feature-visual, .route-scope, .route-process, .route-faq, .route-cta { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.route-intent { margin-bottom: 108px; padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border: 1px solid var(--line); border-radius: 24px; background: #fbfdfc; }
.route-intent h2, .route-scope h2, .route-process h2, .route-faq h2, .route-cta h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 3.85rem); line-height: 1.02; letter-spacing: -.045em; }
.route-intent p:not(.eyebrow), .route-scope-heading p:not(.eyebrow), .route-cta p:not(.eyebrow) { color: var(--muted); }
.route-intent ul { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; border-top: 1px solid var(--line); }
.route-sign-item { padding: 17px 0; display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.route-sign-item span, .route-card-copy > span, .route-process li > span { color: var(--green-deep); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.route-sign-item strong { font-size: .95rem; }
.route-feature-visual { margin-bottom: 112px; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-soft); }
.route-feature-visual.tone-continuity { background: #eef7f2; }
.route-feature-visual.tone-craft { background: #f7f4ee; }
.route-feature-visual.tone-data { background: #eef7f5; }
.route-feature-visual.tone-connect { background: #eef5fa; }
.route-feature-visual.tone-support { background: #fff7ed; }
.route-feature-visual.tone-roadmap { background: #f3f2ed; }
.route-feature-media { min-height: 460px; margin: 0; overflow: hidden; }
.route-feature-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.route-feature-visual:hover .route-feature-media img { transform: scale(1.035); }
.route-feature-copy { padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.route-feature-copy h2 { max-width: 520px; margin: 0; font-size: clamp(2rem, 3.5vw, 3.7rem); line-height: 1.02; letter-spacing: -.045em; }
.route-feature-copy > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 0; color: var(--muted); }
.route-feature-points { margin: 30px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.route-feature-points li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: .84rem; font-weight: 750; }
.route-feature-points li span { width: 24px; height: 24px; display: inline-grid; place-items: center; color: var(--green-deep); border: 1px solid rgba(16,121,79,.28); border-radius: 50%; background: rgba(255,255,255,.6); font-size: .78rem; }
.route-scope { margin-bottom: 112px; }
.route-scope-heading { max-width: 780px; margin-bottom: 36px; }
.route-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.route-scope-grid article { min-height: 220px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.route-scope-grid article:hover { transform: translateY(-3px); border-color: #a9d8bf; box-shadow: var(--shadow-soft); }
.route-card-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--green-deep); border: 1px solid #bfe4ce; border-radius: 17px; background: var(--mint); }
.route-scope-grid article:nth-child(2) .route-card-icon { color: #286b86; border-color: #c5e0ea; background: #edf7fb; }
.route-scope-grid article:nth-child(3) .route-card-icon { color: #9a6d1e; border-color: #ecd8ad; background: #fff8e9; }
.route-card-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.route-card-copy { margin-top: 22px; }
.route-card-copy h3 { margin: 13px 0 0; font-size: 1.25rem; line-height: 1.15; }
.route-scope-grid p { margin: 10px 0 0; color: var(--muted); font-size: .85rem; }
.route-modules { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.route-modules span { padding: 8px 12px; color: var(--green-dark); border: 1px solid #bfe4ce; border-radius: 99px; background: var(--mint); font-size: .75rem; font-weight: 760; }
.route-process { margin-bottom: 112px; padding: 70px 0 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; border-top: 1px solid var(--line); }
.route-process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.route-process li { padding: 0 22px; border-left: 1px solid var(--line); }
.route-process li:first-child { padding-left: 0; border-left: 0; }
.route-process li strong { display: block; margin: 18px 0 8px; font-size: 1.06rem; }
.route-process li p { margin: 0; color: var(--muted); font-size: .84rem; }
.route-faq { margin-bottom: 112px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.route-cta { margin-bottom: 90px; padding: 32px 36px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #fff; border-radius: 22px; background: linear-gradient(110deg, var(--green-deep), var(--green-dark)); box-shadow: var(--shadow-soft); }
.route-cta .eyebrow { color: rgba(255,255,255,.78); }
.route-cta .eyebrow > span { background: rgba(255,255,255,.7); }
.route-cta h2 { max-width: 650px; }
.route-cta p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.8); }
.route-cta .button-primary { flex: 0 0 auto; color: var(--green-deep); background: #fff; box-shadow: none; }
@media (max-width: 1080px) {
  .route-hero { grid-template-columns: 1fr; }
  .route-hero-media { min-height: 440px; order: -1; }
  .route-intent, .route-process, .route-faq { grid-template-columns: 1fr; gap: 28px; }
  .route-feature-visual { grid-template-columns: 1fr; }
  .route-feature-media { min-height: 0; height: auto; aspect-ratio: 3 / 2; align-self: start; }
  .route-scope-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .route-hero, .route-intent, .route-feature-visual, .route-scope, .route-process, .route-faq, .route-cta { width: min(100% - 28px, 1180px); }
  .route-hero { margin-top: 14px; margin-bottom: 66px; border-radius: 24px; }
  .route-hero-media { min-height: 330px; }
  .route-hero-copy { padding: 34px 22px 30px; }
  .route-hero h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .route-proof { grid-template-columns: 1fr; }
  .route-proof span { padding: 11px 0; display: grid; grid-template-columns: 92px 1fr; align-items: baseline; border-bottom: 1px solid var(--line); }
  .route-proof span + span { padding-left: 0; border-left: 0; }
  .route-intent { margin-bottom: 72px; padding: 22px; }
  .route-feature-visual { margin-bottom: 78px; grid-template-columns: 1fr; }
  .route-feature-media { min-height: 0; aspect-ratio: 3 / 2; }
  .route-feature-copy { padding: 32px 22px 36px; }
  .route-scope, .route-process, .route-faq { margin-bottom: 78px; }
  .route-scope-grid { grid-template-columns: 1fr; }
  .route-scope-grid article { min-height: 0; }
  .route-process { padding-top: 50px; }
  .route-process ol { grid-template-columns: 1fr; gap: 25px; }
  .route-process li, .route-process li:first-child { padding: 0 0 0 18px; border-left: 2px solid var(--line); }
  .route-cta { align-items: stretch; flex-direction: column; margin-bottom: 68px; padding: 26px 22px; }
  .route-cta .button { width: 100%; }
}
