:root {
  color-scheme: dark;
  --bg: #06101d;
  --surface: rgba(11, 25, 43, 0.88);
  --surface-strong: #0d2138;
  --surface-soft: rgba(20, 43, 69, 0.72);
  --border: rgba(143, 199, 255, 0.18);
  --border-strong: rgba(86, 197, 255, 0.48);
  --text: #f5f9ff;
  --muted: #9eb0c7;
  --blue: #55c9ff;
  --blue-strong: #1595ff;
  --purple: #9a70ff;
  --gold: #f7b94f;
  --green: #47d7a2;
  --danger: #ff8c9b;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 4%, rgba(70, 54, 157, 0.2), transparent 33rem),
    radial-gradient(circle at 10% 24%, rgba(21, 149, 255, 0.13), transparent 28rem),
    linear-gradient(145deg, #050d18, #071526 45%, #091322);
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
select,
input[type="checkbox"] {
  cursor: pointer;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(85, 201, 255, 0.68);
  outline-offset: 3px;
}

.ambient {
  position: fixed;
  z-index: -1;
  border: 1px solid rgba(85, 201, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.ambient::before,
.ambient::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(154, 112, 255, 0.08);
  border-radius: inherit;
}

.ambient::after {
  inset: 30%;
}

.ambient-one {
  width: 48rem;
  height: 48rem;
  right: -27rem;
  top: 18rem;
}

.ambient-two {
  width: 36rem;
  height: 36rem;
  left: -23rem;
  bottom: 3rem;
}

.topbar,
.shell,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--border);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #06101d;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--gold), #ff7b38 64%, #ff5e7a);
  box-shadow: 0 10px 30px rgba(247, 185, 79, 0.19);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 1px;
}

.event-label {
  color: #dbe8f7;
  background: rgba(20, 43, 69, 0.5);
  border: 1px solid var(--border);
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.creator-lockup,
.creator-logos,
.report-creator-logos {
  display: inline-flex;
  align-items: center;
}

.report-created-by {
  color: #526a82;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.creator-lockup {
  justify-content: flex-end;
  gap: 10px;
}

.creator-caption {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.creator-logos {
  gap: 9px;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.creator-logos img,
.report-creator-logos img {
  display: block;
  object-fit: contain;
}

.creator-logos img:first-child {
  width: 27px;
  height: 27px;
}

.creator-logos img:last-child {
  width: 42px;
  height: 27px;
}

.logo-divider {
  width: 1px;
  height: 21px;
  background: #d5e1ee;
}

.shell {
  padding: 66px 0 84px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.eyebrow,
.step-label {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 5.6vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.intro-copy {
  max-width: 720px;
  margin-bottom: 0;
  color: #c4d2e3;
  font-size: 18px;
}

.education-note {
  margin: 12px 0 0;
  color: #aebfd3;
  font-size: 13px;
  font-weight: 650;
}

.privacy-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 280px;
  color: #c9f8e8;
  background: rgba(17, 73, 61, 0.42);
  border: 1px solid rgba(71, 215, 162, 0.26);
  padding: 11px 14px;
  border-radius: 14px;
  font-size: 13px;
}

.privacy-icon {
  color: var(--green);
  font-size: 14px;
  text-shadow: 0 0 16px rgba(71, 215, 162, 0.8);
}

.workspace,
.report {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(16, 38, 63, 0.96), rgba(7, 20, 35, 0.94)),
    var(--surface);
  box-shadow: var(--shadow);
}

.workspace::before,
.report::before {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  top: -15rem;
  right: -7rem;
  border-radius: 50%;
  background: rgba(85, 201, 255, 0.13);
  filter: blur(16px);
  pointer-events: none;
}

.workspace-heading,
.report-toolbar {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.workspace-heading h2,
.report-toolbar h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.time-note {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 14px;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field > span,
.challenge-group legend {
  color: #ecf5ff;
  font-weight: 750;
  font-size: 15px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  color: var(--text);
  background: rgba(5, 16, 29, 0.7);
  border: 1px solid rgba(146, 187, 229, 0.22);
  border-radius: 13px;
  padding: 14px 15px;
  min-height: 51px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field textarea {
  resize: vertical;
  min-height: 124px;
}

.field input:hover,
.field textarea:hover,
.field select:hover {
  border-color: rgba(85, 201, 255, 0.44);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(85, 201, 255, 0.1);
  background: rgba(4, 14, 25, 0.92);
  outline: none;
}

.field textarea::placeholder,
.field input::placeholder {
  color: #71859d;
}

.field small {
  align-self: flex-end;
  color: var(--muted);
  font-size: 12px;
}

.challenge-group {
  margin: 34px 0 26px;
  padding: 0;
  border: 0;
}

.challenge-group legend {
  font-size: 18px;
}

.helper {
  margin: 5px 0 17px;
  color: var(--muted);
  font-size: 14px;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.challenge-card {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(142, 184, 225, 0.17);
  border-radius: 16px;
  background: rgba(8, 23, 39, 0.66);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.challenge-card:hover {
  transform: translateY(-2px);
  border-color: rgba(85, 201, 255, 0.42);
}

.challenge-card:has(input:checked) {
  border-color: rgba(85, 201, 255, 0.7);
  background: linear-gradient(140deg, rgba(25, 94, 137, 0.36), rgba(61, 35, 115, 0.28));
  box-shadow: inset 0 0 0 1px rgba(154, 112, 255, 0.16), 0 12px 28px rgba(0, 0, 0, 0.17);
}

.challenge-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check-ui {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 1px solid #58728e;
  border-radius: 7px;
  margin-top: 1px;
}

.challenge-card input:checked + .check-ui {
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--purple));
}

.challenge-card input:focus-visible + .check-ui {
  outline: 3px solid rgba(85, 201, 255, 0.75);
  outline-offset: 3px;
}

.challenge-card input:checked + .check-ui::after {
  content: "✓";
  color: white;
  font-size: 14px;
  font-weight: 900;
}

.challenge-copy strong,
.challenge-copy small {
  display: block;
}

.challenge-copy strong {
  color: #f7fbff;
  font-size: 15px;
  line-height: 1.26;
}

.challenge-copy small {
  color: var(--muted);
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.36;
}

.selection-count {
  margin: 12px 0 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.form-grid-bottom {
  align-items: start;
}

.field-wide {
  grid-row: span 2;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  color: #bccde0;
  background: rgba(6, 15, 27, 0.45);
  border: 1px solid rgba(142, 184, 225, 0.14);
  border-radius: 14px;
  font-size: 13px;
}

.consent-row input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: var(--blue-strong);
  margin-top: 2px;
}

.form-error {
  min-height: 24px;
  margin-top: 12px;
  color: var(--danger);
  font-size: 14px;
  font-weight: 700;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.form-actions p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.primary-button {
  color: #03101b;
  background: linear-gradient(135deg, #70dcff, #4ab2ff 55%, #9c7aff);
  box-shadow: 0 14px 32px rgba(41, 156, 237, 0.21);
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.primary-button.compact {
  min-height: 43px;
  padding: 10px 15px;
}

.secondary-button {
  color: #eef8ff;
  border-color: rgba(85, 201, 255, 0.35);
  background: rgba(25, 109, 162, 0.25);
}

.ghost-button {
  color: #c7d7e8;
  border-color: var(--border);
  background: rgba(5, 15, 27, 0.38);
}

.hidden {
  display: none !important;
}

.report {
  padding: 24px;
}

.report-toolbar {
  padding: 10px 10px 8px;
}

.toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.report-document {
  color: #132438;
  background: #f7fbff;
  border-radius: 20px;
  padding: clamp(28px, 5vw, 64px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.letter-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9e6f2;
}

.report-brand {
  color: #102238;
}

.report-brand small {
  color: #61758d;
}

.report-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #526a82;
  font-size: 13px;
}

.report-creator-logos {
  gap: 10px;
  margin-bottom: 7px;
}

.report-creator-logos img:first-child {
  width: 29px;
  height: 29px;
}

.report-creator-logos img:last-child {
  width: 44px;
  height: 29px;
}

.report-meta strong {
  color: #233a53;
}

.letter-opening {
  padding: 42px 0 24px;
}

.letter-opening .eyebrow {
  color: #147bb3;
}

.letter-opening h3 {
  margin-bottom: 13px;
  color: #0a2340;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.letter-opening p:last-child {
  max-width: 880px;
  margin-bottom: 0;
  color: #40566e;
  font-size: 17px;
}

.stage-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 18px 0 50px;
  padding: 24px;
  color: #f4f9ff;
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 0%, rgba(154, 112, 255, 0.36), transparent 42%),
    linear-gradient(135deg, #0d3150, #12223f 55%, #251848);
}

.stage-badge {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  color: #041424;
  background: linear-gradient(135deg, var(--blue), #b7f0ff);
  font-size: 24px;
  font-weight: 900;
}

.stage-panel span {
  color: #9ecbea;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stage-panel h3 {
  margin: 3px 0 5px;
  font-size: 23px;
}

.stage-panel p {
  margin-bottom: 0;
  color: #d3e2ef;
}

.report-document section + section:not(.guardrail) {
  margin-top: 54px;
}

.section-heading {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  margin-bottom: 21px;
}

.section-heading > span {
  color: #126b9e;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.section-heading p {
  margin-bottom: 2px;
  color: #526a82;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-heading h3 {
  margin-bottom: 0;
  color: #102a46;
  font-size: 26px;
  letter-spacing: -0.025em;
}

.priority-list {
  display: grid;
  gap: 14px;
}

.priority-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 21px;
  border: 1px solid #dbe6f0;
  border-radius: 15px;
  background: #ffffff;
}

.priority-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #0b5b8c;
  background: #e5f5ff;
  border-radius: 12px;
  font-weight: 900;
}

.priority-card h4,
.tool-card h4 {
  margin: 0 0 6px;
  color: #142f4c;
  font-size: 18px;
}

.priority-card p,
.tool-card p {
  margin-bottom: 0;
  color: #536a82;
  font-size: 14px;
}

.priority-card .first-move {
  margin-top: 10px;
  color: #193a59;
  font-weight: 700;
}

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

.tool-card {
  padding: 20px;
  border: 1px solid #dbe6f0;
  border-radius: 15px;
  background: #ffffff;
}

.tool-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: #5c399f;
  background: #f0eaff;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tool-card .tool-use {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5edf4;
  color: #263f59;
  font-size: 13px;
}

.checklist-progress {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  color: #51677e;
  font-size: 13px;
}

.progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce8f2;
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1d9ee7, #8063e8);
  transition: width 220ms ease;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-height: 74px;
  padding: 15px;
  border: 1px solid #dce6ef;
  border-radius: 13px;
  background: #fff;
  color: #314a64;
  font-size: 14px;
  cursor: pointer;
}

.checklist-item input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #1e94dd;
  margin-top: 2px;
}

.checklist-item:has(input:checked) {
  color: #697d90;
  background: #f0f8f5;
  border-color: #bfe3d6;
}

.checklist-item:has(input:checked) span {
  text-decoration: line-through;
}

.guardrail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  margin-top: 52px;
  padding: 22px;
  border: 1px solid #c7e4d9;
  border-radius: 16px;
  background: #eefaf6;
}

.guardrail-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #259e78;
  border-radius: 50%;
  font-weight: 900;
}

.guardrail h3 {
  margin-bottom: 5px;
  color: #194f40;
  font-size: 17px;
}

.guardrail p {
  margin-bottom: 0;
  color: #3b665a;
  font-size: 14px;
}

.report-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #dce7ef;
  color: #72869a;
  font-size: 12px;
}

.report-footer p {
  max-width: 700px;
  margin-bottom: 0;
}

.report-footer span {
  flex: 0 0 auto;
  color: #304b68;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 34px;
  color: #7890a9;
  border-top: 1px solid rgba(142, 184, 225, 0.12);
  font-size: 13px;
}

.site-footer p {
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 960px) {
  .challenge-grid,
  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .privacy-chip {
    max-width: none;
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .topbar,
  .shell,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .topbar {
    min-height: 76px;
  }

  .event-label {
    display: none;
  }

  .creator-caption {
    display: none;
  }

  .shell {
    padding: 44px 0 60px;
  }

  .form-grid,
  .challenge-grid,
  .tool-grid,
  .checklist {
    grid-template-columns: 1fr;
  }

  .workspace,
  .report {
    border-radius: 20px;
    padding: 20px;
  }

  .workspace-heading,
  .report-toolbar,
  .form-actions,
  .letter-head,
  .report-footer,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .toolbar-actions {
    width: 100%;
    justify-content: stretch;
  }

  .toolbar-actions button {
    flex: 1 1 auto;
  }

  .primary-button:not(.compact) {
    width: 100%;
  }

  .report-document {
    border-radius: 14px;
    padding: 25px 18px;
  }

  .report-meta {
    align-items: flex-start;
  }

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

  .checklist-progress {
    grid-template-columns: 1fr;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 440px) {
  .brand strong {
    font-size: 14px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .priority-card,
  .section-heading {
    grid-template-columns: 1fr;
  }
}

/* Tecnoquímicas + MK: identidad clínica institucional */
:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #f4f8fc;
  --surface-soft: #edf5fb;
  --border: #d8e5f0;
  --border-strong: #8fb9df;
  --text: #17324d;
  --muted: #60758a;
  --blue: #0c4c91;
  --blue-strong: #004b9a;
  --purple: #0c4c91;
  --gold: #004b9a;
  --green: #198a68;
  --danger: #b4233c;
  --shadow: 0 18px 48px rgba(12, 76, 145, 0.1);
}

body {
  color: var(--text);
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 430px, #f5f9fd 430px, #f5f9fd 100%);
}

.ambient {
  display: none;
}

.topbar {
  min-height: 106px;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
}

.brand {
  color: var(--text);
}

.brand-mark {
  color: #ffffff;
  background: linear-gradient(135deg, #0c4c91, #004b9a);
  box-shadow: 0 10px 24px rgba(12, 76, 145, 0.18);
}

.brand small {
  color: var(--muted);
}

.creator-caption {
  color: #506980;
}

.creator-logos {
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(12, 76, 145, 0.08);
}

.creator-logos img:first-child {
  width: 38px;
  height: 38px;
}

.creator-logos img:last-child {
  width: 58px;
  height: 38px;
}

.logo-divider {
  height: 28px;
  background: var(--border);
}

.event-label {
  color: #0c4c91;
  background: #edf6ff;
  border-color: #c8dff2;
}

.shell {
  padding: 54px 0 76px;
}

.intro {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  align-items: center;
  gap: 54px;
  margin-bottom: 34px;
}

.eyebrow,
.step-label {
  color: #0c4c91;
}

h1 {
  color: #17324d;
}

.intro-copy {
  color: #4d657b;
}

.education-note {
  color: #6d8092;
}

.intro-side {
  display: grid;
  gap: 12px;
}

.agent-definition {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 22px;
  border: 1px solid #cfe1f0;
  border-radius: 18px;
  background: #f2f8fd;
  box-shadow: 0 12px 32px rgba(12, 76, 145, 0.08);
}

.agent-definition-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 14px;
  background: linear-gradient(135deg, #0c4c91, #0876c9);
  font-weight: 900;
  font-size: 20px;
}

.agent-definition strong {
  display: block;
  margin-bottom: 4px;
  color: #123a60;
  font-size: 17px;
}

.agent-definition p {
  margin: 0;
  color: #506b82;
  font-size: 14px;
  line-height: 1.48;
}

.privacy-chip {
  max-width: none;
  color: #176a52;
  background: #edf9f4;
  border-color: #bce5d5;
}

.privacy-icon {
  color: #198a68;
  text-shadow: none;
}

.workspace,
.report {
  overflow: hidden;
  border: 1px solid var(--border);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.workspace::before,
.report::before {
  width: 100%;
  height: 5px;
  inset: 0 0 auto 0;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, #0c4c91, #0069b5, #004b9a);
  filter: none;
}

.workspace-heading h2,
.report-toolbar h2 {
  color: #17324d;
}

.time-note,
.helper,
.field small,
.form-actions p {
  color: var(--muted);
}

.field > span,
.challenge-group legend {
  color: #17324d;
}

.field input,
.field textarea,
.field select {
  color: #17324d;
  background: #ffffff;
  border-color: #cbdbe8;
}

.field input:hover,
.field textarea:hover,
.field select:hover {
  border-color: #79a9d3;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: #0c4c91;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(12, 76, 145, 0.1);
}

.field textarea::placeholder,
.field input::placeholder {
  color: #8b9cad;
}

.challenge-card {
  color: #17324d;
  border-color: #d5e2ed;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(12, 76, 145, 0.04);
}

.challenge-card:hover {
  border-color: #78a7d1;
  box-shadow: 0 10px 24px rgba(12, 76, 145, 0.08);
}

.challenge-card:has(input:checked) {
  border-color: #0c4c91;
  background: #edf6ff;
  box-shadow: inset 0 0 0 1px rgba(12, 76, 145, 0.08), 0 10px 24px rgba(12, 76, 145, 0.08);
}

.challenge-copy strong {
  color: #17324d;
}

.challenge-copy small {
  color: #63798e;
}

.check-ui {
  border-color: #89a3ba;
  background: #ffffff;
}

.challenge-card input:checked + .check-ui {
  background: #0c4c91;
}

.selection-count {
  color: #0c4c91;
}

.consent-row {
  color: #4e677c;
  background: #f4f8fc;
  border-color: #d7e4ef;
}

.form-actions {
  border-color: var(--border);
}

.primary-button {
  color: #ffffff;
  background: #0c4c91;
  box-shadow: 0 12px 26px rgba(12, 76, 145, 0.2);
}

.secondary-button {
  color: #0c4c91;
  border-color: #8eb7da;
  background: #edf6ff;
}

.ghost-button {
  color: #3f5b73;
  border-color: #cbdbe8;
  background: #ffffff;
}

.report {
  background: #f2f7fb;
}

.report-document {
  color: #17324d;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(12, 76, 145, 0.1);
}

.report-brand {
  color: #17324d;
}

.report-brand small,
.report-meta,
.report-created-by {
  color: #60758a;
}

.letter-opening h3 {
  color: #17324d;
}

.letter-opening p:last-child {
  color: #4d657b;
}

.stage-panel {
  background: linear-gradient(135deg, #0c4c91, #004b9a);
}

.stage-badge {
  color: #0c4c91;
  background: #ffffff;
}

.section-heading > span {
  color: #0c4c91;
}

.section-heading h3,
.priority-card h4,
.tool-card h4 {
  color: #17324d;
}

.section-heading p {
  color: #60758a;
}

.priority-card,
.tool-card,
.checklist-item {
  border-color: #d8e5f0;
  background: #ffffff;
}

.priority-card p,
.tool-card p {
  color: #536d83;
  font-size: 15px;
}

.priority-number {
  color: #0c4c91;
  background: #e9f4fc;
}

.priority-card .first-move {
  color: #284c6c;
}

.tool-kicker {
  color: #0c4c91;
  background: #e9f4fc;
}

.tool-card .tool-use {
  color: #35546f;
  border-color: #e2ebf3;
}

.tool-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #0c4c91;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.tool-link:hover {
  text-decoration: underline;
}

.agent-recommendation {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #c7dced;
  border-left: 6px solid #0c4c91;
  border-radius: 18px;
  background: linear-gradient(145deg, #f7fbff, #edf6fd);
}

.agent-recommendation::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -130px;
  top: -130px;
  border: 34px solid rgba(12, 76, 145, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.agent-recommendation-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.agent-orbit {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid #8fb9df;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 9px #e7f2fb;
}

.agent-orbit span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 12px;
  background: #0c4c91;
  font-weight: 900;
}

.agent-label,
.agent-explanation-grid span,
.agent-actions > div > span,
.agent-stack > span {
  color: #0c4c91;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agent-recommendation-top h3 {
  margin: 3px 0 7px;
  color: #17324d;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.agent-recommendation-top p {
  max-width: 790px;
  margin: 0;
  color: #4e687f;
  font-size: 16px;
}

.agent-explanation-grid,
.agent-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.agent-explanation-grid > div,
.agent-actions > div {
  padding: 18px;
  border: 1px solid #d7e5f0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.agent-explanation-grid p,
.agent-actions p {
  margin: 7px 0 0;
  color: #4f687e;
  font-size: 14px;
}

.agent-actions ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 20px;
  color: #385872;
  font-size: 14px;
}

.agent-actions li::marker {
  color: #0c4c91;
}

.agent-first-test {
  background: #e8f3fb !important;
}

.agent-stack {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.agent-stack > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.agent-stack > div > span {
  padding: 7px 11px;
  color: #0c4c91;
  border: 1px solid #bdd7ea;
  border-radius: 999px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.checklist-progress {
  color: #526b81;
}

.progress-track {
  background: #dce8f2;
}

.progress-bar {
  background: #0c4c91;
}

.checklist-item {
  color: #36536d;
}

.guardrail {
  border-color: #bce4d5;
  background: #eff9f5;
}

.guardrail-icon {
  color: #ffffff;
  background: #198a68;
}

.report-footer,
.site-footer {
  color: #60758a;
}

.site-footer {
  border-color: var(--border);
}

.site-footer span,
.report-footer span {
  color: #0c4c91;
}

@media (max-width: 960px) {
  .intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .intro-side {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.72fr);
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .topbar {
    min-height: 88px;
  }

  .creator-lockup {
    gap: 7px;
  }

  .creator-logos {
    padding: 5px 8px;
  }

  .creator-logos img:first-child {
    width: 31px;
    height: 31px;
  }

  .creator-logos img:last-child {
    width: 47px;
    height: 31px;
  }

  .intro-side,
  .agent-explanation-grid,
  .agent-actions {
    grid-template-columns: 1fr;
  }

  .agent-recommendation {
    padding: 22px 18px;
  }

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

@media (max-width: 440px) {
  .brand small {
    display: none;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .creator-logos img:first-child {
    width: 26px;
    height: 26px;
  }

  .creator-logos img:last-child {
    width: 40px;
    height: 26px;
  }
}

@media print {
  :root {
    color-scheme: light;
  }

  body {
    background: #fff;
  }

  .no-print,
  .topbar,
  .intro,
  .site-footer,
  .ambient,
  #assessmentPanel {
    display: none !important;
  }

  .shell {
    width: 100%;
    padding: 0;
  }

  .report {
    display: block !important;
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
  }

  .report::before {
    display: none;
  }

  .report-document {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .priority-card,
  .tool-card,
  .checklist-item,
  .guardrail,
  .stage-panel {
    break-inside: avoid;
  }

  .checklist-item input {
    display: none;
  }

  .checklist-item input + span::before {
    content: "☐";
    margin-right: 8px;
    font-size: 16px;
  }

  .checklist-item input:checked + span::before {
    content: "☑";
  }

  .report-document section + section:not(.guardrail) {
    margin-top: 32px;
  }
}

/* Glosario accesible y carta personalizada */
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 20px;
}

.glossary-open-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  color: var(--brand-mk);
  border: 1px solid var(--brand-mk);
  border-radius: 5px;
  background: #ffffff;
  font: 900 16px/1 "Lato", Arial, sans-serif;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.glossary-open-button span {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4px;
  background: var(--brand-tq-deep);
  font: 700 13px/1 "Titillium Web", sans-serif;
}

.glossary-open-button:hover,
.glossary-open-button[aria-expanded="true"] {
  color: #ffffff;
  background: var(--brand-mk);
  box-shadow: 0 5px 14px rgba(40, 75, 150, 0.16);
}

.letter-body {
  max-width: 900px;
}

.letter-body p {
  margin: 0 0 14px;
  color: #454545;
  font-size: 17px;
  line-height: 1.7;
}

.letter-brand-note {
  max-width: 900px;
  margin-top: 24px;
  padding: 21px 23px;
  border-left: 5px solid var(--brand-tq);
  border-radius: 0 6px 6px 0;
  background: #f7f9fd;
}

.letter-brand-note > p:first-child {
  margin: 0;
  color: #3f5369;
  font-size: 16px;
  line-height: 1.6;
}

.letter-signature {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 16px 0 0;
  color: #646464;
  font-size: 15px;
}

.letter-signature strong {
  color: var(--brand-mk);
  font: 700 18px/1.3 "Titillium Web", sans-serif;
}

.personal-closing {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #c9d9ea;
  border-top: 5px solid var(--brand-tq);
  border-radius: 6px;
  background: linear-gradient(112deg, #ffffff 0%, #f7f9fd 68%, #edf6fc 100%);
}

.personal-closing h3 {
  margin: 0 0 9px;
  color: var(--brand-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.personal-closing p:last-child {
  max-width: 920px;
  margin: 0;
  color: #53606f;
  font-size: 17px;
  line-height: 1.65;
}

body.glossary-is-open {
  overflow: hidden;
}

.glossary-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 24, 71, 0.46);
  transition: opacity 200ms ease;
}

.glossary-overlay[hidden] {
  display: none;
}

.glossary-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.glossary-panel {
  width: min(470px, 100%);
  height: 100%;
  overflow-y: auto;
  color: #454545;
  background: #ffffff;
  box-shadow: -16px 0 44px rgba(0, 24, 71, 0.2);
  transform: translateX(100%);
  transition: transform 200ms ease;
  overscroll-behavior: contain;
}

.glossary-overlay.is-visible .glossary-panel {
  transform: translateX(0);
}

.glossary-header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 25px 25px 21px;
  border-top: 6px solid var(--brand-tq);
  border-bottom: 1px solid #d6e0f4;
  background: rgba(255, 255, 255, 0.98);
}

.glossary-header .eyebrow {
  margin-bottom: 5px;
  font-size: 13px;
}

.glossary-header h2 {
  max-width: 290px;
  margin: 0;
  color: var(--brand-navy);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.glossary-close-button {
  display: inline-flex;
  min-width: 92px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  color: var(--brand-mk);
  border: 1px solid #b9c9dc;
  border-radius: 5px;
  background: #ffffff;
  font: 700 15px/1 "Lato", Arial, sans-serif;
  cursor: pointer;
}

.glossary-close-button span {
  font-size: 24px;
  font-weight: 400;
}

.glossary-close-button:hover {
  border-color: var(--brand-mk);
  background: #f7f9fd;
}

.glossary-content {
  padding: 26px 25px 40px;
}

.glossary-intro {
  margin: 0 0 24px;
  color: #53606f;
  font-size: 17px;
  line-height: 1.65;
}

.glossary-event-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin-bottom: 34px;
  padding: 21px;
  border: 1px solid #c9d9ea;
  border-radius: 6px;
  background: #edf6fc;
}

.glossary-event-note > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4px;
  background: var(--brand-mk);
  font: 700 14px/1 "Titillium Web", sans-serif;
}

.glossary-event-note h3 {
  margin: 0 0 7px;
  color: var(--brand-navy);
  font-size: 20px;
  line-height: 1.25;
}

.glossary-event-note p {
  margin: 0;
  color: #465d73;
  font-size: 16px;
  line-height: 1.58;
}

.glossary-section + .glossary-section {
  margin-top: 36px;
}

.glossary-section > h3 {
  margin: 0 0 13px;
  padding-bottom: 10px;
  color: var(--brand-mk);
  border-bottom: 2px solid var(--brand-tq);
  font-size: 22px;
  line-height: 1.25;
}

.glossary-list {
  margin: 0;
}

.glossary-list > div {
  padding: 17px 0;
  border-bottom: 1px solid #dfe7f1;
}

.glossary-list > div:first-child {
  padding-top: 4px;
}

.glossary-list dt {
  margin: 0 0 6px;
  color: var(--brand-navy);
  font: 700 20px/1.3 "Titillium Web", sans-serif;
}

.glossary-list dd {
  margin: 0;
  color: #53606f;
  font-size: 16px;
  line-height: 1.62;
}

.glossary-safety-note {
  margin-top: 32px;
  padding: 20px;
  color: #155f49;
  border: 1px solid #b9e0d2;
  border-left: 5px solid var(--green);
  border-radius: 6px;
  background: #eef9f5;
}

.glossary-safety-note strong {
  font: 700 18px/1.3 "Titillium Web", sans-serif;
}

.glossary-safety-note p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .event-lockup {
    display: none;
  }

  .topbar-actions {
    margin-left: 12px;
  }
}

@media (max-width: 600px) {
  .topbar {
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand > span:last-child strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .glossary-open-button {
    min-width: 104px;
    padding: 0 12px;
    font-size: 15px;
  }

  .glossary-open-button span {
    display: none;
  }

  .glossary-panel {
    width: 100%;
  }

  .glossary-header {
    padding: 19px 17px 16px;
  }

  .glossary-header h2 {
    max-width: 210px;
    font-size: 25px;
  }

  .glossary-close-button {
    min-width: 82px;
  }

  .glossary-content {
    padding: 22px 18px 34px;
  }

  .glossary-event-note {
    grid-template-columns: 1fr;
  }

  .letter-brand-note,
  .personal-closing {
    padding: 19px;
  }
}

@media (max-width: 430px) {
  .topbar {
    min-height: 84px;
  }

  .brand-logos {
    min-width: 72px;
  }

  .brand-logos img:first-child {
    width: 29px;
  }

  .brand-logos img:last-child {
    width: 32px;
  }

  .brand > span:last-child small {
    display: none;
  }

  .brand > span:last-child strong {
    font-size: 14px;
  }

  .glossary-open-button {
    min-width: 94px;
    padding: 0 9px;
    font-size: 14px;
  }

  .glossary-header {
    align-items: center;
  }

  .glossary-header .eyebrow {
    display: none;
  }

  .glossary-header h2 {
    max-width: 185px;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glossary-overlay,
  .glossary-panel {
    transition: none;
  }
}

@media print {
  .glossary-overlay,
  .glossary-open-button {
    display: none !important;
  }

  .letter-brand-note,
  .personal-closing {
    break-inside: avoid;
  }
}

/* Tecnoquímicas + MK · sistema visual del evento */
:root {
  color-scheme: light;
  --brand-tq: #56b1de;
  --brand-tq-hover: #4ea1ca;
  --brand-tq-deep: #0046ad;
  --brand-mk: #284b96;
  --brand-mk-deep: #253081;
  --brand-navy: #001847;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #f7f9fd;
  --surface-soft: #edf6fc;
  --border: rgba(31, 35, 40, 0.15);
  --border-strong: #9cb6d7;
  --text: #454545;
  --muted: #646464;
  --blue: #284b96;
  --blue-strong: #0046ad;
  --green: #198a68;
  --danger: #b42336;
  --shadow: 0 8px 24px rgba(0, 24, 71, 0.08);
  font-family: "Lato", Arial, sans-serif;
}

body {
  color: var(--text);
  background: #ffffff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
}

h1,
h2,
h3,
h4,
h5,
.eyebrow,
.step-label,
.popular-badge,
.content-label {
  font-family: "Titillium Web", "Lato", Arial, sans-serif;
}

.ambient {
  display: none;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible {
  outline-color: rgba(86, 177, 222, 0.8);
}

.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  color: #454545;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
}

.brand {
  gap: 15px;
  color: #454545;
}

.brand-logos {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 102px;
}

.brand-logos img {
  display: block;
  object-fit: contain;
}

.brand-logos img:first-child {
  width: 42px;
  height: 40px;
}

.brand-logos img:last-child {
  width: 45px;
  height: 40px;
}

.brand-logos > span {
  width: 1px;
  height: 30px;
  background: #d6e0f4;
}

.brand strong {
  color: var(--brand-mk);
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1.05;
}

.brand small {
  color: #6e6e6e;
  font-size: 12px;
}

.event-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #646464;
  font-size: 14px;
}

.event-lockup strong {
  color: var(--brand-mk);
}

.event-lockup span {
  padding-left: 11px;
  color: var(--brand-tq-deep);
  border-left: 1px solid #d6e0f4;
  font-weight: 900;
}

.shell {
  padding: 28px 0 74px;
}

.intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  align-items: center;
  gap: 48px;
  margin-bottom: 30px;
  padding: clamp(32px, 5vw, 62px);
  color: #ffffff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 18%, rgba(86, 177, 222, 0.28) 0 5px, transparent 6px),
    radial-gradient(circle at 84% 28%, rgba(255, 255, 255, 0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 96% 40%, rgba(86, 177, 222, 0.22) 0 7px, transparent 8px),
    linear-gradient(112deg, #0046ad 0%, #253081 58%, #284b96 100%);
}

.intro::before,
.intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.intro::before {
  width: 520px;
  height: 520px;
  right: -305px;
  top: -270px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(86, 177, 222, 0.06), 0 0 0 105px rgba(255, 255, 255, 0.035);
}

.intro::after {
  width: 380px;
  height: 145px;
  right: -55px;
  bottom: -92px;
  border: 2px solid rgba(86, 177, 222, 0.42);
  border-radius: 50% 50% 0 0;
  transform: rotate(-8deg);
}

.intro .eyebrow {
  color: #bce9fb;
}

.intro h1 {
  max-width: 760px;
  margin-bottom: 17px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.intro-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.5;
}

.event-priorities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 26px;
}

.event-priorities article {
  min-height: 118px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.event-priorities span,
.event-priorities strong,
.event-priorities small {
  display: block;
}

.event-priorities span {
  margin-bottom: 9px;
  color: #8cdbf7;
  font: 700 13px "Titillium Web", sans-serif;
}

.event-priorities strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}

.event-priorities small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.3;
}

.education-note {
  color: rgba(255, 255, 255, 0.68);
}

.intro-side {
  gap: 12px;
}

.agent-definition,
.beginner-note {
  color: #454545;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(0, 24, 71, 0.12);
}

.agent-definition {
  align-items: flex-start;
}

.agent-definition-icon {
  flex: 0 0 auto;
  color: #ffffff;
  background: var(--brand-tq);
  border-radius: 4px;
}

.agent-definition strong,
.beginner-note strong {
  color: var(--brand-mk);
  font-size: 17px;
}

.agent-definition p,
.beginner-note p {
  margin: 4px 0 0;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.48;
}

.beginner-note {
  padding: 18px;
}

.privacy-chip {
  max-width: none;
  color: #e9fff7;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  background: rgba(0, 24, 71, 0.38);
}

.workspace,
.report {
  overflow: hidden;
  border: 1px solid #d6e0f4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.workspace::before,
.report::before {
  height: 6px;
  background: linear-gradient(90deg, var(--brand-tq), var(--brand-tq-deep) 50%, var(--brand-mk-deep));
}

.workspace-heading h2,
.report-toolbar h2 {
  color: var(--brand-navy);
  font-size: clamp(2rem, 3.7vw, 3rem);
}

.step-label,
.eyebrow {
  color: var(--brand-tq-deep);
}

.field > span,
.challenge-group legend {
  color: var(--brand-navy);
  font-size: 17px;
}

.helper,
.time-note,
.field small,
.form-actions p {
  color: #646464;
}

.field input,
.field textarea,
.field select {
  min-height: 52px;
  color: #454545;
  border-color: #bfcde0;
  border-radius: 5px;
  background: #ffffff;
  font-size: 17px;
}

.field textarea {
  min-height: 132px;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--brand-tq-deep);
  box-shadow: 0 0 0 4px rgba(86, 177, 222, 0.18);
}

.challenge-grid {
  gap: 14px;
}

.challenge-card {
  min-height: 134px;
  align-items: flex-start;
  padding: 18px;
  color: #454545;
  border-color: #d6e0f4;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
}

.challenge-card:nth-child(-n + 3) {
  border-top: 4px solid var(--brand-tq);
}

.challenge-card:hover {
  border-color: #8aa7cf;
  box-shadow: 0 6px 16px rgba(0, 24, 71, 0.07);
}

.challenge-card:has(input:checked) {
  border-color: var(--brand-mk);
  background: #f7f9fd;
  box-shadow: inset 0 0 0 1px rgba(40, 75, 150, 0.08);
}

.challenge-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.popular-badge {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 2px 7px;
  color: var(--brand-tq-deep);
  border-radius: 3px;
  background: #e6f5fb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.challenge-card:nth-child(n + 4) .popular-badge {
  display: none;
}

.challenge-copy strong {
  color: var(--brand-navy);
  font-size: 16px;
}

.challenge-copy small {
  color: #646464;
  font-size: 14px;
}

.check-ui {
  margin-top: 3px;
  border-color: #7594bb;
  border-radius: 3px;
}

.challenge-card input:checked + .check-ui {
  background: var(--brand-mk);
}

.primary-button,
.secondary-button,
.ghost-button {
  min-height: 48px;
  border-radius: 4px;
  font-size: 15px;
}

.primary-button {
  color: #ffffff;
  background: var(--brand-tq);
  box-shadow: none;
}

.primary-button:hover {
  background: var(--brand-tq-hover);
}

.secondary-button {
  color: var(--brand-mk);
  border-color: var(--brand-mk);
  background: #ffffff;
}

.ghost-button {
  color: #646464;
  border-color: #c7d3e3;
  background: #ffffff;
}

.primary-button:disabled,
.secondary-button:disabled,
.ghost-button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.report {
  background: #f7f9fd;
}

.report-toolbar {
  align-items: center;
}

.toolbar-actions {
  min-width: min(100%, 390px);
}

.download-status {
  flex: 1 0 100%;
  min-height: 20px;
  color: #646464;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.download-status.is-success {
  color: #157457;
}

.download-status.is-error {
  color: #a61f32;
}

.report-document {
  color: #454545;
  border: 1px solid #e0e7f1;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(0, 24, 71, 0.07);
}

.report-brand .brand-logos {
  min-width: 92px;
}

.report-brand .brand-logos img:first-child {
  width: 36px;
  height: 34px;
}

.report-brand .brand-logos img:last-child {
  width: 39px;
  height: 34px;
}

.stage-panel {
  border-radius: 6px;
  background: linear-gradient(105deg, var(--brand-mk-deep), var(--brand-tq-deep));
}

.stage-badge,
.section-heading > span {
  color: var(--brand-mk);
}

.section-heading > span {
  font-family: "Titillium Web", sans-serif;
}

.section-heading h3,
.priority-card h4,
.tool-card h4,
.agent-recommendation h3 {
  color: var(--brand-navy);
}

.section-heading p {
  color: #646464;
}

.priority-card,
.tool-card,
.checklist-item {
  border-color: #d6e0f4;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
}

.agent-recommendation {
  border-color: #bed2e7;
  border-left-color: var(--brand-tq);
  border-radius: 7px;
  background: #f7f9fd;
}

.agent-recommendation::after {
  border-color: rgba(86, 177, 222, 0.11);
}

.agent-orbit {
  color: #ffffff;
  border-radius: 5px;
  background: var(--brand-mk);
  box-shadow: none;
}

.agent-label,
.agent-explanation-grid span,
.agent-actions > div > span,
.agent-stack > span {
  color: var(--brand-tq-deep);
}

.agent-stack div span {
  color: var(--brand-mk);
  border-color: #bed2e7;
  background: #ffffff;
}

.advisor-panel,
.content-advisor {
  border: 1px solid #d6e0f4;
  border-radius: 7px;
  background: #ffffff;
}

.advisor-intro {
  padding: clamp(22px, 3vw, 34px);
  border-bottom: 1px solid #d6e0f4;
  background: linear-gradient(110deg, #f7f9fd, #edf6fc);
}

.advisor-intro > span,
.content-intro > span,
.solution-builder > div > span,
.content-tools-heading > span,
.content-sources > span {
  display: block;
  margin-bottom: 5px;
  color: var(--brand-tq-deep);
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advisor-intro h3,
.content-intro h3 {
  margin-bottom: 9px;
  color: var(--brand-navy);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.advisor-intro > p,
.content-intro > p {
  max-width: 900px;
  margin-bottom: 18px;
  color: #53606f;
}

.solution-summary {
  max-width: 900px;
  padding: 15px 17px;
  border-left: 4px solid var(--brand-tq);
  background: #ffffff;
}

.solution-summary strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand-mk);
  font-size: 17px;
}

.solution-summary p {
  margin: 0;
  color: #53606f;
}

.advisor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.advisor-card {
  padding: 25px;
  border-right: 1px solid #d6e0f4;
  border-bottom: 1px solid #d6e0f4;
}

.advisor-card:nth-child(2n) {
  border-right: 0;
}

.advisor-card > span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-mk);
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.advisor-card ol,
.advisor-card ul,
.content-guide-grid ol,
.content-guide-grid ul,
.content-safety ul {
  margin: 0;
  padding-left: 22px;
}

.advisor-card li,
.content-guide-grid li,
.content-safety li {
  margin-bottom: 9px;
  color: #53606f;
  font-size: 15px;
  line-height: 1.45;
}

.advisor-card li:last-child,
.content-guide-grid li:last-child,
.content-safety li:last-child {
  margin-bottom: 0;
}

.advisor-boundary {
  padding: 20px 25px;
  border-left: 5px solid #198a68;
  background: #eef9f5;
}

.advisor-boundary strong {
  color: #155f49;
}

.advisor-boundary p {
  margin: 3px 0 0;
  color: #3f665a;
  font-size: 15px;
}

.content-advisor {
  overflow: hidden;
}

.content-intro {
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 95% 10%, rgba(86, 177, 222, 0.21), transparent 280px),
    #f7f9fd;
}

.content-reasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6e0f4;
  border-bottom: 1px solid #d6e0f4;
}

.content-reasons article {
  padding: 22px;
  border-right: 1px solid #d6e0f4;
}

.content-reasons article:last-child {
  border-right: 0;
}

.content-reasons span {
  color: var(--brand-tq-deep);
  font: 700 14px "Titillium Web", sans-serif;
}

.content-reasons p {
  margin: 7px 0 0;
  color: #53606f;
  font-size: 14px;
  line-height: 1.45;
}

.content-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: clamp(24px, 4vw, 40px);
}

.content-label {
  display: block;
  margin-bottom: 14px;
  color: var(--brand-mk);
  font-size: 19px;
  font-weight: 700;
}

.content-tools-heading {
  padding: 28px clamp(24px, 4vw, 40px) 18px;
  border-top: 1px solid #d6e0f4;
  background: #f7f9fd;
}

.content-tools-heading h4 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 23px;
}

.content-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f7f9fd;
}

.content-tool-grid article {
  padding: 22px;
  border-top: 1px solid #d6e0f4;
  border-right: 1px solid #d6e0f4;
}

.content-tool-grid article:nth-child(3n) {
  border-right: 0;
}

.content-tool-grid span {
  color: var(--brand-tq-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.content-tool-grid h5 {
  margin: 5px 0 8px;
  color: var(--brand-mk);
  font-size: 17px;
}

.content-tool-grid p {
  margin: 0;
  color: #53606f;
  font-size: 14px;
  line-height: 1.48;
}

.solution-builder {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  padding: clamp(26px, 4vw, 42px);
  color: #ffffff;
  background: linear-gradient(110deg, var(--brand-mk-deep), var(--brand-tq-deep));
}

.solution-builder > div > span {
  color: #bce9fb;
}

.solution-builder h4 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 25px;
}

.solution-builder > div > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.solution-tool-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.solution-tool-list article {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.09);
}

.solution-tool-list strong {
  display: block;
  color: #ffffff;
}

.solution-tool-list p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.4;
}

.content-safety {
  padding: 26px clamp(24px, 4vw, 40px);
  border-left: 5px solid #198a68;
  background: #eef9f5;
}

.content-safety > strong {
  display: block;
  margin-bottom: 10px;
  color: #155f49;
  font-size: 18px;
}

.content-sources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 16px;
  padding: 18px clamp(24px, 4vw, 40px);
  border-top: 1px solid #d6e0f4;
  background: #ffffff;
}

.content-sources > span {
  flex: 1 0 100%;
  margin-bottom: 0;
}

.content-sources a {
  color: var(--brand-mk);
  font-size: 13px;
  font-weight: 700;
}

.guardrail {
  border-radius: 6px;
}

.site-footer {
  color: #646464;
  border-top-color: #d6e0f4;
}

@media (max-width: 960px) {
  .intro {
    grid-template-columns: 1fr;
  }

  .intro-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-chip {
    grid-column: 1 / -1;
  }

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

  .content-reasons article:nth-child(2) {
    border-right: 0;
  }

  .content-reasons article:nth-child(-n + 2) {
    border-bottom: 1px solid #d6e0f4;
  }

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

  .content-tool-grid article:nth-child(3n) {
    border-right: 1px solid #d6e0f4;
  }

  .content-tool-grid article:nth-child(2n) {
    border-right: 0;
  }

  .solution-builder {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .topbar {
    min-height: 70px;
    padding-inline: 14px;
  }

  .brand-logos {
    min-width: 81px;
    gap: 8px;
  }

  .brand-logos img:first-child {
    width: 32px;
    height: 31px;
  }

  .brand-logos img:last-child {
    width: 35px;
    height: 31px;
  }

  .brand-logos > span {
    height: 24px;
  }

  .event-lockup strong {
    display: none;
  }

  .shell,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .shell {
    padding-top: 16px;
  }

  .intro {
    gap: 28px;
    padding: 28px 22px;
  }

  .intro h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

  .intro-copy {
    font-size: 17px;
  }

  .event-priorities,
  .intro-side,
  .advisor-grid,
  .content-guide-grid,
  .content-tool-grid,
  .solution-tool-list {
    grid-template-columns: 1fr;
  }

  .event-priorities article {
    min-height: 0;
  }

  .privacy-chip {
    grid-column: auto;
  }

  .advisor-card,
  .advisor-card:nth-child(2n) {
    border-right: 0;
  }

  .content-reasons {
    grid-template-columns: 1fr;
  }

  .content-reasons article,
  .content-reasons article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d6e0f4;
  }

  .content-reasons article:last-child {
    border-bottom: 0;
  }

  .content-tool-grid article,
  .content-tool-grid article:nth-child(2n),
  .content-tool-grid article:nth-child(3n) {
    border-right: 0;
  }

  .toolbar-actions {
    width: 100%;
    min-width: 0;
  }

  .toolbar-actions button {
    flex: 1 1 100%;
  }

  .download-status {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .brand > span:last-child small {
    display: none;
  }

  .brand > span:last-child strong {
    font-size: 15px;
  }

  .event-lockup {
    font-size: 12px;
  }

  .workspace,
  .report {
    padding: 19px 15px;
  }
}

@media print {
  body {
    font-size: 12px;
  }

  .advisor-panel,
  .advisor-card,
  .content-advisor,
  .content-reasons article,
  .content-tool-grid article,
  .solution-builder,
  .content-safety {
    break-inside: avoid;
  }
}
