:root {
  --ink: #0b0b0a;
  --card: #171715;
  --paper: #fffaf0;
  --cream: #f4efe5;
  --yellow: #ffc718;
  --red: #ca3b32;
  --muted: #b8b2a8;
  --line: rgba(255, 255, 255, 0.14);
  --heading: "Unbounded", "Arial Black", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.seo-header { position: sticky; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(10, 10, 9, 0.92); backdrop-filter: blur(16px); }
.seo-header__inner, .seo-container, .seo-footer__inner { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.seo-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.seo-logo img { width: 160px; height: auto; }
.seo-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--yellow); background: var(--yellow); color: var(--ink); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.seo-hero { position: relative; overflow: hidden; padding: clamp(82px, 11vw, 150px) 0 clamp(72px, 9vw, 120px); background: radial-gradient(circle at 82% 22%, rgba(255,199,24,.16), transparent 32%), #0b0b0a; }
.seo-hero::after { position: absolute; right: -6%; bottom: -8%; width: min(700px, 70vw); aspect-ratio: 800/247; background: url("img/logo.png") center/contain no-repeat; content: ""; opacity: .035; }
.seo-breadcrumbs { margin: 0 0 34px; display: flex; flex-wrap: wrap; gap: 8px; color: #8e887f; font-size: 12px; }
.seo-breadcrumbs a { color: #b8b2a8; }
.seo-kicker { margin: 0 0 18px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--heading); letter-spacing: -.045em; line-height: 1.15; text-transform: uppercase; }
h1 { position: relative; z-index: 1; max-width: 980px; margin: 0; font-size: clamp(36px, 6.3vw, 76px); text-wrap: balance; }
.seo-lead { position: relative; z-index: 1; max-width: 780px; margin: 30px 0 0; color: #d1cbc1; font-size: clamp(18px, 2vw, 22px); }
.seo-section { padding: clamp(70px, 9vw, 116px) 0; }
.seo-section--light { background: var(--cream); color: var(--ink); }
.seo-section h2 { max-width: 900px; margin: 0 0 36px; font-size: clamp(28px, 4.5vw, 50px); text-wrap: balance; }
.seo-section--light h2 mark { background: none; color: var(--red); }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.seo-card { min-height: 220px; padding: 28px; border: 1px solid var(--line); background: var(--card); border-radius: 24px; }
.seo-section--light .seo-card { border-color: rgba(11,11,10,.14); background: rgba(255,255,255,.66); box-shadow: 0 22px 60px rgba(55,42,20,.07); }
.seo-card span { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.seo-section--light .seo-card span { color: var(--red); }
.seo-card h3 { margin: 34px 0 12px; font-size: 20px; }
.seo-card p { margin: 0; color: #bdb7ad; }
.seo-section--light .seo-card p { color: #5f594f; }
.seo-copy { max-width: 820px; }
.seo-copy p { color: #c9c3b9; font-size: 18px; }
.seo-copy p + p { margin-top: 20px; }
.seo-section--light .seo-copy p { color: #514c44; }
.seo-note { margin-top: 34px; padding: 22px 24px; border-left: 4px solid var(--yellow); background: rgba(255,255,255,.04); color: #aaa49a; }
.seo-section--light .seo-note { border-color: var(--red); background: rgba(255,255,255,.62); color: #625c53; }
.seo-image { margin-top: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; }
.seo-image img { width: 100%; height: auto; }
.seo-cta { padding: clamp(68px, 9vw, 110px) 0; background: var(--yellow); color: var(--ink); }
.seo-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.seo-cta h2 { margin: 0; font-size: clamp(30px, 5vw, 58px); }
.seo-cta p { max-width: 720px; margin: 22px 0 0; font-size: 18px; }
.seo-cta .seo-button { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.seo-related { padding: 56px 0; border-top: 1px solid var(--line); }
.seo-related h2 { margin: 0 0 22px; color: #8f897f; font-size: 13px; letter-spacing: .12em; }
.seo-related__links { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-related a { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: #d0cabf; font-size: 13px; text-decoration: none; }
.seo-footer { border-top: 1px solid var(--line); }
.seo-footer__inner { padding: 36px 0 46px; color: #8e887f; font-size: 12px; }
.seo-footer nav { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 12px; }
@media (max-width: 820px) { .seo-grid { grid-template-columns: 1fr; } .seo-card { min-height: 0; } .seo-cta__inner { grid-template-columns: 1fr; align-items: start; } }
@media (max-width: 620px) { body { font-size: 16px; } .seo-header__inner, .seo-container, .seo-footer__inner { width: calc(100% - 32px); } .seo-header__inner { min-height: 66px; } .seo-logo img { width: 124px; } .seo-button { min-height: 40px; padding: 10px 14px; font-size: 10px; } h1 { font-size: clamp(30px, 9vw, 43px); } .seo-lead { font-size: 18px; } .seo-card { padding: 24px; } .seo-copy p { font-size: 16px; } }
