/* ClickDialog Reputation — landing comercial aislada
   Namespace: .cd-landing-* — tokens replicados desde public/app/portal.css
   No importar portal.css aquí. */

.cd-landing-page {
  --cd-blue: #1557ff;
  --cd-blue-dark: #0c3dcc;
  --cd-blue-soft: #eef4ff;
  --cd-indigo: #6b38d7;
  --cd-green: #149946;
  --cd-green-soft: #e9f9ee;
  --cd-orange: #f07a18;
  --cd-orange-soft: #fff3e5;
  --cd-red: #ef2f24;
  --cd-red-soft: #fff0ef;
  --cd-purple-soft: #f0e7ff;
  --cd-ink: #11182f;
  --cd-muted: #59647d;
  --cd-soft: #f6f8fc;
  --cd-line: #dfe5ef;
  --cd-surface: #ffffff;
  --cd-bg: #fbfcff;
  --cd-shadow: 0 18px 60px rgba(18, 31, 62, .06);
  --cd-shadow-md: 0 12px 36px rgba(18, 31, 62, .08);
  --cd-shadow-lg: 0 28px 80px rgba(18, 31, 62, .12);
  --cd-radius: 10px;
  --cd-radius-sm: 8px;
  --cd-radius-lg: 16px;
  --cd-font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --cd-max: 1120px;
  --cd-narrow: 720px;

  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(ellipse 55% 40% at 88% 0%, rgba(21, 87, 255, 0.08) 0%, transparent 58%),
    radial-gradient(ellipse 45% 32% at 8% 12%, rgba(107, 56, 215, 0.05) 0%, transparent 52%),
    radial-gradient(ellipse 60% 30% at 50% 0%, rgba(238, 244, 255, 0.9) 0%, transparent 60%),
    var(--cd-bg);
  color: var(--cd-ink);
  font-family: var(--cd-font);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.cd-landing-page *,
.cd-landing-page *::before,
.cd-landing-page *::after {
  box-sizing: border-box;
}

.cd-landing-page img,
.cd-landing-page svg {
  max-width: 100%;
  display: block;
}

.cd-landing-page a {
  color: var(--cd-blue);
  text-decoration: none;
}

.cd-landing-page a:hover {
  text-decoration: underline;
}

.cd-landing-page :focus-visible {
  outline: 3px solid #b8caff;
  outline-offset: 2px;
}

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

.cd-landing-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--cd-radius-sm);
  background: var(--cd-surface);
  color: var(--cd-ink);
  border: 1px solid var(--cd-blue);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  transform: translateY(-160%);
}

.cd-landing-skip:focus {
  transform: translateY(0);
  text-decoration: none;
}

.cd-landing-wrap {
  width: min(100% - 40px, var(--cd-max));
  margin-inline: auto;
}

.cd-landing-narrow {
  width: min(100% - 40px, var(--cd-narrow));
  margin-inline: auto;
}

/* Header */
.cd-landing-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 252, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
}

.cd-landing-page[data-scrolled="true"] .cd-landing-header {
  border-bottom-color: var(--cd-line);
}

.cd-landing-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cd-landing-page a.cd-landing-brand,
.cd-landing-brand {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--cd-ink);
  min-height: 44px;
}

.cd-landing-page a.cd-landing-brand:hover,
.cd-landing-brand:hover {
  text-decoration: none;
  color: var(--cd-ink);
}

.cd-landing-page a.cd-landing-brand strong {
  color: var(--cd-ink);
}

.cd-landing-brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(140deg, #1b6dff, #6735df);
  box-shadow: 0 8px 20px rgba(21, 87, 255, .16);
}

.cd-landing-brand-mark::before {
  content: "";
  position: absolute;
  inset: 9px 8px 11px 8px;
  border-radius: 4px;
  background: #ffffff;
}

.cd-landing-brand-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -4px;
  border-top: 9px solid #1b6dff;
  border-right: 9px solid transparent;
}

.cd-landing-brand-text {
  display: grid;
  line-height: 1.15;
}

.cd-landing-brand-text strong {
  font-size: 18px;
  font-weight: 760;
}

