:root {
  color: #30273f;
  background: #f5ece4;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.6;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #d75f3e; text-underline-offset: 3px; }
a:hover { color: #30273f; }
.seo-shell { min-height: 100vh; overflow: hidden; }
.seo-container { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.seo-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; }
.seo-brand { color: #30273f; font-size: 16px; font-weight: 800; text-decoration: none; letter-spacing: -.06em; }
.seo-brand-mark { display: inline-block; width: 22px; height: 22px; margin-right: 7px; vertical-align: -6px; filter: drop-shadow(2px 3px 0 rgba(48,39,63,.1)); }
.seo-brand-link { color: #d75f3e; }
.seo-header nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 20px; font-size: 13px; }
.seo-header nav a { color: #6f6571; text-decoration: none; }
.seo-header nav a:hover { color: #d75f3e; }
.seo-hero { position: relative; padding: 76px 0 88px; }
.seo-hero::after { position: absolute; z-index: -1; top: -140px; right: -180px; width: 460px; height: 460px; border-radius: 50%; background: #e8b39d; opacity: .38; content: ""; }
.seo-kicker { color: #d75f3e; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.seo-hero h1 { max-width: 780px; margin: 18px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 8vw, 88px); line-height: .96; letter-spacing: -.06em; }
.seo-hero h1 em { color: #d75f3e; font-style: normal; }
.seo-lede { max-width: 650px; margin: 0; color: #6f6571; font-size: 18px; }
.seo-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.seo-button { display: inline-flex; align-items: center; gap: 8px; padding: 13px 19px; border-radius: 999px; color: #fffaf5; background: #30273f; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 12px 24px rgba(48,39,63,.16); }
.seo-button:hover { color: #fffaf5; background: #d75f3e; }
.seo-text-link { font-size: 14px; font-weight: 700; }
.seo-section { padding: 72px 0; border-top: 1px solid rgba(48,39,63,.14); }
.seo-section h2 { max-width: 690px; margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 5vw, 52px); line-height: 1; letter-spacing: -.05em; }
.seo-section > p { max-width: 680px; color: #6f6571; }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.seo-card { padding: 24px; border: 1px solid rgba(48,39,63,.14); border-radius: 18px; background: rgba(255,250,245,.52); }
.seo-card h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; letter-spacing: -.03em; }
.seo-card p { margin: 0; color: #6f6571; font-size: 14px; }
.seo-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 30px; counter-reset: step; }
.seo-step { position: relative; padding-top: 35px; }
.seo-step::before { position: absolute; top: 0; left: 0; color: #d75f3e; content: counter(step, decimal-leading-zero); counter-increment: step; font-size: 12px; font-weight: 800; }
.seo-step h3 { margin: 0 0 6px; font-size: 16px; }
.seo-step p { margin: 0; color: #6f6571; font-size: 14px; }
.seo-faq { max-width: 760px; }
.seo-faq details { padding: 17px 0; border-bottom: 1px solid rgba(48,39,63,.14); }
.seo-faq summary { cursor: pointer; font-weight: 700; }
.seo-faq details p { margin: 10px 0 0; color: #6f6571; }
.seo-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 26px; padding: 32px 0 46px; color: #6f6571; font-size: 13px; }
.seo-footer p { max-width: 360px; margin: 0; }
.seo-footer nav { display: flex; flex-wrap: wrap; gap: 9px 15px; }
.seo-footer nav a { white-space: nowrap; }
@media (max-width: 700px) {
  .seo-header { align-items: flex-start; flex-direction: column; }
  .seo-header nav { justify-content: flex-start; }
  .seo-hero { padding: 56px 0 70px; }
  .seo-grid, .seo-steps { grid-template-columns: 1fr; }
  .seo-section { padding: 56px 0; }
  .seo-footer { flex-direction: column; }
}