:root {
  --v2-ink: #161516;
  --v2-muted: #625f5e;
  --v2-cream: #f5f0e8;
  --v2-paper: #fffdf9;
  --v2-pink: #efd8d8;
  --v2-line: rgba(22, 21, 22, 0.14);
}

.seo-v2-page { margin: 0; background: var(--v2-cream); color: var(--v2-ink); }
.seo-v2-shell { min-height: 100vh; overflow: clip; }
.seo-v2-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 96px; }
.seo-v2-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; font: 600 0.78rem/1.4 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.seo-v2-breadcrumb a { color: inherit; text-underline-offset: 4px; }
.seo-v2-hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: clamp(36px, 7vw, 92px); align-items: center; padding: clamp(42px, 7vw, 84px); border-radius: 42px; background: var(--v2-paper); box-shadow: 0 24px 64px rgba(47, 40, 38, .08); }
.seo-v2-eyebrow { margin: 0 0 18px; font: 700 .78rem/1.3 Inter, sans-serif; letter-spacing: .13em; text-transform: uppercase; color: #7d5050; }
.seo-v2-hero h1, .seo-v2-section h2, .seo-v2-cta h2 { max-width: 100%; overflow-wrap: anywhere; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
.seo-v2-hero h1 { margin: 0; font-size: clamp(2.55rem, 6vw, 5.65rem); line-height: .96; }
.seo-v2-lead { margin: 28px 0 0; max-width: 640px; color: var(--v2-muted); font: 400 clamp(1rem, 1.6vw, 1.18rem)/1.75 Inter, sans-serif; }
.seo-v2-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.seo-v2-button, .seo-v2-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font: 700 .86rem/1 Inter, sans-serif; text-decoration: none; }
.seo-v2-button { background: #171617; color: #fff; }
.seo-v2-link { border: 1px solid var(--v2-line); color: inherit; }
.seo-v2-button:focus-visible, .seo-v2-link:focus-visible, .seo-v2-card a:focus-visible { outline: 3px solid #9a6868; outline-offset: 4px; }
.seo-v2-visual { min-width: 0; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 180px 180px 28px 28px; background: var(--v2-pink); }
.seo-v2-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.seo-v2-content { display: grid; gap: 26px; margin-top: 34px; }
.seo-v2-section { padding: clamp(30px, 5vw, 58px); border-radius: 30px; background: rgba(255,253,249,.78); }
.seo-v2-section h2 { margin: 0 0 18px; font-size: clamp(2rem, 4.2vw, 3.45rem); line-height: 1.04; }
.seo-v2-section p, .seo-v2-section li { color: var(--v2-muted); font: 400 1rem/1.75 Inter, sans-serif; }
.seo-v2-section p { max-width: 780px; }
.seo-v2-section ul { display: grid; gap: 10px; padding-left: 1.25rem; }
.seo-v2-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.seo-v2-card { min-width: 0; padding: 26px; border: 1px solid var(--v2-line); border-radius: 22px; background: var(--v2-paper); }
.seo-v2-card h3 { margin: 0 0 10px; font: 600 1.12rem/1.3 Inter, sans-serif; overflow-wrap: anywhere; }
.seo-v2-card p { margin: 0; font-size: .94rem; }
.seo-v2-card a { display: inline-flex; min-height: 44px; align-items: center; margin-top: 12px; color: inherit; font-weight: 700; text-underline-offset: 4px; }
.seo-v2-note { border-left: 4px solid #ac7979; padding-left: 18px; }
.seo-v2-faq details { border-top: 1px solid var(--v2-line); }
.seo-v2-faq summary { min-height: 52px; display: flex; align-items: center; cursor: pointer; font: 650 1rem/1.4 Inter, sans-serif; }
.seo-v2-cta { margin-top: 34px; padding: clamp(38px, 7vw, 74px); border-radius: 34px; text-align: center; background: #181718; color: #fff; }
.seo-v2-cta h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.2rem); }
.seo-v2-cta p { max-width: 620px; margin: 18px auto 0; color: #d9d2cc; font: 400 1rem/1.7 Inter, sans-serif; }
.seo-v2-cta .seo-v2-button { margin-top: 24px; background: #f6eeee; color: #181718; }
.seo-v2-source-note { margin: 18px 0 0; color: var(--v2-muted); font: 400 .82rem/1.6 Inter, sans-serif; }

@media (max-width: 820px) {
  .seo-v2-main { width: min(100% - 32px, 680px); padding-top: 34px; }
  .seo-v2-hero { grid-template-columns: 1fr; padding: 34px; border-radius: 28px; }
  .seo-v2-visual { max-width: 420px; width: 100%; margin: 0 auto; aspect-ratio: 16 / 10; border-radius: 22px; }
  .seo-v2-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .seo-v2-main { width: min(100% - 24px, 480px); padding-bottom: 64px; }
  .seo-v2-hero { padding: 28px 22px; }
  .seo-v2-grid { grid-template-columns: 1fr; }
  .seo-v2-section { padding: 28px 22px; }
  .seo-v2-actions { align-items: stretch; flex-direction: column; }
  .seo-v2-button, .seo-v2-link { width: 100%; }
}

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