body.seo-marketing-page {
  background: var(--attio-canvas, #f7f8f9);
  color: var(--attio-body, #454b52);
}

body.seo-marketing-page .seo-landing-page {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 24px 96px;
}

.seo-breadcrumbs {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 0 14px;
}

.seo-breadcrumbs ol {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--attio-muted, #6a7179);
  font-size: 12px;
  font-weight: 600;
}

.seo-breadcrumbs li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.seo-breadcrumbs li:not(:last-child)::after {
  color: var(--attio-subtle, #a3a8ad);
  content: "/";
}

.seo-breadcrumbs li:last-child {
  overflow: hidden;
  color: var(--attio-body, #454b52);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-breadcrumbs a:hover {
  color: var(--attio-teal-dark, #087b70);
}

.seo-market-hero {
  position: relative;
  display: grid;
  min-height: 580px;
  place-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) clamp(24px, 7vw, 96px);
  overflow: hidden;
  border: 1px solid var(--attio-line-strong, #d7dadd);
  border-radius: var(--attio-r, 10px) !important;
  background:
    linear-gradient(rgba(221, 226, 230, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 226, 230, 0.55) 1px, transparent 1px),
    radial-gradient(circle at 50% 8%, rgba(8, 165, 157, 0.14), transparent 34rem),
    #fff;
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.seo-market-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--attio-blue, #286df0), var(--attio-teal, #08a59d));
  content: "";
}

.seo-market-hero .hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.seo-market-hero h1 {
  max-width: 1000px;
  margin: 18px auto 22px;
  color: var(--attio-ink, #1f2224);
  font-size: clamp(44px, 6.1vw, 80px);
  font-weight: 680;
  line-height: 0.99;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.seo-market-hero .hero-copy > p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--attio-body, #454b52);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.6;
  text-wrap: pretty;
}

.seo-market-hero .hero-copy > .seo-source-note {
  max-width: 820px;
  margin: 18px auto 0;
  color: var(--attio-muted, #6a7179);
  font-size: 13px;
  line-height: 1.65;
}

.seo-source-note a,
.article-source-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-marketing-page .seo-landing-page :is(.primary, .secondary) {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: var(--attio-r, 10px) !important;
  font-size: 15px;
  font-weight: 650;
}

.seo-marketing-page .seo-landing-page .primary {
  border: 1px solid var(--attio-ink, #1f2224);
  background: var(--attio-ink, #1f2224);
  box-shadow: none;
}

.seo-marketing-page .seo-landing-page .primary:hover {
  border-color: var(--attio-teal, #08a59d);
  background: var(--attio-teal, #08a59d);
  color: #002625 !important;
  box-shadow: none;
}

.seo-marketing-page .seo-landing-page .secondary {
  border: 1px solid var(--attio-line-strong, #d7dadd);
  background: #fff;
  box-shadow: none;
}

.seo-market-hero .hero-actions {
  justify-content: center;
  margin-top: 28px;
}

.seo-market-hero .trust-strip {
  justify-content: center;
  margin-top: 22px;
}

.seo-market-hero .trust-strip span {
  padding: 7px 10px;
  border: 1px solid var(--attio-line, #e4e7eb);
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
  color: var(--attio-muted, #6a7179);
  font-size: 12px;
  font-weight: 600;
}

.seo-surface,
.seo-section,
.seo-final-cta {
  max-width: 1240px;
  margin-inline: auto;
}

.seo-section {
  padding: clamp(72px, 8vw, 112px) 0;
}

.seo-section + .seo-section {
  border-top: 1px solid var(--attio-line, #e4e7eb);
}

.seo-section-head {
  max-width: 800px;
  margin: 0 0 34px;
}

.seo-section-head-centered {
  margin-inline: auto;
  text-align: center;
}

.seo-section-head h2,
.seo-checklist-copy h2,
.seo-final-cta h2,
.seo-answer-copy h2 {
  margin: 10px 0 14px;
  color: var(--attio-ink, #1f2224);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.seo-section-head p,
.seo-checklist-copy > p {
  max-width: 720px;
  margin: 0;
  color: var(--attio-body, #454b52);
  font-size: 17px;
  line-height: 1.65;
}

.seo-section-head-centered p {
  margin-inline: auto;
}

.seo-answer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid var(--attio-line-strong, #d7dadd);
  border-radius: var(--attio-r, 10px) !important;
  background: #fff;
  box-shadow: var(--attio-shadow-soft, 0 10px 30px rgba(20, 28, 38, 0.06));
}

.seo-answer-copy h2 {
  max-width: 18ch;
}

.seo-answer-copy p {
  max-width: 66ch;
  margin: 0;
  color: var(--attio-body, #454b52);
  font-size: 17px;
  line-height: 1.7;
}

.seo-glance-grid {
  display: grid;
  gap: 10px;
  margin: 0;
}

.seo-glance-grid > div {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid var(--attio-line, #e4e7eb);
  border-radius: var(--attio-r, 10px) !important;
  background: var(--attio-soft, #f7f8f9);
}

.seo-glance-grid dt {
  margin-bottom: 6px;
  color: var(--attio-muted, #6a7179);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seo-glance-grid dd {
  margin: 0;
  color: var(--attio-ink, #1f2224);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.seo-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.seo-marketing-page .seo-feature-card {
  min-width: 0;
  min-height: 245px;
  padding: 28px !important;
  border: 1px solid var(--attio-line-strong, #d7dadd) !important;
  border-radius: var(--attio-r, 10px) !important;
  box-shadow: none !important;
}

.seo-feature-card > span {
  display: inline-grid !important;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 34px !important;
  border: 1px solid rgba(8, 165, 157, 0.28);
  border-radius: 50% !important;
  background: rgba(8, 165, 157, 0.08);
  color: var(--attio-teal-dark, #087b70) !important;
}

.seo-feature-card h3,
.seo-content-card h3,
.seo-step-grid h3,
.seo-link-card h3,
.seo-faq-card h3,
.seo-related-card h3 {
  margin: 0 0 9px;
  color: var(--attio-ink, #1f2224);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.seo-feature-card p,
.seo-content-card p,
.seo-step-grid p,
.seo-link-card p,
.seo-faq-card p,
.seo-related-card p {
  margin: 0;
  color: var(--attio-body, #454b52);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.seo-content-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.seo-content-section .seo-section-head {
  position: sticky;
  top: 104px;
  margin-bottom: 0;
}

.seo-content-grid {
  display: grid;
  gap: 12px;
}

.seo-content-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--attio-line-strong, #d7dadd);
  border-radius: var(--attio-r, 10px) !important;
  background: #fff;
}

.seo-section-index {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--attio-line, #e4e7eb);
  border-radius: 50% !important;
  color: var(--attio-teal-dark, #087b70);
  background: var(--attio-soft, #f7f8f9);
  font-size: 11px;
  font-weight: 800;
}

.seo-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.seo-step-grid li {
  display: grid;
  min-width: 0;
  min-height: 210px;
  grid-template-rows: auto 1fr;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--attio-line-strong, #d7dadd);
  border-radius: var(--attio-r, 10px) !important;
  background: #fff;
}

.seo-step-grid li > span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50% !important;
  background: var(--attio-ink, #1f2224);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.seo-table-wrap {
  max-width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid var(--attio-line-strong, #d7dadd);
  border-radius: var(--attio-r, 10px) !important;
  background: #fff;
  box-shadow: none;
}

.seo-table-wrap:focus-visible {
  outline: 3px solid rgba(40, 109, 240, 0.35);
  outline-offset: 3px;
}

.seo-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  color: var(--attio-body, #454b52);
  font-size: 15px;
  line-height: 1.55;
}

.seo-table-wrap th,
.seo-table-wrap td {
  min-width: 0;
  padding: 20px 22px;
  border-bottom: 1px solid var(--attio-line, #e4e7eb);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.seo-table-wrap th {
  color: var(--attio-ink, #1f2224);
  background: var(--attio-soft, #f7f8f9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-table-wrap td:first-child {
  width: 22%;
  color: var(--attio-ink, #1f2224);
  font-weight: 700;
}

.seo-table-wrap tr:last-child td {
  border-bottom: 0;
}

.seo-checklist-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.seo-check-list {
  display: grid;
  gap: 9px;
  margin-top: 26px;
}

.seo-check-list p {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 15px 16px;
  border: 1px solid var(--attio-line, #e4e7eb);
  border-radius: var(--attio-r, 10px) !important;
  background: #fff;
  color: var(--attio-body, #454b52);
  line-height: 1.55;
}

.seo-check-list p span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50% !important;
  background: rgba(8, 165, 157, 0.11);
  color: var(--attio-teal-dark, #087b70);
  font-size: 12px;
  font-weight: 850;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seo-link-card,
.seo-faq-card,
.seo-related-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--attio-line-strong, #d7dadd);
  border-radius: var(--attio-r, 10px) !important;
  background: #fff;
}

.seo-link-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.seo-link-card > span {
  margin-bottom: auto;
  padding-bottom: 28px;
  color: var(--attio-teal-dark, #087b70);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seo-link-card:hover,
.seo-related-card:hover {
  border-color: var(--attio-teal, #08a59d);
  box-shadow: var(--attio-shadow-soft, 0 10px 30px rgba(20, 28, 38, 0.06));
  transform: translateY(-2px);
}

.seo-faq-grid,
.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.seo-faq-card {
  min-height: 170px;
}

.seo-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-related-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
}

.seo-related-card h3 a {
  color: var(--attio-ink, #1f2224);
}

.seo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  min-height: 44px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--attio-teal-dark, #087b70);
  font-size: 14px;
  font-weight: 700;
}

.seo-final-cta {
  margin-top: 24px;
  padding: clamp(54px, 8vw, 94px) clamp(24px, 7vw, 92px);
  border: 1px solid var(--attio-dark-line, #33404a);
  border-radius: var(--attio-r, 10px) !important;
  background: var(--attio-dark, #1f2224);
  text-align: center;
}

.seo-final-cta h2 {
  max-width: 850px;
  margin-inline: auto;
  color: #fff;
}

.seo-final-cta > p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.seo-final-cta .hero-actions {
  justify-content: center;
  margin-top: 26px;
}

.seo-final-cta .primary {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--attio-ink, #1f2224) !important;
}

.seo-final-cta .secondary {
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.seo-marketing-page .seo-landing-page :is(a, button, [tabindex]):focus-visible {
  outline: 3px solid rgba(40, 109, 240, 0.4);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .seo-proof-grid,
  .seo-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-content-section,
  .seo-checklist-section {
    grid-template-columns: 1fr;
  }

  .seo-content-section .seo-section-head {
    position: static;
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  body.seo-marketing-page .seo-landing-page {
    padding-inline: 18px;
  }

  .seo-market-hero {
    min-height: 0;
    padding: 68px 32px;
  }

  .seo-answer-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  body.seo-marketing-page .seo-landing-page {
    padding-inline: 12px;
    padding-bottom: 56px;
  }

  .seo-breadcrumbs {
    padding: 15px 2px 10px;
  }

  .seo-market-hero {
    padding: 50px 20px;
    background-size: 40px 40px, 40px 40px, auto, auto;
  }

  .seo-market-hero h1 {
    margin-top: 16px;
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.01;
  }

  .seo-market-hero .hero-copy > p,
  .seo-answer-copy p,
  .seo-section-head p,
  .seo-final-cta > p {
    font-size: 16px;
  }

  .seo-market-hero .hero-actions,
  .seo-final-cta .hero-actions {
    display: grid;
    width: 100%;
  }

  .seo-marketing-page .seo-landing-page :is(.primary, .secondary) {
    width: 100%;
  }

  .seo-section {
    padding: 64px 0;
  }

  .seo-section-head h2,
  .seo-checklist-copy h2,
  .seo-final-cta h2,
  .seo-answer-copy h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .seo-answer-panel {
    gap: 28px;
    margin-top: 14px;
    padding: 28px 20px;
  }

  .seo-proof-grid,
  .seo-step-grid,
  .seo-link-grid,
  .seo-faq-grid,
  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  body.seo-marketing-page .seo-feature-card,
  .seo-step-grid li,
  .seo-link-card,
  .seo-faq-card,
  .seo-related-card {
    min-height: 0;
  }

  .seo-feature-card > span {
    margin-bottom: 22px !important;
  }

  .seo-content-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 16px;
  }

  .seo-section-index {
    width: 32px;
    height: 32px;
  }

  .seo-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .seo-table-wrap table,
  .seo-table-wrap tbody,
  .seo-table-wrap tr,
  .seo-table-wrap td {
    display: block;
    width: 100%;
  }

  .seo-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .seo-table-wrap tr {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--attio-line-strong, #d7dadd);
    border-radius: var(--attio-r, 10px) !important;
    background: #fff;
  }

  .seo-table-wrap td,
  .seo-table-wrap td:first-child {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(105px, 0.38fr) minmax(0, 0.62fr);
    gap: 14px;
    padding: 15px 16px;
    border-bottom: 1px solid var(--attio-line, #e4e7eb);
    font-weight: 500;
  }

  .seo-table-wrap td::before {
    color: var(--attio-muted, #6a7179);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .seo-table-wrap tr:last-child,
  .seo-table-wrap td:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .seo-final-cta {
    padding: 48px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-marketing-page .seo-landing-page * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
