:root {
  --bg: #efe8db;
  --paper: #fffdf8;
  --result-bg: #f1eadc;
  --ink: #1c2030;
  --ink-soft: #6b7487;
  --line: #ddd4c4;
  --line-strong: #b79d82;
  --accent: #2448c9;
  --accent-soft: rgba(36, 72, 201, 0.08);
  --accent-border: rgba(36, 72, 201, 0.16);
  --shadow: 0 18px 50px rgba(34, 38, 54, 0.1);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --battery-art: url("./assets/milestone-battery-bg.png");
  --result-art: url("./assets/milestone-result-hero.png");
  --system-art: url("./assets/milestone-system-art.png");
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(190, 152, 87, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(98, 109, 127, 0.08), transparent 24%),
    var(--bg);
}

button,
input,
textarea {
  font: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

.app-shell {
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: 0;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  overflow-x: clip;
}

#app {
  width: 100%;
  max-width: 480px;
  min-height: 100svh;
  min-height: 100dvh;
  margin: 0 auto;
}

.screen {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow-x: clip;
}

.screen-hero {
  min-height: 100svh;
  min-height: 100dvh;
}

.hero-visual {
  position: absolute;
  inset: 0;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 253, 248, 0.08) 0%,
    rgba(255, 253, 248, 0.14) 36%,
    rgba(255, 253, 248, 0.82) 74%,
    rgba(255, 253, 248, 0.98) 100%
  );
}

.result-screen .hero-visual::after {
  background: linear-gradient(
    180deg,
    rgba(241, 234, 220, 0.08) 0%,
    rgba(241, 234, 220, 0.16) 34%,
    rgba(241, 234, 220, 0.88) 72%,
    rgba(242, 236, 223, 0.98) 100%
  );
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 28px 20px calc(26px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-card,
.panel {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(34, 38, 54, 0.06);
  box-shadow: 0 18px 40px rgba(34, 38, 54, 0.07);
  backdrop-filter: blur(8px);
}

.hero-card {
  width: min(84%, 420px);
  padding: 18px 20px 20px;
  background: rgba(255, 252, 246, 0.88);
}

.result-screen .hero-card {
  width: min(90%, 408px);
  background: rgba(247, 241, 229, 0.9);
}

.period,
.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a91a0;
}

.eyebrow.gold {
  color: #b6843d;
}

.base-accent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.base-accent::before {
  content: "";
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, #23344f 0 70%, transparent 70% 100%);
}

.base-accent::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cc8f59;
  box-shadow: 0 0 0 5px rgba(204, 143, 89, 0.12);
}

.hero-title,
.question-title,
.result-title,
.result-statement h2 {
  margin: 0;
  line-height: 1.02;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.hero-title {
  max-width: 10ch;
  font-size: 42px;
}

.start-main {
  display: grid;
  gap: 16px;
}

.start-card {
  display: grid;
  gap: 14px;
}

.start-support {
  width: min(84%, 420px);
  display: grid;
  gap: 8px;
  padding: 0 4px 2px;
}

.start-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  color: #21375d;
}

.start-brand-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d08a45;
  box-shadow: 0 0 0 8px rgba(208, 138, 69, 0.12);
  flex: 0 0 auto;
}

.start-brand-wordmark {
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.start-context {
  color: #7e8798;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.start-description {
  margin: 0;
  color: #677084;
  font-size: 14px;
  line-height: 1.45;
}

.start-footer {
  display: grid;
  gap: 6px;
  margin-top: 4px;
}

.start-privacy,
.start-institution {
  margin: 0;
  color: #6c7486;
  font-size: 12px;
  line-height: 1.5;
}

.start-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.start-institution {
  color: #80889a;
}

.button {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 15px 26px;
  font-weight: 800;
  font-size: 16px;
  transition: transform 140ms ease, opacity 140ms ease;
}

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

.button:disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
}

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

.button.secondary {
  color: var(--ink);
  background: rgba(34, 38, 54, 0.06);
}

.button.subdued-action {
  color: #50586b;
  background: rgba(34, 38, 54, 0.045);
  box-shadow: inset 0 0 0 1px rgba(34, 38, 54, 0.06);
}

.button.tertiary {
  padding: 11px 18px;
  color: var(--accent);
  background: rgba(36, 72, 201, 0.08);
}

