:root {
  color-scheme: light;
  font-family: Inter, Arial, sans-serif;
  color: #171717;
  background: #f7f5f2;
}

* { box-sizing: border-box; }
body { margin: 0; background: #f7f5f2; }
a { color: inherit; }

.seo-fallback {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px;
}
.seo-fallback h1 { max-width: 900px; margin: 0; font: 400 clamp(42px, 7vw, 82px)/.98 "Cormorant Garamond", serif; }
.seo-fallback p { max-width: 760px; font-size: 18px; line-height: 1.65; color: rgba(0,0,0,.64); }
.seo-fallback__eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: 11px !important; }
.seo-fallback nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.seo-fallback nav a { padding: 12px 18px; border: 1px solid rgba(0,0,0,.16); border-radius: 999px; text-decoration: none; }

.seo-header { border-bottom: 1px solid rgba(0,0,0,.1); background: #fff; }
.seo-nav { max-width: 1180px; margin: auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.seo-logo { font: 600 30px/1 "Cormorant Garamond", serif; text-decoration: none; }
.seo-nav__links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; font-size: 14px; }
.seo-nav__links a { text-decoration: none; }
.seo-button { display: inline-block; padding: 14px 22px; border-radius: 999px; background: #111; color: #fff; text-decoration: none; font-weight: 600; }
.seo-button--light { background: #fff; color: #111; }

.seo-main { min-height: 100vh; }
.seo-hero, .seo-section { max-width: 1180px; margin: auto; padding: 88px 24px; }
.seo-hero__eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .28em; font-size: 11px; color: rgba(0,0,0,.48); }
.seo-hero h1 { max-width: 920px; margin: 0; font: 400 clamp(46px, 7vw, 84px)/.98 "Cormorant Garamond", serif; }
.seo-hero__lead { max-width: 760px; margin: 30px 0 0; font-size: 19px; line-height: 1.65; color: rgba(0,0,0,.64); }
.seo-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.seo-card { padding: 28px; border-radius: 24px; background: #fff; }
.seo-card h2, .seo-section h2 { margin: 0 0 14px; font: 500 36px/1.05 "Cormorant Garamond", serif; }
.seo-card h3 { margin: 0 0 10px; font: 500 25px/1.1 "Cormorant Garamond", serif; }
.seo-card p, .seo-section p, .seo-section li { color: rgba(0,0,0,.62); line-height: 1.65; }
.seo-section--white { max-width: none; background: #fff; }
.seo-section--white > div { max-width: 1180px; margin: auto; }
.seo-steps { padding-left: 22px; }
.seo-faq details { padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,.12); }
.seo-faq summary { cursor: pointer; font-weight: 600; }
.seo-cta { max-width: none; padding: 80px 24px; text-align: center; background: #111; color: #fff; }
.seo-cta h2 { margin: 0; font: 400 clamp(40px, 6vw, 64px)/1 "Cormorant Garamond", serif; }
.seo-cta p { margin: 18px auto 28px; max-width: 680px; color: rgba(255,255,255,.65); line-height: 1.6; }
.seo-footer { padding: 28px 24px; text-align: center; font-size: 12px; color: rgba(0,0,0,.45); }

@media (max-width: 760px) {
  .seo-nav { align-items: flex-start; }
  .seo-nav__links a:not(.seo-button) { display: none; }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-hero, .seo-section { padding-top: 58px; padding-bottom: 58px; }
}
