/* ==========================================================================
   QuizOut homepage — unified design system (flattened single theme)
   ========================================================================== */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("/assets/nunito-latin-variable-8d9cc785.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.dialog-open,
body.mobile-menu-open {
  overflow: hidden;
}

input {
  font: inherit;
}

button {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

section[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.svg-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.quizout-symbol {
  --logo-accent: var(--lime-bright);
  display: grid;
  place-items: center;
  color: var(--green);
}

.quizout-symbol svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.quizout-symbol-on-dark {
  color: var(--canvas);
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: var(--radius-xs);
  color: white;
  background: var(--forest);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-heading.centered {
  text-align: center;
}

.eyebrow-light {
  color: #c8ded0;
}

.button:active {
  transform: translateY(0);
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-small {
  min-height: 42px;
  padding: 10px 15px;
  font-size: var(--text-sm);
}

.button-full {
  width: 100%;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--green);
  font-size: 1.42rem;
  font-weight: var(--weight-black);
  letter-spacing: -0.035em;
  line-height: 1;
}

.brand-wordmark > span {
  display: block;
}

.brand-wordmark svg {
  --logo-accent: var(--lime-bright);
  width: 1.15em;
  height: 1.15em;
  margin: -0.07em -0.07em -0.07em -0.04em;
  flex: 0 0 auto;
  overflow: visible;
}

.nav-disclosure {
  position: relative;
}

.nav-disclosure-button svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 160ms ease;
}

.nav-disclosure-button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.resources-panel strong {
  display: block;
  color: var(--forest);
  font-size: 0.9375rem;
}

.resources-panel small {
  display: block;
  margin-top: 2px;
  color: var(--text-muted);
  font-size: 0.8125rem;
}

.resource-icon-lime {
  background: var(--lime);
}

.resource-icon-blue {
  background: var(--blue);
}

.resource-icon-coral {
  background: var(--coral);
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-actions {
  display: grid;
  margin-top: 22px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-reassurance li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.quiz-logo {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
}

.quiz-source-strip strong {
  display: block;
  overflow: hidden;
  color: var(--forest);
  font-size: 0.8125rem;
  font-weight: var(--weight-semibold);
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quiz-source-strip em {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--green);
  font-size: var(--text-2xs);
  font-style: normal;
  font-weight: var(--weight-bold);
  white-space: nowrap;
}

.quiz-source-strip em i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45a666;
  box-shadow: 0 0 0 3px rgb(69 166 102 / 14%);
}

.quiz-progress-wrap {
  margin: 17px 0 19px;
}

.quiz-progress-label {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
}

.hero-quiz progress {
  display: block;
  width: 100%;
  height: 6px;
  border: 0;
  border-radius: var(--radius-pill);
  overflow: hidden;
  appearance: none;
}

.hero-quiz progress::-webkit-progress-bar {
  border-radius: var(--radius-pill);
  background: #e8eee8;
}

.hero-quiz progress::-webkit-progress-value {
  border-radius: var(--radius-pill);
  background: var(--green);
  transition: width 280ms var(--ease);
}

.hero-quiz progress::-moz-progress-bar {
  border-radius: var(--radius-pill);
  background: var(--green);
}

.hero-quiz fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-options {
  display: grid;
  gap: 9px;
}

.answer-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.option-state {
  color: var(--green);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
}

.answer-option.is-correct {
  border-color: #4a9d73;
  background: #ebf9e5;
}

.answer-option.is-wrong {
  border-color: #df745f;
  background: #fff0ed;
}

.answer-option:has(input:disabled) {
  cursor: default;
  transform: none;
}

.quiz-feedback strong {
  color: var(--forest);
}

.quiz-submit {
  width: 100%;
}

.quiz-submit:disabled,
.mini-quiz-form button:disabled {
  color: var(--text-muted);
  background: #e7edf3;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.quiz-result {
  padding: 8px 0 0;
  text-align: center;
  animation: result-in 260ms var(--ease) both;
}

.result-orbit {
  position: relative;
  display: grid;
  width: 116px;
  height: 116px;
  margin: 2px auto 18px;
  border: 1px dashed #80a98e;
  border-radius: 50%;
  place-items: center;
}

.result-orbit::before {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  top: 8px;
  right: 9px;
  background: var(--yellow);
}

.result-orbit::after {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  bottom: 4px;
  left: 5px;
  background: var(--coral);
}

.result-score {
  display: grid;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  font-size: 1.75rem;
  font-weight: var(--weight-bold);
  letter-spacing: -0.05em;
}

.quiz-result h3 {
  margin-bottom: 8px;
  font-size: var(--text-h3);
}

.quiz-result > p {
  max-width: 340px;
  margin: 0 auto 18px;
  font-size: var(--text-sm);
}

.quiz-result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.quiz-result-actions .result-wide {
  grid-column: 1 / -1;
}

.floating-chip-top {
  top: 6px;
  right: -4px;
}

.floating-chip-bottom {
  bottom: 3px;
  left: -2px;
}

.pulse-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3eaa70;
}

.pulse-dot::after {
  position: absolute;
  inset: -4px;
  border: 1px solid #3eaa70;
  border-radius: 50%;
  content: "";
  animation: pulse 1.8s ease infinite;
}

.tiny-avatars {
  display: flex;
  padding-left: 4px;
}

.tiny-avatars i {
  width: 22px;
  height: 22px;
  margin-left: -4px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.tiny-avatars i:nth-child(1) {
  background: var(--yellow);
}

.tiny-avatars i:nth-child(2) {
  background: var(--blue);
}

.tiny-avatars i:nth-child(3) {
  background: var(--coral);
}

.hero-decoration-one {
  top: 130px;
  right: -190px;
  width: 460px;
  height: 460px;
}

.hero-decoration-two {
  bottom: 70px;
  left: -90px;
  width: 190px;
  height: 190px;
}

.audience-strip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dot-yellow {
  background: var(--yellow);
}

.dot-coral {
  background: var(--coral);
}

.dot-blue {
  background: var(--blue);
}

.dot-lime {
  background: var(--lime);
}

.workflow-tab strong {
  display: block;
  margin: 1px 0 6px;
  color: inherit;
  font-size: var(--text-base);
}

.tab-arrow {
  padding-top: 7px;
  font-size: 1.125rem;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.workflow-tab[aria-selected="true"] .tab-arrow {
  opacity: 1;
  transform: translateX(0);
}

.workflow-panels {
  min-width: 0;
  height: 100%;
}

.window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d2ddd3;
}

.window-bar i:first-child {
  background: var(--coral);
}

.window-bar i:nth-child(2) {
  background: var(--yellow);
}

.window-bar i:nth-child(3) {
  margin-right: 8px;
  background: var(--lime);
}

.builder-layout {
  display: grid;
  height: calc(100% - 46px);
  grid-template-columns: 58px 1fr;
}

.fake-logo {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
}

.builder-layout aside i {
  width: 25px;
  height: 6px;
  border-radius: var(--radius-xs);
  background: rgba(255, 255, 255, 0.2);
}

.builder-layout aside i.active {
  background: var(--lime);
}

.builder-main {
  padding: 26px;
  overflow: hidden;
}

.builder-toolbar {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  justify-content: space-between;
}

.saved-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42a96e;
}

.builder-main h3 {
  max-width: 370px;
  margin-bottom: 17px;
  font-size: 1.5rem;
}

.prompt-box .sparkle {
  color: var(--green);
}

.prompt-box p {
  margin: 0;
  color: #31483b;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.prompt-box button {
  min-height: 44px;
  padding: 7px 11px;
  border: 0;
  border-radius: var(--radius-xs);
  color: #fff;
  background: var(--forest);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.question-preview small {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
}

.question-preview strong {
  display: block;
  margin-bottom: 12px;
  color: var(--forest);
  font-size: var(--text-sm);
}

.question-preview div {
  display: flex;
  margin-top: 7px;
  padding: 8px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: var(--text-xs);
}

.question-preview div span {
  display: grid;
  width: 22px;
  height: 22px;
  border-radius: var(--radius-xs);
  place-items: center;
  color: var(--forest);
  background: var(--mint-soft);
  font-weight: var(--weight-bold);
}

.wordpress-canvas {
  display: grid;
  height: calc(100% - 46px);
  grid-template-columns: 190px 1fr;
}

.wp-sidebar {
  padding: 23px 16px;
  border-right: 1px solid var(--border-soft);
  background: #f7f8f7;
}

.wp-sidebar > strong {
  display: block;
  margin-bottom: 14px;
  font-size: var(--text-sm);
}

.wp-sidebar label {
  display: flex;
  height: 35px;
  padding: 0 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  align-items: center;
  gap: 5px;
  background: #fff;
}

.wp-sidebar input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text-muted);
  background: transparent;
  font-size: var(--text-xs);
}

.wp-sidebar button {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin-top: 12px;
  padding: 8px;
  border: 1px solid #92b8a0;
  border-radius: var(--radius-xs);
  align-items: center;
  gap: 8px;
  color: var(--forest);
  background: #eff8e8;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.wp-block-icon {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-xs);
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  font-weight: var(--weight-bold);
}

.wp-page {
  padding: 48px 38px;
  background: #fff;
}

.wp-line {
  width: 76%;
  height: 10px;
  margin-bottom: 11px;
  border-radius: var(--radius-sm);
  background: #e5eae5;
}

.wp-line.short {
  width: 43%;
  height: 15px;
  background: #cbd5cc;
}

.embed-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: var(--radius-xs);
  color: var(--forest);
  background: var(--lime);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
}

.embed-preview strong {
  display: block;
  margin-bottom: 16px;
  font-size: 0.9375rem;
}

.embed-preview div {
  width: 100%;
  height: 27px;
  margin-top: 7px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  background: #fff;
}

.insight-window {
  padding-bottom: 22px;
}

.insight-top {
  display: grid;
  padding: 26px 26px 16px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.insight-top small {
  display: block;
  color: var(--text-muted);
  font-size: var(--text-2xs);
}

.insight-top strong {
  display: block;
  margin: 4px 0;
  color: var(--forest);
  font-size: 1.375rem;
  letter-spacing: -0.04em;
}

.insight-top span {
  display: block;
  color: var(--green);
  font-size: var(--text-2xs);
  font-weight: var(--weight-semibold);
}

.insight-chart span {
  width: 8.5%;
  height: var(--bar);
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(to top, var(--green), var(--lime));
}

.insight-legend {
  display: flex;
  margin: 13px 28px 0;
  gap: 18px;
  color: var(--text-muted);
  font-size: var(--text-2xs);
}

.insight-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.insight-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.legend-lime {
  background: var(--green);
}

.legend-mint {
  background: var(--mint);
}

.icon-yellow {
  background: var(--yellow);
}

.icon-blue {
  background: var(--blue);
}

.icon-coral {
  background: var(--coral);
}

.generator-prompt span {
  color: var(--green);
}

.generator-prompt p {
  margin: 0;
  color: var(--forest);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.generated-item > i {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: var(--radius-xs);
  place-items: center;
  color: var(--forest);
  background: var(--mint);
  font-size: var(--text-xs);
  font-style: normal;
  font-weight: var(--weight-bold);
}

.generated-item span b {
  display: block;
  width: 80%;
  height: 6px;
  margin: 4px 0;
  border-radius: var(--radius-xs);
  background: #dbe5dc;
}

.generated-item span b:last-child {
  width: 52%;
  background: #edf1ed;
}

.generated-item em {
  color: var(--green);
  font-size: var(--text-xs);
  font-style: normal;
}

.publish-path {
  position: absolute;
  right: 24px;
  bottom: 26px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.path-start {
  background: var(--lime);
}

.lead-demo > label {
  display: block;
  margin-bottom: 13px;
  color: var(--forest);
  font-size: 0.9375rem;
  font-weight: var(--weight-semibold);
}

.lead-demo > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.lead-demo input:focus,
.site-dialog input:not([type="checkbox"]):focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(37, 114, 82, 0.13);
}

.lead-demo input:focus-visible,
.site-dialog input:not([type="checkbox"]):focus-visible {
  outline: 3px solid #1f67d2;
  outline-offset: 2px;
  box-shadow: none;
}

.lead-demo small {
  display: block;
  min-height: 20px;
  margin-top: 9px;
  color: var(--text-muted);
  font-size: var(--text-xs);
}

.dashboard-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
}

.dashboard-main {
  min-width: 0;
}

.dashboard-topbar small {
  display: block;
  color: var(--text-muted);
  font-size: var(--text-2xs);
}

.dashboard-topbar strong {
  display: block;
  color: var(--forest);
  font-size: 0.9375rem;
}

.dashboard-panels {
  padding: 26px 30px 30px;
}

.dashboard-panel {
  animation: panel-in 230ms var(--ease) both;
}

.panel-heading {
  display: flex;
  min-height: 52px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.panel-heading p {
  margin: 0;
  font-size: var(--text-xs);
}

.quiz-row:last-child {
  border-bottom: 0;
}

.quiz-row > span:nth-child(2) strong {
  display: block;
  color: var(--forest);
  font-size: var(--text-sm);
}

.quiz-row > span:nth-child(2) small {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: var(--text-xs);
}

.thumb-lime {
  background: var(--lime);
}

.thumb-yellow {
  background: var(--yellow);
}

.thumb-blue {
  background: var(--blue);
}

.quiz-row > b {
  color: var(--forest);
  font-size: var(--text-sm);
  text-align: right;
}

.quiz-row > b small {
  display: block;
  color: var(--text-muted);
  font-size: var(--text-2xs);
  font-weight: var(--weight-medium);
}

.analytics-summary {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.analytics-summary small {
  display: block;
  color: var(--text-muted);
  font-size: var(--text-2xs);
}

.analytics-summary strong {
  display: block;
  margin: 3px 0;
  color: var(--forest);
  font-size: 1.375rem;
  letter-spacing: -0.04em;
}

.analytics-summary span {
  display: block;
  color: var(--green);
  font-size: var(--text-2xs);
  font-weight: var(--weight-semibold);
}

.chart-grid {
  position: absolute;
  inset: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chart-grid i {
  border-top: 1px dashed #dce4dc;
}

.dashboard-chart svg {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
}

.chart-area {
  fill: rgba(183, 243, 106, 0.34);
}

.chart-line {
  fill: none;
  stroke: var(--green);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.lead-row:last-child {
  border-bottom: 0;
}

.lead-row span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.settings-list label:last-child {
  border-bottom: 0;
}

.settings-list strong {
  display: block;
  color: var(--forest);
  font-size: var(--text-sm);
}

.settings-list small {
  display: block;
  margin-top: 3px;
  color: var(--text-muted);
  font-size: var(--text-xs);
}

.switch-input {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 auto;
  border: 0;
  border-radius: var(--radius-pill);
  appearance: none;
  background: #cdd7ce;
  cursor: pointer;
  transition: background 170ms ease;
}

.switch-input::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19);
  content: "";
  transition: transform 170ms var(--ease);
}

.switch-input:checked::after {
  transform: translateX(18px);
}

.mini-card-meta {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mini-card-meta small {
  color: var(--text-muted);
  font-size: var(--text-xs);
}

.mini-illustration > i {
  position: absolute;
  width: 46px;
  height: 56px;
  border: 1px dashed #759884;
  border-radius: var(--radius-sm);
}

.mini-illustration > i:nth-child(2) {
  top: 19px;
  left: 23%;
  transform: rotate(-9deg);
}

.mini-illustration > i:nth-child(3) {
  right: 23%;
  bottom: 18px;
  transform: rotate(8deg);
}

.mini-bars {
  display: flex;
  padding: 26px;
  align-items: end;
  justify-content: center;
  gap: 10px;
}

.mini-bars > i {
  position: static;
  width: 25px;
  border: 0;
  border-radius: 7px 7px 2px 2px;
  background: var(--forest);
}

.mini-bars > i:nth-child(1) {
  height: 37px;
  transform: none;
}

.mini-bars > i:nth-child(2) {
  height: 66px;
  transform: none;
  background: var(--green);
}

.mini-bars > i:nth-child(3) {
  height: 48px;
  transform: none;
  background: var(--lime);
}

.mini-cards {
  display: flex;
  padding: 32px 23px;
  align-items: center;
  justify-content: center;
}

.mini-cards > i:nth-child(1) {
  transform: rotate(-9deg);
}

.mini-cards > i:nth-child(3) {
  transform: rotate(9deg);
}

.mini-quiz-form fieldset {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.mini-quiz-form label {
  position: relative;
  display: block;
  margin-top: 8px;
  cursor: pointer;
}

.mini-quiz-form input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mini-quiz-form .button {
  width: 100%;
}

.mini-feedback {
  min-height: 43px;
  margin: 9px 0 0;
  color: var(--forest);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.mini-reset {
  min-width: 44px;
  min-height: 44px;
  padding: 5px 0;
  border: 0;
  color: var(--green);
  background: transparent;
  font-size: 0.8125rem;
  font-weight: var(--weight-bold);
  text-decoration: underline;
  cursor: pointer;
}

.wp-steps small {
  display: block;
  color: var(--text-muted);
  font-size: var(--text-sm);
}

.ring-one {
  inset: 29px;
}

.ring-two {
  inset: 90px;
}

.wp-flow-card > .flow-brand-symbol {
  background: transparent;
}

.wp-flow-card small {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.08em;
}

.wp-flow-card strong {
  display: block;
  color: var(--forest);
  font-size: var(--text-base);
}

.flow-card-one {
  transform: rotate(-2deg);
}

.flow-card-three {
  transform: rotate(-1deg);
}

.billing-switch label {
  position: relative;
  cursor: pointer;
}

.billing-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.billing-switch label > span small {
  color: var(--green);
  font-size: var(--text-xs);
}

.price-line .currency {
  align-self: flex-start;
  margin: 11px 4px 0 0;
  font-size: 1rem;
  font-weight: var(--weight-bold);
}

.price-line > span:last-child {
  margin-left: 5px;
  color: var(--text-muted);
  font-size: 0.8125rem;
  font-weight: var(--weight-medium);
}

.billing-note {
  min-height: 26px;
  margin: 5px 0 20px;
  font-size: 0.8125rem;
}

.pricing-disclaimer {
  margin: 27px 0 0;
  text-align: center;
  font-size: 0.8125rem;
}

.faq-intro {
  position: sticky;
  top: 110px;
}

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

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0 auto 20px;
  color: #fff;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}

.cta-question-marks span:nth-child(1) {
  top: -55px;
  left: -15px;
  transform: rotate(-18deg);
}

.cta-question-marks span:nth-child(2) {
  right: 3%;
  bottom: -84px;
  transform: rotate(12deg);
}

.cta-question-marks span:nth-child(3) {
  top: 30px;
  right: 22%;
  color: rgba(255, 255, 255, 0.04);
  font-size: 6rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 60px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a:hover,
.footer-links button:hover {
  color: #fff;
}

.site-dialog[open] {
  animation: dialog-in 220ms var(--ease) both;
}

.dialog-shell {
  position: relative;
  max-height: calc(100dvh - 32px);
  padding: 38px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.dialog-icon.quizout-symbol {
  background: transparent;
}

.dialog-icon-blue {
  background: var(--blue);
}

.dialog-icon-coral {
  background: var(--coral);
}

.dialog-icon-yellow {
  background: var(--yellow);
}

.dialog-kicker {
  margin-bottom: 8px;
  color: var(--green);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-dialog h2 {
  margin: 0 45px 13px 0;
  font-size: clamp(1.8rem, 5vw, 2.4rem);
}

.site-dialog .dialog-shell > p:not(.dialog-kicker, .dialog-switch, .prototype-note, .copy-status) {
  margin-bottom: 23px;
  font-size: 0.9375rem;
}

.site-dialog form {
  display: grid;
  gap: 8px;
}

.site-dialog form > label:not(.checkbox-label) {
  margin-top: 4px;
  color: var(--forest);
  font-size: 0.8125rem;
  font-weight: var(--weight-semibold);
}

.checkbox-label {
  display: flex;
  margin: 5px 0 8px;
  align-items: flex-start;
  gap: 9px;
  color: var(--text-muted);
  font-size: 0.8125rem;
  cursor: pointer;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.dialog-status {
  min-height: 21px;
  margin: 4px 0 0;
  color: var(--green);
  font-size: 0.8125rem;
  font-weight: var(--weight-semibold);
  text-align: center;
}

.dialog-switch {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: var(--text-sm);
  text-align: center;
}

.dialog-switch button {
  min-width: 44px;
  min-height: 44px;
  padding: 2px 3px;
  border: 0;
  color: var(--green);
  background: transparent;
  font-weight: var(--weight-bold);
  text-decoration: underline;
  cursor: pointer;
}

.prototype-note {
  margin: 15px 0 0;
  color: var(--text-muted);
  font-size: 0.8125rem;
}

.demo-step-label {
  position: absolute;
  align-self: flex-start;
  justify-self: flex-start;
  padding: 5px 9px;
  border-radius: var(--radius-pill);
  color: var(--green);
  background: #fff;
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
}

.demo-screen-content {
  max-width: 380px;
  text-align: center;
  animation: panel-in 220ms var(--ease) both;
}

.demo-screen-content > span {
  display: grid;
  width: 57px;
  height: 57px;
  margin: 0 auto 17px;
  border-radius: var(--radius-md);
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  font-size: 1.375rem;
}

.demo-screen-content strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
  font-size: var(--text-lg);
}

.demo-screen-content p {
  margin: 0;
  font-size: var(--text-sm);
}

.demo-controls {
  display: flex;
  min-height: 67px;
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #fff;
}

.demo-controls > span {
  color: var(--text-muted);
  font-size: 0.8125rem;
  font-weight: var(--weight-semibold);
}

.plugin-steps {
  display: grid;
  margin: 25px 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.plugin-steps span {
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: 13px;
  border-radius: var(--radius-xs);
  place-items: center;
  color: var(--forest);
  background: var(--mint);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
}

.plugin-steps strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest);
  font-size: 0.9375rem;
}

.plugin-steps p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.5;
}

.code-top button {
  min-width: 44px;
  min-height: 44px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-xs);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  cursor: pointer;
}

.code-window pre {
  max-width: 100%;
  margin: 0;
  padding: 21px;
  overflow-x: auto;
  color: #d8f2df;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.8125rem;
  line-height: 1.65;
  tab-size: 2;
}

.copy-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--green);
  font-size: 0.8125rem;
}

.split-heading > p {
  margin-bottom: 7px;
  font-size: var(--text-md);
}

.metric-card p {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 0;
  font-size: var(--text-md);
}

.feature-card > p,
.feature-copy > p {
  max-width: 480px;
  margin-bottom: 16px;
  font-size: var(--text-md);
}

.mini-quiz-card > p {
  margin-bottom: 18px;
  font-size: var(--text-md);
}

.wordpress-copy > p:not(.eyebrow) {
  max-width: 590px;
  font-size: var(--text-md);
}

.plan-for {
  min-height: 48px;
  margin-bottom: 23px;
  font-size: var(--text-md);
}

.faq-intro > p:not(.eyebrow) {
  font-size: var(--text-md);
}

.faq-list details p {
  max-width: 650px;
  margin: -5px 45px 24px 3px;
  font-size: var(--text-md);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --canvas: #ffffff;
  --surface: #ffffff;
  --ink: #001b40;
  --deep-blue: #002d79;
  --brand-blue: #0075dd;
  --link-blue: #0063c1;
  --powder-blue: #eef6fc;
  --powder-blue-soft: #f6fbff;
  --cream: #fff9e8;
  --cta-green: #038a06;
  --green-soft: #e8f5e9;
  --mint-soft: var(--green-soft);
  --mint: #cfead1;
  --lime: #d7f4d8;
  --lime-bright: #eef9ee;
  --forest: var(--ink);
  --forest-hover: var(--deep-blue);
  --green: var(--cta-green);
  --text: var(--ink);
  --text-muted: #576981;
  --border: #ccd8e4;
  --border-soft: #e4ebf1;
  --yellow: #fff0b8;
  --coral: #ffd9cc;
  --blue: #cae9fb;
  --shadow-sm: 0 8px 22px rgba(0, 27, 64, 0.07);
  --shadow-md: 0 18px 42px rgba(0, 27, 64, 0.11);
  --shadow-lg: 0 28px 70px rgba(0, 27, 64, 0.15);
  --radius-xs: 8px;   /* buttons, inputs, chips, mockup internals */
  --radius-sm: 10px;  /* option rows, small cards */
  --radius-md: 18px;  /* cards, dialogs, panels */
  --radius-lg: 22px;  /* large surfaces */
  --radius-pill: 100px;
  --container: 1200px;
  --header-height: 78px;

  /* Typography scale — the only font sizes used on the page.
     Floors: marketing copy >= --text-sm, labels >= --text-xs,
     product-mockup micro text >= --text-2xs. */
  --text-2xs: 0.6875rem;                        /* 11px  badges, pills, mockup micro-labels */
  --text-xs: 0.75rem;                           /* 12px  eyebrows, uppercase labels, mockup body */
  --text-sm: 0.875rem;                          /* 14px  secondary copy, meta, options, small buttons */
  --text-base: 1rem;                            /* 16px  nav, inputs, list items, default reading size */
  --text-md: clamp(1.05rem, 1.25vw, 1.125rem);  /* 17-18px  body copy */
  --text-lg: 1.25rem;                           /* 20px  card sub-heads, quiz legend */
  --text-h3: 1.4rem;
  --text-h3-lg: 1.75rem;
  --text-h2: clamp(2.2rem, 3.9vw, 3.5rem);
  --text-h1: clamp(2.7rem, 5vw, 4.25rem);
  --text-display: clamp(2.6rem, 4vw, 3.6rem);   /* metric counters */

  /* Weight scale (Nunito variable font) */
  --weight-regular: 400;
  --weight-medium: 600;
  --weight-semibold: 700;
  --weight-bold: 800;
  --weight-black: 900;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
  color-scheme: light;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: var(--text);
  background: var(--canvas);
  font-family: "Nunito", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

h1 {
  margin-top: 0;
  color: var(--ink);
  font-weight: var(--weight-bold);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 28px;
  font-size: var(--text-h1);
}

h2 {
  margin-top: 0;
  color: var(--ink);
  font-weight: var(--weight-bold);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 22px;
  font-size: var(--text-h2);
}

h3 {
  margin-top: 0;
  color: var(--ink);
  font-weight: var(--weight-bold);
  letter-spacing: -0.04em;
  margin-bottom: 14px;
  font-size: var(--text-h3);
  line-height: 1.12;
}

p {
  margin-top: 0;
  color: var(--text-muted);
}

::selection {
  color: var(--ink);
  background: var(--blue);
}

:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(0, 117, 221, 0.18);
}

.container {
  margin-inline: auto;
  width: min(calc(100% - 48px), var(--container));
}

.header-inner {
  display: flex;
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), var(--container));
}

.section {
  padding: 96px 0;
}

.section-small {
  padding: 72px 0;
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading.narrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.section-heading.centered > p:last-child {
  margin: 0 auto;
  font-size: var(--text-md);
  max-width: 680px;
}

.split-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 100px;
}

.split-heading h2 {
  margin-bottom: 0;
  max-width: 880px;
}

.eyebrow {
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-transform: uppercase;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--brand-blue);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.1em;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: currentColor;
}

.button {
  display: inline-flex;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  gap: 9px;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: var(--radius-xs);
  font-size: 0.9375rem;
  font-weight: var(--weight-bold);
  box-shadow: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms var(--ease);
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--cta-green);
  box-shadow: none;
}

.button-primary:hover {
  color: #fff;
  background: #027205;
  box-shadow: 0 8px 18px rgba(3, 138, 6, 0.2);
}

.button-dark {
  color: #fff;
  background: var(--deep-blue);
}

.button-dark:hover {
  color: #fff;
  background: var(--brand-blue);
}

.button-secondary {
  border-color: var(--ink);
  color: var(--ink);
  background: #fff;
}

.button-secondary:hover {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

.button-ghost {
  background: transparent;
  color: var(--ink);
}

.button-ghost:hover {
  color: var(--link-blue);
  background: var(--powder-blue);
}

.button-large {
  min-height: 50px;
  padding: 13px 20px;
  font-size: var(--text-base);
}

.button-lime {
  color: #fff;
  background: var(--cta-green);
}

.button-lime:hover {
  color: #fff;
  background: #027205;
}

.button-on-dark {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
  background: transparent;
}

.button-on-dark:hover {
  border-color: #fff;
  color: var(--ink);
  background: #fff;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  padding: 4px 0;
  border: 0;
  align-items: center;
  gap: 8px;
  background: transparent;
  cursor: pointer;
  color: var(--link-blue);
  font-size: 0.9375rem;
  font-weight: var(--weight-bold);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  transition: height 220ms var(--ease), background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  height: var(--header-height);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 rgba(0, 27, 64, 0.02);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  height: var(--header-height);
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 10px 24px rgba(0, 27, 64, 0.1);
}

.site-header .brand {
  color: var(--ink);
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
}

.brand-mark {
  display: grid !important;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-xs);
  place-items: center;
  color: #fff;
  background: var(--brand-blue);
  box-shadow: 0 7px 16px rgba(0, 117, 221, 0.2);
}

.brand-mark svg,
.brand-wordmark .brand-mark svg {
  --logo-accent: var(--cta-green);
  width: 25px;
  height: 25px;
  margin: 0;
}

.brand-name {
  color: inherit;
  letter-spacing: -0.045em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.desktop-nav > a {
  display: inline-flex;
  border: 0;
  align-items: center;
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: var(--radius-xs);
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
}

.nav-disclosure-button {
  display: inline-flex;
  border: 0;
  align-items: center;
  background: transparent;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
  gap: 6px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: var(--radius-xs);
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
}

.desktop-nav > a:hover,
.nav-disclosure-button:hover,
.nav-disclosure-button[aria-expanded="true"] {
  color: var(--link-blue);
  background: var(--powder-blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.resources-panel {
  position: absolute;
  left: 50%;
  border: 1px solid var(--border-soft);
  background: #fff;
  transform: translateX(-50%);
  animation: pop-in 170ms var(--ease) both;
  top: calc(100% + 10px);
  width: 340px;
  padding: 10px;
  border-color: var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.resources-panel::before {
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--border-soft);
  border-left: 1px solid var(--border-soft);
  background: #fff;
  content: "";
  transform: rotate(45deg);
  display: none;
}

.resources-panel > a,
.resources-panel > button {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  padding: 10px;
  border: 0;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
  background: transparent;
  cursor: pointer;
  min-height: 64px;
  border-radius: var(--radius-xs);
}

.resources-panel > a:hover,
.resources-panel > button:hover {
  background: var(--powder-blue);
}

.resource-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--forest);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
}

.mobile-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: var(--radius-xs);
}

.mobile-nav-toggle span {
  display: block;
  width: 100%;
  margin: 5px 0;
  transition: transform 180ms ease, opacity 180ms ease;
  height: 1.5px;
  border-radius: 0;
  background: var(--ink);
}

.mobile-nav {
  position: fixed;
  z-index: 99;
  top: var(--header-height);
  right: 0;
  left: 0;
  max-height: calc(100dvh - var(--header-height));
  padding: 20px 24px max(24px, env(safe-area-inset-bottom));
  overflow-y: auto;
  animation: mobile-menu-in 210ms var(--ease) both;
  border-top: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 18px 30px rgba(0, 27, 64, 0.12);
}

.mobile-nav > a {
  display: flex;
  min-height: 52px;
  border-bottom: 1px solid var(--border-soft);
  align-items: center;
  font-size: var(--text-md);
  border-color: var(--border);
  color: var(--ink);
  font-weight: var(--weight-semibold);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 108px);
  padding-bottom: 76px;
  border-bottom: 1px solid var(--border);
  background: radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.95) 0 10%, transparent 32%),
    var(--powder-blue);
}

