.seo-page {
  background: #fafaf7;
  color: #1a1a1a;
  padding-top: 64px;
}

.seo-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.seo-hero {
  padding: 74px 0 68px;
  background: #f5f0e8;
  border-bottom: 1px solid #e4dac8;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
}

.seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: #6f6a62;
  font-size: 13px;
}

.seo-breadcrumb.scrolled {
  background: transparent;
  box-shadow: none;
}

.seo-breadcrumb a { color: #2d2b6b; text-decoration: none; }
.seo-breadcrumb svg { width: 13px; height: 13px; }

.seo-eyebrow {
  margin: 0 0 15px;
  color: #a34a24;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #1a1a1a;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(44px, 5.3vw, 72px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
}

.seo-lead {
  max-width: 670px;
  margin: 25px 0 0;
  color: #514c45;
  font-size: 18px;
  line-height: 1.7;
}

.seo-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }

.seo-primary-btn,
.seo-light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 6px;
  background: #2d2b6b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.seo-primary-btn:hover { background: #1e1c5a; transform: translateY(-1px); }
.seo-primary-btn svg, .seo-light-btn svg { width: 17px; height: 17px; }

.seo-text-link {
  color: #2d2b6b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.seo-trust { display: flex; flex-wrap: wrap; gap: 18px; margin: 27px 0 0; padding: 0; list-style: none; }
.seo-trust li { display: flex; align-items: center; gap: 6px; color: #656058; font-size: 12px; }
.seo-trust svg { width: 14px; height: 14px; color: #2a7a4b; }

.seo-match-panel {
  padding: 26px;
  border: 1px solid #d9cfbd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(45, 43, 107, .1);
}

.seo-panel-top { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid #eee9df; color: #6f6a62; font-size: 11px; text-transform: uppercase; }
.seo-live-dot { color: #2a7a4b; }
.seo-live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #2a7a4b; }
.seo-profile-row { display: flex; align-items: center; gap: 13px; padding: 23px 0; }
.seo-profile-row strong, .seo-profile-row span { display: block; }
.seo-profile-row strong { font-size: 15px; }
.seo-profile-row span { margin-top: 3px; color: #777169; font-size: 12px; }
.seo-avatar { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 6px; background: #e9e6f7; color: #2d2b6b; }
.seo-avatar svg { width: 20px; height: 20px; }
.seo-signal { margin: 0 0 17px; }
.seo-signal-label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 7px; color: #625d56; font-size: 12px; }
.seo-signal-label strong { color: #2d2b6b; }
.seo-signal-track { height: 6px; overflow: hidden; border-radius: 3px; background: #ece8e0; }
.seo-signal-track span { display: block; height: 100%; border-radius: inherit; background: #2d2b6b; }
.seo-panel-note { display: flex; align-items: center; gap: 8px; margin-top: 22px; padding: 12px; border-radius: 6px; background: #f5f0e8; color: #625d56; font-size: 11px; }
.seo-panel-note svg { width: 15px; height: 15px; color: #a34a24; }

.seo-section { padding: 90px 0; }
.seo-section-intro { max-width: 760px; }
.seo-section h2, .seo-final-cta h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(34px, 4vw, 50px); font-weight: 600; line-height: 1.12; letter-spacing: 0; }
.seo-section-intro > p:last-child, .seo-section-copy, .seo-checklist-wrap > div > p:last-child { margin: 20px 0 0; color: #625d56; font-size: 17px; line-height: 1.75; }
.seo-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 48px; }
.seo-benefit { padding-top: 25px; border-top: 1px solid #d9d3c8; }
.seo-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; border-radius: 6px; background: #e9e6f7; color: #2d2b6b; }
.seo-icon svg { width: 20px; height: 20px; }
.seo-benefit h3, .seo-steps h3 { margin: 0 0 9px; font-family: "Fraunces", Georgia, serif; font-size: 23px; font-weight: 600; }
.seo-benefit p, .seo-steps p { margin: 0; color: #6f6a62; font-size: 14px; line-height: 1.7; }

.seo-steps-band { background: #1f1f24; color: #fff; }
.seo-two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.seo-steps-band .seo-eyebrow { color: #e1ae70; }
.seo-steps-band .seo-section-copy { color: #b8b7bd; }
.seo-steps-band .seo-primary-btn { margin-top: 28px; background: #fff; color: #24224f; }
.seo-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #46454b; }
.seo-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid #46454b; }
.seo-step-number { color: #e1ae70; font-family: "DM Mono", monospace; font-size: 13px; }
.seo-steps h3 { font-size: 21px; }
.seo-steps p { color: #b8b7bd; }

.seo-checklist-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.seo-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.seo-checklist li { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 13px 15px; border: 1px solid #e0dbd2; border-radius: 6px; background: #fff; color: #3f3b36; font-size: 13px; }
.seo-checklist svg { width: 18px; height: 18px; flex: 0 0 18px; color: #2a7a4b; }

.seo-related-band { background: #f5f0e8; }
.seo-section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.seo-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.seo-related-grid a { position: relative; min-height: 170px; padding: 24px; border: 1px solid #d9cfbd; border-radius: 7px; background: #fff; color: #1a1a1a; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.seo-related-grid a:hover { transform: translateY(-2px); border-color: #2d2b6b; }
.seo-related-grid span, .seo-related-grid strong { display: block; max-width: 85%; }
.seo-related-grid span { margin-bottom: 11px; color: #a34a24; font-family: "DM Mono", monospace; font-size: 10px; text-transform: uppercase; }
.seo-related-grid strong { font-family: "Fraunces", Georgia, serif; font-size: 21px; line-height: 1.25; }
.seo-related-grid svg { position: absolute; right: 20px; bottom: 20px; width: 18px; height: 18px; color: #2d2b6b; }

.seo-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.seo-faq-list { border-top: 1px solid #d9d3c8; }
.seo-faq-list details { border-bottom: 1px solid #d9d3c8; }
.seo-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-family: "Fraunces", Georgia, serif; font-size: 20px; font-weight: 600; list-style: none; }
.seo-faq-list summary::-webkit-details-marker { display: none; }
.seo-faq-list summary svg { width: 18px; height: 18px; flex: 0 0 18px; transition: transform .2s ease; }
.seo-faq-list details[open] summary svg { transform: rotate(45deg); }
.seo-faq-list details p { margin: -5px 40px 24px 0; color: #625d56; font-size: 14px; line-height: 1.75; }

.seo-final-cta { padding: 84px 0; background: #2d2b6b; color: #fff; text-align: center; }
.seo-final-cta .seo-shell { max-width: 760px; }
.seo-final-cta .seo-eyebrow { color: #e1ae70; }
.seo-final-cta p:not(.seo-eyebrow) { margin: 20px auto 28px; color: #cfcee1; font-size: 16px; line-height: 1.7; }
.seo-light-btn { background: #fff; color: #24224f; }
.seo-light-btn:hover { transform: translateY(-1px); background: #f5f0e8; }

.seo-evidence-band { background: #f0ede6; }
.seo-evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: 44px; border: 1px solid #d9d3c8; background: #d9d3c8; }
.seo-evidence-grid article { min-height: 300px; padding: 28px; background: #fafaf7; }
.seo-evidence-grid article > span { color: #a34a24; font-family: "DM Mono", monospace; font-size: 9px; text-transform: uppercase; }
.seo-evidence-grid h3 { margin: 46px 0 12px; font-family: "Fraunces", Georgia, serif; font-size: 23px; font-weight: 600; }
.seo-evidence-grid p { margin: 0; color: #655f58; font-size: 13px; line-height: 1.7; }
.seo-evidence-grid strong { display: block; margin-top: 20px; color: #35312d; font-size: 11px; line-height: 1.6; }
.seo-trial-band { background: #f5f0e8; }
.seo-trial-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.seo-trial-heading > p { margin: 0; color: #625d56; font-size: 14px; line-height: 1.75; }
.seo-trial-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 45px 0 0; padding: 0; border-top: 1px solid #d4c9b7; border-bottom: 1px solid #d4c9b7; list-style: none; }
.seo-trial-grid li { min-height: 270px; padding: 26px 22px; border-right: 1px solid #d4c9b7; }
.seo-trial-grid li:last-child { border-right: 0; }
.seo-trial-grid span { color: #a34a24; font-family: "DM Mono", monospace; font-size: 10px; text-transform: uppercase; }
.seo-trial-grid h3 { margin: 48px 0 11px; font-family: "Fraunces", Georgia, serif; font-size: 20px; font-weight: 600; }
.seo-trial-grid p { margin: 0; color: #655f57; font-size: 12px; line-height: 1.7; }
.seo-choice-band { background: #f0ede6; }
.seo-choice-table { margin-top: 42px; border-top: 1px solid #d4cec4; }
.seo-choice-table > div { display: grid; grid-template-columns: 130px 1.2fr .8fr; gap: 28px; padding: 21px 0; border-bottom: 1px solid #d4cec4; align-items: start; }
.seo-choice-table strong { font-family: "Fraunces", Georgia, serif; font-size: 18px; }
.seo-choice-table span, .seo-choice-table em { color: #5f5952; font-size: 13px; font-style: normal; line-height: 1.65; }
.seo-choice-table em { color: #2d2b6b; font-weight: 600; }
.seo-signals-band { background: #25242a; color: #fff; }
.seo-signals-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 80px; }
.seo-signals-band .seo-eyebrow { color: #dca96d; }
.seo-signals-band h2 { font-size: 38px; }
.seo-signals-band ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid #49484e; }
.seo-signals-band li { padding: 15px 0; border-bottom: 1px solid #49484e; color: #ceccd1; font-size: 13px; line-height: 1.6; }

@media (max-width: 900px) {
  .seo-hero-grid, .seo-two-column, .seo-checklist-wrap, .seo-faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .seo-hero-grid { gap: 52px; }
  .seo-benefit-grid, .seo-related-grid { grid-template-columns: 1fr; }
  .seo-benefit-grid { gap: 22px; }
  .seo-related-grid a { min-height: 140px; }
  .seo-evidence-grid { grid-template-columns: 1fr; }
  .seo-trial-heading, .seo-signals-grid { grid-template-columns: 1fr; gap: 42px; }
  .seo-trial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .seo-trial-grid li:nth-child(2) { border-right: 0; }
  .seo-trial-grid li:nth-child(-n+2) { border-bottom: 1px solid #d4c9b7; }
}

@media (max-width: 640px) {
  .seo-shell { width: min(100% - 28px, 1180px); }
  .seo-hero { padding: 50px 0 52px; }
  .seo-hero h1 { font-size: 42px; }
  .seo-lead { font-size: 16px; }
  .seo-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .seo-text-link { text-align: center; }
  .seo-match-panel { padding: 20px; }
  .seo-section { padding: 68px 0; }
  .seo-section h2, .seo-final-cta h2 { font-size: 34px; }
  .seo-checklist { grid-template-columns: 1fr; }
  .seo-section-heading-row { align-items: flex-start; flex-direction: column; }
  .seo-faq-list summary { font-size: 18px; }
  .seo-final-cta { padding: 68px 0; }
  .seo-trial-grid { grid-template-columns: 1fr; }
  .seo-trial-grid li { min-height: 220px; border-right: 0; border-bottom: 1px solid #d4c9b7; }
  .seo-trial-grid li:last-child { border-bottom: 0; }
  .seo-choice-table > div { grid-template-columns: 1fr; gap: 8px; }
}

.guide-hero { padding: 74px 0 64px; background: #f5f0e8; border-bottom: 1px solid #e4dac8; }
.guide-shell { width: min(1040px, calc(100% - 40px)); margin: 0 auto; }
.guide-hero h1 { max-width: 850px; margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(48px, 7vw, 76px); font-weight: 600; line-height: 1.04; letter-spacing: 0; }
.guide-deck { max-width: 760px; margin: 25px 0 0; color: #514c45; font-size: 19px; line-height: 1.7; }
.guide-meta { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 28px; color: #716c64; font-size: 12px; }
.guide-layout { display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 80px; align-items: start; padding-top: 70px; padding-bottom: 100px; }
.guide-toc { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 11px; padding-left: 16px; border-left: 1px solid #d9d3c8; }
.guide-toc strong { margin-bottom: 4px; color: #25224f; font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; }
.guide-toc a { color: #6a655e; font-size: 12px; line-height: 1.35; text-decoration: none; }
.guide-toc a:hover { color: #2d2b6b; }
.guide-article { min-width: 0; }
.guide-opening { margin: 0 0 66px; color: #36322e; font-family: "Fraunces", Georgia, serif; font-size: 24px; line-height: 1.55; }
.guide-article section { scroll-margin-top: 90px; margin: 0 0 76px; }
.guide-article h2 { margin: 0 0 22px; font-family: "Fraunces", Georgia, serif; font-size: 38px; font-weight: 600; line-height: 1.18; letter-spacing: 0; }
.guide-article p, .guide-article li { color: #514c45; font-size: 16px; line-height: 1.8; }
.guide-article p { margin: 0 0 18px; }
.guide-article ul, .guide-article ol { margin: 22px 0 24px; padding-left: 25px; }
.guide-article li { margin-bottom: 10px; padding-left: 5px; }
.guide-article strong { color: #22201e; }
.guide-callout { display: flex; gap: 14px; margin: 28px 0; padding: 20px; border-left: 3px solid #2d2b6b; background: #f1eff8; }
.guide-callout svg { width: 20px; height: 20px; flex: 0 0 20px; color: #2d2b6b; }
.guide-callout p { margin: 0; font-size: 14px; }
.guide-callout-warning { border-color: #a34a24; background: #f8eee8; }
.guide-callout-warning svg { color: #a34a24; }
.guide-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 26px 0; }
.guide-methods div { padding: 18px; border: 1px solid #dfdad1; border-radius: 6px; background: #fff; }
.guide-methods strong, .guide-methods span { display: block; }
.guide-methods strong { margin-bottom: 7px; font-size: 14px; }
.guide-methods span { color: #6a655e; font-size: 13px; line-height: 1.6; }
.guide-table { margin: 27px 0; border-top: 1px solid #d9d3c8; }
.guide-table > div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid #d9d3c8; }
.guide-table strong { font-family: "Fraunces", Georgia, serif; font-size: 17px; }
.guide-table span { color: #5e5952; font-size: 14px; line-height: 1.65; }
.guide-question-list { columns: 2; column-gap: 36px; }
.guide-question-list li { break-inside: avoid; margin-bottom: 14px; }
.guide-script { margin: 28px 0; padding: 24px; border-left: 3px solid #2d2b6b; background: #eeecf6; }
.guide-script span { color: #2d2b6b; font-family: "DM Mono", monospace; font-size: 10px; text-transform: uppercase; }
.guide-script p { margin: 15px 0 0; color: #3e3945; font-size: 14px; line-height: 1.8; }
.guide-article h3 { margin: 30px 0 12px; font-family: "Fraunces", Georgia, serif; font-size: 23px; font-weight: 600; }
.guide-scenario-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 26px 0; border: 1px solid #dad5cd; background: #dad5cd; }
.guide-scenario-grid article { padding: 20px; background: #fafaf7; }
.guide-scenario-grid strong { display: block; font-family: "Fraunces", Georgia, serif; font-size: 18px; }
.guide-scenario-grid p { margin: 10px 0 0; font-size: 13px; line-height: 1.7; }
.guide-agreement-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 27px 0; }
.guide-agreement-grid > div { padding: 18px; border: 1px solid #ddd7cf; border-radius: 5px; }
.guide-agreement-grid strong, .guide-agreement-grid span { display: block; }
.guide-agreement-grid strong { font-family: "Fraunces", Georgia, serif; font-size: 17px; }
.guide-agreement-grid span { margin-top: 7px; color: #655f58; font-size: 12px; line-height: 1.65; }
.guide-90 { margin: 28px 0; padding: 0; border-top: 1px solid #d9d3c8; list-style: none; }
.guide-90 li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid #d9d3c8; }
.guide-90 li > span { color: #a34a24; font-family: "DM Mono", monospace; font-size: 10px; text-transform: uppercase; }
.guide-90 strong { font-family: "Fraunces", Georgia, serif; font-size: 18px; }
.guide-90 p { margin: 7px 0 0; font-size: 13px; }
.guide-next-step { padding: 32px; border-radius: 7px; background: #24224f; color: #fff; }
.guide-next-step h2 { color: #fff; }
.guide-next-step > p:not(.seo-eyebrow) { color: #d2d1df; }
.guide-links { display: flex; flex-direction: column; margin-top: 24px; border-top: 1px solid #4f4d77; }
.guide-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid #4f4d77; color: #fff; font-size: 14px; text-decoration: none; }
.guide-links svg { width: 17px; height: 17px; }

@media (max-width: 800px) {
  .guide-layout { grid-template-columns: 1fr; gap: 40px; }
  .guide-toc { position: static; display: none; }
  .guide-question-list { columns: 1; }
  .guide-scenario-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .guide-shell { width: min(100% - 28px, 1040px); }
  .guide-hero { padding: 50px 0; }
  .guide-hero h1 { font-size: 44px; }
  .guide-deck { font-size: 17px; }
  .guide-layout { padding-top: 52px; padding-bottom: 70px; }
  .guide-opening { font-size: 21px; }
  .guide-article h2 { font-size: 32px; }
  .guide-methods { grid-template-columns: 1fr; }
  .guide-agreement-grid { grid-template-columns: 1fr; }
  .guide-90 li { grid-template-columns: 1fr; gap: 6px; }
  .guide-table > div { grid-template-columns: 1fr; gap: 5px; }
  .guide-next-step { padding: 24px; }
}
