:root {
  color: #2f3930;
  background: #fbf8f4;
  font-family: Onest, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #2f3930;
  --muted: #60685f;
  --paper: #fbf8f4;
  --white: #fffdf9;
  --rose: #b9676d;
  --sage: #dfe8d8;
  --line: rgba(47, 57, 48, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(235, 207, 213, .72), transparent 25rem),
    radial-gradient(circle at 92% 25%, rgba(184, 198, 171, .35), transparent 28rem),
    var(--paper);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--rose); text-underline-offset: .2em; }
.seo-nav { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: center; }
.seo-brand { color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.seo-brand span { color: var(--rose); }
.seo-nav__cta, .seo-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--rose); color: white; text-decoration: none; font-weight: 720; }
.seo-nav__cta { padding: .72rem 1.1rem; font-size: .75rem; }
.seo-wrap { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 2rem 0 6rem; }
.seo-hero { padding: clamp(3rem, 8vw, 7rem) clamp(1.5rem, 6vw, 5rem); border: 1px solid var(--line); border-radius: 32px 32px 80px 32px; background: rgba(255, 253, 249, .9); box-shadow: 0 28px 80px rgba(74, 57, 55, .08); }
.seo-kicker { margin: 0 0 1.1rem; color: var(--rose); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7.5vw, 6.4rem); line-height: .98; letter-spacing: -.055em; font-weight: 400; }
.seo-lead { max-width: 760px; margin: 1.6rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.seo-button { margin-top: 1.75rem; padding: 1rem 1.5rem; }
.seo-facts { margin: 1.5rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; }
.seo-facts li { padding: .6rem .85rem; border-radius: 999px; background: var(--sage); color: #465245; font-size: .8rem; font-weight: 680; }
.seo-content { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 2rem; margin-top: 2rem; align-items: start; }
.seo-article, .seo-aside { border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 253, 249, .92); }
.seo-article { padding: clamp(1.5rem, 5vw, 3.5rem); }
.seo-article section + section { margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid var(--line); }
h2 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 400; }
h3 { margin: 1.8rem 0 .6rem; font-size: 1.05rem; }
p, li { color: #525b52; }
ul, ol { padding-left: 1.25rem; }
li + li { margin-top: .55rem; }
.seo-aside { position: sticky; top: 1rem; padding: 1.35rem; }
.seo-aside strong { display: block; margin-bottom: .8rem; }
.seo-aside a { display: block; padding: .7rem 0; border-top: 1px solid var(--line); color: #576157; font-size: .84rem; text-decoration: none; }
.seo-aside .seo-button { color: white; text-align: center; }
.seo-cta { margin-top: 2rem; padding: clamp(2rem, 6vw, 4.5rem); border-radius: 30px; background: #64745e; color: white; text-align: center; }
.seo-cta h2, .seo-cta p { color: white; }
.seo-cta p { max-width: 640px; margin: 1rem auto 0; opacity: .82; }
.seo-footer { padding: 2rem 1rem; background: #354338; color: rgba(255,255,255,.75); text-align: center; font-size: .76rem; }
.seo-footer a { color: white; }
@media (max-width: 820px) {
  .seo-content { grid-template-columns: 1fr; }
  .seo-aside { position: static; }
  .seo-hero { border-radius: 22px 22px 50px 22px; }
}
