.page-seo {
  display: block;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: #0f172a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #f8fafc;

  & *, & *::before, & *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  & img {
    max-width: 100%;
    display: block;
  }

  & a {
    color: inherit;
    text-decoration: none;
  }

  .msi {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }

  .msi.filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }

  .container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2.5rem);
  }

  .section {
    padding: 5rem 0;
  }

  .section.alt {
    background: #fff;
  }

  .section-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: #06357a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .center-kicker {
    display: block;
    text-align: center;
  }

  .section-title {
    margin: 0 0 1rem;
    font-size: clamp(1.9rem, 2.9vw, 2.85rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.045em;
    color: #0f172a;
  }

  .center-title {
    text-align: center;
  }

  .section-copy {
    max-width: 42rem;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.72;
  }

  .center-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .btn-primary,
  .btn-outline,
  .btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.5rem;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  }

  .btn-primary {
    background: #06357a;
    color: #fff;
    box-shadow: 0 16px 36px rgba(6, 53, 122, 0.22);
    border: none;
  }

  .btn-primary:hover {
    background: #082d66;
    transform: translateY(-2px);
  }

  .btn-outline {
    background: rgba(255, 255, 255, 0.78);
    color: #06357a;
    border: 1px solid #cbd5e1;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  }

  .btn-outline:hover {
    background: #eff6ff;
    border-color: #93c5fd;
  }

  .btn-white {
    background: #fff;
    color: #06357a;
    border: none;
    width: 100%;
  }

  .btn-white:hover {
    background: #eff6ff;
  }

  .btn-primary-sm {
    min-height: 2.75rem;
    padding: 0.75rem 1.1rem;
    white-space: nowrap;
  }

  .hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    padding: 0.4rem 0 0.85rem;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(6, 53, 122, 0.12) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.8;
    pointer-events: none;
  }

  .hero::after {
    content: '';
    position: absolute;
    width: 26rem;
    height: 26rem;
    right: -6rem;
    top: -7rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.18) 0%, rgba(59, 130, 246, 0) 68%);
    pointer-events: none;
  }

  .hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(20rem, 0.98fr);
    gap: 2rem;
    align-items: start;
  }

  .hero-inner > * {
    min-width: 0;
  }

  .hero-copy-col {
    max-width: 38rem;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(6, 53, 122, 0.08);
    color: #06357a;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .hero-badge .msi {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 3vw, 3.5rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: #0f172a;
    margin-bottom: 0.9rem;
  }

  .hero-copy {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 1rem;
  }

  .hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.15rem;
  }

  .hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.32);
    color: #1e293b;
    font-size: 0.79rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  }

  .hero-pill .msi {
    font-size: 0.95rem;
    color: #06357a;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
  }

  .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: 0.85rem;
    color: #64748b;
  }

  .hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .hero-trust .msi {
    color: #16a34a;
    font-size: 1rem;
  }

  .hero-visual-wrap {
    position: relative;
    padding: 0.5rem 0 1.4rem 0.5rem;
  }

  .hero-search-card {
    border-radius: 1.4rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe6f3;
    box-shadow: 0 34px 60px rgba(15, 23, 42, 0.14);
  }

  .hero-search-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    background: #0f172a;
  }

  .hero-search-dots {
    display: flex;
    gap: 0.3rem;
    flex-shrink: 0;
  }

  .hero-search-dots span {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
  }

  .hero-search-dots span:nth-child(1) { background: #ff5f57; }
  .hero-search-dots span:nth-child(2) { background: #febc2e; }
  .hero-search-dots span:nth-child(3) { background: #28c840; }

  .hero-search-bar {
    flex: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.4rem 0.8rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    font-family: 'SF Mono', 'Fira Code', monospace;
  }

  .hero-search-body {
    padding: 1.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  }

  .hero-search-label {
    margin-bottom: 0.65rem;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hero-result {
    border-radius: 1rem;
    border: 1px solid #dbe6f3;
    background: #fff;
    padding: 1rem;
  }

  .hero-result-featured {
    margin-bottom: 0.9rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  }

  .hero-result-url {
    margin-bottom: 0.35rem;
    color: #15803d;
    font-size: 0.72rem;
    font-weight: 600;
  }

  .hero-result-title {
    margin-bottom: 0.35rem;
    color: #06357a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .hero-result-copy {
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .hero-result-list {
    display: grid;
    gap: 0.7rem;
  }

  .hero-result-mini {
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
  }

  .hero-mini-rank {
    display: grid;
    place-items: center;
    min-height: 2.4rem;
    border-radius: 0.8rem;
    background: #06357a;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .hero-mini-title {
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.12rem;
  }

  .hero-mini-copy {
    color: #64748b;
    font-size: 0.74rem;
  }

  .hero-rank-badge {
    position: absolute;
    left: -0.45rem;
    bottom: 2.1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.95);
    color: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
  }

  .hero-rank-number {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #93c5fd;
  }

  .hero-rank-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero-rank-sub {
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
  }

  .hero-callout {
    position: absolute;
    right: 0.5rem;
    top: 0.15rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.58rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #06357a;
    font-size: 0.73rem;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  }

  .hero-callout .msi {
    font-size: 0.95rem;
  }

  .two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    align-items: start;
  }

  .two-col > * {
    min-width: 0;
  }

  .icon-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    margin-top: 1.7rem;
  }

  .icon-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .il-icon {
    flex-shrink: 0;
    color: #06357a;
    font-size: 1.4rem;
    margin-top: 0.1rem;
  }

  .icon-list h4 {
    margin-bottom: 0.28rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
  }

  .icon-list p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .inline-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.75rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: #eff6ff;
    border: 1px solid #dbeafe;
  }

  .inline-cta p {
    color: #1e293b;
    font-size: 0.92rem;
    font-weight: 600;
  }

  .timeline-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.35rem;
    padding: 2rem 2.15rem;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
  }

  .timeline-card h3 {
    margin-bottom: 1.6rem;
    color: #06357a;
    font-size: 1.28rem;
    font-weight: 800;
  }

  .timeline {
    display: flex;
    flex-direction: column;
  }

  .tl-item {
    position: relative;
    padding-left: 2rem;
    padding-bottom: 1.6rem;
    border-left: 2px solid rgba(6, 53, 122, 0.14);
  }

  .tl-item:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
  }

  .tl-dot {
    position: absolute;
    left: -0.52rem;
    top: 0.1rem;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    background: #06357a;
    box-shadow: 0 0 0 0.32rem rgba(147, 197, 253, 0.25);
  }

  .tl-item h4 {
    margin-bottom: 0.25rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
  }

  .tl-item p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 2.6rem;
  }

  .comp-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.8rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .comp-card:hover {
    transform: translateY(-3px);
    border-color: rgba(6, 53, 122, 0.18);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  }

  .comp-card.wide {
    grid-column: span 2;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .cc-body {
    flex: 1;
    min-width: 0;
  }

  .cc-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
    background: rgba(6, 53, 122, 0.08);
    color: #06357a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
  }

  .comp-card.wide .cc-icon {
    margin-bottom: 0;
  }

  .cc-icon .msi {
    font-size: 1.45rem;
  }

  .comp-card h3 {
    margin-bottom: 0.45rem;
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 700;
  }

  .comp-card p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .section-cta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2rem;
    padding: 1.2rem 1.3rem;
    border-radius: 1rem;
    background: #0f172a;
    color: #fff;
  }

  .section-cta-bar.center {
    margin-top: 2.4rem;
  }

  .section-cta-bar strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 700;
  }

  .section-cta-bar p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .roi-bars {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 1.85rem;
  }

  .roi-bar-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    padding: 1rem 1.15rem;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  }

  .roi-bar-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
    margin-bottom: 0.55rem;
  }

  .roi-bar-label {
    color: #475569;
    font-size: 0.84rem;
    font-weight: 600;
  }

  .roi-bar-value {
    font-size: 1.06rem;
    font-weight: 800;
  }

  .roi-bar-value.red { color: #ef4444; }
  .roi-bar-value.yellow { color: #f59e0b; }
  .roi-bar-value.green { color: #22c55e; }

  .roi-track {
    height: 0.52rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
  }

  .roi-fill {
    height: 100%;
    border-radius: 999px;
  }

  .roi-fill.red { background: #ef4444; width: 86%; }
  .roi-fill.yellow { background: #f59e0b; width: 52%; }
  .roi-fill.green { background: #22c55e; width: 18%; }

  .local-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.3rem;
    padding: 2.2rem;
    background: linear-gradient(135deg, #06357a 0%, #0d3f88 100%);
    color: #fff;
  }

  .local-card::before {
    content: '';
    position: absolute;
    width: 12rem;
    height: 12rem;
    right: -3rem;
    top: -3rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
  }

  .local-card-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.1rem;
  }

  .local-card-header-icon {
    display: flex;
    padding: 0.5rem;
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.14);
  }

  .local-card-header-icon .msi {
    font-size: 1.35rem;
  }

  .local-card h3 {
    font-size: 1.3rem;
    font-weight: 800;
  }

  .local-card p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin-bottom: 1.4rem;
  }

  .local-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.8rem;
  }

  .local-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.62rem;
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .local-checklist .msi {
    flex-shrink: 0;
    font-size: 1.1rem;
    color: #93c5fd;
  }

  .mistakes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2.7rem;
  }

  .mistake-card {
    border-radius: 1.05rem;
    padding: 1.9rem;
  }

  .mistake-card.dont {
    background: #fef2f2;
    border: 1px solid #fecaca;
  }

  .mistake-card.do {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
  }

  .mistake-card-header {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.35rem;
  }

  .mistake-card-header .msi {
    font-size: 1.7rem;
  }

  .mistake-card.dont .mistake-card-header {
    color: #b91c1c;
  }

  .mistake-card.do .mistake-card-header {
    color: #15803d;
  }

  .mistake-card-header h3 {
    font-size: 1.15rem;
    font-weight: 800;
  }

  .mistake-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .mistake-list li {
    display: flex;
    gap: 0.6rem;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .mistake-list .msi {
    flex-shrink: 0;
    font-size: 1.05rem;
  }

  .mistake-card.dont .mistake-list .msi {
    color: #ef4444;
  }

  .mistake-card.do .mistake-list .msi {
    color: #22c55e;
  }

  .faq-wrap {
    max-width: 52rem;
    margin: 0 auto;
  }

  .lead-section {
    padding: 0;
    background: #fff;
  }

  .lead-section-header {
    background: #06357a;
    color: #fff;
    padding: 4rem 1.5rem 6rem;
    text-align: center;
  }

  .lead-section-header h2 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
    color: #fff;
  }

  .lead-section-header p {
    max-width: 36rem;
    margin: 0 auto;
    color: #bfdbfe;
    font-size: 1.03rem;
    line-height: 1.62;
  }

  .lead-form-wrap {
    max-width: 56rem;
    margin: -3rem auto 0;
    padding: 0 1.5rem 4rem;
    position: relative;
    z-index: 1;
  }
}

