/* Commercial landing system */

body.landing-page {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  background:
    radial-gradient(circle at top, rgba(229, 53, 48, .07), transparent 28%),
    linear-gradient(180deg, #fbf8f3 0%, #f5efe5 48%, #f8f4ed 100%);
}

.landing-main-shell {
  flex: 1 1 auto;
}

.landing-secondary-band {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, #233a60 0%, #2d456c 58%, #20334f 100%);
  padding: 38px 0 46px;
}

.landing-secondary-shell {
  width: min(calc(100% - 40px), 1320px);
  margin: 0 auto;
}

.landing-header-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 248, 243, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20, 36, 63, .08);
}

.landing-header-shell {
  width: min(calc(100% - 40px), 1320px);
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.landing-header-brand {
  color: #283080;
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.landing-header-brand span {
  color: #e03530;
}

.landing-header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}

.landing-header-nav a:not(.btn) {
  color: var(--text);
  text-decoration: none;
}

.landing-header-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(224,53,48,.22);
  background: rgba(224,53,48,.08);
  color: #e03530;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}

.landing-header-login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  position: relative;
  flex: 0 0 14px;
}

.landing-header-login-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 8px;
  height: 6px;
  border: 1.5px solid #e03530;
  border-radius: 2px;
  box-sizing: border-box;
}

.landing-header-login-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 6px;
  border: 1.5px solid #e03530;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
}

.landing-wrap {
  display: grid;
  grid-template-columns: 1fr 500px;
  min-height: calc(100vh - 74px);
  width: 100%;
}

.landing-wrap-hybrid {
  grid-template-columns: 1fr;
}

.landing-left {
  background: #f6f1ea;
  padding: 60px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text);
}

.landing-left-hybrid {
  padding: 64px 48px 48px;
  justify-content: flex-start;
  gap: 36px;
}

.landing-hero-intro {
  max-width: 760px;
}

.landing-logo-tight {
  margin-bottom: 24px;
}

.landing-left .landing-logo {
  color: #283080;
}

.landing-left .landing-logo span {
  color: #e03530;
}

.landing-left .landing-tagline,
.landing-left .landing-tagline em {
  color: var(--text);
  text-decoration-color: rgba(224,53,48,.28);
}

.landing-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #5b6473;
  margin-bottom: 18px;
}

.landing-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #a3aab5;
}

.landing-tagline-hybrid {
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: .9;
  letter-spacing: -.045em;
  max-width: 12ch;
  margin-bottom: 26px;
}

.landing-desc-hybrid {
  max-width: 620px;
  margin-bottom: 32px;
  color: #485367;
  font-size: 17px;
  line-height: 1.82;
}

.landing-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-proof {
  max-width: 680px;
  padding-top: 24px;
  border-top: 1px solid rgba(20,36,63,.16);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.landing-proof-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6d7481;
}

.landing-proof-body strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: var(--text);
  margin-bottom: 10px;
}

.landing-proof-body p {
  color: #485367;
  font-size: 14px;
  line-height: 1.78;
}

.landing-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: end;
  max-width: 860px;
  margin-top: 42px;
}

.landing-preview-page {
  background: rgba(255,253,249,.97);
  color: var(--text);
  border: 1px solid rgba(20,36,63,.1);
  box-shadow: 0 24px 54px rgba(20,36,63,.16);
}

.landing-preview-main {
  padding: 34px 32px;
  border-radius: 6px;
  transform: rotate(-2.2deg);
}

.landing-preview-side {
  padding: 24px 22px;
  border-radius: 6px;
  transform: rotate(2.8deg);
}

.landing-preview-brand {
  font-size: 11px;
  font-weight: 900;
  color: #283080;
}

.landing-preview-brand span {
  color: #e03530;
}

.landing-preview-kicker {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a8e97;
}

.landing-preview-rule {
  height: 1px;
  background: #ddd6ce;
  margin: 16px 0 18px;
}

.landing-preview-title,
.landing-preview-side-title {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
}

.landing-preview-title {
  font-size: 38px;
  line-height: .96;
  margin-bottom: 12px;
}

.landing-preview-copy {
  color: #4b5563;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.66;
}

.landing-preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.landing-preview-metrics span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8a8e97;
  margin-bottom: 5px;
}

.landing-preview-metrics strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: var(--text);
}

.landing-preview-side-title {
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.landing-preview-list {
  margin: 0;
  padding-left: 18px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.6;
}

.landing-trust-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 42px;
  align-items: start;
}

.landing-trust-copy {
  max-width: 620px;
}

.landing-trust-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 16px;
}

.landing-trust-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.8vw, 58px);
  line-height: .98;
  color: #fff;
  max-width: 10.5ch;
  margin-bottom: 20px;
}

.landing-trust-text {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.82);
}

.landing-trust-sheet {
  background: rgba(255,253,249,.97);
  border: 1px solid rgba(20,36,63,.12);
  box-shadow: 0 24px 54px rgba(20,36,63,.16);
  padding: 28px 28px 24px;
  border-radius: 6px;
}

.landing-trust-sheet-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd6ce;
}

.landing-trust-case {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8a8e97;
}

.landing-trust-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e4ddd6;
  border-bottom: 1px solid #e4ddd6;
  margin-bottom: 18px;
}

.landing-trust-metric {
  padding: 16px 10px 14px;
  border-right: 1px solid #e4ddd6;
}

.landing-trust-metric:last-child {
  border-right: 0;
}

.landing-trust-metric strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  color: var(--text);
  line-height: 1;
  margin-bottom: 6px;
}

.landing-trust-metric span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8e97;
  line-height: 1.45;
}

.landing-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-trust-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ece5de;
  color: #465064;
  font-size: 14px;
  line-height: 1.6;
}

.landing-trust-list li:last-child {
  border-bottom: 0;
}

.landing-trust-list li::before {
  content: "•";
  color: var(--accent);
  font-size: 18px;
  line-height: 1;
}

.feature-list-hybrid {
  margin-top: 34px;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.landing-story-band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,0) 120px),
    #f6f1ea;
  border-top: 1px solid rgba(20,36,63,.08);
}

.landing-story-shell,
.landing-value-shell {
  width: min(calc(100% - 40px), 1320px);
  margin: 0 auto;
}

.landing-story-shell {
  padding: 86px 0 78px;
}

.landing-story-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.landing-story-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6d7481;
  margin-bottom: 14px;
}

.landing-story-title,
.landing-value-title,
.landing-close-title {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
}

.landing-story-title {
  font-size: clamp(38px, 4.8vw, 56px);
  line-height: .99;
  max-width: 11ch;
  margin-bottom: 18px;
}

.landing-story-copy,
.landing-close-text {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.75;
  color: #485367;
}

.landing-story-grid,
.landing-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.landing-story-card,
.landing-value-card {
  background: rgba(255,253,249,.92);
  border: 1px solid rgba(20,36,63,.1);
  box-shadow: 0 18px 40px rgba(20,36,63,.08);
}

.landing-story-card {
  padding: 28px 24px 24px;
}

.landing-story-step {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.landing-story-card h3,
.landing-value-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.12;
  color: var(--text);
}