.cd-landing-brand-text span {
  color: #6a748c;
  font-size: 12px;
  font-weight: 600;
}

.cd-landing-nav-toggle {
  width: 40px;
  height: 40px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius-sm);
  background: var(--cd-surface);
  display: none;
  place-items: center;
  padding: 0;
  color: var(--cd-ink);
}

.cd-landing-nav-toggle span[aria-hidden="true"],
.cd-landing-nav-toggle > span:first-child {
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
}

.cd-landing-nav-panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.cd-landing-nav-panel > a:not(.cd-landing-btn) {
  color: #34405b;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}

.cd-landing-nav-panel > a:not(.cd-landing-btn):hover {
  color: var(--cd-blue);
  text-decoration: none;
}

.cd-landing-nav-cta {
  margin-left: 4px;
}

/* Buttons — mirror app .btn (specificity beats .cd-landing-page a) */
.cd-landing-page a.cd-landing-btn,
.cd-landing-page .cd-landing-btn {
  min-height: 40px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius-sm);
  background: #fff;
  color: #1b2742;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  white-space: nowrap;
}

.cd-landing-page a.cd-landing-btn:hover,
.cd-landing-page .cd-landing-btn:hover {
  border-color: #c8d2e2;
  text-decoration: none;
  color: #1b2742;
}

.cd-landing-page a.cd-landing-btn-primary,
.cd-landing-page .cd-landing-btn-primary {
  border-color: var(--cd-blue);
  background: var(--cd-blue);
  color: #fff;
}

.cd-landing-page a.cd-landing-btn-primary:hover,
.cd-landing-page .cd-landing-btn-primary:hover {
  background: var(--cd-blue-dark);
  border-color: var(--cd-blue-dark);
  color: #fff;
}

.cd-landing-page a.cd-landing-btn-secondary,
.cd-landing-page .cd-landing-btn-secondary {
  background: #fff;
  color: #1b2742;
}

.cd-landing-page a.cd-landing-btn-lg,
.cd-landing-page .cd-landing-btn-lg {
  min-height: 48px;
  padding: 0 22px;
  font-size: 14.5px;
  border-radius: 10px;
}

.cd-landing-page a.cd-landing-btn-primary.cd-landing-btn-lg {
  box-shadow: 0 10px 28px rgba(21, 87, 255, .22);
}

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

/* Typography helpers */
.cd-landing-eyebrow {
  margin: 0 0 8px;
  color: var(--cd-blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cd-landing-descriptor {
  margin: 0 0 14px;
  color: var(--cd-muted);
  font-size: 14.5px;
  font-weight: 650;
}

.cd-landing-section-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--cd-muted);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.cd-landing-tiny {
  color: var(--cd-muted);
  font-size: 12px;
}

.cd-landing-lead {
  margin: 0 0 18px;
  color: #4b5670;
  font-size: 15px;
}

/* Sections */
.cd-landing-section {
  padding: 72px 0;
}

.cd-landing-section-soft {
  background:
    linear-gradient(180deg, rgba(246, 248, 252, 0.95) 0%, rgba(246, 248, 252, 0.35) 70%, transparent 100%);
  border-block: 1px solid rgba(223, 229, 239, 0.7);
}

.cd-landing-section-band {
  background:
    radial-gradient(ellipse 50% 60% at 100% 20%, rgba(238, 244, 255, 0.85) 0%, transparent 55%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.cd-landing-section-product {
  position: relative;
}

.cd-landing-section-head {
  max-width: 640px;
  margin-bottom: 32px;
}

.cd-landing-section-head-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 280px);
  gap: 24px;
  align-items: end;
}

.cd-landing-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.cd-landing-section-head p {
  margin: 0;
  color: #4b5670;
  font-size: 15.5px;
  line-height: 1.55;
  max-width: 54ch;
}

.cd-landing-card {
  background: var(--cd-surface);
  border: 1px solid var(--cd-line);
  border-radius: 12px;
  box-shadow: var(--cd-shadow);
  padding: 20px;
}

/* Hero */
.cd-landing-hero {
  padding: 44px 0 28px;
  position: relative;
}

.cd-landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: center;
}