.page-seo .ms-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
}

.page-seo .ms-faq-item {
  list-style: none;
  border-bottom: 1px solid #dbe6f3;
  background: rgba(255, 255, 255, 0.72);
}

.page-seo .ms-faq-item:first-child {
  border-top: 1px solid #dbe6f3;
}

.page-seo .ms-faq-item summary {
  list-style: none;
}

.page-seo .ms-faq-item summary::-webkit-details-marker {
  display: none;
}

.page-seo .ms-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.2rem 0.15rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

.page-seo .ms-faq-trigger:hover {
  color: #06357a;
}

.page-seo .ms-faq-trigger:focus-visible {
  outline: 2px solid #06357a;
  outline-offset: 3px;
  border-radius: 0.35rem;
}

.page-seo .ms-faq-chevron {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  color: #06357a;
  transition: transform 0.25s ease;
}

.page-seo .ms-faq-item[open] .ms-faq-chevron {
  transform: rotate(180deg);
}

.page-seo .ms-faq-answer {
  margin: 0;
  padding: 0 0.15rem 1.25rem;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.72;
}

@media (max-width: 1024px) {
  .page-seo .hero {
    padding: 0.8rem 0 1.1rem;
  }

  .page-seo .hero-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .page-seo .hero-copy-col {
    max-width: none;
  }

  .page-seo .hero-search-card {
    max-width: 42rem;
    margin: 0 auto;
  }

  .page-seo .hero-rank-badge {
    left: 0.5rem;
    bottom: 2rem;
  }

  .page-seo .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-seo .comp-card.wide {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .page-seo .section {
    padding: 3.8rem 0;
  }

  .page-seo .two-col,
  .page-seo .mistakes-grid,
  .page-seo .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .page-seo .comp-card.wide {
    grid-column: span 1;
    flex-direction: column;
  }

  .page-seo .comp-card.wide .cc-icon {
    margin-bottom: 1rem;
  }

  .page-seo .section-cta-bar,
  .page-seo .inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-seo .section-cta-bar .btn-primary-sm,
  .page-seo .inline-cta .btn-primary-sm {
    width: 100%;
  }

  .page-seo .lead-section-header h2 {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .page-seo .hero {
    padding: 0.45rem 0 0.85rem;
  }

  .page-seo .hero-inner {
    gap: 0.95rem;
  }

  .page-seo .hero-badge {
    margin-bottom: 0.75rem;
    padding: 0.34rem 0.72rem;
    font-size: 0.68rem;
  }

  .page-seo .hero h1 {
    font-size: 1.62rem;
    line-height: 0.98;
    margin-bottom: 0.62rem;
  }

  .page-seo .hero-copy {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 0.65rem;
  }

  .page-seo .hero-pills,
  .page-seo .hero-trust,
  .page-seo .hero-actions {
    gap: 0.45rem;
  }

  .page-seo .hero-pill {
    font-size: 0.7rem;
    padding: 0.34rem 0.58rem;
  }

  .page-seo .hero-pill:nth-child(3) {
    display: none;
  }

  .page-seo .hero-actions {
    flex-direction: column;
    margin-bottom: 0.72rem;
  }

  .page-seo .btn-primary,
  .page-seo .btn-outline {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
  }

  .page-seo .hero-trust {
    font-size: 0.76rem;
  }

  .page-seo .hero-visual-wrap {
    padding: 0;
  }

  .page-seo .hero-search-card {
    border-radius: 1.15rem;
  }

  .page-seo .hero-search-top {
    padding: 0.68rem 0.82rem;
  }

  .page-seo .hero-search-bar {
    padding: 0.34rem 0.62rem;
    font-size: 0.66rem;
  }

  .page-seo .hero-search-body {
    padding: 0.62rem;
  }

  .page-seo .hero-search-label {
    display: none;
  }

  .page-seo .hero-result-featured {
    padding: 0.7rem;
    margin-bottom: 0.58rem;
  }

  .page-seo .hero-result-url {
    font-size: 0.66rem;
  }

  .page-seo .hero-result-title {
    font-size: 0.84rem;
  }

  .page-seo .hero-result-copy {
    display: none;
  }

  .page-seo .hero-result-list {
    display: none;
  }

  .page-seo .hero-rank-badge {
    display: none;
  }

  .page-seo .hero-callout {
    display: none;
  }

  .page-seo .lead-section-header {
    padding: 3.5rem 1.25rem 5.5rem;
  }

  .page-seo .lead-section-header h2 {
    font-size: 1.7rem;
  }

  .page-seo .lead-form-wrap {
    padding: 0 1rem 3rem;
  }

  .page-seo .ms-faq-trigger {
    font-size: 0.95rem;
    padding: 1rem 0.1rem;
  }
}

@media (max-width: 420px) {
  .page-seo .hero-inner {
    gap: 0.85rem;
  }

  .page-seo .hero-badge {
    margin-bottom: 0.6rem;
  }

  .page-seo .hero h1 {
    font-size: 1.5rem;
  }

  .page-seo .hero-copy {
    font-size: 0.84rem;
    margin-bottom: 0.58rem;
  }

  .page-seo .hero-pill:nth-child(2) {
    display: none;
  }

  .page-seo .hero-trust span:nth-child(2) {
    display: none;
  }

  .page-seo .hero-search-top {
    padding: 0.62rem 0.75rem;
  }

  .page-seo .hero-search-body {
    padding: 0.55rem;
  }

  .page-seo .hero-result-featured {
    padding: 0.62rem;
  }
}