.hero::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  height: 100%;
  background: none;
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.98fr);
  gap: clamp(56px, 7vw, 96px);
}

.hero-copy h1 {
  max-width: 720px;
}

.marker {
  position: relative;
  z-index: 0;
  display: inline;
  white-space: normal;
  color: var(--brand-blue);
}

.marker::after {
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: 4px;
  left: -7px;
  height: 21px;
  border-radius: 4px 10px 5px 8px;
  background: var(--lime);
  content: "";
  transform: rotate(-1.3deg);
  display: none;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.play-icon {
  display: grid;
  padding-left: 2px;
  border-radius: 50%;
  place-items: center;
  font-size: var(--text-2xs);
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--brand-blue);
}

.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  gap: 16px 22px;
  margin-top: 28px;
  color: var(--text-muted);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
}

.hero-reassurance span {
  display: grid;
  border-radius: 50%;
  place-items: center;
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  width: 17px;
  height: 17px;
  border: 1px solid var(--green);
  color: #fff;
  background: var(--green);
}

.hero-product {
  position: relative;
  z-index: 2;
  padding: 28px 18px 38px 12px;
}

.hero-product::before {
  position: absolute;
  z-index: -1;
  content: "";
  transform: none;
  inset: 10px 0 2px 32px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(0, 27, 64, 0.06);
}