.cd-landing-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.cd-landing-hero-lead {
  margin: 0 0 24px;
  max-width: 42ch;
  color: #4b5670;
  font-size: 17px;
  line-height: 1.55;
}

.cd-landing-proof {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cd-landing-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--cd-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #34405b;
  font-size: 12.5px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(18, 31, 62, .04);
}

.cd-landing-proof-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cd-blue);
  box-shadow: 0 0 0 3px var(--cd-blue-soft);
}

.cd-landing-hero-note {
  margin: 14px 0 0;
  color: var(--cd-muted);
  font-size: 12.5px;
  max-width: 48ch;
  line-height: 1.45;
}

.cd-landing-hero-visual {
  min-width: 0;
}

.cd-landing-hero-stage {
  position: relative;
  padding: 10px 0 0;
}

.cd-landing-hero-stage::before {
  content: "";
  position: absolute;
  inset: 8% -4% -6% 8%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(21, 87, 255, 0.12), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(107, 56, 215, 0.1), transparent 50%),
    linear-gradient(160deg, #eef3ff, #f7f9fd 55%, #eef8f1);
  z-index: 0;
}

.cd-landing-float-card {
  position: absolute;
  top: -4px;
  left: -8px;
  z-index: 2;
  width: min(230px, 48%);
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--cd-shadow-md);
  display: grid;
  gap: 6px;
}

.cd-landing-float-card strong {
  font-size: 13.5px;
  font-weight: 780;
  color: var(--cd-ink);
}

.cd-landing-float-card p {
  margin: 0;
  color: var(--cd-muted);
  font-size: 12px;
}

.cd-landing-mock {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(223, 229, 239, 0.95);
  border-radius: var(--cd-radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
  box-shadow: var(--cd-shadow-lg);
}

.cd-landing-mock-chrome {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 4px 4px;
}

.cd-landing-mock-chrome span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #e3e8f1;
}

.cd-landing-mock-chrome span:nth-child(1) { background: #ffb4b0; }
.cd-landing-mock-chrome span:nth-child(2) { background: #ffd59a; }
.cd-landing-mock-chrome span:nth-child(3) { background: #b8e6c4; }

.cd-landing-mock-chrome em {
  justify-self: start;
  margin-left: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1f4f9;
  color: #6a748c;
  font-style: normal;
  font-size: 11px;
  font-weight: 650;
}

.cd-landing-mock-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cd-landing-hero-action {
  border-radius: 12px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.16), transparent 35%),
    linear-gradient(135deg, #4f35e8, #6b45f0 50%, #1557ff);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  box-shadow: 0 22px 48px rgba(55, 55, 210, .24);
}

.cd-landing-hero-action-eyebrow {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 750;
  opacity: .85;
  margin-bottom: 6px;
}

.cd-landing-hero-action h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
}

.cd-landing-hero-action p {
  margin: 0;
  opacity: .92;
  font-size: 13px;
  max-width: 36ch;
}

.cd-landing-hero-score {
  min-width: 96px;
  padding: 12px;
  border-radius: var(--cd-radius-sm);
  background: rgba(255, 255, 255, .14);
  text-align: center;
}

.cd-landing-hero-score span {
  display: block;
  font-size: 11px;
  opacity: .85;
}

.cd-landing-hero-score strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  font-weight: 800;
}

.cd-landing-hero-score small {
  font-size: 16px;
}

.cd-landing-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cd-landing-kpi {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 88px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--cd-line);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(18, 31, 62, .05);
}

.cd-landing-kpi-title {
  color: #35405b;
  font-weight: 620;
  font-size: 12px;
}

.cd-landing-kpi-value {
  margin-top: 2px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.cd-landing-kpi-delta {
  margin-top: 6px;
  color: var(--cd-green);
  font-size: 11px;
  font-weight: 650;
}

.cd-landing-mock-panels {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10px;
}

.cd-landing-panel {
  padding: 16px;
  background: var(--cd-surface);
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius);
  box-shadow: var(--cd-shadow);
}

