:root {
  --black: #050505;
  --ink: #0d0d0d;
  --panel: #121212;
  --line: #2a2a2a;
  --line-soft: #e5e5e5;
  --white: #f6f6f6;
  --paper: #ffffff;
  --muted: #a6a6a6;
  --muted-dark: #555;
  --green: #36d66f;
  --max: 1180px;
  --font-heading: "Work Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Arial, sans-serif;
  --font-body: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif;
}

.nobr {
  white-space: nowrap;
}

/* Mobile final stability pass */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body * {
    min-width: 0;
  }

  h1,
  h2,
  h3 {
    letter-spacing: 0;
    text-wrap: balance;
  }

  p,
  a,
  span,
  b,
  strong {
    text-wrap: pretty;
  }

  .site-header {
    left: 14px;
    right: 14px;
    width: auto;
    max-width: none;
    padding: 12px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .site-header .nav {
    display: none !important;
  }

  .brand {
    gap: 8px;
    font-size: 13px;
    line-height: 1;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-cta {
    width: auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 7px;
  }

  .section {
    width: calc(100% - 28px);
    max-width: none;
  }

  .hero.section {
    width: 100%;
    min-height: min(780px, 100svh);
    padding: 88px 18px 320px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .hero::before {
    background-size: auto clamp(430px, 64svh, 560px);
    background-position: center bottom;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.84) 26%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.94) 100%),
      radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 42%);
  }

  .hero-copy {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }

  .hero h1 {
    max-width: 355px;
    margin: 0 auto;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.06;
  }

  .hero-text {
    max-width: 335px;
    margin: 18px auto 0;
    font-size: 15.5px;
    line-height: 1.44;
  }

  .hero-actions {
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .format,
  .feedback,
  .report,
  .audience,
  .compare,
  .revenue-spotlight,
  .final-cta {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-body {
    max-width: 350px;
  }

  .format h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 360px;
    font-size: clamp(31px, 8.8vw, 42px);
    line-height: 1.1;
  }

  .format h2 br,
  .feedback-intro h2 br,
  .report-head h2 br,
  .audience-head h2 br,
  .compare-head h2 br {
    display: none;
  }

  .section-body p,
  .feedback-intro p,
  .report-head p,
  .audience-head p,
  .compare-head p,
  .final-cta p {
    max-width: 350px;
    font-size: 16px;
    line-height: 1.48;
  }

  .process {
    grid-template-columns: 1fr !important;
  }

  .process-step {
    min-height: 204px;
    padding: 22px;
  }

  .process-step h3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .process-step p {
    max-width: 260px;
  }

  .process-step:not(:first-child) p br {
    display: none;
  }

  .feedback-intro {
    text-align: center;
  }

  .feedback-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .lpr-board {
    padding: 24px 14px 20px;
    border-radius: 8px;
  }

  .lpr-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 10px;
  }

  .lpr-icon {
    transform: scale(0.84);
  }

  .lpr-label {
    margin-top: 18px;
    font-size: 14px;
  }

  .report-head {
    margin-bottom: 28px;
  }

  .report-panel {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .browser-chrome {
    height: 40px;
    padding: 0 12px;
    gap: 8px;
  }

  .browser-address {
    width: auto;
    flex: 1;
    max-width: none;
    padding: 0 10px;
    font-size: 0;
  }

  .browser-address::after {
    content: "closed-show.app/report";
    font-size: 11px;
  }

  .report-app {
    display: block;
    min-height: 0;
  }

  .report-sidebar {
    display: none !important;
  }

  .report-workspace,
  .report-workspace-vertical {
    padding: 20px 12px 18px;
  }

  .report-app-head {
    gap: 12px;
    margin-bottom: 18px;
  }

  .report-back-link {
    pointer-events: none;
    color: rgba(16, 17, 19, 0.52);
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 12px;
  }

  .report-back-link::before {
    content: "← ";
  }

  .report-title-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .report-title-row h3 {
    font-size: 28px;
    line-height: 1.08;
  }

  .report-title-row b {
    justify-self: start;
    font-size: 12px;
    padding: 7px 10px;
  }

  .classic-funnel {
    width: 100%;
    gap: 8px;
    margin: 18px auto 22px;
  }

  .classic-funnel-stage {
    width: 100% !important;
    height: auto;
    min-height: 58px;
    clip-path: none;
    padding: 12px 14px;
    border: 1px solid #dee2e8;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .classic-funnel-stage span:first-child {
    min-width: 34px;
    text-align: left;
    font-size: 26px;
  }

  .classic-funnel-stage span:last-child {
    max-width: 180px;
    text-align: right;
    font-size: 12px;
    line-height: 1.2;
  }

  .selected-funnel-stage {
    border-radius: 8px;
    overflow: hidden;
  }

  .selected-funnel-head {
    padding: 14px;
  }

  .selected-funnel-title {
    font-size: 13px;
  }

  .report-table-detailed .report-table-head {
    display: none;
  }

  .report-table-detailed .report-table-row {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) auto;
    gap: 8px 10px;
    align-items: start;
    padding: 14px;
    min-height: 0;
  }

  .report-table-detailed .report-table-row p {
    display: -webkit-box !important;
    grid-column: 2 / 4;
    max-width: none;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 1.35;
  }

  .report-table-detailed .report-table-row b {
    font-size: 14px;
    line-height: 1.18;
  }

  .score-pill {
    font-size: 12px;
    padding: 4px 7px;
  }

  .audience-head {
    margin-bottom: 28px;
  }

  .audience-panel,
  .audience-puzzle {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    overflow: visible;
  }

  .audience-list,
  .audience-criteria {
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .audience-list {
    min-height: 280px;
  }

  .audience-list .audience-number {
    font-size: clamp(72px, 24vw, 118px);
  }

  .audience-criteria {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 148px;
    padding: 22px;
  }

  .audience-lock,
  .audience-glow-layer,
  .line-sweep,
  .line-glow,
  .lock-glow {
    display: none !important;
  }

  .compare-head {
    margin-bottom: 28px;
  }

  .compare-grid {
    grid-template-columns: 1fr !important;
  }

  .compare-column {
    padding: 22px;
  }

  .compare-row {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    font-size: 16px;
  }

  .revenue-spotlight {
    min-height: 650px;
    justify-content: center;
  }

  .revenue-label {
    max-width: 340px;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.12;
  }

  .revenue-number {
    gap: clamp(12px, 3vw, 22px);
    transform-origin: center;
  }

  .revenue-symbol,
  .revenue-suffix {
    font-size: clamp(58px, 18vw, 92px);
  }

  .revenue-main {
    font-size: clamp(128px, 38vw, 220px);
  }

  .revenue-copy {
    max-width: 350px;
    font-size: 16px;
    line-height: 1.42;
  }

  .final-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .final-cta h2 {
    max-width: 340px;
  }

  .final-cta p {
    max-width: 350px;
  }

  .cta-actions {
    width: 100%;
  }

  .cta-actions .button,
  .cta-actions .email-link {
    width: 100%;
  }

  .site-footer {
    width: calc(100% - 28px);
    padding: 28px 0 34px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-docs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-start;
  }

  .footer-docs a {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 390px) {
  .hero.section {
    padding-bottom: 300px;
  }

  .hero h1,
  .format h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .report-table-detailed .report-table-row {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 12px;
  }

  .classic-funnel-stage span:last-child {
    max-width: 150px;
  }
}

/* Mobile repair layer */
@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  html,
  body { overflow-x: hidden; }

  body {
    min-width: 0;
    background: #030303;
  }

  p,
  li,
  a,
  span,
  b,
  strong,
  em {
    text-wrap: pretty;
  }

  h1,
  h2,
  h3 {
    text-wrap: balance;
  }

  .site-header {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    padding: 12px 0;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav { display: none !important; }

  .brand {
    min-width: 0;
    gap: 8px;
    font-size: 13px;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-cta {
    width: auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .section { width: calc(100% - 28px); }

  .hero.section {
    width: 100%;
    min-height: min(780px, 100svh);
    padding: 86px 18px 320px;
    align-items: flex-start;
  }

  .hero::before {
    background-size: auto clamp(430px, 64svh, 560px);
    background-position: center bottom;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .94) 27%, rgba(0, 0, 0, .52) 52%, rgba(0, 0, 0, .14) 70%, rgba(0, 0, 0, .92) 94%, #050505 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .58), transparent 30%, transparent 70%, rgba(0, 0, 0, .58));
  }

  .hero-copy {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 4px;
    text-align: center;
  }

  .hero h1 {
    max-width: 355px;
    font-size: clamp(31px, 9.1vw, 42px);
    line-height: 1.06;
  }

  .hero-text {
    max-width: 335px;
    font-size: 15.5px;
    line-height: 1.44;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .hero-actions .button,
  .contact-form .button,
  .final-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .format,
  .feedback,
  .report,
  .audience,
  .compare,
  .revenue-spotlight,
  .final-cta {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 360px;
    font-size: clamp(31px, 8.8vw, 42px);
    line-height: 1.1;
  }

  .section-body p,
  .feedback-intro p,
  .report-head p,
  .audience-head p,
  .compare-head p,
  .final-cta p {
    max-width: 350px;
    font-size: 16px;
    line-height: 1.48;
  }

  .format h2 br,
  .feedback-intro h2 br,
  .report-head h2 br,
  .audience-head h2 br,
  .compare-head h2 br {
    display: none;
  }

  .final-cta h2 br {
    display: block !important;
  }

  .process {
    grid-template-columns: 1fr !important;
  }

  .process-step {
    min-height: 210px;
    padding: 22px;
  }

  .process-step p {
    max-width: 260px;
  }

  .process-step:not(:first-child) br {
    display: none;
  }

  .lpr-board {
    padding: 22px 12px 20px;
    border-radius: 8px;
  }

  .lpr-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px 8px !important;
  }

  .lpr { min-width: 0; }

  .lpr .person {
    transform: scale(.82);
    transform-origin: center bottom;
  }

  .lpr b {
    min-width: 30px;
    height: 24px;
    font-size: 12px;
  }

  .report-panel {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
  }

  .report-panel-vertical {
    transform: none !important;
  }

  .browser-chrome {
    height: 40px;
    padding: 0 12px;
  }

  .browser-address,
  .browser-url {
    max-width: 76%;
    height: 22px;
    font-size: 0;
  }

  .report-app-funnel {
    display: block;
    min-height: 0;
  }

  .report-sidebar,
  .report-inspector {
    display: none !important;
  }

  .report-workspace,
  .report-workspace-vertical {
    min-width: 0;
    padding: 20px 14px 18px;
  }

  .report-app-head {
    margin-bottom: 18px;
  }

  .report-back-link {
    pointer-events: none;
    opacity: .46;
    margin-bottom: 12px;
    font-size: 11px;
    display: inline-flex;
  }

  .report-title-row {
    align-items: flex-start;
    gap: 9px;
    flex-wrap: wrap;
  }

  .report-title-row h3 {
    flex-basis: 100%;
    font-size: 24px;
    line-height: 1.1;
  }

  .report-title-row b {
    font-size: 11px;
    padding: 6px 10px;
  }

  .classic-funnel {
    margin-top: 18px;
    padding: 0;
    gap: 8px;
  }

  .classic-funnel-stage {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 54px;
    clip-path: none !important;
    border-radius: 8px;
    transform: none !important;
  }

  .classic-funnel-stage + .classic-funnel-stage {
    margin-top: 8px;
  }

  .classic-funnel-stage div {
    justify-content: center;
    gap: 10px;
  }

  .classic-funnel-stage strong {
    width: 34px;
    min-width: 34px;
    font-size: 24px;
    text-align: right;
  }

  .classic-funnel-stage span,
  .classic-funnel-stage em {
    max-width: 132px;
    font-size: 12px;
    line-height: 1.15;
    text-align: left;
    white-space: normal;
  }

  .selected-funnel-stage {
    margin-top: 16px;
    border-radius: 8px;
    overflow: hidden;
  }

  .selected-funnel-head {
    min-height: auto;
    padding: 12px;
    font-size: 12px;
    line-height: 1.25;
  }

  .report-table-detailed .report-table-head {
    display: none !important;
  }

  .report-table-detailed .report-table-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    min-height: 0;
    padding: 13px 12px;
  }

  .report-table-detailed .report-table-row > span {
    grid-column: 1;
    font-size: 11px;
    opacity: .56;
  }

  .report-table-detailed .report-table-row strong {
    grid-column: 1;
    font-size: 14px;
    line-height: 1.2;
  }

  .report-table-detailed .report-table-row b {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: center;
    font-size: 12px;
  }

  .report-table-detailed .report-table-row p {
    grid-column: 1 / -1;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .audience { min-height: auto; }

  .audience-panel {
    --audience-left-shift: 0px !important;
    --audience-right-shift: 0px !important;
    --audience-piece-opacity: 1 !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
    transform: none !important;
    opacity: 1 !important;
    overflow: hidden;
  }

  .audience-summary,
  .audience-criteria {
    transform: none !important;
    opacity: 1 !important;
  }

  .audience-summary {
    min-height: 220px;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience-summary strong {
    font-size: clamp(56px, 19vw, 74px);
  }

  .audience-summary br,
  .audience-summary::before,
  .audience-summary::after,
  .audience-lock-lines {
    display: none !important;
  }

  .audience-criteria {
    grid-template-columns: 1fr;
    position: relative;
  }

  .audience-criteria::before {
    display: block !important;
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 1px;
    height: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .5), rgba(255, 255, 255, .18));
    box-shadow: 0 0 18px rgba(255, 255, 255, .12);
  }

  .audience-criteria::after {
    display: none !important;
  }

  .audience-criteria article {
    min-height: 168px;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience-criteria article:nth-child(odd) {
    padding-left: 22px;
  }

  .audience-criteria article h3 {
    margin-top: 34px;
    font-size: 24px;
  }

  .audience-criteria article p {
    font-size: 15px;
    line-height: 1.42;
  }

  .audience-criteria article:last-child {
    border-bottom: 0;
  }

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

  .compare-column,
  .compare-column-light,
  .compare-column.light {
    min-height: 0;
    padding: 22px 18px;
  }

  .compare-row {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    padding: 15px 0;
    font-size: 16px;
  }

  .revenue-spotlight {
    min-height: auto;
    padding: 88px 0 96px;
  }

  .revenue-label,
  .revenue-spotlight-caption {
    max-width: 350px;
    font-size: clamp(22px, 6.4vw, 30px);
    line-height: 1.15;
  }

  .revenue-number,
  .revenue-spotlight-metric {
    width: 100%;
    margin: 16px auto 18px;
    gap: 8px;
    justify-content: center;
  }

  .revenue-main,
  .revenue-spotlight-metric strong {
    font-size: clamp(132px, 35vw, 172px);
    line-height: .86;
  }

  .revenue-side,
  .revenue-spotlight-metric span,
  .revenue-spotlight-metric em {
    font-size: clamp(42px, 12vw, 62px);
  }

  .revenue-note,
  .revenue-spotlight-subtitle {
    max-width: 350px;
    font-size: 15.5px;
    line-height: 1.48;
  }

  .final-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .final-cta > div:first-child {
    max-width: 360px;
  }

  .contact-form,
  .final-actions {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .footer-main {
    width: calc(100% - 28px);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0 30px;
  }

  .footer-docs {
    justify-content: flex-start;
    gap: 10px 14px;
    text-align: left;
  }

  .footer-docs a {
    white-space: normal;
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (max-width: 390px) {
  .hero.section {
    min-height: min(720px, 100svh);
    padding-bottom: 275px;
  }

  .hero::before {
    background-size: auto clamp(390px, 60svh, 500px);
  }

  .hero h1 {
    font-size: clamp(30px, 8.8vw, 36px);
  }

  h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 330px;
    font-size: 30px;
  }

  .report-workspace,
  .report-workspace-vertical {
    padding: 18px 12px 16px;
  }

  .classic-funnel-stage div {
    gap: 8px;
  }

  .classic-funnel-stage strong {
    min-width: 30px;
    font-size: 22px;
  }

  .classic-funnel-stage span,
  .classic-funnel-stage em {
    max-width: 118px;
    font-size: 11.5px;
  }

  .report-table-detailed .report-table-row {
    padding: 12px 10px;
  }

  .revenue-main,
  .revenue-spotlight-metric strong {
    font-size: clamp(118px, 34vw, 148px);
  }
}

/* Final mobile repair layer */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  .site-header {
    top: 0;
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 12px 0;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav {
    display: none !important;
  }

  .brand {
    min-width: 0;
    gap: 8px;
    font-size: 13px;
  }

  .brand span:last-child {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .section {
    width: calc(100% - 28px);
  }

  .hero.section {
    min-height: min(760px, 100svh);
    padding: 82px 14px 300px;
    align-items: flex-start;
  }

  .hero::before {
    background-size: auto 64%;
    background-position: center bottom;
  }

  .hero::after {
    background:
      linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 25%, rgba(0, 0, 0, 0.74) 47%, rgba(0, 0, 0, 0.18) 68%, #000 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.84));
  }

  .hero-copy {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
  }

  .hero h1 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(31px, 9.4vw, 42px);
    line-height: 1.05;
    text-wrap: balance;
  }

  .hero-text {
    max-width: 340px;
    margin: 18px auto 22px;
    font-size: 15.5px;
    line-height: 1.48;
    text-wrap: pretty;
  }

  .hero-actions {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    flex-direction: column;
  }

  .button,
  .contact-link {
    width: 100%;
    min-height: 48px;
  }

  h1,
  h2,
  h3,
  p {
    text-wrap: balance;
  }

  .section-body h2 br,
  .feedback-intro h2 br,
  .report-head h2 br,
  .audience-head h2 br,
  .compare-head h2 br,
  .final-cta h2 br {
    display: none;
  }

  .format,
  .feedback,
  .report,
  .audience,
  .revenue-spotlight,
  .compare,
  .final-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-grid,
  .final-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-body,
  .feedback-intro,
  .report-head,
  .audience-head,
  .compare-head,
  .final-cta > div {
    max-width: 100%;
  }

  h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 360px;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.12;
  }

  .section-body p,
  .feedback-intro p,
  .report-head p,
  .audience-head p,
  .compare-head p,
  .final-cta p {
    max-width: 340px;
    font-size: 15.5px;
    line-height: 1.48;
    text-wrap: pretty;
  }

  .process {
    grid-template-columns: 1fr !important;
  }

  .process-step {
    min-height: auto;
    padding: 22px 20px 24px;
  }

  .process-step span {
    margin-bottom: 28px;
  }

  .process-step h3 {
    font-size: 22px;
  }

  .process-step p {
    max-width: 260px;
    font-size: 15px;
    line-height: 1.45;
    text-wrap: balance;
  }

  .lpr-board {
    padding: 22px 12px 18px;
    border-radius: 8px;
  }

  .lpr-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 6px;
  }

  .lpr {
    min-width: 0;
    gap: 6px;
  }

  .person {
    width: 30px;
    height: 38px;
  }

  .person::before {
    width: 15px;
    height: 15px;
  }

  .person::after {
    width: 27px;
    height: 18px;
  }

  .lpr b {
    min-width: 30px;
    min-height: 22px;
    font-size: 11px;
  }

  .report-panel {
    margin-top: 26px;
    border-radius: 10px;
    overflow: hidden;
  }

  .browser-chrome {
    min-height: 38px;
    padding: 0 10px;
    gap: 9px;
  }

  .browser-dots span {
    width: 7px;
    height: 7px;
  }

  .browser-address {
    max-width: calc(100% - 54px);
    height: 24px;
    font-size: 0;
  }

  .browser-address::after {
    content: "closed-show.app";
    color: #7c8088;
    font-size: 11px;
  }

  .report-app,
  .report-app.report-app-funnel {
    display: block !important;
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  .report-sidebar {
    display: none !important;
  }

  .report-workspace {
    padding: 18px 12px 14px !important;
    overflow: hidden;
  }

  .report-app-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  .report-title-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .report-app-head h3 {
    max-width: 190px;
    font-size: 23px;
    line-height: 1.08;
  }

  .report-app-head b {
    min-height: 28px;
    padding: 0 9px;
    flex-shrink: 0;
    font-size: 11px;
  }

  .report-back-link {
    opacity: 0.5;
    pointer-events: none;
    font-size: 11px;
  }

  .classic-funnel {
    max-width: 100%;
    gap: 6px;
    margin: 4px auto 18px;
  }

  .classic-funnel-stage {
    min-height: 44px;
    clip-path: polygon(7% 0, 93% 0, 87% 100%, 13% 100%);
  }

  .classic-funnel-stage-demo {
    width: 100% !important;
  }

  .classic-funnel-stage-cold {
    width: 88% !important;
  }

  .classic-funnel-stage-warm {
    width: 76% !important;
  }

  .classic-funnel-stage-ready {
    width: 64% !important;
  }

  .classic-funnel-stage div {
    width: min(220px, calc(100% - 24px));
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    transform: translate(-50%, -50%);
  }

  .classic-funnel-stage strong {
    width: 34px;
    font-size: 22px;
    text-align: right;
  }

  .classic-funnel-stage span {
    left: auto;
    font-size: 10px;
    line-height: 1.15;
  }

  .selected-funnel-stage {
    max-width: 100%;
    border-radius: 8px;
  }

  .selected-funnel-head {
    min-height: 44px;
    padding: 10px 12px;
    align-items: center;
    flex-direction: row;
  }

  .selected-funnel-title {
    font-size: 11px;
  }

  .report-table-detailed .report-table-head,
  .report-table-detailed .report-table-row {
    grid-template-columns: 54px minmax(0, 1fr) 48px !important;
    gap: 10px;
    align-items: center;
    padding: 12px !important;
  }

  .report-table-detailed .report-table-head span:nth-child(4),
  .report-table-detailed .report-table-row p {
    display: none !important;
  }

  .report-table-detailed .report-table-row {
    min-height: 56px;
  }

  .report-table-detailed .report-table-row strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .report-table-detailed .report-table-row b {
    justify-self: end;
    min-width: 40px;
    min-height: 26px;
    font-size: 11px;
  }

  .audience {
    min-height: auto;
  }

  .audience-panel {
    position: static !important;
    display: grid;
    grid-template-columns: 1fr;
    --audience-left-shift: 0px !important;
    --audience-right-shift: 0px !important;
    --audience-piece-opacity: 1 !important;
    --audience-line-opacity: 0 !important;
    --audience-trace-progress: 0 !important;
    --audience-trace-opacity: 0 !important;
    transform: none !important;
  }

  .audience-summary,
  .audience-criteria {
    transform: none !important;
    opacity: 1 !important;
  }

  .audience-summary {
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--line);
    border-bottom: 0;
  }

  .audience-summary::before,
  .audience-summary::after,
  .audience-criteria::before,
  .audience-criteria::after,
  .audience-lock-lines,
  .audience-trace {
    display: none !important;
  }

  .audience-summary strong {
    font-size: clamp(58px, 20vw, 78px);
  }

  .audience-summary p {
    max-width: 250px;
    font-size: 15px;
    line-height: 1.45;
  }

  .audience-criteria {
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
  }

  .audience-criteria article,
  .audience-criteria article:nth-child(odd) {
    min-height: auto;
    padding: 22px 24px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .audience-criteria article:last-child {
    border-bottom: 0;
  }

  .audience-criteria article h3 {
    margin-top: 26px;
    font-size: 22px;
  }

  .audience-criteria article p {
    max-width: 260px;
    font-size: 15px;
    line-height: 1.45;
  }

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

  .compare-column {
    padding: 22px 18px;
  }

  .compare-row,
  .path-list li {
    min-height: 54px;
    gap: 12px;
    font-size: 15px;
  }

  .revenue-spotlight {
    min-height: auto;
    padding: 78px 0;
  }

  .revenue-spotlight-caption {
    max-width: 330px;
    font-size: 22px;
    line-height: 1.2;
  }

  .revenue-spotlight-metric {
    margin: 12px auto;
    gap: 8px;
  }

  .revenue-spotlight-metric strong {
    font-size: clamp(112px, 34vw, 148px);
  }

  .revenue-spotlight-metric span,
  .revenue-spotlight-metric em {
    margin-top: 14px;
    font-size: clamp(38px, 12vw, 54px);
  }

  .revenue-spotlight-subtitle {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.48;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 76px 14px;
  }

  .final-cta h2 {
    max-width: 320px;
    font-size: 34px;
  }

  .final-actions,
  .final-cta .contact-card {
    width: 100%;
  }

  .footer {
    width: calc(100% - 28px);
    padding: 28px 0 34px;
  }

  .footer-main {
    gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-docs {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
    text-align: left;
  }

  .footer-docs a {
    white-space: normal;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .hero.section {
    padding-bottom: 270px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .report-table-detailed .report-table-head,
  .report-table-detailed .report-table-row {
    grid-template-columns: 46px minmax(0, 1fr) 42px !important;
    gap: 8px;
  }

  .classic-funnel-stage div {
    width: min(190px, calc(100% - 18px));
  }

  .classic-funnel-stage span {
    font-size: 9.5px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin: 0;
  padding: 18px 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.72));
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.brand,
.nav,
.header-cta {
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  justify-self: start;
}

.brand-mark {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 18px;
  object-fit: contain;
}

.nav {
  display: flex;
  gap: 28px;
  justify-self: center;
  color: var(--muted);
}

.nav a,
.header-cta {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav a:hover {
  color: var(--white);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 16px;
}

.header-cta:hover {
  border-color: var(--white);
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero.section {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: max(900px, 102svh);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(64px, 8vh, 104px) 20px clamp(330px, 38vh, 450px);
  border-bottom: 0;
  overflow: hidden;
  text-align: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: 0;
  background-image: url("assets/hero-stage.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::after {
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.98) 0%,
      rgba(5, 5, 5, 0.96) 34%,
      rgba(5, 5, 5, 0.58) 50%,
      rgba(5, 5, 5, 0.08) 58%,
      rgba(5, 5, 5, 0.16) 64%,
      rgba(5, 5, 5, 0.62) 74%,
      var(--black) 100%
    ),
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.82) 0%,
      rgba(5, 5, 5, 0.08) 18%,
      rgba(5, 5, 5, 0.08) 82%,
      rgba(5, 5, 5, 0.82) 100%
    );
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
}

.hero-mobile-stage {
  display: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-optical-sizing: auto;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.04;
  font-weight: 400;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.72);
}

.hero-text {
  max-width: 760px;
  margin: 0 auto 34px;
  color: #c7c7c7;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.5;
  text-wrap: balance;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 560;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--white);
  color: var(--black);
}

.button-primary:hover {
  background: #e1e1e1;
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--white);
}

.button-secondary:hover {
  border-color: var(--white);
}

.format,
.feedback,
.report,
.audience,
.revenue-spotlight,
.compare,
.final-cta {
  padding: 88px 0;
}

.section-grid {
  max-width: 760px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  font-weight: 400;
}

.section-body p,
.feedback p,
.report p,
.audience p,
.revenue-spotlight p,
.compare p,
.final-cta p {
  color: #c5c5c5;
  font-size: 18px;
  line-height: 1.6;
}

.section-body p,
.feedback-intro p,
.report-head p,
.audience-head p,
.compare-head p,
.final-cta p {
  text-wrap: balance;
}

.section-body {
  max-width: 720px;
  margin-top: 22px;
}

.section-body p:last-child {
  margin-bottom: 0;
}

.process {
  --process-glow-y: -150px;
  --process-glow-opacity: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-step {
  min-height: 252px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step span {
  display: block;
  margin-bottom: 56px;
  color: var(--muted);
  font-size: 12px;
}

.process-step h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 400;
}

.process-step p {
  color: #b9b9b9;
  font-size: 16px;
  line-height: 1.5;
}

.feedback-intro {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.feedback-intro h2 {
  max-width: 760px;
  margin: 0 auto 16px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
}

.feedback-intro p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.48;
}

.lpr-board {
  max-width: 920px;
  margin: 0 auto;
  padding: 42px 34px 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0f0f0f;
}

.lpr-board-label {
  margin-top: 30px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.lpr-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(54px, 1fr));
  gap: 28px 18px;
  justify-items: center;
  align-items: center;
}

.lpr {
  --scale: 0.96;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #555;
  transform: translateY(10px) scale(var(--scale));
  opacity: 0.42;
  transition: color 540ms ease, opacity 540ms ease, transform 540ms ease;
}

.lpr b {
  min-width: 30px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2b2b2b;
  border-radius: 999px;
  color: currentColor;
  font-size: 12px;
  font-weight: 620;
  opacity: 0;
  transform: translateY(4px);
  transition: border-color 540ms ease, opacity 540ms ease, transform 540ms ease;
}

.person {
  position: relative;
  width: 34px;
  height: 42px;
  color: currentColor;
}

.person::before,
.person::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
  transition: box-shadow 540ms ease, background 540ms ease;
}

.person::before {
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.person::after {
  bottom: 0;
  width: 30px;
  height: 20px;
  border-radius: 14px 14px 5px 5px;
}

.lpr.is-visible {
  --scale: 1;
  opacity: 1;
  transform: translateY(0) scale(var(--scale));
}

.lpr.is-visible b {
  opacity: 1;
  transform: translateY(0);
}

.lpr.score-low {
  color: #6d6d6d;
}

.lpr.score-mid {
  color: #7a7a7a;
}

.lpr.score-high {
  color: var(--green);
}

.lpr.score-high b {
  border-color: rgba(54, 214, 111, 0.45);
}

.lpr.score-high .person::before,
.lpr.score-high .person::after {
  box-shadow: 0 0 22px rgba(54, 214, 111, 0.2);
}

.report-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.report-head h2 {
  max-width: 680px;
  margin-bottom: 16px;
}

.report-head p {
  max-width: 680px;
  margin-bottom: 0;
}

.report-panel {
  --report-bg: #ffffff;
  --report-surface: #f6f7f8;
  --report-soft: #eef0f3;
  --report-line: #dcdfe4;
  --report-text: #111318;
  --report-muted: #6f737c;
  --report-green: #16a34a;
  border: 1px solid #303030;
  border-radius: 8px;
  background: var(--report-bg);
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.report-panel-vertical {
  margin-top: 34px;
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid var(--report-line);
  background: #eaecf0;
}

.browser-dots {
  display: flex;
  gap: 7px;
}

.browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b5bac4;
}

.browser-address {
  flex: 1;
  max-width: 520px;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d4d8df;
  border-radius: 999px;
  background: #ffffff;
  color: #7c8088;
  font-size: 12px;
}

.report-app {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 330px;
  min-height: 460px;
}

.report-app.report-app-funnel {
  grid-template-columns: 180px minmax(0, 1fr);
}

.report-sidebar {
  padding: 22px 18px;
  border-right: 1px solid var(--report-line);
  background: var(--report-surface);
}

.report-sidebar strong {
  display: block;
  margin-bottom: 6px;
  color: var(--report-text);
  font-size: 14px;
  font-weight: 620;
}

.report-sidebar > span,
.report-app-head span,
.report-table-head span,
.report-table-row span,
.report-inspector > span,
.report-inspector div span,
.report-funnel span {
  color: var(--report-muted);
  font-size: 12px;
}

.report-sidebar nav {
  display: grid;
  gap: 6px;
  margin-top: 42px;
}

.report-sidebar nav span {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  color: #6f737c;
  font-size: 13px;
}

.report-sidebar nav span.is-active {
  background: #e7e9ed;
  color: var(--report-text);
}

.report-workspace {
  min-width: 0;
  padding: 22px;
}

.report-app-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.report-app-head > div {
  display: grid;
  gap: 13px;
}

.report-back-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0;
  color: #737882;
  cursor: default;
  font-size: 12px;
  font-weight: 520;
  text-decoration: none;
}

.report-back-link::before {
  content: "←";
  margin-right: 6px;
  color: var(--report-muted);
}

.report-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.report-app-head h3 {
  margin: 0;
  color: var(--report-text);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 400;
}

.report-app-head b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--report-line);
  border-radius: 999px;
  color: var(--report-text);
  font-size: 12px;
  font-weight: 520;
}