.hero-product::after {
  position: absolute;
  z-index: -1;
  content: "";
  transform: none;
  top: 0;
  right: 38px;
  bottom: auto;
  left: auto;
  width: 118px;
  height: 14px;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--brand-blue);
}

.quiz-card {
  position: relative;
  border: 1px solid var(--border-soft);
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.hero-quiz-card {
  transition: transform 300ms var(--ease);
  min-height: 548px;
  padding: 28px;
  transform: none;
}

.hero-quiz-card:hover {
  transform: translateY(-3px);
}

.quiz-card-topline {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-soft);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-color: var(--border);
}

.quiz-kicker {
  margin-bottom: 3px;
  color: var(--green);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--weight-bold);
}

.quiz-source-strip small {
  display: block;
  margin-bottom: 2px;
  color: var(--green);
  font-size: var(--text-2xs);
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: var(--weight-bold);
}

.quiz-title {
  margin-bottom: 0;
  font-size: 1.0625rem;
  color: var(--ink);
  font-weight: var(--weight-bold);
}

.quiz-source-strip {
  display: grid;
  margin-top: 15px;
  padding: 10px 11px;
  border: 1px solid #bdd8c3;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  background: var(--powder-blue);
}

.source-wordpress {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: #2877a7;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
}

.hero-quiz legend {
  width: 100%;
  margin-bottom: 17px;
  font-size: var(--text-lg);
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: var(--ink);
  font-weight: var(--weight-bold);
}