.cd-landing-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.cd-landing-panel-head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}

/* Primitives */
.cd-landing-bubble {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cd-landing-bubble svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cd-landing-bubble-blue { color: var(--cd-blue); background: #e8f0ff; }
.cd-landing-bubble-green { color: var(--cd-green); background: #dff7e7; }
.cd-landing-bubble-orange { color: var(--cd-orange); background: #fff0dc; }
.cd-landing-bubble-purple { color: var(--cd-indigo); background: var(--cd-purple-soft); }

.cd-landing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 11.5px;
  font-weight: 680;
  white-space: nowrap;
}

.cd-landing-badge-blue { background: var(--cd-blue-soft); color: var(--cd-blue); }
.cd-landing-badge-green { background: var(--cd-green-soft); color: var(--cd-green); }
.cd-landing-badge-orange { background: var(--cd-orange-soft); color: #bd5a08; }
.cd-landing-badge-purple { background: var(--cd-purple-soft); color: var(--cd-indigo); }

.cd-landing-status-pill {
  min-height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.cd-landing-status-ok { background: var(--cd-green-soft); color: var(--cd-green); }
.cd-landing-status-info { background: #e9f1ff; color: #1e5ec8; }
.cd-landing-status-gray { background: #eef1f6; color: #59647d; }

.cd-landing-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.cd-landing-person {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 780;
  font-size: 12px;
  color: #1548d7;
  background: #e1ebff;
  flex-shrink: 0;
}

.cd-landing-person-purple {
  color: #6b38d7;
  background: #eadcff;
}

.cd-landing-person-orange {
  color: #a14b00;
  background: #ffe4d4;
}

.cd-landing-person svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.cd-landing-activity,
.cd-landing-system-list,
.cd-landing-work-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.cd-landing-activity li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: start;
}

.cd-landing-activity strong {
  display: block;
  font-size: 13px;
}

.cd-landing-activity p {
  margin: 3px 0 0;
  color: #33405b;
  font-size: 13px;
}

.cd-landing-system-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--cd-line);
  font-size: 13px;
  font-weight: 600;
  color: #34405b;
}

.cd-landing-system-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Value band */
.cd-landing-valueband {
  padding: 8px 0 56px;
}

.cd-landing-valueband-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 8px;
  border: 1px solid var(--cd-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--cd-shadow);
}

.cd-landing-valueband-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f8faff);
}

.cd-landing-valueband-grid h2 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 780;
}

.cd-landing-valueband-grid p {
  margin: 0;
  color: var(--cd-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Steps / modules */
.cd-landing-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  counter-reset: none;
}

.cd-landing-steps .cd-landing-card {
  display: grid;
  gap: 8px;
  min-height: 100%;
}

.cd-landing-step-card-rich {
  position: relative;
  overflow: hidden;
  padding-top: 22px;
}

.cd-landing-step-card-rich::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--cd-blue), #6b38d7);
  opacity: .85;
}

.cd-landing-step-num {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--cd-blue-soft);
  color: var(--cd-blue);
  font-weight: 800;
  font-size: 12.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cd-landing-steps h3,
.cd-landing-module h3,
.cd-landing-support-grid h3,
.cd-landing-kit-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}

.cd-landing-steps p,
.cd-landing-module p,
.cd-landing-support-grid p,
.cd-landing-kit-card p {
  margin: 0;
  color: var(--cd-muted);
  font-size: 13px;
}

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

.cd-landing-module {
  display: grid;
  gap: 10px;
  align-content: start;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cd-landing-module:hover {
  transform: translateY(-3px);
  border-color: #cfd9ea;
  box-shadow: var(--cd-shadow-md);
}

/* Ops */
.cd-landing-ops {
  display: grid;
  gap: 14px;
}

.cd-landing-ops-frame {
  padding: 16px;
  border: 1px solid var(--cd-line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 253, 0.96));
  box-shadow: var(--cd-shadow-md);
}

.cd-landing-spark {
  padding: 14px 16px;
  border: 1px solid var(--cd-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--cd-shadow);
}