.landing-story-card h3 {
  margin-bottom: 10px;
}

.landing-story-card p,
.landing-value-card p {
  color: #485367;
  font-size: 14px;
  line-height: 1.68;
}

.landing-value-band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0) 120px),
    #fbf8f3;
  border-top: 1px solid rgba(20,36,63,.08);
}

.landing-value-shell {
  padding: 80px 0 96px;
}

.landing-value-strip {
  display: grid;
  gap: 28px;
  margin-bottom: 34px;
}

.landing-value-title {
  font-size: clamp(34px, 4.1vw, 48px);
  line-height: 1;
  max-width: 12ch;
}

.landing-value-card {
  padding: 22px 20px;
}

.landing-value-card strong {
  margin-bottom: 10px;
}

.landing-pricing-band {
  display: grid;
  gap: 26px;
  padding: 14px 0 34px;
}

.landing-pricing-head {
  max-width: 860px;
}

.landing-pricing-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
  color: var(--text);
  max-width: 15ch;
  margin-bottom: 14px;
}

.landing-pricing-copy {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.75;
  color: #485367;
}

.landing-pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  overflow-x: clip;
}

.landing-package-card {
  display: grid;
  min-width: 0;
  gap: 14px;
  align-content: start;
  padding: 18px 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(20,36,63,.1);
  background: rgba(255,253,249,.96);
  box-shadow: 0 18px 40px rgba(20,36,63,.08);
  container-type: inline-size;
}

.landing-package-card-empty {
  grid-column: 1 / -1;
}

.landing-package-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.landing-package-family,
.landing-package-channel {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.landing-package-family {
  color: #6d7481;
}

.landing-package-channel {
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(20,36,63,.1);
  background: rgba(20,36,63,.04);
}

.landing-package-channel-live {
  color: #20512e;
  background: rgba(45,135,72,.08);
  border-color: rgba(45,135,72,.18);
}

.landing-package-channel-prepared {
  color: #8a5311;
  background: rgba(193,128,35,.08);
  border-color: rgba(193,128,35,.18);
}

.landing-package-channel-quote,
.landing-package-channel-assisted {
  color: #233a60;
  background: rgba(35,58,96,.08);
  border-color: rgba(35,58,96,.16);
}

.landing-package-copy strong,
.landing-pricing-note-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
}

.landing-package-copy strong {
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.02;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}

.landing-package-copy p,
.landing-pricing-note-card p {
  color: #485367;
  font-size: 13px;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.landing-package-price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: .98;
  color: var(--text);
  overflow-wrap: anywhere;
}

.landing-package-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.landing-package-stats-single {
  grid-template-columns: minmax(0, 1fr);
}

.landing-package-stat {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(20,36,63,.08);
}

.landing-package-stat span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7b8594;
}

.landing-package-stat strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.45vw, 24px);
  line-height: 1;
  color: var(--text);
  overflow-wrap: anywhere;
}

.landing-package-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

.landing-package-actions .btn {
  width: 100%;
  min-width: 0;
  padding-inline: 12px;
  font-size: 11px;
}

.landing-pricing-footnote {
  margin-top: 2px;
}

.landing-pricing-note-card {
  max-width: 780px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(20,36,63,.1);
  background: rgba(255,253,249,.78);
}

.landing-pricing-note-card strong {
  font-size: 20px;
  line-height: 1.08;
  margin-bottom: 8px;
}

@container (max-width: 250px) {
  .landing-package-card {
    gap: 12px;
    padding: 16px 14px 14px;
  }

  .landing-package-topline {
    gap: 8px;
  }

  .landing-package-family,
  .landing-package-channel {
    font-size: 8px;
    letter-spacing: .13em;
  }

  .landing-package-channel {
    padding: 5px 8px;
  }

  .landing-package-copy strong {
    font-size: 17px;
  }

  .landing-package-copy p {
    font-size: 12px;
    line-height: 1.52;
  }

  .landing-package-price {
    font-size: 17px;
  }

  .landing-package-stat strong {
    font-size: 14px;
    line-height: 1.05;
  }

  .landing-package-actions .btn {
    font-size: 10px;
    letter-spacing: .04em;
  }
}

@media (max-width: 1320px) {
  .landing-pricing-card-grid {
    gap: 12px;
  }

  .landing-package-card {
    padding-inline: 14px;
  }
}

@media (max-width: 1180px) {
  .landing-pricing-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.landing-close-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 34px;
  align-items: end;
  padding-top: 34px;
  border-top: 1px solid rgba(20,36,63,.1);
}

.landing-close-title {
  font-size: clamp(32px, 3.8vw, 44px);
  line-height: 1;
  max-width: 13ch;
  margin-bottom: 16px;
}

.landing-close-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.landing-logo {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 40px;
  color: #fff;
}

.landing-logo span { color: rgba(255,255,255,.72); }

.landing-tagline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 20px;
  color: #fff;
}

.landing-tagline em {
  font-style: normal;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.4);
  text-underline-offset: 4px;
}

.landing-desc {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,.82);
  max-width: 480px;
  margin-bottom: 44px;
}

.landing-left .landing-desc {
  color: #485367;
}

.landing-footer {
  margin-top: 28px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
}

.landing-right {
  background: #f6f1ea;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 12px 56px 42px;
  border-left: none;
  border-top: 1px solid rgba(20,36,63,.08);
}

.landing-right-hybrid {
  padding-top: 18px;
}

.auth-inner-hybrid {
  max-width: 780px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.landing-register-card {
  align-self: flex-start;
}

.landing-auth-intro {
  margin-top: -10px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.landing-auth-intro-strong {
  margin-bottom: 18px;
}

.landing-register-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(20,36,63,.08);
}

.landing-register-kicker,
.auth-modal-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}

.landing-register-title,
.auth-modal-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  color: var(--text);
  margin-top: 8px;
}

.landing-register-link {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.auth-modal-head {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(20,36,63,.08);
}

.auth-modal-copy {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.plan-intent-wrap {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  margin-bottom: 14px;
}

.plan-intent-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text);
}

.plan-intent-copy {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.plan-family-grid,
.plan-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.plan-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.plan-family-card,
.plan-option-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 9px 11px;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
  text-align: left;
}

.plan-family-card.active,
.plan-option-card.active {
  border-color: rgba(224,53,48,.42);
  box-shadow: 0 0 0 2px rgba(224,53,48,.08);
  background: #fff7f8;
}

.plan-family-card strong,
.plan-option-card strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.plan-family-card span,
.plan-option-card span {
  display: block;
  font-size: 11px;
  line-height: 1.45;
  color: var(--text-muted);
}

.plan-option-meta {
  margin-top: 5px;
  font-size: 11px;
  color: var(--text);
  font-weight: 600;
}

.plan-intent-state {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-muted);
}

#form-register {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 0;
}

#form-register .plan-intent-wrap,
#form-register .text-muted,
#form-register .btn {
  grid-column: 1 / -1;
}

#form-register .field {
  margin-bottom: 0;
}

.auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 36, 63, .26);
  z-index: 100;
  padding: 20px 20px 28px;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.auth-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.auth-panel {
  width: min(100%, 640px);
  background: var(--surface);
  border: 1px solid rgba(20, 36, 63, .1);
  box-shadow: 0 20px 54px rgba(13, 21, 39, .16);
  border-radius: 14px;
  overflow: hidden;
  transform: translateY(-20px);
  transition: transform .24s ease;
}

.auth-overlay.open .auth-panel {
  transform: translateY(0);
}

.auth-panel-compact {
  width: min(100%, 640px);
  margin-top: 10px;
}

.auth-panel-layout {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
}

.auth-panel-layout-modal {
  min-height: auto;
}

.auth-panel-copy {
  padding: 52px 46px;
  background:
    radial-gradient(circle at 100% 100%, rgba(185, 88, 103, .30), transparent 36%),
    linear-gradient(180deg, #24395f 0%, #30486f 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
}

.auth-panel-copy-compact {
  display: none;
}

.auth-panel-ui {
  padding: 40px 38px 44px;
  background: var(--bg);
  position: relative;
}

.auth-panel-ui-compact {
  padding-top: 24px;
}

.auth-panel-title {
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.02;
  margin-bottom: 16px;
}

.auth-panel-desc {
  max-width: 360px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.72;
}

.auth-panel-points-compact {
  margin-top: 18px;
}

.auth-panel-note-light {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(20,36,63,.08);
}

.auth-panel-note.auth-panel-note-light strong {
  color: var(--text);
}

.auth-panel-note.auth-panel-note-light p {
  color: var(--text-muted);
}

.auth-modal-open {
  overflow: hidden;
}

.auth-panel-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(20,36,63,.12);
  background: rgba(255, 253, 249, .96);
  color: var(--text);
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

.auth-panel-close:hover {
  border-color: rgba(20,36,63,.24);
  background: #fff;
  color: #1f2a3d;
  transform: translateY(-1px);
}

.auth-panel-note {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.auth-panel-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 8px;
}

.auth-panel-note p,
.auth-panel-points li {
  color: rgba(255, 255, 255, .82);
}

.auth-panel-points {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}

.auth-panel-points li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  font-size: .9rem;
  line-height: 1.55;
}

.auth-panel-points li::before {
  content: "•";
  color: rgba(255, 255, 255, .9);
  font-size: 1.35rem;
  line-height: 1;
}

@media (max-width: 800px) {
  body.landing-page {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
  }

  .landing-wrap { grid-template-columns: 1fr; }
  .landing-left { padding: 40px 28px; }
  .landing-tagline { font-size: 26px; }

  .landing-right {
    padding: 32px 24px;
    border-left: none;
    border-top: 1px solid var(--border);
  }

  .plan-family-grid,
  .plan-option-grid,
  #form-register {
    grid-template-columns: 1fr;
  }

  .auth-panel-layout {
    grid-template-columns: 1fr;
  }

  .auth-panel-copy,
  .auth-panel-ui {
    padding: 28px 24px 32px;
  }

  .auth-panel-title {
    font-size: 30px;
  }

  .landing-header-shell,
  .landing-secondary-shell {
    width: min(calc(100% - 28px), 1320px);
  }

  .landing-wrap-hybrid {
    grid-template-columns: 1fr;
  }

  .landing-left-hybrid {
    padding: 42px 24px 30px;
    gap: 26px;
  }

  .landing-right-hybrid {
    padding: 20px 20px 28px;
    border-top: 1px solid rgba(20,36,63,.08);
  }

  .landing-trust-band,
  .feature-list-hybrid,
  .landing-trust-metrics,
  .landing-pricing-card-grid,
  .landing-story-grid,
  .landing-value-grid {
    grid-template-columns: 1fr;
  }

  .landing-pricing-card-grid {
    grid-auto-flow: row;
  }

  .landing-trust-band {
    gap: 22px;
  }

  .landing-trust-sheet {
    padding: 20px 18px;
  }

  .landing-trust-sheet-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-trust-metric {
    border-right: 0;
    border-bottom: 1px solid #e4ddd6;
  }

  .landing-trust-metric:last-child {
    border-bottom: 0;
  }

  .landing-preview {
    margin-top: 26px;
  }

  .landing-register-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-header-nav {
    gap: 14px;
    font-size: 12px;
  }

  .landing-header-nav a:not(.btn) {
    display: none;
  }

  .landing-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .landing-actions .btn {
    width: 100%;
  }

  .landing-proof {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .landing-preview {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-preview-main,
  .landing-preview-side {
    transform: none;
  }

  .feature-list-hybrid {
    margin-top: 22px;
  }

  .landing-tagline-hybrid {
    font-size: clamp(38px, 12vw, 52px);
    max-width: 11ch;
  }

  .landing-desc-hybrid,
  .landing-trust-text {
    font-size: 16px;
    line-height: 1.72;
  }

  .landing-story-shell,
  .landing-value-shell {
    width: min(calc(100% - 28px), 1320px);
  }

  .landing-story-shell,
  .landing-value-shell {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .landing-story-head,
  .landing-value-intro {
    margin-bottom: 24px;
  }

  .landing-pricing-title,
  .landing-package-copy strong,
  .landing-package-price {
    max-width: none;
  }

  .landing-package-actions {
    flex-direction: column;
  }

  .landing-package-actions .btn {
    width: 100%;
  }

  .landing-story-title,
  .landing-value-title,
  .landing-close-title,
  .landing-trust-title {
    max-width: none;
  }

  .landing-close-band {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .landing-close-actions {
    justify-content: flex-start;
    flex-direction: column;
  }

  .landing-close-actions .btn {
    width: 100%;
  }

  .auth-overlay {
    padding: 12px 12px 18px;
  }
}

/* Hybrid editorial landing overrides */

.landing-main-shell {
  padding: 34px 0 0;
}

.landing-hero-shell,
.landing-entry-shell {
  width: min(calc(100% - 56px), 1480px);
  margin: 0 auto;
}

.landing-hero-shell {
  display: block;
  padding: 28px 0 34px;
}

.landing-hero-copy-column {
  min-width: 0;
  padding: 18px 0 0;
}

.landing-left.landing-hero-copy-column {
  background: transparent;
}

.landing-hero-intro {
  max-width: 1480px;
  margin: 0 auto;
}

.landing-hero-copy-column .landing-logo-tight {
  display: none;
}

.landing-hero-copy-centered {
  text-align: center;
}

.landing-hero-copy-centered .landing-eyebrow {
  justify-content: center;
}

.landing-tagline-hybrid {
  max-width: 24ch;
  margin: 0 auto 20px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.landing-tagline-problem-centered em {
  font-style: normal;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.landing-desc-hybrid {
  max-width: 42rem;
  font-size: 18px;
  line-height: 1.78;
}

.landing-proof-hero {
  max-width: 36rem;
}

.landing-hero-copy-centered .landing-actions {
  justify-content: center;
}

.landing-hero-copy-centered .landing-actions .btn {
  min-width: 0;
}

.landing-report-stage {
  position: relative;
  min-height: 760px;
  padding-top: 10px;
}

.landing-report-page {
  position: absolute;
  background: rgba(255, 253, 249, .98);
  border: 1px solid rgba(20, 36, 63, .12);
  box-shadow: 0 30px 64px rgba(17, 26, 44, .14);
  border-radius: 8px;
  overflow: hidden;
}

.landing-report-cover {
  inset: 0 8% 78px 0;
  padding: 34px 34px 30px;
  transform: rotate(-2deg);
  z-index: 3;
}

.landing-report-quick {
  right: 0;
  top: 56px;
  width: min(44%, 340px);
  padding: 24px 22px 20px;
  transform: rotate(3.8deg);
  z-index: 4;
}

.landing-report-matrix {
  left: 14%;
  bottom: 0;
  width: min(74%, 560px);
  padding: 24px 24px 22px;
  transform: rotate(1.6deg);
  z-index: 2;
}

.landing-report-brand,
.landing-report-page-heading {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.landing-report-brand {
  color: #283080;
}

.landing-report-brand span {
  color: #e03530;
}

.landing-report-deck,
.landing-report-kicker {
  color: #8a8e97;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.landing-report-deck {
  font-size: 10px;
  margin-top: 8px;
}

.landing-report-rule {
  height: 1px;
  background: #ddd6ce;
  margin: 18px 0 18px;
}

.landing-report-kicker,
.landing-report-page-heading {
  color: #6b7380;
}

.landing-report-kicker {
  font-size: 10px;
  margin-bottom: 12px;
}

.landing-report-title,
.landing-report-quick h3,
.landing-report-matrix h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  line-height: .96;
}

.landing-report-title {
  font-size: clamp(46px, 4.8vw, 68px);
  max-width: 8.5ch;
  margin-bottom: 14px;
}

.landing-report-summary,
.landing-report-quick p,
.landing-report-reading-key,
.landing-report-matrix-card p {
  color: #495466;
  font-size: 14px;
  line-height: 1.72;
}

.landing-report-grid {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.landing-report-box {
  background: #fcfaf6;
  border: 1px solid #ebe3da;
  padding: 18px 18px 16px;
}

.landing-report-box h4 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6c7582;
  margin-bottom: 12px;
}

.landing-report-fact {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #ece4db;
}

.landing-report-fact:last-child {
  border-bottom: 0;
}

.landing-report-fact span {
  color: #7d8592;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.landing-report-fact strong {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.landing-report-quick h3,
.landing-report-matrix h3 {
  font-size: 28px;
  margin: 12px 0 12px;
}

.landing-report-quick-block + .landing-report-quick-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ece4db;
}

.landing-report-quick-block b,
.landing-report-matrix-card b {
  display: block;
  color: var(--text);
  margin-bottom: 6px;
}

.landing-report-narrative-list {
  margin: 0;
  padding-left: 18px;
  color: #495466;
  font-size: 13px;
  line-height: 1.6;
}

.landing-report-matrix-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.landing-report-matrix-card {
  background: #fcfaf6;
  border: 1px solid #ebe3da;
  padding: 14px 14px 12px;
}

.landing-report-matrix-card.is-green {
  background: #f6fbf6;
}

.landing-report-matrix-card.is-amber {
  background: #fff9f2;
}

.landing-report-matrix-card.is-blue {
  background: #f5f9ff;
}

.landing-entry-band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,0) 120px),
    #f4ede3;
  border-top: 1px solid rgba(20,36,63,.08);
  border-bottom: 1px solid rgba(20,36,63,.08);
}

.landing-entry-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
  gap: 34px;
  align-items: start;
  padding: 44px 0 52px;
}

.landing-entry-copy {
  min-width: 0;
  padding-top: 12px;
}

.landing-entry-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: .98;
  color: var(--text);
  max-width: 9.5ch;
  margin: 0 0 18px;
}

