:root {
  --navy-950: #11172d;
  --navy-900: #172040;
  --navy-800: #24325f;
  --navy-700: #33487f;
  --blue-600: #00568e;
  --orange-500: #ff9056;
  --orange-400: #ffb176;
  --orange-300: #ffd1b3;
  --cream-100: #fff8f3;
  --cream-200: #f6ede5;
  --ink-900: #111521;
  --ink-700: #34405f;
  --ink-500: #6f7998;
  --white: #ffffff;
  --success: #32c77a;
  --danger: #ff7d7d;
  --border-soft: rgba(255, 255, 255, 0.1);
  --shadow-strong: 0 28px 70px rgba(6, 12, 30, 0.42);
  --shadow-soft: 0 18px 45px rgba(10, 17, 38, 0.22);
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(255, 145, 86, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 86, 142, 0.22), transparent 32%),
    linear-gradient(180deg, #0f1530 0%, #12182d 38%, #f7efe8 38%, #f7efe8 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

button,
[role="button"],
a {
  -webkit-tap-highlight-color: transparent;
}

button,
[role="button"] {
  touch-action: manipulation;
}

.page-glow {
  position: fixed;
  inset: auto auto 0 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 0.5;
  z-index: 0;
}

.page-glow--top {
  width: 320px;
  height: 320px;
  top: -120px;
  left: -80px;
  background: rgba(255, 144, 86, 0.18);
}

.page-glow--bottom {
  width: 380px;
  height: 380px;
  right: -120px;
  bottom: 160px;
  background: rgba(0, 86, 142, 0.18);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 40px);
  backdrop-filter: blur(14px);
  background: rgba(13, 19, 39, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: auto;
  height: 30px;
  display: block;
}

.brand-logo--color {
  display: none;
}

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

.header-chip,
.header-link {
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.86rem;
  line-height: 1;
}

.header-chip {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.header-link {
  color: var(--orange-300);
  border: 1px solid rgba(255, 177, 118, 0.28);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header-link:hover {
  background: rgba(255, 177, 118, 0.1);
}

.experience-shell,
.trust-section,
.faq-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.experience-shell {
  padding: 26px 0 0;
}

.screen {
  display: none;
  min-height: calc(100vh - 106px);
  animation: fade-in-up 0.42s ease;
}

.screen.active {
  display: block;
}

.screen--hero {
  padding: 16px 0 36px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.hero-copy,
.hero-panel__inner,
.question-shell,
.result-shell {
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-strong);
}

.hero-copy {
  padding: clamp(24px, 3vw, 40px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(29, 41, 79, 0.96), rgba(16, 22, 45, 0.98));
}

.hero-panel__inner {
  height: 100%;
  padding: clamp(26px, 3vw, 38px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 153, 95, 0.18), rgba(10, 17, 36, 0.96));
}

.eyebrow,
.question-step,
.panel-kicker,
.footer-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow,
.question-step,
.panel-kicker {
  color: var(--orange-300);
}

.eyebrow {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 177, 118, 0.12);
  border: 1px solid rgba(255, 177, 118, 0.2);
}

.eyebrow--warm {
  color: var(--orange-500);
  background: rgba(255, 144, 86, 0.08);
  border-color: rgba(255, 144, 86, 0.16);
}

.hero-title,
.section-heading h2,
.result-title,
.question-title,
.hero-panel h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.hero-title {
  margin: 12px 0 12px;
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  max-width: 20ch;
}

.hero-title span,
.result-title span {
  color: var(--orange-400);
}

.hero-description,
.hero-panel__text,
.question-description,
.result-description,
.section-heading p,
.benefit-card p,
.focus-card__row span,
.trust-card p,
.faq-answer p,
.footer-grid p,
.footer-legal p,
.input-hint {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
  font-size: 1rem;
}

.hero-description {
  max-width: 52ch;
  margin-bottom: 20px;
  font-size: 0.97rem;
}

.hero-panel__text {
  margin: 0 0 24px;
  max-width: 36ch;
}

.hero-trust-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  width: fit-content;
}

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

.benefit-card {
  padding: 14px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit-card h2 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

.benefit-card p {
  margin: 0;
  font-size: 0.85rem;
}

.icon-badge,
.question-icon,
.result-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.icon-badge {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, rgba(255, 177, 118, 0.28), rgba(255, 255, 255, 0.08));
}

.icon-badge svg,
.question-icon svg,
.result-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-badge svg {
  color: var(--orange-300);
}