.cd-landing-spark-label {
  display: block;
  margin-bottom: 10px;
  color: var(--cd-muted);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.cd-landing-spark-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 6px;
  height: 58px;
}

.cd-landing-spark-bars i {
  display: block;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, #6b8cff, #1557ff);
  opacity: .85;
}

.cd-landing-spark-bars i:nth-child(1) { height: 42%; }
.cd-landing-spark-bars i:nth-child(2) { height: 55%; }
.cd-landing-spark-bars i:nth-child(3) { height: 48%; }
.cd-landing-spark-bars i:nth-child(4) { height: 68%; }
.cd-landing-spark-bars i:nth-child(5) { height: 62%; }
.cd-landing-spark-bars i:nth-child(6) { height: 78%; }
.cd-landing-spark-bars i:nth-child(7) { height: 86%; background: linear-gradient(180deg, #8b6dff, #5b3df0); }

.cd-landing-ops-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cd-landing-ops-kpi {
  display: grid;
  gap: 8px;
  align-content: start;
  background: #fff;
}

.cd-landing-ops-kpi strong {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.cd-landing-ops-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cd-landing-work-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid var(--cd-line);
}

.cd-landing-work-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cd-landing-work-num {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--cd-blue-soft);
  color: var(--cd-blue);
  font-weight: 800;
  font-size: 12.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cd-landing-work-list strong {
  display: block;
  font-size: 13.5px;
}

/* Kit */
.cd-landing-kit {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .95fr);
  gap: 32px;
  align-items: start;
}

.cd-landing-kit h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.cd-landing-kit > div > p {
  margin: 0 0 18px;
  color: #4b5670;
  font-size: 15.5px;
  line-height: 1.55;
}

.cd-landing-kit-visual {
  display: grid;
  gap: 14px;
}

.cd-landing-poster {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 28px 22px 24px;
  border-radius: 18px;
  border: 1px solid #d7e0f0;
  background:
    radial-gradient(circle at 20% 0%, rgba(21, 87, 255, 0.12), transparent 40%),
    linear-gradient(165deg, #122048, #1a2d6b 55%, #1557ff);
  color: #fff;
  box-shadow: var(--cd-shadow-md);
  text-align: center;
}

.cd-landing-poster-brand {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .8;
}

.cd-landing-poster strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.cd-landing-poster-qr {
  width: 92px;
  height: 92px;
  margin-top: 4px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, #fff 12%, transparent 12%),
    linear-gradient(#fff 12%, transparent 12%),
    #11182f;
  background-size: 14px 14px;
  box-shadow: inset 0 0 0 8px #fff;
}

.cd-landing-poster em {
  font-style: normal;
  font-size: 12.5px;
  font-weight: 650;
  opacity: .88;
}

.cd-landing-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.cd-landing-checklist li {
  position: relative;
  padding: 10px 12px 10px 36px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius-sm);
  background: var(--cd-surface);
  color: #34405b;
  font-size: 13.5px;
  font-weight: 600;
}

.cd-landing-checklist li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--cd-green-soft);
  box-shadow: inset 0 0 0 4px var(--cd-green);
}

.cd-landing-kit-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.cd-landing-kit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Support / audience */
.cd-landing-support-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.cd-landing-support-grid .cd-landing-card {
  display: grid;
  gap: 8px;
}

.cd-landing-audience {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cd-landing-audience li {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--cd-line);
  border-radius: 999px;
  background: var(--cd-surface);
  color: #34405b;
  font-size: 13.5px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
}

.cd-landing-google-note {
  margin: 18px 0 0;
  color: var(--cd-muted);
  font-size: 13.5px;
}

/* FAQ */
.cd-landing-faq {
  display: grid;
  gap: 10px;
}

.cd-landing-faq details {
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius);
  background: var(--cd-surface);
  box-shadow: var(--cd-shadow);
  padding: 4px 16px;
}

.cd-landing-faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--cd-ink);
  list-style: none;
}

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

.cd-landing-faq details[open] summary {
  color: var(--cd-blue);
}