.answer-option {
  position: relative;
  display: grid;
  min-height: 54px;
  padding: 9px 13px;
  border: 1px solid var(--border-soft);
  grid-template-columns: 32px 1fr auto;
  gap: 11px;
  align-items: center;
  font-size: var(--text-sm);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: #fff;
  font-weight: var(--weight-semibold);
}

.answer-option:hover {
  border-color: var(--brand-blue);
  background: var(--powder-blue);
  transform: none;
}

.answer-option:focus-within {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 117, 221, 0.16);
}

.option-letter {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border);
  place-items: center;
  background: #fff;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  border-color: var(--border);
  border-radius: var(--radius-xs);
  color: var(--ink);
}

.answer-option.is-selected {
  border-color: var(--green);
  background: var(--mint-soft);
}

.answer-option.is-selected .option-letter,
.answer-option.is-correct .option-letter {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.quiz-feedback {
  min-height: 48px;
  margin: 13px 0 10px;
  padding: 10px 12px;
  color: var(--text-muted);
  font-size: var(--text-sm);
  line-height: 1.45;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  background: var(--powder-blue-soft);
}

.floating-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  border: 1px solid var(--border-soft);
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 11px;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
}

.hero-decoration {
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(18, 59, 42, 0.17);
  border-radius: 50%;
  pointer-events: none;
  display: none;
}

.audience-strip {
  display: flex;
  border-top: 1px solid rgba(18, 59, 42, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 82px;
  padding: 22px 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.audience-strip p {
  margin: 0;
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
}

.audience-strip li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
}

.audience-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.result-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
}

