.vb-seo-sections {
  --vb-title-lead-gap: 16px;
  --vb-centered-title-lead-gap: clamp(28px, 4vw, 40px);
  --vb-title-body-gap: clamp(28px, 4vw, 40px);
  --vb-lead-card-gap: 36px;
  --vb-lead-step-gap: 36px;
  --vb-steps-visual-gap: 36px;
  display: grid;
  gap: 0;
  width: min(960px, 100%);
  margin: 0 auto;
  padding-top: clamp(64px, 10vw, 112px);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}

.vb-seo-sections section {
  display: grid;
  column-gap: clamp(32px, 5vw, 64px);
  row-gap: var(--vb-title-body-gap);
  align-items: center;
  padding: clamp(56px, 8vw, 96px) 0;
}

.vb-seo-sections > section:not(.vb-feature-list):not(.vb-how-steps):not(.vb-source-module):not(.vb-audience-module):not(.vb-final-cta) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.vb-seo-sections > section:not(.vb-feature-list):not(.vb-how-steps):not(.vb-source-module):not(.vb-audience-module):not(.vb-final-cta) > div {
  display: contents;
}

.vb-seo-sections h2 {
  font-family: var(--font-display);
  text-align: center;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.vb-seo-sections > section:not(.vb-feature-list):not(.vb-how-steps):not(.vb-source-module):not(.vb-audience-module):not(.vb-final-cta) h2 {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-inline: auto;
}

.vb-seo-sections > section:not(.vb-feature-list):not(.vb-how-steps):not(.vb-source-module):not(.vb-audience-module):not(.vb-final-cta) p {
  align-self: start;
  color: var(--vb-muted);
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  text-wrap: pretty;
}

.vb-seo-sections > section:nth-child(1) img,
.vb-seo-sections > section:nth-child(2) img {
  grid-column: 1;
  grid-row: 2;
}

.vb-seo-sections > section:nth-child(1) p,
.vb-seo-sections > section:nth-child(2) p {
  grid-column: 2;
  grid-row: 2;
}

.vb-seo-sections > section:nth-child(3) img {
  grid-column: 2;
  grid-row: 2;
}

.vb-seo-sections > section:nth-child(3) p {
  grid-column: 1;
  grid-row: 2;
}

.vb-seo-sections img {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}

.vb-seo-sections a {
  color: var(--vb-primary);
  font-weight: 500;
  text-decoration-color: color-mix(in oklch, var(--vb-primary) 42%, transparent);
  text-underline-offset: 3px;
}

.vb-feature-list {
  grid-template-columns: 1fr;
}

.vb-feature-list--split {
  grid-template-columns: 1fr;
  row-gap: var(--vb-lead-card-gap);
  justify-items: center;
}

.vb-seo-sections .vb-feature-list--split {
  grid-template-columns: 1fr;
  align-items: start;
}

.vb-feature-list__copy {
  display: grid;
  gap: var(--vb-centered-title-lead-gap);
  width: min(680px, 100%);
  max-width: none;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.vb-feature-list__intro {
  margin: 0;
  color: var(--vb-muted);
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
}

.vb-feature-list:not(.vb-feature-list--split) > div,
.vb-feature-list__items {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-inline: auto;
}

.vb-feature-list--split .vb-feature-list__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vb-feature-list article {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--vb-border);
  border-radius: 12px;
  background: var(--vb-surface);
  text-align: left;
  box-shadow: 0 1px 2px oklch(0% 0 0 / 0.03);
}

.vb-feature-list article h3,
.vb-how-steps__cards h3 {
  font-family: var(--font-body, -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.vb-feature-list article p,
.vb-how-steps__cards p {
  margin-top: 6px;
  color: var(--vb-muted);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}

.vb-faq-section {
  scroll-margin-top: 24px;
}

.vb-seo-sections .vb-faq-section {
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: center;
}

.vb-seo-sections .vb-faq-section h2 {
  justify-self: center;
  text-align: center;
  width: min(720px, 100%);
}

.vb-seo-sections .vb-faq-section > div {
  display: grid;
  width: min(760px, 100%);
  grid-template-columns: 1fr;
  margin-inline: auto;
  gap: 0;
}

.vb-faq-section details {
  border-bottom: 1px solid var(--vb-border);
  padding: 18px 0;
}

.vb-faq-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-body);
  list-style: none;
  color: var(--vb-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.vb-faq-section summary::-webkit-details-marker {
  display: none;
}

.vb-faq-section summary::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--vb-muted);
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 18px;
  font-weight: 500;
}

.vb-faq-section details[open] summary::after {
  content: '−';
}

.vb-faq-section details p {
  margin-top: 12px;
  color: var(--vb-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  text-wrap: pretty;
}

.vb-seo-sections .vb-how-steps {
  grid-template-columns: 1fr;
  row-gap: var(--vb-steps-visual-gap);
  justify-items: center;
}

.vb-how-steps__content {
  display: grid;
  width: 100%;
  gap: var(--vb-lead-step-gap);
}

.vb-how-steps__intro {
  display: grid;
  gap: var(--vb-centered-title-lead-gap);
  width: min(720px, 100%);
  max-width: none;
  justify-self: center;
  text-align: center;
}

.vb-how-steps__intro p {
  margin: 0;
  color: var(--vb-muted);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  text-wrap: pretty;
}

.vb-how-steps__visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
}

.vb-how-steps__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vb-how-steps__cards article {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vb-seo-sections .vb-source-module {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  column-gap: clamp(32px, 5vw, 64px);
  row-gap: var(--vb-title-body-gap);
}

.vb-source-module__copy {
  display: contents;
}

.vb-source-module__copy h2 {
  grid-column: 1 / -1;
  width: min(840px, 100%);
  justify-self: center;
}

.vb-source-module__copy p {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: var(--vb-muted);
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  text-wrap: pretty;
}

.vb-source-module__visual {
  grid-column: 2;
  grid-row: 2;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.vb-seo-sections .vb-audience-module {
  display: grid;
  justify-items: center;
  row-gap: var(--vb-lead-card-gap);
}

.vb-audience-module h2 {
  width: min(840px, 100%);
  text-align: center;
}

.vb-audience-module__cards {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vb-audience-module__cards article {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--vb-border);
  border-radius: 12px;
  background: var(--vb-surface);
  text-align: left;
  box-shadow: 0 1px 2px oklch(0% 0 0 / 0.03);
}

.vb-audience-module__cards h3 {
  font-family: var(--font-body, -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.vb-audience-module__cards p {
  margin-top: 6px;
  color: var(--vb-muted);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}

.vb-seo-sections .vb-final-cta {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  padding: clamp(56px, 8vw, 96px) clamp(24px, 5vw, 48px);
  border-top: 1px solid var(--vb-border);
  border-bottom: 1px solid var(--vb-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.vb-final-cta > div {
  display: grid;
  justify-items: center;
  gap: 0;
}

.vb-final-cta p {
  max-width: 700px;
  margin: var(--vb-title-lead-gap) 0 28px;
  color: var(--vb-muted);
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
}

.vb-seo-sections .vb-final-cta .vb-primary-cta {
  color: white;
  text-decoration: none;
}

.vb-modal {
  position: fixed;
  inset: 0;
  z-index: 320;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: 20px;
}

.vb-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: oklch(20% 0.018 70 / 0.42);
}

.vb-flash-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(520px, 100%);
  padding: 26px;
}

.vb-login-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(420px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 24px;
  border: 1px solid var(--vb-border);
  border-radius: 8px;
  background: var(--vb-surface);
  box-shadow: 0 20px 60px oklch(0% 0 0 / 0.2);
}

.vb-login-card__eyebrow {
  display: block;
  padding-right: 42px;
  color: var(--vb-primary);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vb-login-card h2 {
  padding-right: 42px;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.16;
}

.vb-login-card p {
  margin: 0;
  color: var(--vb-muted);
  line-height: 1.58;
}

.vb-login-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.vb-login-card__actions .vb-primary-cta,
.vb-login-card__actions .vb-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.vb-login-card .vb-login-card__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-grid;
  width: 34px;
  min-height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--vb-border);
  border-radius: 999px;
  background: var(--vb-surface);
  color: var(--vb-muted);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.vb-login-card .vb-login-card__close:hover {
  border-color: color-mix(in oklch, var(--vb-primary) 45%, var(--vb-border));
  color: var(--vb-primary);
}

.vb-modal__close {
  justify-self: end;
}

.vb-flash-card blockquote {
  margin: 0;
  padding: 14px;
  border-left: 3px solid var(--vb-green);
  background: var(--vb-soft-green);
}

.vb-flash-card__phonetic {
  color: var(--vb-muted);
  font-family: var(--font-mono, ui-monospace, monospace);
}

@media (max-width: 860px) {
  .vb-seo-sections section,
  .vb-seo-sections .vb-how-steps,
  .vb-seo-sections .vb-source-module,
  .vb-seo-sections .vb-audience-module,
  .vb-seo-sections .vb-feature-list--split,
  .vb-feature-list--split,
  .vb-feature-list:not(.vb-feature-list--split) > div,
  .vb-seo-sections .vb-faq-section > div,
  .vb-audience-module__cards,
  .vb-feature-list--split .vb-feature-list__items,
  .vb-feature-list__items,
  .vb-how-steps__cards {
    grid-template-columns: 1fr;
  }

  .vb-feature-list__copy {
    max-width: none;
  }

  .vb-seo-sections > section:nth-child(1) img,
  .vb-seo-sections > section:nth-child(2) img,
  .vb-seo-sections > section:nth-child(3) img,
  .vb-seo-sections > section:nth-child(1) p,
  .vb-seo-sections > section:nth-child(2) p,
  .vb-seo-sections > section:nth-child(3) p,
  .vb-source-module__copy h2,
  .vb-source-module__copy p,
  .vb-source-module__visual {
    grid-column: 1;
    grid-row: auto;
  }

  .vb-seo-sections > section:nth-child(1) img,
  .vb-seo-sections > section:nth-child(2) img,
  .vb-seo-sections > section:nth-child(3) img,
  .vb-source-module__visual {
    order: -1;
  }

  .vb-seo-sections > section:not(.vb-feature-list):not(.vb-how-steps):not(.vb-source-module):not(.vb-audience-module):not(.vb-final-cta) h2,
  .vb-source-module__copy h2 {
    order: -2;
  }

  .vb-seo-sections > section:nth-child(1) p,
  .vb-seo-sections > section:nth-child(2) p,
  .vb-seo-sections > section:nth-child(3) p,
  .vb-source-module__copy p {
    order: 0;
  }
}