.landing-entry-text {
  max-width: 34rem;
  font-size: 15px;
  line-height: 1.78;
  color: #485367;
}

.landing-entry-note {
  display: grid;
  gap: 8px;
  max-width: 31rem;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(20,36,63,.1);
}

.landing-entry-note strong {
  color: var(--text);
  font-size: 14px;
}

.landing-entry-note span {
  color: #5c6676;
  font-size: 13px;
  line-height: 1.62;
}

.landing-register-card {
  background: rgba(255,253,249,.96);
  border: 1px solid rgba(20,36,63,.1);
  box-shadow: 0 22px 46px rgba(17, 26, 44, .08);
  border-radius: 12px;
  padding: 28px 28px 26px;
}

.landing-register-card .auth-logo {
  color: #283080;
  margin-bottom: 14px;
}

.landing-register-card .auth-logo span {
  color: #e03530;
}

.landing-auth-intro-strong {
  margin-top: 0;
  margin-bottom: 16px;
}

.landing-secondary-band {
  padding: 56px 0 52px;
}

.landing-trust-band {
  align-items: center;
  margin-bottom: 34px;
}

.landing-trust-title {
  max-width: 11ch;
}

.landing-story-shell {
  padding: 72px 0 74px;
}

.landing-story-grid {
  gap: 18px;
}

.landing-story-card {
  min-height: 220px;
}

.landing-value-shell {
  padding: 74px 0 88px;
}

.landing-close-band {
  margin-top: 18px;
}

.landing-footer-muted {
  color: rgba(20,36,63,.54);
}

@media (max-width: 1200px) {
  .landing-hero-shell {
    padding-top: 22px;
    padding-bottom: 28px;
  }

  .landing-entry-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  }
}

@media (max-width: 1020px) {
  .landing-entry-shell {
    grid-template-columns: 1fr;
  }

  .landing-register-card {
    max-width: 760px;
  }
}

@media (max-width: 800px) {
  .landing-main-shell {
    padding-top: 18px;
  }

  .landing-hero-shell,
  .landing-entry-shell,
  .landing-story-shell,
  .landing-value-shell,
  .landing-secondary-shell {
    width: min(calc(100% - 28px), 1320px);
  }

  .landing-hero-shell {
    padding: 10px 0 20px;
  }

  .landing-hero-copy-column {
    padding-top: 4px;
  }

  .landing-tagline-hybrid {
    font-size: clamp(22px, 6vw, 30px);
    max-width: none;
    margin-bottom: 16px;
    line-height: 1.02;
  }

  .landing-desc-hybrid {
    max-width: 26rem;
    font-size: 14px;
    line-height: 1.56;
    margin-inline: auto;
  }

  .landing-hero-copy-centered .landing-eyebrow {
    margin-bottom: 10px;
  }

  .landing-hero-copy-centered .landing-actions {
    gap: 6px;
  }

  .landing-entry-shell {
    padding: 34px 0 38px;
    gap: 20px;
  }

  .landing-entry-title {
    max-width: none;
  }

  .landing-register-card {
    padding: 22px 18px 20px;
  }
}

/* Section model realignment */

.landing-promise-band,
.landing-simplicity-band,
.landing-testimonial-band {
  border-top: 1px solid rgba(20,36,63,.08);
}