.report-funnel {
  margin: 2px 0 14px;
}

.report-funnel-stages {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.92fr 0.84fr;
  gap: 8px;
  align-items: center;
}

.report-funnel-stage {
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px 0 14px;
  border: 1px solid var(--report-line);
  border-radius: 7px;
  background: #f6f7f8;
}

.report-funnel-stage::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--report-line);
  border-right: 1px solid var(--report-line);
  background: inherit;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.report-funnel-stage:last-child::after {
  display: none;
}

.report-funnel-stage.is-active {
  border-color: #b9e8c8;
  background: #f0fbf4;
  box-shadow: inset 3px 0 0 rgba(22, 163, 74, 0.35);
}

.report-funnel-stage strong {
  color: var(--report-text);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.report-funnel-stage.is-active strong {
  color: var(--report-green);
}

.report-workspace-vertical {
  padding-bottom: 24px;
}

.classic-funnel {
  --funnel-demo-width: 100%;
  --funnel-cold-width: 78%;
  --funnel-warm-width: 68%;
  --funnel-ready-width: 58%;
  display: grid;
  justify-items: center;
  gap: 7px;
  margin: 4px auto 26px;
  max-width: 900px;
}

.classic-funnel-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.classic-funnel-shape {
  fill: #f6f7f8;
  stroke: var(--report-line);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.classic-funnel-shape-active {
  fill: #f0fbf4;
  stroke: #b9e8c8;
}

.classic-funnel-number,
.classic-funnel-label {
  dominant-baseline: middle;
  fill: var(--report-text);
  font-family: var(--font-heading);
}

.classic-funnel-number {
  font-size: 36px;
  font-weight: 400;
  text-anchor: middle;
}

.classic-funnel-label {
  fill: var(--report-muted);
  font-size: 18px;
  font-weight: 560;
}

.classic-funnel-number-active {
  fill: var(--report-green);
}

.classic-funnel-label-active {
  fill: var(--report-text);
  font-weight: 620;
}

.classic-funnel-stage {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(3% 0, 97% 0, 91% 100%, 9% 100%);
  border: 1px solid var(--report-line);
  background: #f6f7f8;
}

.classic-funnel-stage div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(330px, calc(100% - 96px));
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  transform: translate(calc(-50% + 22px), -50%);
}

.classic-funnel-stage strong {
  width: 46px;
  justify-self: end;
  text-align: center;
}

.classic-funnel-stage span {
  justify-self: start;
}

.classic-funnel-stage-demo {
  width: var(--funnel-demo-width);
  clip-path: polygon(3% 0, 97% 0, 86% 100%, 14% 100%);
}

.classic-funnel-stage-cold {
  width: var(--funnel-cold-width);
  clip-path: polygon(15% 0, 85% 0, 83% 100%, 17% 100%);
}

.classic-funnel-stage-warm {
  width: var(--funnel-warm-width);
  clip-path: polygon(15% 0, 85% 0, 83% 100%, 17% 100%);
}

.classic-funnel-stage-ready {
  width: var(--funnel-ready-width);
  clip-path: polygon(24% 0, 76% 0, 72% 100%, 28% 100%);
}

.classic-funnel-stage strong {
  color: var(--report-text);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.classic-funnel-stage span {
  color: var(--report-muted);
  font-size: 12px;
  font-weight: 520;
}

.classic-funnel-stage.is-active {
  border-color: #b9e8c8;
  background: #f0fbf4;
}

.classic-funnel-stage.is-active strong {
  color: var(--report-green);
}

.classic-funnel-stage.is-active span {
  color: var(--report-text);
}

.selected-funnel-stage {
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid var(--report-line);
  border-radius: 7px;
  overflow: hidden;
  background: var(--report-bg);
}

.selected-funnel-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 0 20px;
  background: #f6f7f8;
  border-bottom: 1px solid var(--report-line);
}

.selected-funnel-title {
  color: var(--report-muted);
  font-size: 12px;
}

.selected-funnel-title b {
  color: var(--report-text);
  font-size: 14px;
  font-weight: 560;
}

.audience-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.audience {
  min-height: 88vh;
}

.audience-head h2 {
  max-width: 760px;
  margin-bottom: 16px;
}

.audience-head p {
  max-width: 720px;
  margin-bottom: 0;
}

.audience-panel {
  --audience-left-shift: -38px;
  --audience-right-shift: 48px;
  --audience-piece-opacity: 0.88;
  --audience-line-opacity: 0;
  --audience-trace-route: 0;
  --audience-notch-depth: 31px;
  --audience-notch-height: 60px;
  --audience-seam-x: 39%;
  --audience-lock-top-y: 33.3%;
  --audience-lock-bottom-y: 66.7%;
  --audience-lock-mid-y: 50%;
  position: sticky;
  top: 116px;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) 1.22fr;
  border: 0;
  background: transparent;
  isolation: isolate;
}