.outcome-section {
  background: #fff;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.metric-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 36px;
  border: 1px solid rgba(0, 27, 64, 0.08);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.metric-card::after {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  border: 1px dashed rgba(18, 59, 42, 0.25);
  border-radius: 50%;
  content: "";
  display: none;
}

.metric-card-lime {
  background: var(--cream);
}

.metric-card-white {
  box-shadow: var(--shadow-sm);
  background: var(--brand-blue);
}

.metric-card-dark {
  color: #fff;
  border-color: var(--deep-blue);
  background: var(--deep-blue);
}

.metric-icon {
  display: grid;
  place-items: center;
  color: var(--forest);
  font-weight: var(--weight-bold);
  width: 38px;
  height: 38px;
  margin-bottom: 46px;
  border: 1px solid currentColor;
  border-radius: var(--radius-xs);
  background: rgba(255, 255, 255, 0.48);
}

.metric-card-dark .metric-icon,
.metric-card-white .metric-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.metric-card > strong {
  display: block;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: var(--text-display);
  font-weight: var(--weight-bold);
  letter-spacing: -0.06em;
}

.metric-card h3 {
  margin-bottom: 8px;
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
}

.metric-card-dark > strong,
.metric-card-dark h3,
.metric-card-white > strong,
.metric-card-white h3 {
  color: #fff;
}

.metric-card-dark p {
  color: #d7eafb;
}

/* On the brand-blue card, #d7eafb fails WCAG AA (3.7:1); white passes. */
.metric-card-white p {
  color: #fff;
}

.workflow-section {
  background: var(--powder-blue);
}

.workflow-section .eyebrow {
  color: var(--brand-blue);
}

.dashboard-section .eyebrow {
  color: #8fc9ff;
}

.workflow-section .split-heading h2,
.workflow-section .split-heading > div h2 {
  color: var(--ink);
}

.workflow-section .split-heading > p {
  color: var(--text-muted);
}

.dashboard-section :focus-visible,
.final-cta :focus-visible,
.site-footer :focus-visible {
  outline-color: #fff;
  box-shadow: 0 0 0 4px rgba(143, 201, 255, 0.42);
}

.workflow-section :focus-visible {
  outline-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(0, 117, 221, 0.18);
}

.workflow-shell {
  display: grid;
  border: 1px solid var(--border);
  grid-template-columns: 360px minmax(0, 1fr);
  overflow: hidden;
  min-height: 640px;
  border-color: var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.workflow-tabs {
  display: flex;
  border-right: 1px solid var(--border-soft);
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  border-color: var(--border);
  background: var(--powder-blue-soft);
}

.workflow-tab {
  display: grid;
  width: 100%;
  padding: 20px 16px;
  border: 1px solid transparent;
  grid-template-columns: 42px 1fr 25px;
  gap: 12px;
  align-items: start;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  min-height: 112px;
  border-radius: var(--radius-sm);
  color: var(--text-muted);
}

.workflow-tab:hover {
  color: var(--ink);
  background: #fff;
}

.workflow-tab[aria-selected="true"] {
  border-color: var(--deep-blue);
  color: #fff;
  background: var(--deep-blue);
  box-shadow: 0 10px 22px rgba(0, 45, 121, 0.16);
}

.workflow-tab small {
  display: block;
  font-size: var(--text-sm);
  line-height: 1.45;
  color: inherit;
  opacity: 0.74;
}

.step-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  font-size: var(--text-xs);
  border: 1px solid currentColor;
  border-radius: var(--radius-xs);
  color: inherit;
  background: transparent;
  font-weight: var(--weight-medium);
}

.workflow-tab[aria-selected="true"] .step-number {
  color: var(--deep-blue);
  background: #fff;
}

.workflow-panel {
  min-width: 0;
  height: 100%;
  animation: panel-in 260ms var(--ease) both;
  padding: 44px;
  background: linear-gradient(rgba(0, 117, 221, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 117, 221, 0.045) 1px, transparent 1px),
    #fff;
  background-size: 28px 28px;
}

.product-window {
  height: 100%;
  min-height: 530px;
  border: 1px solid rgba(18, 59, 42, 0.18);
  overflow: hidden;
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.window-bar {
  display: flex;
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid var(--border-soft);
  align-items: center;
  gap: 7px;
  color: var(--text-muted);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  border-color: var(--border);
  background: var(--canvas);
}

.builder-layout aside {
  display: flex;
  padding: 16px 12px;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  background: var(--deep-blue);
}

.question-preview {
  margin-top: 21px;
  padding: 16px;
  border: 1px solid var(--border-soft);
  background: #fff;
  border-radius: var(--radius-xs);
}

.embed-preview {
  margin-top: 30px;
  padding: 23px;
  border: 2px solid var(--green);
  background: var(--canvas);
  box-shadow: 0 0 0 4px rgba(37, 114, 82, 0.08);
  border-radius: var(--radius-xs);
}

.insight-top > div {
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
}

.insight-chart {
  display: flex;
  height: 240px;
  margin: 8px 26px 0;
  padding: 20px 20px 0;
  border: 1px solid var(--border-soft);
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  background: repeating-linear-gradient(to bottom, transparent 0 54px, #edf1ed 55px 56px);
  border-radius: var(--radius-xs);
}

.prompt-box {
  display: grid;
  padding: 14px;
  border: 1px solid #99c2a9;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
  border-radius: var(--radius-xs);
  border-color: var(--green);
  background: var(--mint-soft);
}

.features-section {
  background: var(--canvas);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.feature-card {
  position: relative;
  min-height: 345px;
  border: 1px solid var(--border-soft);
  overflow: hidden;
  padding: 38px;
  border-color: rgba(0, 27, 64, 0.08);
  border-radius: var(--radius-md);
  background: #fff;
}

.feature-card-large {
  display: grid;
  min-height: 400px;
  grid-column: span 8;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  gap: 30px;
  align-items: center;
}

.feature-card h3 {
  font-size: var(--text-h3-lg);
  font-weight: var(--weight-bold);
}

.feature-card-mint {
  background: var(--powder-blue);
}

.feature-card-brand {
  grid-column: span 4;
  background: var(--cream);
}

.feature-card-publish {
  grid-column: span 4;
  color: #fff;
  background: var(--brand-blue);
}

.feature-card-leads {
  display: grid;
  grid-column: span 8;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  color: #fff;
  background: var(--deep-blue);
}

.feature-card-publish h3,
.feature-card-publish > p,
.feature-card-leads h3 {
  color: #fff;
}

.feature-card-leads p {
  color: #d7eafb;
}

.feature-icon {
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: var(--weight-bold);
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: #fff;
}

.feature-card-publish .feature-icon,
.feature-card-leads .feature-icon {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--deep-blue);
  background: #fff;
}

.generator-visual {
  padding: 17px;
  border: 1px solid rgba(18, 59, 42, 0.16);
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transform: none;
}

.lead-demo {
  padding: 22px;
  border: 1px solid rgba(18, 59, 42, 0.16);
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transform: none;
}

.generator-prompt {
  display: grid;
  min-height: 82px;
  padding: 13px;
  border: 1px solid #9ac5a8;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  align-items: start;
  background: #f4fbef;
  border-color: var(--border);
  border-radius: var(--radius-xs);
  box-shadow: none;
}

.generated-item {
  display: grid;
  min-height: 52px;
  margin-top: 9px;
  padding: 9px;
  border: 1px solid var(--border-soft);
  grid-template-columns: 28px 1fr 24px;
  gap: 10px;
  align-items: center;
  border-color: var(--border);
  border-radius: var(--radius-xs);
  box-shadow: none;
}

.swatch-row {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  display: flex;
  padding: 16px;
  border: 1px solid rgba(18, 59, 42, 0.14);
  align-items: center;
  justify-content: space-between;
  border-color: var(--border);
  border-radius: var(--radius-xs);
  box-shadow: none;
  background: var(--canvas);
}

.swatch-row i {
  width: 39px;
  height: 39px;
  border: 3px solid #fff;
  border-width: 1px;
  border-color: var(--ink);
  border-radius: var(--radius-xs);
  box-shadow: none;
}

.swatch-row i:nth-child(1) {
  background: var(--ink);
}

.swatch-row i:nth-child(2) {
  background: var(--brand-blue);
}

.swatch-row i:nth-child(3) {
  background: var(--powder-blue);
}

.swatch-row i:nth-child(4) {
  background: var(--green);
}

.swatch-row i:nth-child(5) {
  background: var(--cream);
}

.publish-path > i {
  position: absolute;
  z-index: 0;
  right: 30px;
  left: 30px;
  border-top: 1px dashed #86a894;
  border-color: rgba(255, 255, 255, 0.7);
}

.path-node {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid #a7c2af;
  place-items: center;
  color: var(--forest);
  background: #fff;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
  box-shadow: none;
  border-color: #fff;
}

.feature-card-publish .path-node {
  color: var(--deep-blue);
  background: #fff;
}

.lead-demo input {
  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  color: var(--forest);
  background: #fff;
  outline: 0;
  border-radius: var(--radius-xs);
}

.site-dialog input:not([type="checkbox"]) {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--border);
  color: var(--forest);
  background: #fff;
  outline: 0;
  width: 100%;
  min-height: 50px;
  margin-bottom: 4px;
  font-size: 1rem;
  border-radius: var(--radius-xs);
}

.lead-demo button {
  min-height: 46px;
  padding: 8px 13px;
  border: 0;
  color: #fff;
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  cursor: pointer;
  border-radius: var(--radius-xs);
  background: var(--cta-green);
}

.dashboard-section {
  position: relative;
  overflow: hidden;
  background: var(--deep-blue);
}

.dashboard-section::before {
  position: absolute;
  border: 1px dashed rgba(183, 243, 106, 0.2);
  border-radius: 50%;
  content: "";
  top: -230px;
  right: -100px;
  width: 520px;
  height: 520px;
  display: none;
}

.dashboard-section::after {
  position: absolute;
  border: 1px dashed rgba(183, 243, 106, 0.2);
  border-radius: 50%;
  content: "";
  bottom: -190px;
  left: -130px;
  width: 360px;
  height: 360px;
  display: none;
}

.dashboard-intro {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: 58px;
}

.dashboard-intro h2 {
  color: #fff;
}

.dashboard-intro > p:last-child {
  font-size: var(--text-md);
  color: #d7eafb;
}

.dashboard-window {
  position: relative;
  z-index: 1;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.21);
  grid-template-columns: 76px minmax(0, 1fr);
  overflow: hidden;
  min-height: 630px;
  border-color: rgba(255, 255, 255, 0.34);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 10, 38, 0.28);
}