.hero-actions,
.question-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 0;
  margin-bottom: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 18px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn--cta {
  min-height: 62px;
  padding: 17px 36px;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  box-shadow: 0 0 0 0 rgba(255, 144, 86, 0.55), 0 16px 40px rgba(255, 144, 86, 0.38);
  animation: cta-pulse 2.4s ease-in-out infinite;
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 144, 86, 0.45), 0 16px 40px rgba(255, 144, 86, 0.38); }
  50% { box-shadow: 0 0 0 10px rgba(255, 144, 86, 0), 0 16px 40px rgba(255, 144, 86, 0.28); }
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  color: var(--ink-900);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
  box-shadow: 0 16px 34px rgba(255, 144, 86, 0.28);
}

.btn--secondary {
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 0.88rem;
  font-weight: 600;
  min-height: 44px;
}

.btn--whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, #23bf69, var(--success));
  box-shadow: 0 16px 34px rgba(49, 199, 122, 0.24);
}

.hero-panel h2 {
  margin: 16px 0 20px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.focus-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.focus-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(9, 14, 29, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.focus-card__row strong {
  font-size: 0.98rem;
  color: var(--white);
}

.focus-card__row span {
  font-size: 0.88rem;
  text-align: right;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.metric-item {
  padding: 18px 12px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metric-item strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--orange-300);
}

.metric-item span {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
}

.screen--question,
.screen--result {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 36px 0 72px;
}

.screen--question.active,
.screen--result.active {
  display: flex;
}

.question-shell,
.result-shell {
  width: min(660px, 100%);
  padding: clamp(28px, 5vw, 48px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(27, 37, 73, 0.98), rgba(17, 23, 45, 0.98));
  text-align: center;
}

.result-shell--reject {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(64, 27, 49, 0.92), rgba(23, 17, 32, 0.98));
}

.progress {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 26px;
}

.progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: width 0.25s ease, background-color 0.25s ease;
}

.progress-dot.active {
  width: 28px;
  background: var(--orange-400);
}

.progress-dot.done {
  background: var(--success);
}

.question-icon,
.result-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  background: rgba(255, 177, 118, 0.12);
  color: var(--orange-300);
}

.result-icon--success {
  background: rgba(50, 199, 122, 0.12);
  color: var(--success);
}

.result-icon--reject {
  background: rgba(255, 125, 125, 0.12);
  color: var(--danger);
}

.result-shell--car {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(20, 50, 85, 0.98), rgba(10, 25, 50, 0.98));
}

.result-icon--car {
  background: rgba(99, 179, 255, 0.14);
  color: #63b3ff;
}

.car-highlight {
  color: #63b3ff;
}

.question-shell--car {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(20, 50, 85, 0.98), rgba(10, 25, 50, 0.98));
}

.question-icon--car {
  background: rgba(99, 179, 255, 0.14);
  color: #63b3ff;
}

.car-step {
  color: #63b3ff;
}

.btn--car {
  background: linear-gradient(135deg, #3b82f6, #63b3ff);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(59, 130, 246, 0.32);
}

.btn--car-whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, #23bf69, var(--success));
  box-shadow: 0 16px 34px rgba(49, 199, 122, 0.24);
}

.cpf-input {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.question-title,
.result-title {
  margin: 14px auto 14px;
  max-width: 15ch;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.question-description,
.result-description {
  max-width: 48ch;
  margin: 0 auto 28px;
}

.question-actions {
  justify-content: center;
}

.question-actions .btn,
.question-actions .btn[href] {
  min-width: min(100%, 260px);
}

.value-input-group {
  width: min(440px, 100%);
  margin: 0 auto 28px;
  text-align: left;
}

.value-input-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-weight: 700;
}

.value-input {
  width: 100%;
  min-height: 62px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 800;
  outline: none;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.value-input:focus {
  border-color: rgba(255, 177, 118, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 177, 118, 0.14);
}

.value-input.input-error {
  border-color: rgba(255, 125, 125, 0.82);
  box-shadow: 0 0 0 4px rgba(255, 125, 125, 0.12);
}

.input-hint {
  margin: 10px 0 0;
  font-size: 0.92rem;
}

.trust-section,
.faq-section {
  color: var(--ink-900);
}

.trust-section {
  padding: 62px 0 18px;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.section-heading--left {
  text-align: left;
  margin-left: 0;
}

.section-heading h2 {
  margin: 16px 0 12px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.96;
}

.section-heading p,
.trust-card p,
.faq-answer p,
.footer-grid p,
.footer-legal p {
  color: rgba(17, 21, 33, 0.72);
}

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

.trust-card {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 23, 45, 0.06);
  box-shadow: var(--shadow-soft);
}

.trust-card h3 {
  margin: 0 0 12px;
  font-size: 1.14rem;
}

.trust-card p {
  margin: 0;
}

.faq-section {
  padding: 36px 0 76px;
}

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

.faq-item {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 23, 45, 0.08);
  box-shadow: var(--shadow-soft);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: transparent;
  border: none;
  color: var(--ink-900);
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-plus {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: var(--orange-500);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.open .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-answer__inner {
  padding: 0 24px 24px;
}

.faq-answer p {
  margin: 0;
}

.site-footer {
  padding: 40px 16px 56px;
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand,
.footer-grid,
.footer-legal {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  height: 32px;
  width: auto;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 24px 0 12px;
}

.footer-label {
  margin-bottom: 12px;
  color: var(--orange-300);
}

.footer-grid p,
.footer-legal p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
}

.footer-grid a:hover,
.footer-legal a:hover {
  color: var(--orange-300);
}

.footer-legal {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-legal p:last-child {
  max-width: 86ch;
  margin-bottom: 0;
}

/* ── CPF Modal Gate ───────────────────────────────── */
.cpf-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cpf-modal[hidden] {
  display: none;
}

.cpf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 28, 0.82);
  backdrop-filter: blur(6px);
}

.cpf-modal__box {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: clamp(28px, 5vw, 48px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(29, 41, 79, 0.98), rgba(15, 21, 44, 0.99));
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-strong);
  text-align: center;
  animation: fade-in-up 0.3s ease;
}

.cpf-modal__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 177, 118, 0.12);
  color: var(--orange-300);
}