.audience-summary {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-right: 0;
  background: #0d0d0d;
  opacity: var(--audience-piece-opacity);
  transform: translateX(var(--audience-left-shift));
  will-change: transform, opacity;
}

.audience-summary::before,
.audience-summary::after {
  content: "";
  position: absolute;
  right: -1px;
  z-index: 4;
  width: var(--audience-notch-depth);
  height: calc(var(--audience-notch-height) + 2px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #000;
  transform: translateY(-50%);
  pointer-events: none;
}

.audience-summary::before {
  top: 33.3%;
}

.audience-summary::after {
  top: 66.7%;
}

.audience-summary > * {
  position: relative;
  z-index: 3;
}

.audience-summary span,
.audience-criteria article span {
  color: var(--muted);
  font-size: 12px;
}

.audience-summary strong {
  display: block;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.95;
  font-weight: 400;
}

.audience-summary p {
  max-width: 340px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5;
}

.audience-criteria {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #0d0d0d;
  opacity: var(--audience-piece-opacity);
  transform: translateX(var(--audience-right-shift));
  will-change: transform, opacity;
}

.audience-criteria::before,
.audience-criteria::after {
  content: "";
  position: absolute;
  left: calc(var(--audience-notch-depth) * -1);
  z-index: 2;
  width: calc(var(--audience-notch-depth) + 1px);
  height: var(--audience-notch-height);
  border: 1px solid var(--line);
  border-right: 0;
  background: #0d0d0d;
  transform: translateY(-50%);
  pointer-events: none;
}

.audience-criteria::before {
  top: 33.3%;
}

.audience-criteria::after {
  top: 66.7%;
}

.audience-lock-lines {
  position: absolute;
  inset: 0;
  z-index: 6;
  overflow: hidden;
  pointer-events: none;
}

.audience-trace {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.audience-trace path {
  fill: none;
  stroke-width: 1.15;
  stroke-linecap: butt;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.14))
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.045));
  opacity: var(--audience-line-opacity);
  vector-effect: non-scaling-stroke;
  will-change: stroke-dasharray, opacity;
}