@media (min-width: 1024px) {
  .landing-hero-shell,
  .landing-promise-band,
  .landing-simplicity-band,
  .landing-secondary-band,
  .landing-testimonial-band,
  .landing-value-band {
    min-height: calc(100svh - 74px);
    display: flex;
    align-items: center;
  }

  .landing-promise-shell,
  .landing-simplicity-shell,
  .landing-secondary-shell,
  .landing-testimonial-shell,
  .landing-value-shell {
    width: min(calc(100% - 56px), 1480px);
  }

  .landing-hero-shell {
    padding-top: 34px;
    padding-bottom: 34px;
    justify-content: center;
  }

  .landing-hero-shell > .landing-left,
  .landing-hero-shell > .landing-hero-copy-column,
  .landing-hero-shell > section {
    width: 100%;
  }

  .landing-promise-shell,
  .landing-simplicity-shell,
  .landing-secondary-shell,
  .landing-testimonial-shell,
  .landing-value-shell {
    padding-top: clamp(42px, 5.2vh, 72px);
    padding-bottom: clamp(42px, 5.2vh, 72px);
  }
}

.landing-promise-band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,0) 140px),
    #f6efe6;
}

.landing-promise-shell,
.landing-simplicity-shell,
.landing-testimonial-shell {
  width: min(calc(100% - 40px), 1320px);
  margin: 0 auto;
}

.landing-promise-shell {
  padding: 74px 0 82px;
  text-align: center;
}

.landing-center-kicker {
  text-align: center;
}

.landing-promise-title,
.landing-testimonial-title {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
}

.landing-promise-title {
  font-size: clamp(40px, 5vw, 66px);
  line-height: .96;
  max-width: 14ch;
  margin: 0 auto 18px;
}

.landing-promise-copy {
  max-width: 840px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.78;
  color: #485367;
}

.landing-promise-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.landing-promise-step {
  padding: 16px 12px 14px;
  background: rgba(255,253,249,.92);
  border: 1px solid rgba(20,36,63,.08);
  box-shadow: 0 10px 24px rgba(20,36,63,.05);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5e6674;
}

.landing-simplicity-band {
  background: #f4ede3;
}

.landing-simplicity-shell {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
  gap: 34px;
  align-items: center;
  padding: 72px 0 80px;
}

.landing-simplicity-copy {
  min-width: 0;
}

.landing-generator-card {
  background: rgba(255,253,249,.98);
  border: 1px solid rgba(20,36,63,.1);
  border-radius: 16px;
  box-shadow: 0 22px 54px rgba(17,26,44,.08);
  padding: 24px 24px 22px;
}

.landing-generator-head {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(20,36,63,.08);
}

.landing-generator-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}

.landing-generator-title {
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  color: var(--text);
}

.landing-generator-grid {
  display: grid;
  gap: 12px;
}

.landing-generator-field {
  padding: 14px 16px;
  border: 1px solid rgba(20,36,63,.08);
  border-radius: 12px;
  background: #fff;
}

.landing-generator-field span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7b8594;
  margin-bottom: 6px;
}

.landing-generator-field strong {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}

.landing-generator-note {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #5d6878;
}

.landing-generator-cta {
  margin-top: 18px;
}

.landing-result-bullets {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.landing-result-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.68;
}

.landing-result-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f05b61;
}

.landing-testimonial-band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.46), rgba(255,255,255,0) 120px),
    #f6f1ea;
}

.landing-testimonial-shell {
  padding: 72px 0 76px;
}

.landing-testimonial-title {
  font-size: clamp(34px, 4.3vw, 54px);
  line-height: .98;
  max-width: 15ch;
  margin: 0 auto 28px;
  text-align: center;
}

.landing-testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-testimonial-card {
  background: rgba(255,253,249,.94);
  border: 1px solid rgba(20,36,63,.1);
  box-shadow: 0 14px 34px rgba(20,36,63,.06);
  padding: 24px 22px 22px;
}

.landing-testimonial-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6f7785;
}

.landing-testimonial-card p {
  margin: 0 0 14px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.36;
}

.landing-testimonial-card strong {
  color: #5f6a79;
  font-size: 12px;
  line-height: 1.55;
}

.landing-cost-copy {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.74;
  color: #485367;
}

.landing-access-band {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, .95fr);
  gap: 30px;
  align-items: start;
  margin-top: 30px;
}

.landing-register-card-bottom {
  justify-self: end;
  width: min(100%, 520px);
}

.landing-value-strip {
  margin-bottom: 22px;
}