.question-screen {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 22px 20px calc(26px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.5) 0%, rgba(255, 253, 248, 0.74) 36%, rgba(255, 253, 248, 0.92) 100%),
    radial-gradient(circle at 50% 10%, rgba(204, 143, 89, 0.16), transparent 24%),
    var(--battery-art) center center / cover no-repeat;
}

.question-screen::before,
.result-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--system-art);
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  pointer-events: none;
}

.question-screen::after,
.result-body::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.01) 0%, rgba(255, 253, 248, 0.02) 18%, rgba(255, 253, 248, 0.12) 52%, rgba(255, 253, 248, 0.22) 100%),
    radial-gradient(circle at 50% 14%, rgba(204, 143, 89, 0.15), transparent 20%);
  pointer-events: none;
}

.question-screen > *,
.result-body > * {
  position: relative;
  z-index: 2;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.question-group {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b93a3;
}

.question-group::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #2e4776;
  margin-right: 10px;
  vertical-align: middle;
}

.question-group::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-radius: 50%;
  background: #c38c4a;
  vertical-align: middle;
  box-shadow: 0 0 0 4px rgba(195, 140, 74, 0.12);
}

.step {
  font-size: 13px;
  font-weight: 800;
  color: #8a91a0;
}

.progress {
  height: 4px;
  border-radius: 999px;
  background: #ece6d9;
  overflow: hidden;
  margin-bottom: 28px;
}

.progress > span {
  display: block;
  height: 100%;
  background: var(--accent);
}

.question-title {
  font-size: 34px;
  margin-bottom: 12px;
}

.question-copy,
.result-copy,
.field-help {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.58;
}

.status-message {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.status-message.error {
  background: rgba(183, 46, 46, 0.08);
  color: #8a1f1f;
}

.status-message.warning {
  background: rgba(182, 132, 61, 0.12);
  color: #7a561a;
}

.status-message.inline {
  margin-top: 18px;
}

.choice-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.choice {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(34, 38, 54, 0.1);
  background: rgba(255, 252, 246, 0.8);
  box-shadow: 0 12px 28px rgba(34, 38, 54, 0.05);
  backdrop-filter: blur(8px);
  text-align: left;
  cursor: pointer;
}

.choice strong {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.choice span {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.4;
}

.choice:hover {
  border-color: rgba(34, 38, 54, 0.14);
  background: rgba(255, 252, 246, 0.87);
}

.choice.selected {
  border-color: rgba(36, 72, 201, 0.18);
  background: rgba(255, 252, 246, 0.94);
  box-shadow: 0 16px 32px rgba(36, 72, 201, 0.08);
}

.radio {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(34, 38, 54, 0.2);
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.choice.selected .radio {
  border-color: var(--accent);
}

.choice.selected .radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--accent);
}

.checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(34, 38, 54, 0.2);
  border-radius: 6px;
  position: relative;
  flex: 0 0 auto;
}

.choice.selected .checkbox {
  border-color: var(--accent);
  background: rgba(36, 72, 201, 0.08);
}

.choice.selected .checkbox::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid var(--accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.freeform,
.panel {
  margin-top: 22px;
}

.panel {
  padding: 18px 18px 16px;
  background: rgba(255, 252, 246, 0.82);
}

.lookup-card,
.student-card {
  margin-top: 10px;
}

.supplemental-panel {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(34, 38, 54, 0.08);
}

.supplemental-textarea {
  min-height: 112px;
  padding: 2px 0 4px;
  font-size: 16px;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.supplemental-textarea::placeholder {
  white-space: normal;
}

.student-card-row {
  display: grid;
  gap: 6px;
}

.student-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.student-chip {
  padding: 14px 14px 12px;
  border-radius: 18px;
  background: rgba(34, 38, 54, 0.04);
}

.student-card-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b93a3;
}

.input-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b93a3;
}

input[type="text"],
textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="text"] {
  font-size: 16px;
  line-height: 1.4;
}

textarea {
  min-height: 170px;
  resize: none;
  font-size: 16px;
  line-height: 1.7;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: #a0a8b8;
  opacity: 1;
}

.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.actions-right {
  display: flex;
  gap: 12px;
  align-items: center;
}

.result-screen {
  background: var(--result-bg);
  min-height: 100svh;
  min-height: 100dvh;
}