.cpf-modal__icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cpf-modal__box h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}

.cpf-modal__box p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.97rem;
  line-height: 1.65;
  max-width: 42ch;
  margin: 0 auto 22px;
}

.cpf-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.cpf-modal__actions .btn {
  width: 100%;
  max-width: 380px;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-layout,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .screen {
    min-height: auto;
  }

  .brand-logo--light {
    display: none;
  }

  .brand-logo--color {
    display: block;
    height: 32px;
  }

  .site-header {
    background: rgba(247, 239, 232, 0.92);
    border-bottom-color: rgba(17, 23, 45, 0.08);
  }

  .header-chip {
    color: var(--ink-900);
    background: rgba(17, 23, 45, 0.06);
    border-color: rgba(17, 23, 45, 0.08);
  }

  .header-link {
    color: var(--navy-800);
    border-color: rgba(36, 50, 95, 0.16);
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(255, 145, 86, 0.16), transparent 30%),
      linear-gradient(180deg, #0f1530 0%, #12182d 45%, #f7efe8 45%, #f7efe8 100%);
  }

  .experience-shell,
  .trust-section,
  .faq-section {
    width: min(calc(100% - 20px), 1180px);
  }

  .screen--hero {
    padding-top: 16px;
  }

  .hero-title {
    max-width: none;
  }

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

  .hero-actions,
  .question-actions {
    flex-direction: column;
  }

  .btn,
  .question-actions .btn,
  .question-actions .btn[href] {
    width: 100%;
  }

  .question-shell,
  .result-shell,
  .hero-copy,
  .hero-panel__inner {
    border-radius: 24px;
  }

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

  /* Compact metric strip on tablet/mobile */
  .metric-item {
    padding: 14px 8px;
  }

  .metric-item strong {
    font-size: 1.5rem;
  }

  /* Stack focus-card rows vertically so text doesn't get squeezed */
  .focus-card__row {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }

  .focus-card__row span {
    text-align: left;
  }

  /* Compact question/result shells */
  .question-shell,
  .result-shell {
    padding: 28px 20px;
  }

  /* Value input — keep at least 16px to prevent iOS auto-zoom */
  .value-input {
    font-size: 1.2rem;
  }

  .cpf-input {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  /* Compact header: back to single row with chip hidden */
  .site-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
  }

  .header-chip {
    display: none;
  }

  .header-actions {
    width: auto;
  }

  /* Hero title fits small screens */
  .hero-title {
    font-size: 1.6rem;
  }

  /* Question / result title sizes */
  .question-title,
  .result-title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    max-width: none;
  }

  /* Tighter shell padding on small phones */
  .question-shell,
  .result-shell {
    padding: 22px 16px;
  }

  .hero-copy {
    padding: 20px 16px;
  }

  /* Metric strip smaller */
  .metric-item {
    padding: 12px 6px;
  }

  .metric-item strong {
    font-size: 1.3rem;
  }

  .metric-item span {
    font-size: 0.75rem;
  }

  /* CTA button on very small screens */
  .btn--cta {
    padding: 16px 20px;
    font-size: 1.02rem;
  }

  /* FAQ tighter on small screens */
  .faq-question {
    font-size: 0.93rem;
    padding: 18px 18px;
  }

  .trust-card {
    padding: 20px;
  }

  /* Value input a bit smaller */
  .value-input {
    font-size: 1.1rem;
    min-height: 54px;
    letter-spacing: 0.04em;
  }

  /* Section headings */
  .section-heading h2 {
    font-size: clamp(1.7rem, 8vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