.dashboard-sidebar {
  display: flex;
  padding: 20px 13px;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  background: var(--brand-blue);
}

.side-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  font-size: var(--text-sm);
  border-radius: var(--radius-xs);
  color: #d7eafb;
}

.side-icon.active {
  color: var(--brand-blue);
  background: #fff;
}

.side-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  margin-top: auto;
  border: 2px solid rgba(255, 255, 255, 0.22);
  place-items: center;
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
  color: var(--deep-blue);
  background: var(--cream);
}

.dashboard-topbar {
  display: flex;
  height: 78px;
  padding: 0 30px;
  border-bottom: 1px solid var(--border-soft);
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-color: var(--border);
}

.dashboard-tabs {
  display: flex;
  padding: 0 30px;
  border-bottom: 1px solid var(--border-soft);
  gap: 25px;
  overflow-x: auto;
  background: #fff;
  scrollbar-width: thin;
  border-color: var(--border);
}

.dashboard-tabs button {
  min-width: 44px;
  min-height: 55px;
  padding: 10px 2px;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--text-muted);
  background: transparent;
  font-size: 0.8125rem;
  white-space: nowrap;
  cursor: pointer;
  font-weight: var(--weight-semibold);
}

.dashboard-tabs button[aria-selected="true"] {
  border-bottom-color: var(--brand-blue);
  color: var(--brand-blue);
}

.panel-heading h3 {
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: var(--weight-bold);
}

.panel-heading > button {
  min-height: 44px;
  padding: 7px 12px;
  border: 0;
  color: #fff;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  cursor: pointer;
  border-radius: var(--radius-xs);
  background: var(--cta-green);
}

.quiz-list {
  border: 1px solid var(--border-soft);
  overflow: hidden;
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-xs);
}

.analytics-summary > div {
  padding: 14px 16px;
  border: 1px solid var(--border-soft);
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-xs);
}

.dashboard-chart {
  position: relative;
  height: 230px;
  border: 1px solid var(--border-soft);
  overflow: hidden;
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-xs);
}

.lead-table {
  border: 1px solid var(--border-soft);
  overflow: hidden;
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-xs);
}

.settings-list {
  display: grid;
  border: 1px solid var(--border-soft);
  overflow: hidden;
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-xs);
}

.quiz-row {
  display: grid;
  min-height: 92px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--border-soft);
  grid-template-columns: 48px minmax(180px, 1fr) 70px 75px;
  gap: 14px;
  align-items: center;
  border-color: var(--border);
}

.lead-row {
  display: grid;
  min-height: 65px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-soft);
  grid-template-columns: 1.5fr 1fr 0.6fr;
  gap: 15px;
  align-items: center;
  color: var(--text-muted);
  font-size: var(--text-xs);
  border-color: var(--border);
}

.lead-head {
  min-height: 42px;
  color: var(--text-muted);
  background: #f5f8f4;
  font-size: var(--text-2xs);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
}

.settings-list label {
  display: flex;
  min-height: 84px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--border-soft);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  border-color: var(--border);
}

.quiz-thumb {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: var(--forest);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
}

.lead-row span > b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: var(--forest);
  background: var(--mint);
  font-size: var(--text-2xs);
  border-radius: var(--radius-xs);
}

.chip,
.date-chip {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 10px;
  align-items: center;
  color: var(--green);
  background: var(--mint-soft);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
}

.sample-badge {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 10px;
  align-items: center;
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  background: #fff2cc;
  color: #795f13;
  border-radius: var(--radius-xs);
}

.saved-state {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  border-radius: var(--radius-xs);
}

.status-pill {
  display: inline-flex;
  width: max-content;
  min-height: 24px;
  padding: 4px 8px;
  align-items: center;
  color: var(--text-muted);
  background: #edf0ed;
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
}

.status-live {
  color: #216745;
  background: #dff3df;
}

.switch-input:checked {
  background: var(--cta-green);
}

.quiz-hub-section {
  background: var(--powder-blue-soft);
}

.mini-quiz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mini-quiz-card {
  display: flex;
  border: 1px solid rgba(18, 59, 42, 0.14);
  overflow: hidden;
  padding: 30px;
  flex-direction: column;
  border-color: var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.mini-green {
  background: #fff;
}

.mini-yellow {
  background: var(--cream);
}

.mini-coral {
  background: var(--powder-blue);
}

.mini-card-meta span {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 9px;
  align-items: center;
  color: var(--forest);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: none;
  background: #fff;
}

.mini-illustration {
  position: relative;
  height: 137px;
  margin-bottom: 24px;
  border: 1px solid rgba(18, 59, 42, 0.13);
  overflow: hidden;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.72);
}

.mini-illustration > span {
  position: absolute;
  top: 26px;
  left: 50%;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: var(--forest);
  background: #fff;
  font-size: 1.8rem;
  font-weight: var(--weight-bold);
  letter-spacing: -0.07em;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: none;
  border: 1px solid var(--border);
  transform: translateX(-50%);
}

.mini-bars > span {
  top: 21px;
  right: 26px;
  left: auto;
  width: 42px;
  height: 42px;
  font-size: 1.125rem;
}

.mini-cards > i {
  position: relative;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: grid;
  width: 65px;
  height: 75px;
  margin: 0 -7px;
  border: 1px solid rgba(18, 59, 42, 0.16);
  place-items: center;
  color: var(--forest);
  background: #fff;
  font-size: var(--text-xs);
  font-style: normal;
  font-weight: var(--weight-bold);
  border-color: var(--ink);
  border-radius: var(--radius-xs);
  box-shadow: none;
}

.mini-cards > i:nth-child(2) {
  z-index: 2;
  transform: translateY(-5px);
  background: var(--powder-blue);
}

.mini-quiz-card h3 {
  font-size: var(--text-h3);
  font-weight: var(--weight-bold);
}

.mini-quiz-form label span {
  display: flex;
  min-height: 45px;
  padding: 10px 13px;
  border: 1px solid rgba(18, 59, 42, 0.18);
  align-items: center;
  font-size: var(--text-sm);
  transition: border 160ms ease, background 160ms ease;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font-weight: var(--weight-semibold);
}

.mini-quiz-form input:focus-visible + span,
.billing-switch input:focus-visible + span {
  outline: 2px solid var(--brand-blue);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 117, 221, 0.16);
}

.mini-quiz-form input:checked + span {
  background: #fff;
  border-color: var(--brand-blue);
  box-shadow: inset 4px 0 0 var(--brand-blue);
}

.mini-quiz-form {
  flex: 1;
}

.mini-quiz-progress {
  margin: 0 0 18px;
}

.mini-quiz-form progress {
  display: block;
  width: 100%;
  height: 6px;
  border: 0;
  border-radius: var(--radius-pill);
  overflow: hidden;
  appearance: none;
}

.mini-quiz-form progress::-webkit-progress-bar {
  border-radius: var(--radius-pill);
  background: rgba(18, 59, 42, 0.13);
}

.mini-quiz-form progress::-webkit-progress-value {
  border-radius: var(--radius-pill);
  background: var(--brand-blue);
  transition: width 280ms var(--ease);
}

.mini-quiz-form progress::-moz-progress-bar {
  border-radius: var(--radius-pill);
  background: var(--brand-blue);
}

.mini-question legend {
  width: 100%;
  margin-bottom: 11px;
  color: var(--ink);
  font-size: var(--text-base);
  font-weight: var(--weight-bold);
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.mini-option-state {
  margin-left: auto;
  color: var(--green);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
}

.mini-quiz-form label.is-correct span {
  border-color: #4a9d73;
  background: #ebf9e5;
  box-shadow: inset 4px 0 0 #4a9d73;
}

.mini-quiz-form label.is-wrong span {
  border-color: #df745f;
  background: #fff0ed;
  box-shadow: inset 4px 0 0 #df745f;
}

.mini-quiz-form label.is-wrong .mini-option-state {
  color: #a53f2c;
}

.mini-quiz-form label:has(input:disabled) {
  cursor: default;
}

.mini-quiz-result {
  padding-top: 9px;
  text-align: center;
  animation: result-in 260ms var(--ease) both;
}

.mini-result-badge {
  display: inline-flex;
  min-width: 76px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(18, 59, 42, 0.16);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--forest);
  background: #fff;
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  letter-spacing: -0.04em;
}

.mini-quiz-result h4 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: var(--text-lg);
  line-height: 1.2;
}

.mini-quiz-result > p {
  min-height: 68px;
  margin: 0;
  color: var(--text-muted);
  font-size: var(--text-sm);
  line-height: 1.55;
}

.mini-quiz-result .mini-reset {
  margin-top: 7px;
}

.mini-quiz-card .format-explainer {
  margin-top: 25px;
}

.wordpress-section {
  background: var(--powder-blue);
}

.wordpress-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 96px;
}