.result-body {
  position: relative;
  z-index: 1;
  padding: 22px 20px calc(28px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(241, 234, 220, 0.1) 0%, rgba(241, 234, 220, 0.4) 18%, rgba(241, 234, 220, 0.78) 52%, rgba(241, 234, 220, 0.97) 100%),
    radial-gradient(circle at 50% 8%, rgba(204, 143, 89, 0.16), transparent 16%);
}

.result-hero-content {
  min-height: max(560px, 72svh);
  min-height: max(560px, 72dvh);
}

.result-screen .hero-visual img {
  object-position: center top;
  filter: saturate(0.98) contrast(1.04);
}

.result-screen .hero-visual::after {
  background: linear-gradient(
    180deg,
    rgba(241, 234, 220, 0.01) 0%,
    rgba(241, 234, 220, 0.04) 16%,
    rgba(241, 234, 220, 0.18) 32%,
    rgba(241, 234, 220, 0.58) 58%,
    rgba(241, 234, 220, 0.88) 76%,
    rgba(241, 234, 220, 0.98) 100%
  );
}

.result-statement {
  margin-bottom: 24px;
}

.result-statement h2 {
  font-size: 32px;
  margin-top: 12px;
  margin-bottom: 14px;
}

.result-student-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.result-student-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 38, 54, 0.06);
  color: #525b6c;
  font-size: 12px;
  font-weight: 700;
}

.result-summary-card {
  width: min(92%, 400px);
  padding: 24px 22px 18px;
  background: rgba(247, 240, 228, 0.8);
  box-shadow: 0 16px 34px rgba(66, 50, 30, 0.06);
  backdrop-filter: blur(10px);
}

.result-brand-header {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.close-brand {
  color: #21375d;
}

.result-period {
  color: #8a91a0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-summary-text {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.68;
}

.result-option-a-body {
  padding-top: 30px;
}

.result-lesson-block .quote-text {
  font-size: 40px;
  line-height: 1.02;
}

.result-bridge-block {
  margin-bottom: 30px;
}

.result-bridge {
  margin: 0;
  max-width: 28ch;
  color: #535c6d;
  font-size: 16px;
  line-height: 1.5;
}

.section-separator {
  width: 94px;
  height: 1px;
  background: linear-gradient(90deg, var(--line-strong) 0 78%, transparent 78% 100%);
  margin: 34px 0;
  position: relative;
}

.section-separator::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c38c4a;
}

.quote-block,
.goal-block {
  padding: 0;
}

.quote-label,
.goal-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b93a3;
  margin-bottom: 14px;
}

.quote-text {
  position: relative;
  margin: 0;
  padding-left: 26px;
  font-size: 26px;
  line-height: 1.16;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.04em;
}

.quote-text::before {
  content: "“";
  position: absolute;
  left: -4px;
  top: -12px;
  font-size: 74px;
  line-height: 1;
  color: rgba(28, 32, 48, 0.12);
}

.goal-card {
  margin-top: 14px;
  padding: 20px 18px 18px;
  background: rgba(255, 252, 246, 0.82);
}

.goal-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.12;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.04em;
}

.goal-steps {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.58;
}

.goal-steps li + li {
  margin-top: 8px;
}

.goal-option-stack {
  display: grid;
  gap: 18px;
}

.free-goal-entry {
  padding-top: 4px;
}

.free-goal-trigger,
.free-goal-close {
  border: 0;
  background: transparent;
  padding: 0;
  color: #7a8395;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
  text-align: left;
}

.free-goal-trigger:hover,
.free-goal-close:hover {
  color: var(--ink);
}

.free-goal-panel {
  display: grid;
  gap: 12px;
  padding: 14px 0 2px;
}

.free-goal-label {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
}

.free-goal-input {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(34, 38, 54, 0.08);
  background: rgba(255, 253, 248, 0.74);
  font-size: 16px;
}

.free-goal-input::placeholder {
  color: #9aa2b2;
}

.free-goal-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.alternate-goals-panel {
  display: grid;
  gap: 14px;
  padding-top: 8px;
}

.alternate-goals-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b93a3;
}

.alternate-goal-list {
  display: grid;
  gap: 10px;
}

.alternate-goal-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(34, 38, 54, 0.08);
  background: rgba(255, 252, 246, 0.74);
}