@media (max-width: 1180px) {
  .landing-promise-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .landing-simplicity-shell,
  .landing-access-band {
    grid-template-columns: 1fr;
  }

  .landing-register-card-bottom {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .landing-promise-shell,
  .landing-simplicity-shell,
  .landing-testimonial-shell {
    width: min(calc(100% - 28px), 1320px);
  }

  .landing-promise-shell,
  .landing-testimonial-shell {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .landing-promise-title,
  .landing-testimonial-title {
    max-width: none;
  }

  .landing-promise-strip,
  .landing-testimonial-track {
    grid-template-columns: 1fr;
  }

  .landing-simplicity-shell {
    width: min(calc(100% - 28px), 1320px);
    padding-top: 54px;
    padding-bottom: 58px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .landing-generator-card {
    padding: 18px 16px 16px;
  }

  .landing-generator-title {
    font-size: 28px;
  }

  .landing-access-band {
    grid-template-columns: 1fr;
  }
}

/* Mockup variant: Tres Decisiones */

body.landing-page {
  background: #ffffff;
}

.landing-header-bar {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #e7e8ec;
}

.landing-header-shell,
.landing-secondary-shell,
.landing-promise-shell,
.landing-simplicity-shell,
.landing-testimonial-shell,
.landing-value-shell,
.landing-hero-shell,
.landing-entry-shell {
  width: min(calc(100% - 56px), 1180px);
}

.landing-hero-shell,
.landing-promise-shell,
.landing-simplicity-shell,
.landing-secondary-shell,
.landing-testimonial-shell,
.landing-value-shell {
  max-width: 1180px;
}

.landing-left,
.landing-left.landing-hero-copy-column,
.landing-promise-band,
.landing-testimonial-band {
  background: #ffffff;
}

.landing-secondary-band,
.landing-simplicity-band,
.landing-value-band {
  background: #fff5f4;
}

.landing-story-kicker,
.landing-eyebrow,
.landing-trust-kicker,
.landing-generator-kicker,
.landing-preview-kicker,
.landing-package-family,
.landing-package-channel,
.landing-testimonial-label {
  color: #5b6473;
}

.landing-eyebrow::before {
  background: #f04444;
}

.landing-tagline-hybrid,
.landing-entry-title,
.landing-promise-title,
.landing-testimonial-title,
.landing-trust-title,
.landing-pricing-title,
.landing-value-title,
.landing-generator-title,
.landing-preview-title,
.landing-preview-side-title,
.landing-package-copy strong,
.landing-package-price,
.landing-package-stat strong,
.landing-testimonial-card p,
.landing-value-card strong,
.landing-trust-metric strong {
  font-family: "IBM Plex Sans", "Inter", "Segoe UI", sans-serif;
  font-style: normal;
  color: #17243d;
}

.landing-tagline-hybrid {
  font-size: clamp(3rem, 5.2vw, 5.7rem);
  line-height: .94;
  letter-spacing: -.05em;
  max-width: 11ch;
}

.landing-desc-hybrid,
.landing-promise-copy,
.landing-entry-text,
.landing-cost-copy,
.landing-trust-text,
.landing-package-copy p,
.landing-generator-note,
.landing-preview-copy,
.landing-preview-list,
.landing-testimonial-card strong {
  color: #4f5a6b;
  font-size: 17px;
  line-height: 1.72;
}

.landing-promise-band,
.landing-simplicity-band,
.landing-secondary-band,
.landing-testimonial-band,
.landing-value-band {
  border-top: 1px solid #e7e8ec;
}

.landing-simplicity-shell {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
}

.landing-generator-card,
.landing-trust-sheet,
.landing-preview-page,
.landing-testimonial-card,
.landing-package-card,
.landing-value-card {
  border: 1px solid #e7e8ec;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(23, 36, 61, .06);
  background: #ffffff;
}

.landing-generator-card {
  padding: 28px;
}

.landing-generator-head {
  border-bottom-color: #e7e8ec;
}

.landing-generator-title {
  font-size: 30px;
  letter-spacing: -.04em;
}

.landing-generator-grid {
  gap: 14px;
}

.landing-generator-field {
  min-height: 58px;
  padding: 16px 18px;
  border-color: #e7e8ec;
  border-radius: 14px;
  background: #f3f6fa;
}

.landing-generator-field span {
  margin-bottom: 8px;
}

.landing-promise-title,
.landing-testimonial-title,
.landing-trust-title,
.landing-value-title {
  max-width: 13ch;
  line-height: .98;
}

.landing-promise-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.landing-promise-step {
  padding: 18px 14px 16px;
  border: 1px solid #e7e8ec;
  background: #f3f6fa;
  color: #17243d;
}

.landing-trust-band {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
}

.landing-trust-sheet {
  color: #17243d;
}

.landing-trust-case {
  color: #f04444;
}

.landing-trust-metrics {
  border-top-color: #e7e8ec;
}

.landing-trust-metric {
  border-right-color: #e7e8ec;
}

.landing-trust-list li,
.landing-result-bullets li {
  color: #4f5a6b;
}

.landing-trust-list li::before,
.landing-result-bullets li::before {
  background: #f04444;
}

.landing-preview {
  max-width: 980px;
  gap: 18px;
}

.landing-preview-page {
  box-shadow: 0 12px 28px rgba(23, 36, 61, .06);
}

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

.landing-package-card {
  gap: 16px;
  padding: 22px 20px 20px;
}

.landing-package-channel-live,
.landing-package-channel-prepared,
.landing-package-channel-quote,
.landing-package-channel-assisted {
  background: #f3f6fa;
  color: #17243d;
}

.landing-package-price {
  color: #f04444;
  font-size: 30px;
}

.landing-package-stat {
  border-radius: 14px;
  background: #f3f6fa;
}

.landing-package-actions .btn,
.landing-generator-cta .btn {
  min-height: 48px;
  border-radius: 12px;
}

.landing-package-actions .btn-primary,
.landing-generator-cta .btn-primary,
.landing-actions .btn-primary {
  background: #f04444;
  border-color: #f04444;
}

.landing-actions .btn-outline,
.landing-package-actions .btn-outline {
  border-color: #e7e8ec;
  color: #17243d;
}

@media (max-width: 1180px) {
  .landing-header-shell,
  .landing-secondary-shell,
  .landing-promise-shell,
  .landing-simplicity-shell,
  .landing-testimonial-shell,
  .landing-value-shell,
  .landing-hero-shell,
  .landing-entry-shell {
    width: min(calc(100% - 40px), 1180px);
  }

  .landing-simplicity-shell,
  .landing-trust-band {
    grid-template-columns: 1fr;
  }

  .landing-pricing-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.landing-page {
  --landing-hero-shell-max: 1440px;
  --landing-hero-shell-gutter: 88px;
  --landing-hero-copy-max: 1440px;
  --landing-hero-measure: 18ch;
  --landing-hero-font-size: clamp(2.7rem, 4.2vw, 4.9rem);
  --landing-hero-line-height: .96;
}

.landing-hero-shell {
  width: min(calc(100% - var(--landing-hero-shell-gutter)), var(--landing-hero-shell-max));
  max-width: var(--landing-hero-shell-max);
}

.landing-hero-intro {
  max-width: var(--landing-hero-copy-max);
}

.landing-tagline-hybrid {
  max-width: var(--landing-hero-measure);
  font-size: var(--landing-hero-font-size);
  line-height: var(--landing-hero-line-height);
}

@media (max-width: 1180px) {
  .landing-page {
    --landing-hero-shell-gutter: 48px;
    --landing-hero-shell-max: 1180px;
    --landing-hero-copy-max: 1180px;
    --landing-hero-measure: 16ch;
    --landing-hero-font-size: clamp(2.4rem, 5vw, 4.2rem);
  }
}

@media (max-width: 800px) {
  .landing-page {
    --landing-hero-shell-gutter: 28px;
    --landing-hero-measure: none;
    --landing-hero-font-size: clamp(2rem, 6vw, 2.8rem);
    --landing-hero-line-height: 1;
  }
}

/* ==========================================================
   MediaIntel — reproduction layer based on supplied mockup.
   Existing component structure above is preserved; this block
   only supplies global tokens and page-specific visual overrides.
   ========================================================== */
:root {
  --accent: #ed1c24;
  --accent-dark: #cf1118;
  --text: #111d37;
  --text-muted: #697386;
  --surface: #ffffff;
  --bg: #ffffff;
  --border: #e7e9ee;
  --success: #1b8f57;
  --soft-red: #fff4f4;
  --soft-gray: #f7f8fa;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); }
button, input, select { font: inherit; }
a { color: inherit; }
.btn { min-height: 42px; display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:0 20px; border-radius:5px; border:1px solid transparent; text-decoration:none; font-size:13px; font-weight:750; cursor:pointer; transition:.18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background:var(--accent); color:#fff; border-color:var(--accent); box-shadow:0 8px 16px rgba(237,28,36,.14); }
.btn-primary:hover { background:var(--accent-dark); }
.btn-outline { background:#fff; color:var(--accent); border-color:var(--accent); }

body.landing-page { min-height:100vh; background:#fff; }
.landing-header-bar { position:relative; top:auto; background:#fff; border-bottom:1px solid #eceef2; backdrop-filter:none; }
.landing-header-shell { width:min(calc(100% - 72px), 1480px); min-height:64px; gap:24px; }
.landing-header-brand { display:flex; align-items:center; gap:9px; color:var(--text); font-size:15px; letter-spacing:-.02em; }
.brand-mark { width:28px; height:28px; display:inline-grid; place-items:center; border-radius:5px; color:#fff; background:var(--accent); font-weight:900; font-size:17px; }
.landing-header-brand span { color:var(--text); }
.landing-header-nav { margin-left:auto; gap:24px; font-size:11px; font-weight:650; }
.landing-header-nav a { position:relative; padding:8px 0; }
.landing-header-nav a.is-active::after { content:""; position:absolute; left:0; right:0; bottom:2px; height:2px; background:var(--accent); }
.header-actions { display:flex; align-items:center; gap:10px; }
.header-actions .btn { min-height:34px; padding:0 15px; font-size:10px; border-radius:4px; }
.header-actions .btn-outline { color:var(--text); border-color:#dfe3e9; }

.screen-page { min-height:calc(100vh - 65px); display:flex; align-items:center; }
.screen-shell { width:min(calc(100% - 72px), 1480px); margin:0 auto; padding:42px 0 48px; }
.page-title { margin:0; font-size:clamp(32px,3.6vw,54px); line-height:1.02; letter-spacing:-.045em; font-weight:850; color:var(--text); }
.page-title .accent { color:var(--accent); }
.section-heading { margin:0; font-size:clamp(26px,2.6vw,42px); line-height:1.12; letter-spacing:-.035em; font-weight:820; text-align:center; }
.lead { margin:20px 0 0; max-width:620px; color:#465064; font-size:16px; line-height:1.75; }
.muted { color:var(--text-muted); }

/* Page 1 */
.hero-grid { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(420px,.82fr); gap:88px; align-items:center; }
.hero-copy { padding-left:0; }
.hero-copy .page-title { max-width:15ch; }
.hero-actions { display:flex; gap:14px; margin-top:30px; }
.promise-icons { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; margin-top:42px; }
.mini-proof { display:grid; grid-template-columns:30px 1fr; gap:10px; align-items:center; min-width:0; }
.mini-proof svg { width:24px; height:24px; stroke:var(--accent); }
.mini-proof strong { display:block; font-size:12px; margin-bottom:3px; }
.mini-proof span { display:block; font-size:10px; color:#667085; line-height:1.45; }
.generator-panel { background:#fff; border:1px solid #e4e7ec; border-radius:12px; padding:24px; box-shadow:0 16px 44px rgba(17,29,55,.1); max-width: 500px; justify-self:end; }
.step-tabs { display:flex; gap:24px; margin-bottom:24px; }
.step-tab { display:flex; align-items:center; gap:8px; color:#8b93a1; font-size:12px; font-weight:700; }
.step-tab b { width:28px; height:28px; border-radius:6px; display:grid; place-items:center; border:1px solid #dfe3e9; background:#f8f9fb; }
.step-tab.active { color:var(--accent); }
.step-tab.active b { color:#fff; border-color:var(--accent); background:var(--accent); }
.form-label { display:block; margin:16px 0 8px; font-size:11px; font-weight:750; }
.topic-input,.analysis-select { width:100%; min-height:48px; border:1px solid #e2e5eb; border-radius:6px; padding:0 14px; color:#475467; background:#fff; font-size:12px; outline:none; }
.generator-callout { margin-top:14px; padding:14px; border-radius:5px; background:#fff6f6; color:#a2464a; font-size:10px; line-height:1.55; }
.generator-panel .btn { width:100%; margin-top:14px; }

/* Page 2 */
.process-page .screen-shell { padding-top:34px; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:52px; margin-top:52px; position:relative; }
.process-grid::before { content:""; position:absolute; top:53px; left:12.5%; right:12.5%; height:1px; background:#cfd4dc; z-index:0; }
.process-card { text-align:center; position:relative; z-index:1; }
.process-icon { width:100px; height:100px; margin:0 auto 22px; border-radius:50%; display:grid; place-items:center; background:radial-gradient(circle,#fff 36%,#fff1f2 100%); }
.process-icon svg { width:48px; height:48px; stroke:var(--accent); }
.process-card h3 { margin:0 0 12px; font-size:16px; }
.process-card p { margin:0 auto; max-width:220px; color:#545f71; font-size:12px; line-height:1.65; }
.process-note { margin:38px auto 0; max-width:810px; padding:17px; text-align:center; background:linear-gradient(90deg,#fff,#fff2f2,#fff); font-size:12px; line-height:1.6; }
.process-benefits { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:120px; max-width:900px; margin:28px auto 0; }
.benefit-row { display:grid; grid-template-columns:58px 1fr; gap:16px; align-items:center; }
.benefit-row .process-icon { width:58px; height:58px; margin:0; background:#fff; border:1px solid #ffe1e1; }
.benefit-row .process-icon svg { width:31px; height:31px; }
.benefit-row strong { font-size:13px; }
.benefit-row p { margin:6px 0 0; font-size:11px; color:#667085; line-height:1.55; }

/* Page 3 */
.report-layout { display:grid; grid-template-columns:112px minmax(0,1.6fr) minmax(280px,.72fr); gap:28px; align-items:stretch; margin-top:34px; }
.page-thumbnails { padding:14px; border-radius:9px; background:#f3f4f6; display:flex; flex-direction:column; gap:12px; }
.thumb { height:96px; border:1px solid #e0e3e8; background:#fff; border-radius:3px; position:relative; overflow:hidden; }
.thumb::before,.thumb::after { content:""; position:absolute; left:14px; right:14px; height:4px; background:#d7dbe1; border-radius:4px; }
.thumb::before { top:18px; box-shadow:0 10px 0 #e6e8ec,0 20px 0 #e6e8ec; }
.thumb::after { height:34px; top:50px; background:linear-gradient(135deg,#f4b7b9,#f4b7b9 33%,#cdd8e8 33%,#cdd8e8 66%,#f2d39e 66%); }
.report-sheet { padding:24px 30px; border:1px solid #e4e7ec; border-radius:9px; background:#fff; box-shadow:0 12px 30px rgba(17,29,55,.07); }
.report-kicker { font-size:10px; color:#667085; }
.report-sheet h2 { margin:8px 0 12px; font-size:27px; line-height:1.15; letter-spacing:-.03em; }
.report-meta { display:flex; flex-wrap:wrap; gap:16px; padding-bottom:16px; border-bottom:1px solid #eaecf0; font-size:9px; font-weight:700; }
.report-meta b { color:var(--accent); }
.finding { margin-top:18px; padding:15px; background:#f7f8fa; border-radius:5px; }
.finding strong { display:block; font-size:12px; margin-bottom:8px; }
.finding p { margin:0; font-size:10px; line-height:1.65; color:#4f5b6d; }
.chart-block { display:grid; grid-template-columns:175px 1fr; align-items:center; gap:18px; margin-top:20px; }
.donut { width:152px; aspect-ratio:1; border-radius:50%; background:conic-gradient(#355f9d 0 30%,#2f8d76 30% 50%,#edaa37 50% 65%,#cf4d5b 65% 77%,#83a8c8 77% 100%); position:relative; }
.donut::after { content:""; position:absolute; inset:33px; background:#fff; border-radius:50%; }
.legend { display:grid; gap:8px; font-size:10px; }
.legend span { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.legend i { width:8px; height:8px; border-radius:50%; background:#355f9d; margin-right:7px; display:inline-block; }
.legend span:nth-child(2) i{background:#2f8d76}.legend span:nth-child(3) i{background:#edaa37}.legend span:nth-child(4) i{background:#cf4d5b}.legend span:nth-child(5) i{background:#83a8c8}
.report-benefits { display:flex; flex-direction:column; justify-content:center; gap:28px; padding:10px 0; }
.check-feature { display:grid; grid-template-columns:24px 1fr; gap:12px; }
.check-feature svg { width:21px; height:21px; stroke:var(--success); }
.check-feature strong { font-size:12px; }
.check-feature p { margin:5px 0 0; color:#667085; font-size:10px; line-height:1.55; }
.report-benefits .btn { align-self:start; margin-top:2px; }

/* Page 4 */
.time-layout { display:grid; grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr); gap:56px; align-items:center; }
.time-copy .page-title { font-size:clamp(32px,3.3vw,48px); max-width:10ch; }
.time-point { display:grid; grid-template-columns:42px 1fr; gap:13px; margin-top:28px; align-items:start; }
.time-point svg { width:30px; height:30px; stroke:var(--text); }
.time-point p { margin:0; font-size:12px; line-height:1.65; }
.time-copy .btn { margin-top:34px; }
.compare-panel { display:grid; grid-template-columns:1fr 58px 1fr; align-items:stretch; }
.compare-card { min-height:420px; padding:26px 30px; border:1px solid #e1e5eb; border-radius:9px; }
.compare-card.before { background:#fffafa; }.compare-card.after { background:#fbfffc; }
.compare-card h3 { text-align:center; margin:0 0 22px; font-size:13px; color:#c53940; }.compare-card.after h3{color:#268550}
.compare-list { list-style:none; padding:0; margin:0; display:grid; gap:19px; }
.compare-list li { position:relative; padding-left:25px; font-size:11px; line-height:1.5; }
.compare-list li::before { content:"×"; position:absolute; left:0; color:#ef3f47; font-weight:900; font-size:17px; top:-3px; }
.after .compare-list li::before { content:"✓"; color:var(--success); }
.compare-time { display:flex; justify-content:center; gap:12px; align-items:center; margin-top:54px; }
.compare-time svg { width:42px; height:42px; stroke:#ed1c24; }.after .compare-time svg{stroke:#20874e}
.compare-time strong { display:block; font-size:18px; }.compare-time span{font-size:11px}
.compare-arrow { display:grid; place-items:center; }
.compare-arrow span { width:54px; height:54px; display:grid; place-items:center; border:1px solid #e5e8ed; border-radius:50%; color:#299155; font-size:28px; background:#fff; }
.time-footer { grid-column:2; text-align:center; padding:15px; margin-top:-16px; background:#f7f8fa; color:#556174; font-size:11px; }

/* Page 5 */
.pricing-page .screen-shell { padding-top:26px; }
.pricing-headline { text-align:left; margin-bottom:25px; }
.pricing-headline .page-title { font-size:clamp(30px,3vw,44px); max-width:11ch; }
.pricing-headline p { margin:8px 0 0; font-size:12px; color:#667085; }
.pricing-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; align-items:stretch; }
.price-card { position:relative; min-height:350px; display:flex; flex-direction:column; align-items:center; text-align:center; padding:30px 20px 20px; border:1px solid #e1e5eb; border-radius:8px; background:#fff; }
.price-card-enterprise { grid-column: 2 / span 2; }
.price-card.popular { border-color:#ef4a50; }
.popular-label { position:absolute; top:-12px; left:0; padding:6px 12px; border-radius:4px 4px 4px 0; background:var(--accent); color:#fff; font-size:9px; font-weight:800; }
.price-card h3 { font-size:13px; margin:0 0 20px; }
.price { color:var(--accent); font-weight:900; font-size:28px; letter-spacing:-.04em; }.price small{font-size:13px;margin-right:4px}
.price-card p { min-height:64px; margin:14px 0 20px; font-size:10px; line-height:1.65; color:#667085; }
.price-card .btn { width:100%; margin-top:auto; min-height:38px; font-size:10px; }
.corporate-icon { height:58px; margin:8px 0 5px; }.corporate-icon svg{width:52px;height:52px;stroke:var(--text)}
.price-notes { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin:24px 4px 0; font-size:10px; color:#667085; }.price-notes span::before{content:"✓";color:var(--success);font-weight:900;margin-right:8px}
.social-proof { display:grid; grid-template-columns:1.3fr 1fr; gap:30px; align-items:center; margin-top:28px; padding-top:20px; border-top:1px solid #eceef2; }
.logo-row { display:flex; align-items:center; flex-wrap:wrap; gap:28px; font-size:12px; font-weight:850; color:#475467; }.logo-row b:first-child{max-width:190px;font-size:10px;line-height:1.5;color:var(--text)}
.quote-box { padding:17px 20px; border:1px solid #e4e7ec; border-radius:7px; font-size:10px; line-height:1.65; color:#667085; }.quote-box::before{content:'“';color:var(--accent);font-size:28px;line-height:.5;margin-right:8px}

@media(max-width:1000px){
  .landing-header-nav a:not(.btn){display:none}.screen-page{align-items:flex-start}.screen-shell{padding-top:34px}
  .hero-grid,.time-layout{grid-template-columns:1fr}.hero-copy{padding-left:0}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid::before{display:none}
  .report-layout{grid-template-columns:90px 1fr}.report-benefits{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:repeat(2,1fr)}.price-card-enterprise{grid-column:1/-1}.social-proof{grid-template-columns:1fr}
  .time-footer{grid-column:1}.compare-panel{grid-template-columns:1fr}.compare-arrow{height:70px}.compare-arrow span{transform:rotate(90deg)}
}
@media(max-width:680px){
  .landing-header-shell,.screen-shell{width:min(calc(100% - 28px),1480px)}.landing-header-shell{min-height:58px;gap:12px;align-items:center}.header-actions{display:flex;gap:8px;flex-wrap:nowrap}.header-actions .btn{min-height:34px;padding:0 12px;font-size:10px}.header-actions .btn-outline{display:inline-flex}
  .screen-page{min-height:auto}.page-title{font-size:34px}.hero-grid{gap:34px}.promise-icons{grid-template-columns:repeat(2,1fr);margin-top:32px}.hero-actions{flex-direction:column}
  .process-grid,.process-benefits{grid-template-columns:1fr;gap:28px}.process-grid{margin-top:34px}.process-benefits{gap:24px}.process-icon{width:82px;height:82px}
  .report-layout{grid-template-columns:1fr}.page-thumbnails{display:none}.chart-block{grid-template-columns:1fr}.donut{margin:auto}.report-benefits{grid-template-columns:1fr}
  .compare-panel{grid-template-columns:1fr}.compare-card{min-height:auto}.pricing-grid{grid-template-columns:1fr}.price-card-enterprise{grid-column:auto}.price-notes{grid-template-columns:1fr 1fr}.logo-row{gap:16px}
}


/* Brand-only adjustment requested: typography and colors from the supplied reference. */
.landing-header-brand {
  gap: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}
.landing-header-brand .brand-focuslab { color: #282985; }
.landing-header-brand .brand-mediaintel { color: #e8322f; }
