
/* Index — hero + sections */
.ob-stage--home .ob-mast {
  background: var(--bg-cream);
}

.ob-stage--home .ob-mzxrdeb.ob-cta--nav,
.ob-stage--home .ob-mast__cta {
  background: var(--ink);
  color: var(--white);
  border-radius: 0;
  box-shadow: none;
}

.ob-fold {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg-cream);
}

.ob-fold .ob-mast {
  flex: 0 0 auto;
}

.ob-opener {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bg-cream);
  padding: clamp(24px, 4vh, 64px) var(--pad-x-sm) clamp(32px, 5vh, 80px);
  min-height: 0;
}

.ob-opener__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ob-opener__title {
  font-size: clamp(48px, 10vw, 120px);
  line-height: 0.8;
  color: var(--ink);
}

.ob-opener__sub {
  margin: clamp(16px, 2.5vh, 28px) 0;
  font-size: clamp(16px, 1.5vw, 22px);
  color: var(--text-muted);
  line-height: 1.45;
}

.ob-opener__cta {
  margin-top: 8px;
  width: min(600px, 90%);
  max-width: 90%;
  padding: clamp(18px, 2.5vh, 32px) clamp(24px, 3vw, 40px);
}

.ob-opener__legal {
  margin: 16px 0 0;
  font-size: 13px;
  font-family: var(--legal-font);
  color: var(--text-muted);
}

.ob-opener__trust {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ob-opener__trust li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ob-opener__trust img {
  width: 16px;
  height: 16px;
}

.ob-toolkit {
  background: var(--white);
  padding: clamp(64px, 8vw, 100px) var(--pad-x-sm);
}

.ob-toolkit__inner {
  max-width: var(--max-mid);
  margin-inline: auto;
}

.ob-toolkit .ob-eyebrow,
.ob-toolkit__title {
  text-align: center;
}

.ob-toolkit__title {
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 40px;
  color: var(--heading);
  line-height: 0.9;
}

.ob-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  background: var(--card-bg);
  border: 1px solid var(--card-edge);
  border-radius: var(--r-card);
  padding: clamp(28px, 4vw, 49px) clamp(24px, 3vw, 37px);
  margin-bottom: 32px;
}

.ob-card__lead {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  flex: 0 1 auto;
  min-width: min(100%, 240px);
}

.ob-card__icon {
  width: 84px;
  height: 84px;
  border-radius: 21px;
  background: var(--c-main);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ob-card__icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.ob-card h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 800;
  color: var(--heading);
}

.ob-card > p {
  margin: 0;
  flex: 1 1 280px;
  min-width: min(100%, 280px);
  font-size: clamp(16px, 1.6vw, 24px);
  color: var(--text-muted);
  line-height: 1.4;
}

.ob-ladder {
  background: var(--bg-soft);
  padding: clamp(56px, 8vw, 100px) var(--pad-x-sm);
}

.ob-ladder__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.ob-ladder__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.ob-ladder .ob-eyebrow {
  margin: 0;
}

.ob-ladder .ob-eyebrow,
.ob-ladder__title {
  text-align: center;
}

.ob-ladder__title {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0;
  color: var(--heading);
}

.ob-ladder__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
  justify-content: center;
  text-align: center;
}

.ob-ladder__grid > li {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.ob-ladder__num {
  display: block;
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 64px);
  line-height: 0.8;
  color: var(--step-num);
}

.ob-ladder__grid h3 {
  margin: 0 0 8px;
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 800;
  width: 100%;
}

.ob-ladder__grid p {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 24px);
  color: var(--text-muted);
  line-height: 1.4;
  width: 100%;
}

.ob-reason {
  background: var(--white);
  padding: clamp(64px, 8vw, 80px) var(--pad-x-sm);
}

.ob-reason__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

.ob-reason__copy {
  flex: 1 1 420px;
  min-width: min(100%, 280px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ob-reason .ob-eyebrow {
  margin: 0;
}

.ob-reason__title {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0;
  color: var(--heading);
  line-height: 0.8;
}

.ob-reason__lead {
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--text-muted);
  margin: 8px 0 0;
  line-height: 1.4;
}

.ob-reason__list {
  list-style: none;
  margin: 21px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ob-reason__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ob-reason__icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  border-radius: 8px;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ob-reason__icon img {
  width: 16px;
  height: 16px;
}

.ob-reason__list strong {
  display: block;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
  color: var(--heading);
}

.ob-reason__list p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.4;
}

.ob-meter {
  flex: 1 1 320px;
  min-width: min(100%, 280px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--card-edge);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 48px) clamp(20px, 3vw, 40px);
  box-shadow: none;
  overflow: visible;
  min-height: min(442px, 70vw);
}

.ob-meter__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 24px;
  border: 0;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  border-radius: 16px;
  text-align: center;
}

.ob-meter__tile--tall {
  grid-row: 1 / span 2;
  gap: 15px;
}

.ob-meter__val {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 64px);
  color: var(--c-main);
  line-height: 0.8;
  text-transform: uppercase;
}

.ob-meter__label {
  margin: 0;
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.4;
}

.ob-asks {
  background: var(--bg-soft);
  padding: clamp(64px, 8vw, 80px) var(--pad-x-sm);
}

.ob-asks__inner {
  max-width: var(--max-faq);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.ob-asks__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.ob-asks .ob-eyebrow {
  margin: 0;
  text-align: center;
}

.ob-asks__title {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0;
  color: var(--heading);
  text-align: center;
}

.ob-asks__list {
  width: 100%;
}

.ob-asks__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 28px 0 29px;
}

.ob-asks__q {
  width: 100%;
  text-align: left;
  font-family: var(--body);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ob-asks__q::after {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background:
    linear-gradient(var(--c-main), var(--c-main)) center / 12px 1.5px no-repeat,
    linear-gradient(var(--c-main), var(--c-main)) center / 1.5px 12px no-repeat;
}

.ob-asks__item.ob-ndpdcajt .ob-asks__q::after {
  background: linear-gradient(var(--c-main), var(--c-main)) center / 12px 1.5px no-repeat;
}

.ob-asks__a {
  margin-top: 16px;
  padding-right: 40px;
}

.ob-asks__a p {
  margin: 0;
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.4;
}

.ob-asks__more {
  margin: 0;
  font-size: 18px;
  color: var(--text-muted);
  text-align: right;
  line-height: 1.4;
}

.ob-asks__more a {
  color: var(--ink);
  font-weight: 400;
  text-decoration: underline;
}

.ob-finale {
  background: var(--c-main);
  color: var(--white);
  text-align: center;
  padding: clamp(40px, 6vw, 80px) var(--pad-x-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.ob-finale__title {
  font-size: clamp(36px, 6vw, 80px);
  color: var(--white);
  max-width: none;
  line-height: 0.8;
}

.ob-finale .ob-cta--ghost {
  border-radius: 60px;
  padding: 32px 56px;
  font-family: var(--dl-cta);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ob-finale__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.ob-finale__note {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 24px);
  opacity: 1;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .ob-ladder__grid {
    flex-direction: column;
  }

  .ob-reason__inner {
    gap: 48px;
  }

  .ob-meter {
    min-height: 360px;
  }

  .ob-card {
    gap: 24px;
    padding: 20px;
  }

  .ob-card__lead {
    gap: 20px;
  }

  .ob-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