.cd-landing-faq p {
  margin: 0 0 14px;
  color: #4b5670;
  font-size: 14px;
}

/* CTA */
.cd-landing-cta {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.cd-landing-cta .cd-landing-section-head,
.cd-landing-cta h2,
.cd-landing-cta .cd-landing-lead,
.cd-landing-cta .cd-landing-eyebrow {
  text-align: center;
}

.cd-landing-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cd-landing-cta .cd-landing-actions {
  justify-content: center;
}

.cd-landing-cta-panel,
.cd-landing-cta .cd-landing-narrow {
  padding: 36px 28px;
  border: 1px solid #d5dff2;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(238, 244, 255, 0.95), transparent 60%),
    #ffffff;
  box-shadow: var(--cd-shadow-lg);
}

.cd-landing-cta-note {
  margin: 16px 0 0;
  color: var(--cd-muted);
  font-size: 13px;
  font-weight: 600;
}

/* Footer */
.cd-landing-footer {
  border-top: 1px solid var(--cd-line);
  background: #ffffff;
  padding: 40px 0 28px;
  color: var(--cd-muted);
  font-size: 13px;
}

.cd-landing-footer a {
  color: #34405b;
}

.cd-landing-footer a:hover {
  color: var(--cd-blue);
}

.cd-landing-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr;
  gap: 24px;
}

.cd-landing-footer-title {
  margin: 0 0 10px;
  color: var(--cd-ink);
  font-size: 13px;
  font-weight: 750;
}

.cd-landing-footer-spaced {
  margin-top: 18px;
}

.cd-landing-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cd-landing-footer p {
  margin: 0;
  line-height: 1.55;
}

.cd-landing-footer-copy {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--cd-line);
  font-size: 12.5px;
}

/* Secondary pages — legal, transparency, contact */
.cd-landing-page-hero {
  padding: 40px 0 28px;
}

.cd-landing-section-compact {
  padding-top: 8px;
}

.cd-landing-page-hero h1 {
  margin: 0 0 10px;
  max-width: 22ch;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.cd-landing-page-meta {
  margin: 0;
  color: var(--cd-muted);
  font-size: 13.5px;
}

.cd-landing-legal {
  padding: 8px 0 72px;
}

.cd-landing-legal > .cd-landing-notice {
  margin-bottom: 28px;
}

.cd-landing-legal section {
  scroll-margin-top: 88px;
  margin-top: 32px;
  padding-top: 4px;
}

.cd-landing-legal section:first-of-type {
  margin-top: 0;
}

.cd-landing-legal h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 780;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.cd-landing-legal h3 {
  margin: 22px 0 8px;
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.35;
}

.cd-landing-legal p,
.cd-landing-legal ul,
.cd-landing-legal ol {
  margin: 0 0 12px;
  max-width: 72ch;
  color: #3d4760;
  font-size: 14.5px;
}

.cd-landing-legal ul,
.cd-landing-legal ol {
  padding-left: 1.25rem;
}

.cd-landing-legal li + li {
  margin-top: 0.45rem;
}

.cd-landing-page code {
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: var(--cd-soft);
  border: 1px solid var(--cd-line);
  font-size: 0.92em;
  word-break: break-word;
}

.cd-landing-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 14px 0 16px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius);
  background: var(--cd-surface);
  box-shadow: var(--cd-shadow);
}

.cd-landing-legal table {
  width: 100%;
  min-width: 32rem;
  border-collapse: collapse;
  font-size: 13.5px;
}

.cd-landing-legal th,
.cd-landing-legal td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--cd-line);
  text-align: left;
  vertical-align: top;
  color: #3d4760;
}

.cd-landing-legal th {
  background: var(--cd-soft);
  color: var(--cd-ink);
  font-weight: 750;
}

.cd-landing-legal tr:last-child td {
  border-bottom: 0;
}

.cd-landing-notice {
  padding: 16px 18px;
  border: 1px solid #c7d6f5;
  border-left: 3px solid var(--cd-blue);
  border-radius: var(--cd-radius-sm);
  background: var(--cd-blue-soft);
  color: var(--cd-ink);
}