.wp-steps {
  display: grid;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  gap: 0;
  border-top: 1px solid rgba(0, 27, 64, 0.18);
}

.wp-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid rgba(0, 27, 64, 0.18);
}

.wp-steps li > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  border: 1px solid var(--brand-blue);
  border-radius: var(--radius-xs);
  color: #fff;
  background: var(--brand-blue);
}

.wp-steps strong {
  display: block;
  font-size: var(--text-base);
  color: var(--ink);
  font-weight: var(--weight-bold);
}

.wordpress-visual {
  position: relative;
  border: 1px solid var(--border);
  min-height: 570px;
  padding: 64px 72px;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.2), transparent 30%),
    var(--brand-blue);
  box-shadow: var(--shadow-md);
}

.wp-ring {
  position: absolute;
  border: 1px dashed rgba(18, 59, 42, 0.19);
  border-radius: 50%;
  border-color: rgba(255, 255, 255, 0.25);
}

.wp-flow-card {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 105px;
  padding: 17px;
  border: 1px solid rgba(18, 59, 42, 0.17);
  grid-template-columns: 52px 1fr 30px;
  gap: 14px;
  align-items: center;
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transform: none;
}

.wp-flow-card > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
}

.wp-flow-card > i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--forest);
  background: var(--mint-soft);
  font-size: var(--text-2xs);
  font-style: normal;
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
}

.flow-card-three > i {
  color: #238155;
}

.flow-card-two {
  transform: translateX(28px);
}

.flow-card-two > span {
  background: var(--powder-blue);
}

.flow-card-three > span {
  background: var(--green-soft);
}

.flow-arrow {
  position: relative;
  z-index: 2;
  height: 30px;
  font-size: 1.125rem;
  font-weight: var(--weight-bold);
  text-align: center;
  color: #fff;
}

.pricing-section {
  background: #fff;
}

.billing-switch {
  display: flex;
  width: max-content;
  margin: 0 auto 44px;
  border: 1px solid var(--border);
  padding: 4px;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  background: var(--powder-blue);
}

.billing-switch label > span {
  display: flex;
  min-height: 41px;
  padding: 9px 15px;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: var(--text-sm);
  border-radius: var(--radius-xs);
  font-weight: var(--weight-medium);
}

.billing-switch input:checked + span {
  color: #fff;
  background: var(--deep-blue);
  box-shadow: none;
}

.billing-switch input:checked + span small {
  color: #b9e0ff;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 16px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.pricing-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.pricing-card.pricing-featured {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  box-shadow: 0 18px 42px rgba(0, 117, 221, 0.2);
  transform: none;
}

.popular-pill {
  position: absolute;
  min-height: 28px;
  padding: 5px 11px;
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
  top: 18px;
  right: 18px;
  color: #fff;
  background: var(--cta-green);
}

.concept-label {
  display: inline-flex;
  min-height: 25px;
  margin-bottom: 14px;
  padding: 4px 9px;
  border: 1px solid rgba(18, 59, 42, 0.16);
  align-items: center;
  color: var(--green);
  font-size: var(--text-2xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--radius-xs);
  border-color: var(--border);
  background: var(--canvas);
}

.price-line {
  display: flex;
  min-height: 67px;
  align-items: baseline;
  color: var(--ink);
}

.plan-name {
  margin-bottom: 7px;
  font-size: var(--text-lg);
  color: var(--ink);
  font-weight: var(--weight-bold);
}

.plan-price {
  font-size: 3.25rem;
  letter-spacing: -0.065em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-weight: var(--weight-bold);
}

.pricing-featured .plan-name,
.pricing-featured .price-line,
.pricing-featured .billing-note {
  color: #fff;
}

.pricing-featured .plan-for {
  color: #fff;
}

.pricing-featured .price-line > span:last-child {
  color: #d7eafb;
}

.pricing-featured .concept-label {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.pricing-featured .button-dark {
  color: #fff;
  background: var(--cta-green);
}

.pricing-featured .button-dark:hover {
  background: #027205;
}

.pricing-card ul {
  display: grid;
  margin: 24px 0 0;
  padding: 23px 0 0;
  border-top: 1px solid rgba(18, 59, 42, 0.14);
  gap: 12px;
  list-style: none;
  border-color: var(--border);
}

.pricing-card li {
  position: relative;
  padding-left: 25px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.pricing-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  place-items: center;
  content: "✓";
  font-size: 0.65rem;
  font-weight: var(--weight-bold);
  border: 1px solid var(--green);
  color: var(--green);
  background: transparent;
}

.pricing-featured ul {
  border-color: rgba(255, 255, 255, 0.25);
}

.pricing-featured li {
  color: #fff;
}

.pricing-featured li::before {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.post-pack-card {
  display: grid;
  margin-top: 24px;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: 48px;
  align-items: center;
  background: var(--powder-blue-soft);
  box-shadow: var(--shadow-sm);
}

.post-pack-copy .eyebrow {
  margin-bottom: 10px;
}

.post-pack-copy h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: var(--text-h3);
}

.post-pack-copy > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--text-muted);
  font-size: var(--text-md);
}

.post-pack-offer {
  padding-left: 32px;
  border-left: 1px solid var(--border);
}

.post-pack-price {
  display: flex;
  align-items: flex-start;
  color: var(--ink);
  line-height: 1;
}

.post-pack-price span {
  margin-top: 5px;
  font-size: var(--text-md);
  font-weight: var(--weight-bold);
}

.post-pack-price strong {
  font-size: 3.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: var(--weight-bold);
  letter-spacing: -0.065em;
}

.post-pack-offer > p {
  margin: 2px 0 16px;
  color: var(--text-muted);
  font-size: var(--text-sm);
}

.faq-section {
  background: var(--powder-blue-soft);
}

.faq-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 110px;
}

.faq-list details {
  border-bottom: 1px solid var(--border);
  border-color: rgba(0, 27, 64, 0.2);
}

.faq-list details:first-child {
  border-top: 1px solid var(--border);
  border-color: rgba(0, 27, 64, 0.2);
}

.faq-list summary {
  display: flex;
  padding: 20px 3px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  min-height: 80px;
  color: var(--ink);
  font-weight: var(--weight-semibold);
}

.faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  place-items: center;
  transition: transform 180ms ease;
  border-color: var(--brand-blue);
  border-radius: var(--radius-xs);
  color: var(--brand-blue);
}

.final-cta-section {
  background: #fff;
}

.final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 94px 64px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--brand-blue);
  box-shadow: var(--shadow-md);
}

.final-cta::before {
  position: absolute;
  content: "";
  pointer-events: none;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-sm);
}

.final-cta > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 auto 29px;
  font-size: var(--text-md);
  color: #fff;
}

.final-cta .eyebrow {
  justify-content: center;
  color: #fff;
}

.cta-question-marks span {
  position: absolute;
  font-size: 11rem;
  font-weight: var(--weight-bold);
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
}

.site-footer {
  padding: 70px 0 25px;
  padding-top: 82px;
  color: #d7eafb;
  background: var(--ink);
}

.site-footer .brand {
  color: #fff;
}

.site-footer .brand-mark {
  box-shadow: none;
}

.footer-brand p {
  max-width: 250px;
  margin: 19px 0 0;
  font-size: var(--text-md);
  color: #a9bfd5;
}

.footer-links a,
.footer-links button {
  width: max-content;
  min-width: 44px;
  min-height: 44px;
  padding: 3px 0;
  border: 0;
  background: transparent;
  font-size: var(--text-sm);
  cursor: pointer;
  color: #a9bfd5;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.8125rem;
  color: #a9bfd5;
}

.footer-links h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: var(--text-xs);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: var(--weight-bold);
}

.footer-bottom {
  display: flex;
  margin-top: 55px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  gap: 20px;
  border-color: rgba(255, 255, 255, 0.18);
}

.site-dialog {
  width: min(calc(100% - 32px), 520px);
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 1px solid var(--border);
  overflow: hidden;
  color: var(--text);
  background: #fff;
  border-color: var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.site-dialog-wide {
  width: min(calc(100% - 32px), 720px);
}

.site-dialog::backdrop {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  animation: backdrop-in 170ms ease both;
  background: rgba(0, 27, 64, 0.72);
}

.dialog-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 23px;
  place-items: center;
  color: var(--forest);
  font-size: var(--text-sm);
  font-weight: var(--weight-bold);
  border-radius: var(--radius-xs);
}

.demo-player {
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--canvas);
  border-radius: var(--radius-xs);
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--forest);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  border-radius: var(--radius-xs);
  border: 1px solid var(--border);
  background: #fff;
}

.signup-context {
  margin: -10px 0 16px;
  padding: 10px 12px;
  color: var(--forest);
  font-size: 0.8125rem;
  font-weight: var(--weight-semibold);
  border-radius: var(--radius-xs);
  background: var(--powder-blue-soft);
}

.demo-screen {
  display: flex;
  min-height: 300px;
  padding: 20px;
  align-items: center;
  justify-content: center;
  background: var(--powder-blue-soft);
}

.plugin-steps > div {
  padding: 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  border-color: var(--border);
  background: var(--powder-blue-soft);
}

.code-window {
  border: 1px solid #284e3b;
  overflow: hidden;
  border-radius: var(--radius-xs);
  border-color: var(--brand-blue);
  background: var(--deep-blue);
}