.audience-trace .trace-route {
  stroke-dasharray: calc(var(--audience-trace-route) * 100px) 100px;
  stroke-dashoffset: 0px;
}

.audience-criteria article {
  min-height: 180px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-criteria article:nth-child(odd) {
  padding-left: 38px;
}

.audience-criteria article:nth-child(2n) {
  border-right: 0;
}

.audience-criteria article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.audience-criteria article h3 {
  margin: 54px 0 12px;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 400;
}

.audience-criteria article p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.45;
}

.revenue-spotlight {
  --spotlight-opacity: 0;
  --spotlight-offset: 26px;
  --spotlight-scale: 0.965;
  min-height: 70vh;
  display: grid;
  place-items: center;
  align-content: center;
  padding-top: 110px;
  padding-bottom: 110px;
}

.revenue-spotlight-subtitle {
  max-width: 820px;
  margin: clamp(26px, 3.4vw, 46px) auto 0;
  color: #c7c7c7;
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.42;
  text-align: center;
  opacity: var(--spotlight-opacity);
  transform: translateY(calc(var(--spotlight-offset) * 0.45));
  will-change: transform, opacity;
}

.revenue-spotlight-metric {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--white);
  font-family: var(--font-heading);
  line-height: 0.84;
  letter-spacing: -0.035em;
  opacity: var(--spotlight-opacity);
  transform: translateY(var(--spotlight-offset)) scale(var(--spotlight-scale));
  will-change: transform, opacity;
}

.revenue-spotlight-metric::before {
  content: none;
}

.revenue-spotlight-metric span,
.revenue-spotlight-metric em {
  margin-top: clamp(16px, 2.4vw, 38px);
  background: none;
  color: #c8c8c8;
  font-size: clamp(46px, 7vw, 112px);
  font-style: normal;
  font-weight: 400;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.14);
}

.revenue-spotlight .revenue-spotlight-metric span,
.revenue-spotlight .revenue-spotlight-metric em {
  background:
    linear-gradient(
      112deg,
      #969696 0%,
      #f5f5f5 16%,
      #c2c2c2 30%,
      #ffffff 43%,
      #8f8f8f 56%,
      #e8e8e8 70%,
      #adadad 84%,
      #f1f1f1 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.11),
    0 2px 0 rgba(255, 255, 255, 0.12);
}

.revenue-spotlight-metric strong {
  position: relative;
  color: var(--white);
  font-size: clamp(132px, 24vw, 330px);
  font-weight: 400;
}

.revenue-spotlight-metric strong::before {
  content: "";
  position: absolute;
  inset: -20% -18%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1), transparent 50%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  opacity: calc(var(--spotlight-opacity) * 0.82);
  filter: blur(22px);
  transform: scaleX(0.82);
}

.revenue-spotlight-caption {
  margin: 0 0 clamp(12px, 1.6vw, 24px);
  color: #d7d7d7;
  font-size: clamp(19px, 2.5vw, 34px);
  line-height: 1.2;
  text-align: center;
  opacity: var(--spotlight-opacity);
  transform: translateY(calc(var(--spotlight-offset) * 0.7));
  will-change: transform, opacity;
}

.report-table {
  border: 1px solid var(--report-line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--report-bg);
}

.selected-funnel-stage .report-table {
  border: 0;
  border-radius: 0;
}

.report-table-detailed .report-table-head,
.report-table-detailed .report-table-row {
  grid-template-columns: 78px minmax(130px, 168px) 70px minmax(280px, 1fr);
}

.report-table-head,
.report-table-row {
  display: grid;
  grid-template-columns: 82px 1fr 56px;
  gap: 16px;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--report-line);
}

.report-table-head {
  min-height: 42px;
  background: var(--report-soft);
}

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

.report-table-row.is-selected {
  background: #f9fbfa;
}

.report-table-row strong {
  color: var(--report-text);
  font-size: 14px;
  font-weight: 520;
}

.report-table-row b {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 28px;
  border: 1px solid rgba(22, 163, 74, 0.35);
  border-radius: 999px;
  color: var(--report-green);
  font-size: 12px;
  font-weight: 620;
  background: #f0fbf4;
}

.report-table-row p {
  margin: 0;
  color: #4b5058;
  font-size: 13px;
  line-height: 1.45;
}

.report-table-detailed .report-table-head {
  min-height: 44px;
}

.report-table-detailed .report-table-row {
  min-height: 66px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.report-table-detailed .report-table-row strong {
  color: #20242a;
}

.report-table-detailed .report-table-head span:nth-child(3),
.report-table-detailed .report-table-row b {
  justify-self: center;
}

.report-inspector {
  padding: 22px;
  border-left: 1px solid var(--report-line);
  background: var(--report-surface);
}

.report-inspector h3 {
  margin: 42px 0 30px;
  color: var(--report-text);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}

.report-inspector div {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid var(--report-line);
}

.report-inspector p {
  margin: 0;
  color: #2a2d33;
  font-size: 15px;
  line-height: 1.45;
}

.compare-head {
  max-width: 790px;
  margin-bottom: 54px;
}

.compare-head h2 {
  margin-bottom: 18px;
}

.compare-head p {
  margin-bottom: 0;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.compare-column {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0b0b;
}

.compare-column-light {
  background: var(--white);
  color: var(--black);
}

.compare-column h3 {
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 400;
}

.path-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: path;
}

.path-list li {
  position: relative;
  min-height: 58px;
  padding: 18px 0 18px 42px;
  border-top: 1px solid var(--line);
  color: #c9c9c9;
  font-size: 17px;
  line-height: 1.3;
  counter-increment: path;
}

.path-list li::before {
  content: counter(path, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  color: var(--muted);
  font-size: 11px;
}

.compare-column-light .path-list li {
  border-top-color: #d8d8d8;
  color: #171717;
}

.compare-column-light .path-list li::before {
  color: #777;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 120px;
  align-items: center;
  background: var(--black);
  color: var(--white);
  width: 100%;
  max-width: none;
  padding: 118px max(20px, calc((100% - var(--max)) / 2));
  border-bottom: 0;
}

.final-cta h2 {
  max-width: 720px;
  margin-bottom: 24px;
}

.final-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.final-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.button-light {
  background: var(--white);
  color: var(--black);
}

.button-light:hover {
  background: #dcdcdc;
}

.contact-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--white);
  font-size: 15px;
}

.footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 42px;
  color: var(--muted);
  font-size: 13px;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 600;
}

.footer-docs {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 22px;
  text-align: right;
}

.footer-docs a {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 180ms ease;
}

.footer-docs a:hover {
  color: var(--white);
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

@media (max-width: 760px) {
  :root {
    --mobile-gutter: 14px;
  }

  .site-header {
    top: 0;
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 12px 0;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav {
    display: none;
  }

  .brand {
    min-width: 0;
    font-size: 13px;
  }

  .brand span:last-child {
    max-width: none;
    line-height: 1;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 12px;
  }

  .section {
    width: calc(100% - 28px);
  }

  .hero.section {
    min-height: min(760px, 100svh);
    padding: 86px var(--mobile-gutter) 282px;
    align-items: flex-start;
  }

  .hero::before {
    background-size: auto 58%;
    background-position: center bottom;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.99) 0%, rgba(5, 5, 5, 0.97) 34%, rgba(5, 5, 5, 0.68) 50%, rgba(5, 5, 5, 0.12) 66%, rgba(5, 5, 5, 0.52) 84%, var(--black) 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.62) 0%, rgba(5, 5, 5, 0.04) 28%, rgba(5, 5, 5, 0.04) 72%, rgba(5, 5, 5, 0.62) 100%);
  }

  .hero-copy {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
  }

  h1 {
    max-width: 350px;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.04;
  }

  h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 360px;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.12;
  }

  .hero-text,
  .section-body p,
  .feedback-intro p,
  .report-head p,
  .audience-head p,
  .compare-head p,
  .final-cta p {
    max-width: 340px;
    font-size: 15.5px;
    line-height: 1.48;
  }

  .hero-text {
    margin: 18px auto 22px;
  }

  .hero-actions {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    flex-direction: column;
  }

  .button,
  .contact-link {
    width: 100%;
    min-height: 48px;
  }

  .format,
  .feedback,
  .report,
  .audience,
  .revenue-spotlight,
  .compare,
  .final-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-grid {
    max-width: 100%;
    gap: 18px;
  }

  .section-body {
    margin-top: 0;
  }

  .section-body h2 br,
  .feedback-intro h2 br,
  .report-head h2 br,
  .audience-head h2 br,
  .compare-head h2 br {
    display: none;
  }

  .process {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .process-step {
    min-height: auto;
    padding: 22px 20px 24px;
  }

  .process-step span {
    margin-bottom: 28px;
  }

  .process-step h3 {
    font-size: 22px;
  }

  .process-step p {
    max-width: 260px;
    font-size: 15px;
    line-height: 1.45;
  }

  .feedback-intro {
    margin-bottom: 28px;
    text-align: left;
  }

  .feedback-intro h2,
  .feedback-intro p {
    margin-left: 0;
    margin-right: 0;
  }

  .lpr-board {
    padding: 22px 12px 18px;
    border-radius: 8px;
  }

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

  .lpr {
    gap: 6px;
  }

  .person {
    width: 30px;
    height: 38px;
  }

  .person::before {
    width: 15px;
    height: 15px;
  }

  .person::after {
    width: 27px;
    height: 18px;
  }

  .lpr b {
    min-width: 30px;
    min-height: 22px;
    font-size: 11px;
  }

  .lpr-board-label {
    margin-top: 18px;
    font-size: 12px;
  }

  .report-head {
    margin-bottom: 26px;
  }

  .report-panel {
    border-radius: 10px;
  }

  .browser-chrome {
    min-height: 38px;
    padding: 0 10px;
    gap: 9px;
  }

  .browser-dots span {
    width: 7px;
    height: 7px;
  }

  .browser-address {
    max-width: calc(100% - 54px);
    height: 24px;
    font-size: 0;
  }

  .browser-address::after {
    content: "closed-show.app";
    color: #7c8088;
    font-size: 11px;
  }

  .report-app.report-app-funnel {
    display: block;
    min-height: 0;
  }

  .report-sidebar {
    display: none;
  }

  .report-workspace {
    padding: 18px 12px 14px;
    overflow: hidden;
  }

  .report-app-head {
    margin-bottom: 16px;
    gap: 10px;
  }

  .report-back-link {
    opacity: 0.55;
    font-size: 11px;
    pointer-events: none;
  }

  .report-title-row {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .report-app-head h3 {
    max-width: 190px;
    font-size: 23px;
    line-height: 1.08;
  }

  .report-app-head b {
    min-height: 28px;
    padding: 0 9px;
    flex-shrink: 0;
    font-size: 11px;
  }

  .classic-funnel {
    max-width: 100%;
    gap: 6px;
    margin: 4px auto 18px;
  }

  .classic-funnel-stage {
    min-height: 44px;
    clip-path: polygon(7% 0, 93% 0, 87% 100%, 13% 100%);
  }

  .classic-funnel-stage-demo {
    width: 100%;
  }

  .classic-funnel-stage-cold {
    width: 88%;
  }

  .classic-funnel-stage-warm {
    width: 76%;
  }

  .classic-funnel-stage-ready {
    width: 64%;
  }

  .classic-funnel-stage div {
    width: min(220px, calc(100% - 24px));
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    transform: translate(-50%, -50%);
  }

  .classic-funnel-stage strong {
    width: 34px;
    font-size: 22px;
    text-align: right;
  }

  .classic-funnel-stage span {
    left: auto;
    font-size: 10px;
    line-height: 1.15;
  }

  .selected-funnel-stage {
    max-width: 100%;
    border-radius: 8px;
  }

  .selected-funnel-head {
    min-height: 44px;
    padding: 10px 12px;
  }

  .selected-funnel-title {
    font-size: 11px;
  }

  .selected-funnel-title b {
    font-size: 12px;
  }

  .report-table-detailed .report-table-head,
  .report-table-detailed .report-table-row {
    grid-template-columns: 54px minmax(0, 1fr) 48px;
    gap: 10px;
    align-items: center;
    padding: 12px;
  }

  .report-table-detailed .report-table-head span:nth-child(4),
  .report-table-detailed .report-table-row p {
    display: none;
  }

  .report-table-detailed .report-table-row {
    min-height: 56px;
  }

  .report-table-detailed .report-table-row strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .report-table-detailed .report-table-row b {
    justify-self: end;
    min-width: 40px;
    min-height: 26px;
    font-size: 11px;
  }

  .audience {
    min-height: auto;
  }

  .audience-head {
    margin-bottom: 28px;
  }

  .audience-panel {
    position: static !important;
    display: grid;
    grid-template-columns: 1fr;
    --audience-left-shift: 0px !important;
    --audience-right-shift: 0px !important;
    --audience-piece-opacity: 1 !important;
    --audience-line-opacity: 0 !important;
    transform: none !important;
  }

  .audience-summary,
  .audience-criteria {
    transform: none !important;
    opacity: 1 !important;
  }

  .audience-summary {
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .audience-summary::before,
  .audience-summary::after,
  .audience-criteria::before,
  .audience-criteria::after,
  .audience-lock-lines,
  .audience-trace {
    display: none !important;
  }

  .audience-summary strong {
    font-size: clamp(58px, 20vw, 78px);
  }

  .audience-summary p {
    font-size: 15px;
    line-height: 1.45;
  }

  .audience-criteria {
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
  }

  .audience-criteria article,
  .audience-criteria article:nth-child(odd) {
    min-height: auto;
    padding: 22px 24px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .audience-criteria article:last-child {
    border-bottom: 0;
  }

  .audience-criteria article h3 {
    margin: 28px 0 10px;
    font-size: 21px;
  }

  .audience-criteria article p {
    font-size: 15px;
  }

  .compare-head {
    margin-bottom: 28px;
  }

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

  .compare-column {
    padding: 22px 18px;
  }

  .path-list li {
    font-size: 15px;
  }

  .revenue-spotlight {
    min-height: auto;
    padding: 78px 0;
  }

  .revenue-spotlight-caption {
    max-width: 330px;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.2;
  }

  .revenue-spotlight-metric {
    gap: 10px;
    letter-spacing: -0.025em;
  }

  .revenue-spotlight-metric strong {
    font-size: clamp(112px, 34vw, 148px);
  }

  .revenue-spotlight-metric span,
  .revenue-spotlight-metric em {
    margin-top: 14px;
    font-size: clamp(38px, 12vw, 54px);
  }

  .revenue-spotlight-subtitle {
    max-width: 340px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.45;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 76px var(--mobile-gutter);
  }

  .final-cta h2 {
    font-size: 34px;
  }

  .final-actions {
    width: 100%;
  }

  .footer {
    width: calc(100% - 28px);
    padding: 28px 0 34px;
  }

  .footer-main {
    gap: 18px;
  }

  .footer-docs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
    text-align: left;
  }

  .footer-docs a {
    font-size: 11px;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .hero.section {
    min-height: 720px;
    padding-bottom: 260px;
  }

  .hero::before {
    background-size: auto 56%;
  }

  .hero h1 {
    max-width: 330px;
  }

  .report-app-head h3 {
    max-width: 170px;
    font-size: 22px;
  }

  .classic-funnel-stage div {
    width: min(205px, calc(100% - 22px));
    grid-template-columns: 36px 1fr;
  }

  .lpr-grid {
    gap: 12px 4px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    width: calc(100% - 28px);
  }

  .nav {
    display: none;
  }

  .section {
    width: calc(100% - 28px);
  }

  .section-grid,
  .final-cta {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero.section {
    min-height: 760px;
    padding-top: 112px;
    padding-bottom: 300px;
  }

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

  .report-app {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .report-app.report-app-funnel {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .report-inspector {
    grid-column: 1 / -1;
    border-top: 1px solid var(--report-line);
    border-left: 0;
  }

  .classic-funnel-stage-ready {
    width: 54%;
  }

  .report-table-detailed .report-table-head,
  .report-table-detailed .report-table-row {
    grid-template-columns: 68px minmax(120px, 150px) 50px minmax(180px, 1fr);
  }

  .lpr-grid {
    grid-template-columns: repeat(5, minmax(48px, 1fr));
  }

  .revenue-spotlight {
    min-height: 58vh;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .audience {
    min-height: auto;
  }

  .audience-panel {
    --audience-left-shift: 0px;
    --audience-right-shift: 0px;
    --audience-piece-opacity: 1;
    position: static;
    grid-template-columns: 1fr;
  }

  .audience-summary {
    min-height: 260px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .audience-summary::before,
  .audience-summary::after,
  .audience-criteria::before,
  .audience-criteria::after,
  .audience-lock-lines {
    display: none;
  }

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

  .final-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 620px) {
  .brand span:last-child {
    max-width: 98px;
    line-height: 1.05;
  }

  .header-cta {
    padding: 11px 13px;
  }

  .hero.section {
    min-height: 720px;
    padding-top: 88px;
    padding-bottom: 270px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-text,
  .section-body p,
  .feedback p,
  .report p,
  .audience p,
  .compare p,
  .final-cta p {
    font-size: 17px;
  }

  .button,
  .contact-link {
    width: 100%;
  }

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

  .browser-chrome {
    gap: 10px;
    padding: 0 12px;
  }

  .browser-address {
    min-width: 0;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
  }

  .report-app {
    grid-template-columns: 1fr;
  }

  .report-app.report-app-funnel {
    grid-template-columns: 1fr;
  }

  .report-sidebar {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--report-line);
  }

  .report-sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
  }

  .report-sidebar nav span {
    justify-content: center;
    padding: 0 8px;
    font-size: 12px;
  }

  .report-workspace {
    padding: 18px;
  }

  .report-app-head {
    flex-direction: column;
    gap: 14px;
  }

  .report-app-head h3 {
    font-size: 24px;
  }

  .report-funnel-stages {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .report-funnel-stage {
    min-height: 58px;
    padding-right: 16px;
  }

  .report-funnel-stage::after {
    display: none;
  }

  .report-funnel-stage strong {
    font-size: 24px;
  }

  .report-panel-vertical {
    margin-top: 24px;
  }

  .classic-funnel {
    gap: 7px;
  }

  .classic-funnel-stage {
    min-height: 52px;
  }

  .classic-funnel-stage-demo,
  .classic-funnel-stage-cold,
  .classic-funnel-stage-warm,
  .classic-funnel-stage-ready {
    width: 100%;
  }

  .classic-funnel-stage div {
    width: min(280px, calc(100% - 36px));
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
  }

  .classic-funnel-stage strong {
    font-size: 24px;
  }

  .classic-funnel-stage span {
    left: calc(50% + 24px);
  }

  .report-table-head,
  .report-table-row {
    grid-template-columns: 58px minmax(0, 1fr) 44px;
    gap: 10px;
    padding: 0 12px;
  }

  .report-table-row strong {
    font-size: 13px;
  }

  .selected-funnel-head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
  }

  .report-table-detailed .report-table-head,
  .report-table-detailed .report-table-row {
    grid-template-columns: 52px minmax(0, 1fr) 44px;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .report-table-detailed .report-table-head span:last-child,
  .report-table-detailed .report-table-row p {
    grid-column: 1 / -1;
  }

  .report-inspector {
    padding: 18px;
  }

  .report-inspector h3 {
    margin-top: 34px;
    font-size: 24px;
  }

  .lpr-board {
    padding: 22px;
  }

  .lpr-grid {
    grid-template-columns: repeat(4, minmax(48px, 1fr));
    gap: 18px 12px;
  }

  .process-step {
    min-height: 220px;
  }

  .process-step span {
    margin-bottom: 54px;
  }

  .audience-head {
    margin-bottom: 30px;
  }

  .audience-summary {
    min-height: 230px;
    padding: 22px;
  }

  .audience-summary strong {
    font-size: 56px;
  }

  .audience-criteria {
    grid-template-columns: 1fr;
  }

  .audience-criteria article {
    min-height: 156px;
    padding: 22px;
    border-right: 0;
  }

  .audience-criteria article:nth-child(odd) {
    padding-left: 22px;
  }

  .audience-criteria article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .audience-criteria article:last-child {
    border-bottom: 0;
  }

  .audience-criteria article h3 {
    margin-top: 44px;
    font-size: 22px;
  }

  .revenue-spotlight {
    min-height: 48vh;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .format,
  .feedback,
  .report,
  .audience,
  .revenue-spotlight,
  .compare,
  .final-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .footer-docs {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
  }

  .footer-docs a {
    white-space: normal;
  }
}

/* Final mobile override: keep after older responsive rules. */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  .site-header {
    top: 0;
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 12px 0;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav {
    display: none !important;
  }

  .brand {
    min-width: 0;
    gap: 8px;
    font-size: 13px;
  }

  .brand span:last-child {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .section {
    width: calc(100% - 28px);
  }

  .hero.section {
    min-height: min(760px, 100svh);
    padding: 82px 14px 300px;
    align-items: flex-start;
  }

  .hero::before {
    background-size: auto 64%;
    background-position: center bottom;
  }

  .hero::after {
    background:
      linear-gradient(
        180deg,
        #000 0%,
        rgba(0, 0, 0, 0.98) 25%,
        rgba(0, 0, 0, 0.72) 47%,
        rgba(0, 0, 0, 0.16) 68%,
        #000 100%
      ),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.84),
        rgba(0, 0, 0, 0) 28%,
        rgba(0, 0, 0, 0) 72%,
        rgba(0, 0, 0, 0.84)
      );
  }

  .hero-copy {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
  }

  .hero h1 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(31px, 9.4vw, 42px);
    line-height: 1.05;
    text-wrap: balance;
  }

  .hero-text {
    max-width: 340px;
    margin: 18px auto 22px;
    font-size: 15.5px;
    line-height: 1.48;
    text-wrap: pretty;
  }

  .hero-actions {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    flex-direction: column;
  }

  .button,
  .contact-link {
    width: 100%;
    min-height: 48px;
  }

  h1,
  h2,
  h3,
  p {
    text-wrap: balance;
  }

  .section-body h2 br,
  .feedback-intro h2 br,
  .report-head h2 br,
  .audience-head h2 br,
  .compare-head h2 br,
  .final-cta h2 br {
    display: none;
  }

  .format,
  .feedback,
  .report,
  .audience,
  .revenue-spotlight,
  .compare,
  .final-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-grid,
  .final-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-body,
  .feedback-intro,
  .report-head,
  .audience-head,
  .compare-head,
  .final-cta > div {
    max-width: 100%;
  }

  h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 360px;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.12;
  }

  .section-body p,
  .feedback-intro p,
  .report-head p,
  .audience-head p,
  .compare-head p,
  .final-cta p {
    max-width: 340px;
    font-size: 15.5px;
    line-height: 1.48;
    text-wrap: pretty;
  }

  .process {
    grid-template-columns: 1fr !important;
  }

  .process-step {
    min-height: auto;
    padding: 22px 20px 24px;
  }

  .process-step span {
    margin-bottom: 28px;
  }

  .process-step h3 {
    font-size: 22px;
  }

  .process-step p {
    max-width: 260px;
    font-size: 15px;
    line-height: 1.45;
  }

  .lpr-board {
    padding: 22px 12px 18px;
    border-radius: 8px;
  }

  .lpr-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 6px;
  }

  .person-icon {
    width: 32px;
    height: 39px;
  }

  .score-badge {
    width: 31px;
    height: 23px;
    font-size: 12px;
  }

  .lpr-board-caption {
    margin-top: 18px;
    font-size: 13px;
  }

  .browser-frame {
    overflow: hidden;
    border-radius: 8px;
  }

  .browser-chrome {
    min-height: 42px;
    padding: 8px 12px;
  }

  .address-bar {
    max-width: 100%;
    height: 24px;
    font-size: 11px;
  }

  .report-app {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .report-sidebar,
  .report-inspector {
    display: none;
  }

  .report-main {
    padding: 22px 16px 0;
  }

  .report-main-top {
    align-items: flex-start;
    gap: 10px;
  }

  .report-main-top h3 {
    font-size: 26px;
  }

  .back-link {
    opacity: 0.52;
    pointer-events: none;
  }

  .report-date {
    position: static;
    align-self: flex-start;
    font-size: 11px;
  }

  .funnel-visual.classic-funnel {
    max-width: 100%;
    padding-top: 12px;
  }

  .classic-funnel-stage {
    width: 100%;
    height: 44px;
    clip-path: none;
    border: 1px solid #e0e3e7;
    border-radius: 8px;
    transform: none !important;
  }

  .classic-funnel-stage + .classic-funnel-stage {
    margin-top: 8px;
  }

  .classic-funnel-stage span {
    justify-content: center;
    gap: 8px;
  }

  .classic-funnel-stage strong {
    width: auto;
    min-width: 28px;
    font-size: 24px;
    text-align: right;
  }

  .classic-funnel-stage em {
    font-size: 12px;
    white-space: normal;
  }

  .selected-funnel {
    margin-top: 18px;
    border-radius: 8px;
  }

  .selected-funnel-head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    padding: 12px;
  }

  .report-table-detailed .report-table-head,
  .report-table-detailed .report-table-row {
    grid-template-columns: 54px minmax(0, 1fr) 50px;
    gap: 8px;
    min-height: auto;
    padding: 12px;
  }

  .report-table-detailed .report-table-head span:last-child,
  .report-table-detailed .report-table-row p {
    display: none;
  }

  .rating-pill {
    justify-self: end;
  }

  .audience {
    min-height: auto;
  }

  .audience-panel {
    --audience-left-shift: 0px !important;
    --audience-right-shift: 0px !important;
    --audience-piece-opacity: 1 !important;
    display: grid;
    grid-template-columns: 1fr;
    transform: none !important;
    opacity: 1 !important;
  }

  .audience-summary {
    min-height: 230px;
    padding: 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .audience-summary strong {
    font-size: 56px;
  }

  .audience-criteria {
    grid-template-columns: 1fr;
    transform: none !important;
    opacity: 1 !important;
  }

  .audience-summary::before,
  .audience-summary::after,
  .audience-criteria::before,
  .audience-criteria::after,
  .audience-lock-lines {
    display: none !important;
  }

  .audience-criteria article {
    min-height: auto;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience-criteria article:nth-child(odd) {
    padding-left: 22px;
  }

  .audience-criteria article:last-child {
    border-bottom: 0;
  }

  .audience-criteria article h3 {
    margin-top: 36px;
    font-size: 22px;
  }

  .revenue-spotlight {
    min-height: 58vh;
    padding: 76px 0;
  }

  .revenue-label {
    max-width: 320px;
    font-size: 20px;
    line-height: 1.18;
  }

  .revenue-number {
    gap: 8px;
  }

  .revenue-side {
    font-size: clamp(42px, 14vw, 64px);
  }

  .revenue-main {
    font-size: clamp(120px, 35vw, 170px);
  }

  .revenue-note {
    max-width: 340px;
    font-size: 15.5px;
  }

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

  .compare-column.light {
    color: var(--ink);
  }

  .compare-row {
    min-height: auto;
    padding: 18px 16px;
    font-size: 16px;
  }

  .final-cta {
    padding-right: 0;
    padding-left: 0;
  }

  .contact-form {
    width: 100%;
  }

  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-docs {
    justify-content: flex-start;
    gap: 12px 16px;
    text-align: left;
  }

  .footer-docs a {
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .brand span:last-child {
    max-width: 112px;
  }

  .hero.section {
    min-height: 700px;
    padding-bottom: 260px;
  }

  .hero::before {
    background-size: auto 60%;
  }

  h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 320px;
    font-size: 29px;
  }

  .classic-funnel-stage span {
    flex-direction: column;
    gap: 0;
  }

  .classic-funnel-stage strong {
    min-width: 0;
    font-size: 21px;
  }

  .report-table-detailed .report-table-head,
  .report-table-detailed .report-table-row {
    grid-template-columns: 48px minmax(0, 1fr) 44px;
  }

  .revenue-side {
    font-size: 42px;
  }

  .revenue-main {
    font-size: 116px;
  }
}

/* Mobile production pass v151: final overrides after older responsive rules. */
@media (max-width: 760px) {
  :root {
    --mobile-gutter: 18px;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  h1,
  h2,
  h3,
  p {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 10px;
  }

  .brand {
    min-width: 0;
    font-size: 13px;
  }

  .nav {
    display: none !important;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .section {
    width: calc(100% - 32px);
    max-width: 430px;
  }

  .hero.section {
    width: 100%;
    max-width: none;
    min-height: 100svh;
    padding: 86px 18px 315px;
    justify-content: flex-start;
    align-items: center;
  }

  .hero::before {
    background-size: auto min(54svh, 430px) !important;
    background-position: center bottom !important;
    opacity: 1;
  }

  .hero::after {
    background:
      linear-gradient(
        180deg,
        #000 0%,
        #000 23%,
        rgba(0, 0, 0, 0.88) 39%,
        rgba(0, 0, 0, 0.2) 61%,
        rgba(0, 0, 0, 0.72) 83%,
        #000 100%
      ),
      linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000 100%);
  }

  .hero-copy {
    max-width: 354px;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(33px, 9.8vw, 42px);
    line-height: 1.04;
    text-wrap: balance;
  }

  .hero-text {
    max-width: 335px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-actions {
    width: 100%;
    max-width: 330px;
    flex-direction: column;
  }

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

  .format,
  .feedback,
  .report,
  .audience,
  .compare,
  .revenue-spotlight,
  .final-cta {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section-body,
  .feedback-intro,
  .report-head,
  .audience-head,
  .compare-head {
    max-width: 360px;
  }

  .section-body h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 360px;
    font-size: clamp(30px, 8.7vw, 39px);
    line-height: 1.11;
    text-wrap: balance;
  }

  .section-body h2 br,
  .feedback-intro h2 br,
  .report-head h2 br,
  .audience-head h2 br,
  .compare-head h2 br {
    display: none !important;
  }

  .final-cta h2 br,
  .process-step:first-child p br {
    display: block !important;
  }

  .section-copy,
  .feedback-intro p,
  .report-head p,
  .audience-head p,
  .compare-head p,
  .final-cta p,
  .revenue-spotlight-subtitle {
    font-size: 15px;
    line-height: 1.45;
    text-wrap: pretty;
  }

  .section-grid,
  .final-cta {
    grid-template-columns: 1fr !important;
    gap: 26px;
  }

  .process {
    grid-template-columns: 1fr !important;
    border: 1px solid var(--line);
  }

  .process-step {
    min-height: auto;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .process-step span {
    margin-bottom: 28px;
  }

  .lpr-board {
    padding: 22px 12px;
  }

  .lpr-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 6px;
  }

  .lpr-person svg {
    width: 28px;
    height: 34px;
  }

  .lpr-score {
    min-width: 30px;
    height: 24px;
    font-size: 12px;
  }

  .report-panel {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
  }

  .browser-chrome {
    padding: 8px 10px;
  }

  .address-bar {
    max-width: calc(100vw - 110px);
    overflow: hidden;
    font-size: 0;
  }

  .address-bar::after {
    content: "closed-show.app/report";
    font-size: 11px;
  }

  .report-app {
    display: block !important;
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  .report-sidebar,
  .report-inspector {
    display: none !important;
  }

  .report-main {
    padding: 22px 14px 14px !important;
  }

  .report-main-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }

  .back-link {
    pointer-events: none !important;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8b9199;
    font-size: 12px;
    opacity: 0.55;
  }

  .report-main-top h3 {
    font-size: 26px;
    line-height: 1.05;
  }

  .report-date {
    position: static !important;
    align-self: flex-start;
    padding: 6px 10px;
    font-size: 11px;
  }

  .classic-funnel {
    width: 100%;
    max-width: none;
    margin: 18px 0 0;
    gap: 8px;
  }

  .classic-funnel-stage {
    width: 100% !important;
    min-height: 52px;
    height: auto !important;
    margin-top: 8px !important;
    clip-path: none !important;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    transform: none !important;
  }

  .classic-funnel-stage:first-child {
    margin-top: 0 !important;
  }

  .classic-funnel-stage span {
    position: static !important;
    transform: none !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    height: 100%;
    padding: 11px 14px;
    text-align: left;
  }

  .classic-funnel-stage strong {
    width: auto;
    min-width: 38px;
    font-size: 24px;
    text-align: left;
  }

  .classic-funnel-stage em {
    max-width: 145px;
    font-size: 12px;
    line-height: 1.15;
    text-align: right;
    white-space: normal;
  }

  .selected-funnel,
  .selected-funnel-stage {
    margin-top: 16px;
    border-radius: 10px;
  }

  .selected-funnel-head {
    padding: 12px 13px;
    font-size: 13px;
  }

  .report-table-detailed .report-table-head {
    display: none !important;
  }

  .report-table-detailed .report-table-row {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 7px 10px;
    align-items: center;
    min-height: auto !important;
    padding: 13px !important;
  }

  .report-table-detailed .report-table-row > span {
    grid-column: 1;
    font-size: 13px;
  }

  .report-table-detailed .report-table-row strong {
    grid-column: 2;
    font-size: 14px;
    white-space: normal;
  }

  .report-table-detailed .report-table-row b {
    grid-column: 3;
    justify-self: end;
  }

  .report-table-detailed .report-table-row p {
    grid-column: 2 / 4;
    display: -webkit-box !important;
    margin: 0;
    overflow: hidden;
    color: #666c74;
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .report-table-detailed .report-table-row.is-selected {
    background: #fff;
  }

  .audience {
    min-height: auto !important;
  }

  .audience-panel {
    --audience-left-shift: 0 !important;
    --audience-right-shift: 0 !important;
    --audience-piece-opacity: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .audience-summary,
  .audience-criteria {
    opacity: 1 !important;
    transform: none !important;
  }

  .audience-summary::before,
  .audience-summary::after,
  .audience-criteria::before,
  .audience-criteria::after,
  .audience-lock-lines {
    display: none !important;
  }

  .audience-summary {
    min-height: 230px;
    padding: 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .audience-summary strong {
    font-size: clamp(58px, 18vw, 78px);
  }

  .audience-criteria {
    grid-template-columns: 1fr !important;
  }

  .audience-criteria article {
    min-height: auto;
    padding: 22px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .audience-criteria article:last-child {
    border-bottom: 0 !important;
  }

  .audience-criteria article h3 {
    margin-top: 32px;
    font-size: 22px;
  }

  .compare-grid {
    grid-template-columns: 1fr !important;
  }

  .compare-column {
    padding: 24px 20px;
  }

  .path-list li {
    grid-template-columns: 36px 1fr;
    font-size: 15px;
    line-height: 1.35;
  }

  .revenue-spotlight {
    min-height: 68svh;
    padding: 76px 0;
    overflow: hidden;
  }

  .revenue-spotlight-caption {
    max-width: 340px;
    font-size: 20px;
    line-height: 1.15;
  }

  .revenue-spotlight-metric {
    gap: 8px;
  }

  .revenue-spotlight-metric strong {
    font-size: clamp(126px, 37vw, 174px);
  }

  .revenue-spotlight-metric span,
  .revenue-spotlight-metric em {
    font-size: clamp(44px, 14vw, 64px);
  }

  .revenue-spotlight-subtitle {
    max-width: 342px;
  }

  .final-cta {
    padding-top: 74px;
  }

  .final-cta h2 {
    max-width: 350px;
  }

  .final-actions {
    width: 100%;
    max-width: 340px;
  }

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

  .footer {
    padding: 34px 0;
  }

  .footer-main {
    width: calc(100% - 32px);
    max-width: 420px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-docs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .footer-docs a {
    font-size: 12px;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .hero.section {
    padding-bottom: 285px;
  }

  .hero::before {
    background-size: auto min(50svh, 390px) !important;
  }

  .report-table-detailed .report-table-row {
    grid-template-columns: 46px minmax(0, 1fr) 44px;
  }

  .report-table-detailed .report-table-row p {
    -webkit-line-clamp: 1;
  }

  .revenue-spotlight-metric strong {
    font-size: clamp(116px, 36vw, 150px);
  }
}

/* Mobile landing repair v158: actual current markup, kept after legacy overrides. */
@media (max-width: 760px) {
  :root {
    --mobile-gutter: 18px;
  }

  body {
    min-width: 0;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    min-height: 54px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
  }

  .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 13px;
    line-height: 1;
  }

  .brand span:last-child {
    max-width: 150px;
  }

  .section {
    width: calc(100% - 32px);
    max-width: 430px;
  }

  .hero.section {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 92px var(--mobile-gutter) 70px;
    align-items: flex-start;
  }

  .hero::before {
    display: none;
  }

  .hero::after {
    background:
      linear-gradient(
        180deg,
        #000 0%,
        rgba(0, 0, 0, 0.98) 32%,
        rgba(0, 0, 0, 0.84) 62%,
        #000 100%
      );
  }

  .hero-copy {
    max-width: 350px;
    padding-top: 0;
  }

  .hero h1 {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: clamp(32px, 9.2vw, 39px);
    line-height: 1.06;
  }

  .hero-text {
    max-width: 340px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-mobile-stage {
    width: min(100%, 352px);
    height: clamp(168px, 46vw, 205px);
    display: block;
    margin: 0 auto 22px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.48) 100%),
      url("assets/hero-stage.png") center bottom / cover no-repeat;
  }

  .format,
  .feedback,
  .report,
  .audience,
  .compare,
  .revenue-spotlight,
  .final-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-body h2,
  .feedback-intro h2,
  .report-head h2,
  .audience-head h2,
  .compare-head h2,
  .final-cta h2 {
    max-width: 360px;
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.12;
  }

  .section-body h2 br,
  .feedback-intro h2 br,
  .report-head h2 br,
  .audience-head h2 br,
  .compare-head h2 br {
    display: none !important;
  }

  .process-step p br,
  .audience-summary br,
  .audience-criteria br {
    display: none !important;
  }

  .feedback-intro,
  .report-head,
  .audience-head,
  .compare-head {
    margin-bottom: 30px;
  }

  .format .section-grid {
    display: grid;
    gap: 18px !important;
  }

  .format .section-body {
    margin-top: 0;
  }

  .format .section-body p {
    margin-bottom: 0;
  }

  .format .process {
    position: relative;
    overflow: hidden;
  }

  .format .process::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 2px;
    height: 150px;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 18%,
      rgba(255, 255, 255, 0.92) 50%,
      rgba(255, 255, 255, 0.2) 82%,
      rgba(255, 255, 255, 0) 100%
    );
    box-shadow:
      0 0 12px rgba(255, 255, 255, 0.48),
      0 0 26px rgba(255, 255, 255, 0.22),
      8px 0 24px rgba(255, 255, 255, 0.08);
    opacity: var(--process-glow-opacity);
    transform: translateY(var(--process-glow-y));
    will-change: transform, opacity;
  }

  .report-panel {
    width: 100%;
    margin-top: 28px;
    border-radius: 10px;
  }

  .report .browser-chrome {
    display: none !important;
  }

  .browser-chrome {
    min-height: 40px;
    padding: 0 10px;
    gap: 9px;
  }

  .browser-address {
    min-width: 0;
    max-width: calc(100% - 52px);
    height: 24px;
    overflow: hidden;
    font-size: 0;
  }

  .browser-address::after {
    content: "closed-show.app/report";
    color: #7c8088;
    font-size: 11px;
  }

  .report-app.report-app-funnel {
    display: block !important;
    min-height: 0;
  }

  .report-workspace,
  .report-workspace-vertical {
    padding: 18px 12px 14px !important;
    overflow: hidden;
  }

  .report-app-head {
    margin-bottom: 16px;
  }

  .report-app-head > div {
    width: 100%;
  }

  .report-title-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .report-app-head h3 {
    max-width: 184px;
    flex: 0 1 auto;
    font-size: 23px;
    line-height: 1.08;
  }

  .report-app-head b {
    min-height: 28px;
    margin-left: auto;
    padding: 0 9px;
    flex-shrink: 0;
    font-size: 11px;
  }

  .classic-funnel {
    width: 100%;
    max-width: none;
    display: grid;
    justify-items: center;
    gap: 7px;
    margin: 16px 0 20px;
    padding: 0;
  }

  .classic-funnel-stage {
    position: relative;
    min-height: 50px;
    height: auto !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(6% 0, 94% 0, 88% 100%, 12% 100%) !important;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    transform: none !important;
  }

  .classic-funnel-stage-demo {
    width: 100% !important;
  }

  .classic-funnel-stage-cold {
    width: 88% !important;
  }

  .classic-funnel-stage-warm {
    width: 76% !important;
  }

  .classic-funnel-stage-ready {
    width: 64% !important;
  }

  .classic-funnel-stage div {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: min(230px, calc(100% - 24px));
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    transform: translate(-50%, -50%) !important;
  }

  .classic-funnel-stage strong {
    width: 34px;
    justify-self: end;
    font-size: 22px;
    line-height: 1;
    text-align: right;
  }

  .classic-funnel-stage span {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    transform: none !important;
    font-size: 11px;
    line-height: 1.15;
    text-align: left;
    white-space: normal;
  }

  .selected-funnel-stage {
    margin-top: 16px;
    border-radius: 10px;
  }

  .selected-funnel-head {
    min-height: auto;
    padding: 12px 13px;
  }

  .selected-funnel-title {
    font-size: 12px;
    line-height: 1.25;
  }

  .report-table-detailed .report-table-row {
    grid-template-columns: 72px minmax(0, 1fr) auto !important;
    gap: 7px 10px;
    padding: 13px !important;
  }

  .report-table-detailed .report-table-row > span {
    font-size: 12px;
  }

  .report-table-detailed .report-table-row strong {
    font-size: 13px;
  }

  .report-table-detailed .report-table-row p {
    grid-column: 2 / 4;
    display: -webkit-box !important;
    margin: 0;
    overflow: hidden;
    color: #626874;
    font-size: 12.5px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .audience {
    min-height: auto !important;
    overflow: visible;
  }

  .audience-panel {
    --audience-left-shift: -38px;
    --audience-right-shift: 48px;
    --audience-piece-opacity: 0.9;
    --audience-line-opacity: 0;
    --audience-trace-route: 0;
    position: relative !important;
    top: auto;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0;
    min-height: 0;
    overflow: visible;
    opacity: 1 !important;
    transform: none !important;
  }

  .audience-panel::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 214px;
    z-index: 4;
    width: 1px;
    height: 96px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
    opacity: var(--audience-line-opacity);
    transform: translateX(-50%) scaleY(var(--audience-trace-route));
    transform-origin: center;
    pointer-events: none;
  }

  .audience-summary,
  .audience-criteria {
    opacity: var(--audience-piece-opacity) !important;
    will-change: transform, opacity;
  }

  .audience-summary {
    min-height: 220px;
    padding: 22px;
    border: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 0;
    transform: translateY(var(--audience-left-shift)) !important;
  }

  .audience-summary strong {
    font-size: clamp(58px, 18vw, 76px);
    line-height: 0.96;
  }

  .audience-summary p {
    max-width: 250px;
    font-size: 15px;
    line-height: 1.42;
  }

  .audience-criteria {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border: 1px solid var(--line);
    transform: translateY(var(--audience-right-shift)) !important;
  }

  .audience-summary::before,
  .audience-summary::after,
  .audience-criteria::before,
  .audience-criteria::after {
    display: none !important;
  }

  .audience-lock-lines,
  .audience-trace {
    display: none !important;
  }

  .audience-criteria article,
  .audience-criteria article:nth-child(odd) {
    min-height: 156px;
    padding: 18px !important;
    border-right: 1px solid var(--line) !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .audience-criteria article:nth-child(2n) {
    border-right: 0 !important;
  }

  .audience-criteria article:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }

  .audience-criteria article h3 {
    margin: 34px 0 10px;
    font-size: 21px;
    line-height: 1.1;
  }

  .audience-criteria article p {
    font-size: 14px;
    line-height: 1.38;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    max-width: 320px;
    font-size: 32px;
  }

  .hero-mobile-stage {
    height: 168px;
  }

  .report-app-head h3 {
    max-width: 168px;
    font-size: 22px;
  }

  .classic-funnel-stage div {
    width: min(202px, calc(100% - 20px));
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .classic-funnel-stage strong {
    width: 30px;
    font-size: 21px;
  }

  .classic-funnel-stage span {
    font-size: 10.5px;
  }

  .report-table-detailed .report-table-row {
    grid-template-columns: 44px minmax(0, 1fr) 42px !important;
  }

  .audience-criteria article,
  .audience-criteria article:nth-child(odd) {
    padding: 16px !important;
  }

  .audience-criteria article h3 {
    font-size: 19px;
  }
}

@media (max-width: 760px) {
  .report-table-detailed .report-table-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 7px 12px;
  }

  .report-table-detailed .report-table-row > span {
    display: none;
  }

  .report-table-detailed .report-table-row strong {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
  }

  .report-table-detailed .report-table-row b {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .report-table-detailed .report-table-row p {
    grid-column: 1 / -1;
    padding-left: 0;
  }
}

/* Mobile audience puzzle lock: vertical snap with a soft seam glow. */
@media (max-width: 760px) {
  .audience-panel.audience-puzzle {
    --audience-mobile-seam-y: 292px;
    --audience-mobile-tab-width: 68px;
    --audience-mobile-tab-height: 22px;
    margin-top: 56px;
    isolation: isolate;
  }

  .audience-panel.audience-puzzle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: var(--audience-mobile-seam-y);
    z-index: 6;
    width: 118px;
    height: 56px;
    pointer-events: none;
    background:
      radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.26), transparent 56%),
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    filter: blur(12px);
    opacity: calc(var(--audience-line-opacity) * 1.1);
    transform: translate(-50%, -50%) scale(var(--audience-trace-route));
    will-change: transform, opacity;
  }

  .audience-panel.audience-puzzle::after {
    left: 50%;
    top: var(--audience-mobile-seam-y);
    width: min(248px, 72%);
    height: 2px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.24) 20%,
      rgba(255, 255, 255, 0.94) 50%,
      rgba(255, 255, 255, 0.24) 80%,
      rgba(255, 255, 255, 0) 100%
    );
    box-shadow:
      0 0 12px rgba(255, 255, 255, 0.54),
      0 0 30px rgba(255, 255, 255, 0.24);
    opacity: var(--audience-line-opacity);
    transform: translate(-50%, -50%) scaleX(var(--audience-trace-route));
    transform-origin: center;
  }

  .audience-panel.audience-puzzle .audience-summary {
    position: relative;
    z-index: 3;
    min-height: var(--audience-mobile-seam-y);
    padding-bottom: 46px !important;
    overflow: visible;
  }

  .audience-panel.audience-puzzle .audience-summary::before {
    display: none !important;
  }

  .audience-panel.audience-puzzle .audience-summary::after {
    display: none !important;
  }

  .audience-panel.audience-puzzle .audience-criteria {
    position: relative;
    z-index: 2;
    overflow: visible;
  }

  .audience-panel.audience-puzzle .audience-criteria::before {
    display: none !important;
  }

  .audience-panel.audience-puzzle .audience-criteria::after {
    display: none !important;
  }
}

/* Fixed header final positioning. */
/* Final report funnel sizing for 14 CFO: 14 -> 5 -> 5 -> 4. */
.classic-funnel {
  display: grid !important;
  justify-items: center;
  gap: 7px;
  width: 100%;
  max-width: 900px;
  margin: 4px auto 26px;
  padding: 0 !important;
}

.classic-funnel-stage-demo {
  width: var(--funnel-demo-width, 100%) !important;
  clip-path: polygon(3% 0, 97% 0, 91% 100%, 9% 100%) !important;
}

.classic-funnel-stage-cold {
  width: var(--funnel-cold-width, 78%) !important;
  clip-path: polygon(3% 0, 97% 0, 91% 100%, 9% 100%) !important;
}

.classic-funnel-stage-warm {
  width: var(--funnel-warm-width, 68%) !important;
  clip-path: polygon(3% 0, 97% 0, 91% 100%, 9% 100%) !important;
}

.classic-funnel-stage-ready {
  width: var(--funnel-ready-width, 58%) !important;
  clip-path: polygon(3% 0, 97% 0, 91% 100%, 9% 100%) !important;
}

@media (max-width: 760px) {
  .classic-funnel {
    --funnel-demo-width: 100%;
    --funnel-cold-width: 90%;
    --funnel-warm-width: 78%;
    --funnel-ready-width: 68%;
    max-width: none;
    margin: 16px 0 20px;
  }

  .classic-funnel-stage-demo,
  .classic-funnel-stage-cold,
  .classic-funnel-stage-warm,
  .classic-funnel-stage-ready {
    clip-path: polygon(6% 0, 94% 0, 88% 100%, 12% 100%) !important;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-header {
    position: fixed;
    left: 50%;
    right: auto;
    top: 10px;
    width: calc(100% - 24px);
    transform: translateX(-50%);
  }
}

/* Final desktop polish: give the fixed header room and keep viewport edges black. */
html,
body,
main {
  background: #000;
}

html,
body {
  overflow-x: clip !important;
}

@media (min-width: 761px) {
  .site-header {
    top: 16px;
  }

  .hero.section {
    min-height: 100svh;
    padding-top: clamp(174px, 15vh, 214px);
    padding-bottom: clamp(260px, 30vh, 360px);
    background: #000;
  }

  .hero::before {
    background-position: center calc(100% + 108px);
    background-size: cover;
  }

  .hero::after {
    background:
      linear-gradient(
        180deg,
        #000 0%,
        rgba(0, 0, 0, 0.98) 24%,
        rgba(0, 0, 0, 0.7) 43%,
        rgba(0, 0, 0, 0.1) 58%,
        rgba(0, 0, 0, 0.48) 74%,
        rgba(0, 0, 0, 0.88) 90%,
        #000 100%
      ),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.86) 0%,
        rgba(0, 0, 0, 0.06) 22%,
        rgba(0, 0, 0, 0.06) 78%,
        rgba(0, 0, 0, 0.86) 100%
      );
  }
}

/* Final mobile hero image sizing. */
@media (max-width: 760px) {
  .hero-copy {
    width: 100%;
    max-width: none;
  }

  .hero h1 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-text {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-mobile-stage {
    width: 100vw;
    max-width: none;
    height: clamp(245px, 66vw, 330px);
    margin: 28px 50% 32px;
    border-radius: 0;
    transform: translateX(-50%);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.72) 100%),
      url("assets/hero-stage.png") center bottom / cover no-repeat;
  }

  .hero-actions {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Final desktop revenue text balance. */
@media (min-width: 761px) {
  .revenue-spotlight-subtitle {
    max-width: 570px;
    text-wrap: balance;
  }
}