.cd-landing-notice p {
  margin: 0;
  max-width: none;
  color: inherit;
  font-size: 14px;
}

.cd-landing-notice-warning {
  border-color: #e6cda3;
  border-left-color: var(--cd-orange);
  background: var(--cd-orange-soft);
}

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

.cd-landing-content-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cd-landing-content-grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cd-landing-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 750;
}

.cd-landing-card > p {
  margin: 8px 0 0;
  color: #4b5670;
  font-size: 14px;
}

.cd-landing-card .cd-landing-actions {
  margin-top: 16px;
}

.cd-landing-step-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.cd-landing-step-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cd-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.cd-landing-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cd-landing-check-list li {
  position: relative;
  padding: 12px 14px 12px 36px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius-sm);
  background: var(--cd-surface);
  color: #3d4760;
  font-size: 14px;
}

.cd-landing-check-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cd-green);
}

.cd-landing-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  gap: 24px;
  align-items: start;
}

.cd-landing-form-card {
  padding: clamp(20px, 4vw, 28px);
  border: 1px solid var(--cd-line);
  border-radius: 14px;
  background: var(--cd-surface);
  box-shadow: var(--cd-shadow);
}

.cd-landing-form-card .cd-landing-section-head {
  margin-bottom: 20px;
}

.cd-landing-form-grid {
  display: grid;
  gap: 14px;
}

.cd-landing-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cd-landing-field {
  display: grid;
  gap: 6px;
}

.cd-landing-field label,
.cd-landing-field legend {
  color: var(--cd-ink);
  font-size: 13.5px;
  font-weight: 700;
}

.cd-landing-field input,
.cd-landing-field select,
.cd-landing-field textarea {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius-sm);
  background: #fff;
  color: var(--cd-ink);
  font: inherit;
  font-size: 14px;
}

.cd-landing-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.cd-landing-field input:focus-visible,
.cd-landing-field select:focus-visible,
.cd-landing-field textarea:focus-visible {
  outline: 3px solid #b8caff;
  outline-offset: 2px;
  border-color: #9db4f0;
}

.cd-landing-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cd-landing-choice input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.cd-landing-choice label {
  font-size: 13.5px;
  color: #3d4760;
  line-height: 1.45;
}

.cd-landing-help {
  margin: 0;
  color: var(--cd-muted);
  font-size: 12.5px;
}

.cd-landing-muted {
  color: var(--cd-muted);
  font-weight: 600;
}

.cd-landing-form-status {
  min-height: 1.4rem;
  margin: 0;
  font-weight: 650;
  font-size: 13.5px;
}

.cd-landing-form-status.is-error {
  color: var(--cd-red);
}

.cd-landing-form-status.is-success {
  color: var(--cd-green);
}

.cd-landing-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cd-landing-aside {
  display: grid;
  gap: 18px;
}

.cd-landing-aside section h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 750;
}

.cd-landing-aside section p,
.cd-landing-aside section ol {
  margin: 0;
  color: #4b5670;
  font-size: 14px;
}

.cd-landing-aside ol {
  padding-left: 1.2rem;
  display: grid;
  gap: 6px;
}

.cd-landing-page .cd-landing-btn:disabled {
  opacity: 0.62;
  cursor: wait;
}

.cd-landing-small {
  margin: 16px 0 0;
  color: var(--cd-muted);
  font-size: 13px;
}

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .cd-landing-hero-copy,
  .cd-landing-hero-stage,
  .cd-landing-float-card,
  .cd-landing-valueband-grid,
  .cd-landing-steps .cd-landing-card,
  .cd-landing-module {
    animation: cd-landing-rise .55s cubic-bezier(.22, 1, .36, 1) both;
  }

  .cd-landing-hero-stage { animation-delay: .06s; }
  .cd-landing-float-card { animation-delay: .14s; }
  .cd-landing-valueband-grid { animation-delay: .1s; }
  .cd-landing-steps .cd-landing-card:nth-child(2) { animation-delay: .04s; }
  .cd-landing-steps .cd-landing-card:nth-child(3) { animation-delay: .08s; }
  .cd-landing-steps .cd-landing-card:nth-child(4) { animation-delay: .12s; }
  .cd-landing-steps .cd-landing-card:nth-child(5) { animation-delay: .16s; }

  .cd-landing-btn,
  .cd-landing-card,
  .cd-landing-nav-panel > a,
  .cd-landing-module {
    transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease;
  }

  .cd-landing-btn:hover {
    transform: translateY(-1px);
  }
}