.code-top {
  display: flex;
  min-height: 50px;
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-xs);
  color: #d7eafb;
}

.js [data-reveal] {
  opacity: 0;
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
  transform: translateY(14px);
  transition-duration: 460ms;
}

@keyframes pop-in {
  from { opacity: 0; transform: translateX(-50%) translateY(-7px) scale(0.98); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes mobile-menu-in {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes result-in {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes pulse {
  0%, 100% { opacity: 0; transform: scale(0.6); }
  40% { opacity: 0.6; }
  80% { opacity: 0; transform: scale(1.4); }
}

@keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } }

@keyframes dialog-in { from { opacity: 0; transform: translateY(15px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1100px) {
  .floating-chip-top {
    right: -12px;
  }

  .feature-card-large {
    grid-column: span 12;
  }

  .feature-card-brand,
  .feature-card-publish {
    grid-column: span 6;
  }

  .feature-card-leads {
    grid-column: span 12;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
    gap: 56px;
  }

  .workflow-shell {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .wordpress-grid {
    gap: 54px;
  }

  .wordpress-visual {
    padding-inline: 46px;
  }
}

@media (max-width: 900px) {
  .workflow-tab .tab-arrow {
    display: none;
  }

  .step-number {
    width: 35px;
    height: 35px;
  }

  .workflow-panel {
    min-height: 590px;
  }

  .wordpress-copy {
    max-width: 720px;
  }

  .wordpress-visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  :root {
    --header-height: 70px;
  }

  .desktop-nav,
  .header-cta,
  .login-button {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .site-header.is-scrolled .mobile-nav {
    top: var(--header-height);
    max-height: calc(100dvh - var(--header-height));
  }

  .section {
    padding: 84px 0;
  }

  .section-small {
    padding: 62px 0;
  }

  .hero {
    padding-top: calc(var(--header-height) + 88px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-product {
    width: min(100%, 610px);
    margin: 0 auto;
  }

  .audience-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .workflow-shell {
    grid-template-columns: 1fr;
  }

  .workflow-tabs {
    justify-content: stretch;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
    flex-direction: row;
    overflow-x: auto;
  }

  .workflow-tab {
    padding: 15px 12px;
    grid-template-columns: 37px 1fr;
    min-width: 220px;
    min-height: 100px;
  }

  .wordpress-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .faq-intro {
    position: static;
    max-width: 720px;
  }

  .mini-quiz-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-quiz-card:last-child {
    width: calc(50% - 8px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-card:nth-child(2) {
    border: 1px solid var(--brand-blue);
  }

  .pricing-card:last-child {
    width: 100%;
    grid-column: 1 / -1;
    justify-self: stretch;
    border: 1px solid var(--border);
  }
}

@media (max-width: 767px) {
  .marker::after {
    bottom: 2px;
    height: 14px;
  }

  .floating-chip-top {
    top: 0;
    right: -4px;
  }

  .floating-chip-bottom {
    bottom: -1px;
    left: -3px;
  }

  .audience-strip ul {
    gap: 15px 24px;
  }

  .product-window {
    min-height: 495px;
  }

  .builder-main {
    padding: 20px;
  }

  .prompt-box {
    grid-template-columns: 26px 1fr;
  }

  .prompt-box button {
    grid-column: 1 / -1;
  }

  .wordpress-canvas {
    grid-template-columns: 145px 1fr;
  }

  .wp-page {
    padding: 38px 20px;
  }

  .insight-top {
    padding: 18px 18px 10px;
  }

  .insight-chart {
    margin-inline: 18px;
  }

  .dashboard-topbar,
  .dashboard-tabs {
    padding-inline: 20px;
  }

  .dashboard-panels {
    padding: 22px 20px;
  }

  .quiz-row {
    grid-template-columns: 45px minmax(140px, 1fr) 62px;
  }

  .quiz-row > b {
    display: none;
  }

  .analytics-summary,
  .plugin-steps {
    grid-template-columns: 1fr;
  }

  .container,
  .header-inner {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 64px 0;
  }

  .section-small {
    padding: 52px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  h1 {
    font-size: clamp(2.5rem, 11vw, 3.6rem);
  }

  h2 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .hero {
    padding-top: calc(var(--header-height) + 62px);
    padding-bottom: 58px;
  }

  .hero-product {
    padding: 18px 8px 24px 0;
  }

  .hero-product::before {
    left: 12px;
  }

  .hero-quiz-card {
    min-height: 530px;
    padding: 22px;
  }

  .audience-strip {
    margin-top: 76px;
  }

  .metric-grid,
  .mini-quiz-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .metric-card {
    min-height: 280px;
  }

  .metric-card:last-child {
    border-color: var(--deep-blue);
  }

  .workflow-panel {
    min-height: 540px;
    padding: 22px;
  }

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

  .feature-card-brand,
  .feature-card-publish,
  .feature-card {
    grid-column: 1;
  }

  .feature-card-large {
    min-height: 650px;
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .feature-card-leads {
    min-height: 520px;
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .dashboard-window {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    display: none;
  }

  .mini-quiz-card:last-child,
  .mini-quiz-card {
    width: 100%;
    grid-column: 1;
  }

  .pricing-card:last-child {
    grid-column: 1;
  }

  .pricing-card {
    width: 100%;
    grid-column: 1;
  }

  .pricing-card:nth-child(2) {
    border: 1px solid var(--border);
    border-color: var(--brand-blue);
  }

  .post-pack-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .post-pack-offer {
    padding: 24px 0 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .wordpress-visual {
    min-height: 540px;
    padding: 56px 40px;
  }

  .final-cta {
    padding: 72px 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .quiz-source-strip {
    grid-template-columns: 35px minmax(0, 1fr);
  }

  .source-wordpress {
    width: 35px;
    height: 35px;
  }

  .quiz-source-strip em {
    grid-column: 2;
  }

  .quiz-source-strip strong {
    white-space: normal;
  }

  .quiz-result-actions {
    grid-template-columns: 1fr;
  }

  .product-window {
    min-height: 464px;
  }

  .builder-layout {
    grid-template-columns: 42px 1fr;
  }

  .builder-layout aside {
    padding-inline: 7px;
  }

  .builder-layout aside i {
    width: 21px;
  }

  .builder-main {
    padding: 15px;
  }

  .builder-toolbar {
    margin-bottom: 20px;
  }

  .builder-main h3 {
    font-size: var(--text-lg);
  }

  .question-preview {
    padding: 12px;
  }

  .wordpress-canvas {
    grid-template-columns: 1fr;
  }

  .wp-sidebar {
    display: none;
  }

  .wp-page {
    padding: 32px 18px;
  }

  .insight-top {
    grid-template-columns: 1fr;
  }

  .insight-top > div:nth-child(n+2) {
    display: none;
  }

  .insight-chart {
    height: 245px;
  }

  .feature-card-large {
    min-height: 630px;
  }

  .feature-card-leads {
    min-height: 550px;
  }

  .lead-demo input {
    font-size: 16px;
  }

  .swatch-row i {
    width: 32px;
    height: 32px;
  }

  .dashboard-topbar {
    height: 70px;
  }

  .dashboard-tabs {
    gap: 20px;
  }

  .panel-heading {
    align-items: flex-start;
  }

  .quiz-row {
    min-height: 83px;
    padding-inline: 12px;
    grid-template-columns: 39px minmax(110px, 1fr) 54px;
    gap: 9px;
  }

  .quiz-thumb {
    width: 37px;
    height: 37px;
  }

  .quiz-row > span:nth-child(2) strong {
    font-size: 0.8125rem;
  }

  .quiz-row > span:nth-child(2) small {
    font-size: var(--text-2xs);
  }

  .lead-row {
    grid-template-columns: 1.4fr 1fr;
  }

  .lead-row span:last-child {
    display: none;
  }

  .settings-list label {
    padding-inline: 13px;
    gap: 12px;
  }

  .wp-flow-card {
    grid-template-columns: 45px 1fr 26px;
    padding: 14px;
  }

  .wp-flow-card > span {
    width: 43px;
    height: 43px;
  }

  .billing-switch label > span {
    padding-inline: 10px;
  }

  .dialog-shell {
    padding: 31px 22px 26px;
  }

  .site-dialog h2 {
    margin-right: 38px;
  }

  .demo-screen {
    min-height: 270px;
  }

  .demo-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .code-window pre {
    padding: 16px;
    font-size: var(--text-xs);
  }

  .hero-actions,
  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .final-actions .button {
    width: 100%;
  }

  .hero-reassurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-quiz-card {
    min-height: 590px;
    padding: 18px;
  }

  .floating-chip-bottom {
    display: none;
  }

  .floating-chip-top {
    right: 4px;
  }

  .workflow-tabs {
    display: grid;
    overflow: visible;
  }

  .workflow-tab {
    min-width: 0;
    min-height: 82px;
  }

  .workflow-panel {
    min-height: 500px;
    padding: 12px;
  }

  .feature-card {
    padding: 24px;
  }

  .lead-demo > div {
    grid-template-columns: 1fr;
  }

  .dashboard-panels {
    padding: 19px 14px;
  }

  .wordpress-visual {
    min-height: 520px;
    padding: 52px 20px;
  }

  .flow-card-two {
    transform: translateX(8px);
  }

  .faq-list summary {
    font-size: 0.9375rem;
  }

  .footer-grid {
    gap: 34px 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
