/* SEO landing visual hierarchy fix — 2026-08-15 */
.theme-seo .service-media-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f8fafc}
.theme-seo .service-media-section .service-heading{max-width:820px;margin-bottom:28px}
.theme-seo .service-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:980px;margin:0 auto}
.theme-seo .service-media-grid figure{overflow:hidden;margin:0;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06)}
.theme-seo .service-media-grid figure:nth-child(n+3){display:none}
.theme-seo .service-media-grid img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;background:#e8eef7}
.theme-seo .service-media-grid figcaption{padding:20px 22px 22px}
.theme-seo .service-media-grid small{color:var(--service-accent);font-size:11px;font-weight:900;letter-spacing:.1em}
.theme-seo .service-media-grid h3{margin:8px 0 7px;font-size:20px}
.theme-seo .service-media-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.theme-seo .service-media-notice{max-width:820px;margin:16px auto 0;color:#667085;font-size:12px;text-align:center}
.theme-seo .service-visual.has-media{background:#0b2148;}
.theme-seo .service-hero-photo{position:relative;overflow:hidden;margin:0;aspect-ratio:3/2;background:#102b58}
.theme-seo .service-hero-photo:after{position:absolute;inset:48% 0 0;background:linear-gradient(180deg,transparent,rgba(5,19,43,.9));content:"";pointer-events:none}
.theme-seo .service-hero-photo img{display:block;width:100%;height:100%;object-fit:cover}
.theme-seo .service-hero-photo figcaption{position:absolute;z-index:1;right:18px;bottom:16px;left:18px;display:flex;flex-direction:column;color:#fff}
.theme-seo .service-hero-photo figcaption strong{font-size:16px}
.theme-seo .service-hero-photo figcaption span{margin-top:3px;color:#dbeafe;font-size:11px}
.theme-seo .service-visual.has-media .service-visual-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:14px}
.theme-seo .service-visual.has-media .service-visual-step{grid-template-columns:30px 1fr;padding:11px}
.theme-seo .service-visual.has-media .service-visual-step>span{width:29px;height:29px}
.theme-seo .service-visual.has-media .service-visual-step strong{font-size:12px}
.theme-seo .service-visual.has-media .service-visual-step small{font-size:10px;line-height:1.35}
@media(max-width:720px){
  .theme-seo .service-media-grid{grid-template-columns:1fr;max-width:620px}
  .theme-seo .service-media-grid img{aspect-ratio:16/9;max-height:260px}
  .theme-seo .service-media-grid figcaption{padding:18px}
  .theme-seo .service-visual.has-media{transform:none}
  .theme-seo .service-visual.has-media .service-visual-body{grid-template-columns:1fr}
  .theme-seo .service-hero-photo figcaption{right:14px;bottom:13px;left:14px}
}