.alternate-goal-title {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.compact-goal-select-button {
  flex: 0 0 auto;
}

.goal-option {
  padding: 20px 20px 20px;
  border-radius: 22px;
  border: 1px solid rgba(34, 38, 54, 0.08);
  background: rgba(255, 252, 246, 0.88);
  box-shadow: 0 16px 34px rgba(34, 38, 54, 0.07);
  backdrop-filter: blur(8px);
  transition: opacity 140ms ease, transform 140ms ease, border-color 140ms ease;
}

.goal-option.primary {
  border-color: var(--accent-border);
  background: rgba(255, 252, 246, 0.92);
}

.goal-option.is-dimmed {
  opacity: 0.56;
}

.goal-option.is-selected {
  border-color: rgba(36, 72, 201, 0.24);
  background: rgba(255, 252, 246, 0.96);
  box-shadow: 0 18px 38px rgba(36, 72, 201, 0.08);
}

.goal-option.is-free-goal .goal-option-head {
  justify-content: flex-start;
}

.goal-role {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b93a3;
}

.goal-option-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.goal-option h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.06;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.04em;
}

.goal-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px 7px 12px;
  border-radius: 14px;
  background: rgba(255, 250, 242, 0.88);
  color: #5d6679;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 2px 0 0 rgba(195, 140, 74, 0.42), 0 0 0 1px rgba(34, 38, 54, 0.06);
}

.goal-chip--intelectual {
  box-shadow: inset 2px 0 0 rgba(78, 111, 164, 0.7), 0 0 0 1px rgba(78, 111, 164, 0.16);
}

.goal-chip--emocional {
  box-shadow: inset 2px 0 0 rgba(193, 126, 101, 0.72), 0 0 0 1px rgba(193, 126, 101, 0.16);
}

.goal-chip--social {
  box-shadow: inset 2px 0 0 rgba(104, 136, 116, 0.72), 0 0 0 1px rgba(104, 136, 116, 0.16);
}

.goal-chip--ocupacional {
  box-shadow: inset 2px 0 0 rgba(92, 118, 150, 0.72), 0 0 0 1px rgba(92, 118, 150, 0.16);
}

.goal-chip--fisico {
  box-shadow: inset 2px 0 0 rgba(177, 138, 88, 0.72), 0 0 0 1px rgba(177, 138, 88, 0.16);
}

.goal-chip--espiritual {
  box-shadow: inset 2px 0 0 rgba(180, 149, 82, 0.72), 0 0 0 1px rgba(180, 149, 82, 0.16);
}

.goal-chip--financiero {
  box-shadow: inset 2px 0 0 rgba(130, 140, 88, 0.72), 0 0 0 1px rgba(130, 140, 88, 0.16);
}

.goal-option-copy {
  margin: 16px 0 0;
  color: var(--ink-soft);
  line-height: 1.58;
}

.goal-preview-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 14px;
  color: var(--ink);
  line-height: 1.55;
}

.goal-arrow {
  color: var(--accent);
  font-weight: 800;
}

.goal-option-footer,
.goal-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.goal-card-actions {
  margin-top: 22px;
}

.goal-inline-next-step {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(34, 38, 54, 0.08);
}

.goal-more {
  color: #7a8395;
  font-size: 13px;
  font-weight: 700;
}

.goal-confirmation {
  margin: 16px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.status-message.success {
  background: rgba(46, 136, 83, 0.1);
  color: #255d3b;
}

.mitec-copy {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.58;
}

.mitec-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mitec-link {
  text-decoration: none;
}

.mitec-summary {
  padding: 16px 16px 14px;
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(34, 38, 54, 0.06);
}

.mitec-summary p {
  margin: 0;
  color: var(--ink);
  line-height: 1.56;
}

.mitec-summary p + p {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .app-shell {
    padding: 0;
  }

  .hero-content,
  .screen,
  .screen-hero {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .hero-card {
    width: calc(100% - 10px);
    padding: 18px 18px 20px;
  }

  .hero-title,
  .question-title,
  .result-statement h2 {
    font-size: 30px;
  }

  .quote-text {
    font-size: 24px;
  }

  .result-lesson-block .quote-text {
    font-size: 29px;
  }

  .goal-option h3 {
    font-size: 24px;
  }

  .goal-option-head,
  .goal-option-footer,
  .goal-card-actions,
  .mitec-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .goal-chip {
    align-self: flex-start;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .actions-right {
    justify-content: space-between;
  }

  .button {
    width: 100%;
  }
}
