/* Generated from new_design/home.html. Do not edit directly. */
/* ============================================================
   Rizer design system pass (design.md v-alpha)
   Palette: primary #ea580c orange · secondary/on-surface #1b2a4a
   navy for headlines, nav, and body copy · tertiary #0b1220 ink
   reserved for buttons, mock-UI cards, and dark chrome below.
   ============================================================ */
:root {
  --ink: #1b2a4a;                    /* secondary / on-surface */
  --brand-dark: #c94d09;             /* primary-hover */
  --rule: rgba(226, 232, 240, 0.92); /* border */
  --green: #22c55e;                  /* success */
  --red: #ef4444;                    /* error */
}

/* Tertiary ink stays reserved for buttons, mock-UI cards, dark chrome */
.btn.ghost,
.hubspot-mock-row-title {
  color: #0b1220;
}

.footer {
  background: #0b1220;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(248, 250, 252, 0.96);
  border-color: rgba(203, 213, 225, 0.95);
  color: var(--ink-3);
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.hero-badge strong {
  color: var(--brand);
}

.hero-badge::before {
  display: none;
}

/* Headline ramp -> design.md headline-display / headline-lg / headline-sm */
.hero h1,
.section-title,
.cta-block h2,
.loop-panel-head {
  text-wrap: balance;
}

.hero-sub,
.section-lede,
.cap-desc,
.tier-desc {
  text-wrap: pretty;
}

.hero h1 {
  font-size: clamp(42px, 5.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.section-title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.cta-block h2 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 16px;
}

/* Vary section-header layout from section to section:
   .split = side by side (existing) · default = stacked, left-aligned
   .centered = stacked, centered */
.section-header.centered {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-header.mode-header {
  max-width: 780px;
}

.section-header.comparison-header {
  max-width: 760px;
}

.section-header {
  margin-bottom: 36px;
}

.section-header.centered {
  margin-bottom: 40px;
}

.section-header.comparison-header,
.section-header.mode-header {
  margin-bottom: 34px;
}

.section-header + .loop-compare,
.section-header + .method,
.section-header + .pricing-teaser,
.section-header + .caps {
  margin-top: 0;
}

.cap-title,
.tier-name,
.method-step .step-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.hero-cta-note {
  margin-top: 12px;
  color: var(--ink-3);
  font-size: 14px;
  line-height: 20px;
}

/* Stat values -> headline-sm; on-surface by default, primary/error for emphasis. */
.proof-strip .stat .num {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.hubspot-mock-progress-value {
  font-variant-numeric: tabular-nums;
}

.proof-strip-meta {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  font-weight: 400;
  color: var(--ink-4);
}

/* "How it connects" copy block: two ledes back-to-back need tighter rhythm
   than a lede that follows a heading, and the feature list needs breathing
   room above it. Structural selectors instead of one-off inline styles. */
.section-lede + .section-lede {
  margin-top: 12px;
}

.section-lede + .tier-feat {
  margin-top: 24px;
}

.trust-badge-highlight {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

/* Supporting copy -> body-sm for a consistent reading rhythm */
.method-step .step-desc,
.cap .cap-desc,
.tier-desc,
.tier-feat-item,
.pfeat,
.hubspot-mock-row-desc,
.loop-text {
  font-size: 15px;
  line-height: 22px;
}

/* .container,
.container-narrow {
  padding-left: 32px;
  padding-right: 32px;
} */

@media (max-width: 960px) {
  .container,
  .container-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Loop comparison section (usual process vs. Rizer loop) */
.loop-compare {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
}

.loop-panel {
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: none;
}

.loop-panel.is-neg {
  background: #fff7f7;
  border-color: rgba(239, 68, 68, 0.12);
}

.loop-panel.is-pos {
  background: #f3fbf7;
  border-color: rgba(34, 197, 94, 0.14);
}

.loop-panel-head {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #0b1220;
}

.loop-panel-head .hl {
  color: var(--ink);
}

.loop-panel.is-neg .loop-panel-head {
  color: #0b1220;
}

.loop-panel.is-pos .loop-panel-head {
  color: #0b1220;
}

.loop-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.loop-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(226, 232, 240, 0.78);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.loop-step:last-child {
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
}

.loop-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 700;
  flex-shrink: 0;
}

.loop-step.neg .loop-num {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.14);
  color: rgba(185, 28, 28, 0.66);
  font-family: var(--font);
  font-size: 14px;
  line-height: 1;
}

.loop-step.pos .loop-num {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.16);
  color: rgba(21, 128, 61, 0.72);
}

.loop-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.loop-text {
  color: #0b1220;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.loop-step.pos .loop-text {
  color: var(--ink);
}

@media (max-width: 960px) {
  .loop-compare {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .loop-panel {
    width: 100%;
  }

  .loop-panel {
    padding: 26px 22px;
  }
}

.method.method-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Keep the winback loop elegant by removing the mechanical connector line. */
.method.method-4::before {
  display: none;
}

.method.method-4 .method-step:not(:last-child)::after {
  display: none;
}

.method.method-4 .step-num {
  background: #fff7ed;
  border: 1px solid rgba(234, 88, 12, 0.16);
  color: rgba(201, 77, 9, 0.62);
  box-shadow: none;
}

@media (max-width: 960px) {
  .method.method-4 .method-step::after {
    display: none;
  }
}

/* Defensive: keeps tier CTAs on a common baseline if copy length ever
   diverges between the two cards in a pricing-teaser row. */
.tier > .btn {
  margin-top: auto;
}

.product-cards {
  align-items: stretch;
  gap: 30px;
}

.product-cards .tier {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(234, 88, 12, 0.24);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
}

.product-cards .tier-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 146px;
}

.product-cards .tier-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(234, 88, 12, 0.22);
  border-radius: 999px;
  background: var(--brand-tint);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.product-cards .tier-name {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.product-cards .tier-desc {
  max-width: 54ch;
  font-size: 16px;
  line-height: 26px;
}

.product-cards .tier-feat {
  margin-top: 26px;
  margin-bottom: 28px;
  gap: 12px;
  flex: 1;
}

.product-cards .tier-feat-item {
  line-height: 23px;
}

.product-cards .btn {
  width: 100%;
  justify-content: center;
  border-color: rgba(234, 88, 12, 0.9);
  background: var(--brand);
  color: #fff;
}

.product-cards .btn:hover {
  background: var(--brand-dark);
  color: #fff;
}

.clarity-card {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  box-shadow: none;
}

.clarity-card .section-title {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.02;
}

.clarity-card .section-lede {
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 14.5px;
  line-height: 22px;
}

.caps.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.audience-grid .cap {
  padding: 26px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.audience-grid .cap-title {
  margin-bottom: 12px;
  color: #0b1220;
}

.audience-grid .cap-desc {
  line-height: 24px;
}

.mode-cards {
  gap: 24px;
}

.mode-cards .tier {
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.mode-cards .tier-name {
  color: #0b1220;
}

@media (max-width: 960px) {
  .caps.audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .caps.audience-grid {
    grid-template-columns: 1fr;
  }
}

/* HubSpot card integration mockup */
.hubspot-mock {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-lg);
}

.hubspot-mock-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  margin-bottom: 16px;
  background: var(--bg-2);
  border: 1px solid var(--rule);
  border-radius: 12px;
}

.hubspot-mock-avatar {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.hubspot-mock-head-label {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
}

.hubspot-mock-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hubspot-mock-row {
  padding: 18px 20px;
  border: 1px solid var(--rule);
  border-radius: 14px;
  background: #fff;
}

.hubspot-mock-row-title {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hubspot-mock-row-desc {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.5;
}

.hubspot-mock-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.hubspot-mock-progress-track {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: var(--bg-3);
  overflow: hidden;
}

.hubspot-mock-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--green);
}

.hubspot-mock-progress-value {
  flex-shrink: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
}