@keyframes cd-landing-rise {
  from {
    transform: translateY(12px);
  }
  to {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cd-landing-page *,
  .cd-landing-page *::before,
  .cd-landing-page *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .cd-landing-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .cd-landing-hero-grid {
    gap: 28px;
  }
}

@media (max-width: 1024px) {
  .cd-landing-hero-grid {
    grid-template-columns: 1fr;
  }

  .cd-landing-hero-copy h1 {
    max-width: 18ch;
  }

  .cd-landing-float-card {
    left: 8px;
    top: 0;
  }

  .cd-landing-valueband-grid,
  .cd-landing-section-head-split {
    grid-template-columns: 1fr;
  }

  .cd-landing-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cd-landing-ops-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cd-landing-kit {
    grid-template-columns: 1fr;
  }

  .cd-landing-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cd-landing-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cd-landing-form-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cd-landing-nav-toggle {
    display: grid;
  }

  .cd-landing-nav-panel {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px 20px 18px;
    background: #ffffff;
    border-bottom: 1px solid var(--cd-line);
    box-shadow: var(--cd-shadow);
  }

  .cd-landing-nav[data-open="true"] .cd-landing-nav-panel {
    display: flex;
  }

  .cd-landing-nav-panel > a:not(.cd-landing-btn) {
    min-height: 44px;
    padding: 0 12px;
    border-radius: var(--cd-radius-sm);
  }

  .cd-landing-nav-panel > a:not(.cd-landing-btn):hover {
    background: #f4f7fe;
  }

  .cd-landing-nav-cta {
    margin: 8px 0 0;
    width: 100%;
  }

  .cd-landing-section {
    padding: 48px 0;
  }

  .cd-landing-hero {
    padding: 24px 0 12px;
  }

  .cd-landing-valueband {
    padding-bottom: 36px;
  }

  .cd-landing-valueband-grid {
    gap: 8px;
    padding: 8px;
  }

  .cd-landing-float-card {
    position: static;
    width: auto;
    margin-bottom: 12px;
  }

  .cd-landing-hero-stage::before {
    inset: 0;
  }

  .cd-landing-steps,
  .cd-landing-modules,
  .cd-landing-ops-grid,
  .cd-landing-support-grid,
  .cd-landing-mock-panels,
  .cd-landing-kpi-row,
  .cd-landing-valueband-grid {
    grid-template-columns: 1fr;
  }

  .cd-landing-hero-action {
    grid-template-columns: 1fr;
  }

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

  .cd-landing-module:hover {
    transform: none;
  }

  .cd-landing-footer-grid {
    grid-template-columns: 1fr;
  }

  .cd-landing-content-grid,
  .cd-landing-content-grid-two,
  .cd-landing-form-row {
    grid-template-columns: 1fr;
  }

  .cd-landing-page-hero {
    padding-top: 28px;
  }

  .cd-landing-legal {
    padding-bottom: 56px;
  }

  .cd-landing-legal table {
    min-width: 28rem;
  }

  .cd-landing-form-card .cd-landing-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .cd-landing-wrap,
  .cd-landing-narrow {
    width: min(100% - 28px, var(--cd-max));
  }

  .cd-landing-ops-kpis {
    grid-template-columns: 1fr;
  }

  .cd-landing-hero-copy h1 {
    font-size: 28px;
  }

  .cd-landing-section-head h2,
  .cd-landing-kit h2,
  .cd-landing-cta h2 {
    font-size: 24px;
  }

  .cd-landing-status-pill {
    white-space: normal;
  }
}
