/* Reduce EMI vs Reduce Tenure — memorable-decision hierarchy */

:root {
  --evt-accent: #0f766e;
  --evt-accent-soft: #ccfbf1;
  --evt-emi: #475569;
  --evt-emi-soft: #f1f5f9;
  --evt-tenure: #0f766e;
  --evt-tenure-soft: #ecfdf5;
  --evt-warn: #b45309;
  --evt-aha-bg: #f0fdf9;
  --evt-gap: 14px;
  --evt-moment-pad: 24px;
  --evt-section-gap: 36px;
}

body.evt-page {
  font-family: var(--sans, "Source Sans 3", system-ui, sans-serif);
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(15, 118, 110, 0.07), transparent 60%),
    radial-gradient(900px 380px at 100% 0%, rgba(71, 85, 105, 0.05), transparent 55%),
    #f8fafc;
}

body.evt-page .page {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 48px;
}

body.evt-page .page-breadcrumb {
  padding: 8px 0 4px;
}

body.evt-page .calc-page-stack {
  margin-bottom: 8px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

body.evt-page .calc-page-stack > .calc-shell {
  border-top: none;
  padding: 0 0 12px;
  background: transparent;
}

/* Hero — tight copy stack; kill art-column grid (copy-only) */
.hero-theme-evt--slim .hero-stage-inner.hero-page-layout {
  padding: 4px 0 8px;
  border-bottom: none;
}

body.evt-page .hero-theme-evt--slim .hero-page-top--copy-only {
  display: block;
  grid-template-columns: none;
  max-width: none;
  width: 100%;
}

body.evt-page .hero-theme-evt--slim .hero-page-copy {
  display: block;
  max-width: none;
}

.hero-theme-evt--slim .hero-title-compact {
  gap: 0;
  display: block;
}

.hero-theme-evt--slim .hero-title-main {
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.35rem, 3.2vw, 1.7rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink, #0f172a);
  max-width: none;
  display: inline;
}

.hero-theme-evt--slim .hero-subtitle-compact {
  margin: 5px 0 0;
  max-width: 36rem;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #64748b;
}

/* Inputs — compact panel */
.evt-calc-primary {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 12px;
  background: #fff;
}

.evt-core-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-width: none;
}

.evt-prepay-zone {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
  max-width: none;
}

.evt-prepay-hint {
  margin: 8px 0 0;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
  min-height: 0;
}

.evt-prepay-hint:empty {
  display: none;
}

.evt-calc-primary .field-compact label {
  margin-bottom: 5px;
  font-size: 0.625rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #64748b;
  line-height: 1.25;
}

.evt-input-stepper {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.evt-input-stepper input[type="number"] {
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--ink, #0f172a);
  font-variant-numeric: tabular-nums;
  min-width: 0;
  padding: 10px 6px;
  -moz-appearance: textfield;
}

.evt-input-stepper input[type="number"]::-webkit-outer-spin-button,
.evt-input-stepper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.evt-step-btn {
  border: none;
  background: #f8fafc;
  color: #334155;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

.evt-step-btn:hover {
  background: var(--evt-accent-soft);
  color: var(--evt-accent);
}

.evt-step-btn:active {
  background: #99f6e4;
}

.evt-preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.evt-preset {
  border: 1px solid var(--line, #e2e8f0);
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.8125rem;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.evt-preset:hover {
  border-color: #99f6e4;
  background: var(--evt-accent-soft);
}

.evt-preset.is-active {
  border-color: var(--evt-accent);
  background: var(--evt-accent);
  color: #fff;
}

/* Continuous results band */
.evt-results {
  margin-top: 16px;
  display: grid;
  gap: var(--evt-gap);
  align-items: start;
}

/* Signature aha — ONLY accented block; full-width copy (no fake wrap) */
.evt-aha {
  margin: 0;
  padding: 12px 14px 12px 16px;
  border: none;
  border-left: 3px solid var(--evt-accent);
  border-bottom: 1px solid rgba(15, 118, 110, 0.12);
  background: var(--evt-aha-bg);
  box-shadow: none;
  border-radius: 0 10px 10px 0;
  position: relative;
  overflow: visible;
  animation: evtAhaIn 0.55s ease both;
  max-width: none;
}

.evt-aha.is-pulse {
  animation: evtAhaPulse 0.45s ease;
}

.evt-aha-kicker {
  margin: 0 0 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--evt-accent);
}

.evt-aha-headline {
  margin: 0;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ink, #0f172a);
  max-width: none;
}

.evt-aha-headline .evt-aha-amt {
  color: var(--evt-accent);
  white-space: nowrap;
}

.evt-aha-sub {
  margin: 4px 0 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #475569;
  max-width: none;
}

.evt-aha-bank {
  margin: 6px 0 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.35;
  color: var(--evt-accent);
  max-width: none;
}

@keyframes evtAhaIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

@keyframes evtAhaPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.006); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .evt-aha,
  .evt-aha.is-pulse,
  .evt-timeback.is-in {
    animation: none;
  }
}

.evt-moment-head {
  margin-bottom: 10px;
  max-width: 40rem;
}

.evt-moment-eyebrow {
  margin: 0 0 2px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.evt-moment-sub {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #64748b;
}

/* Moment: You bought back time — one compact line */
.evt-timeback {
  margin: 0;
  padding: 16px 0 4px;
  border: none;
  background: transparent;
  color: inherit;
  display: block;
}

.evt-timeback.is-in {
  animation: evtAhaIn 0.5s ease both;
}

.evt-timeback-line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  max-width: none;
}

.evt-timeback-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.evt-timeback-amount {
  margin: 0;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.evt-timeback-sub {
  margin: 6px 0 0;
  font-size: 0.875rem;
  color: #0f766e;
  font-weight: 650;
  line-height: 1.35;
  max-width: none;
}

/* Scenario swipe strip */
.evt-scenarios-wrap {
  margin: 0;
  padding: 4px 0 0;
  min-width: 0;
}

.evt-scenarios-hint {
  display: none;
  margin: 0 0 6px;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

.evt-scenarios {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.evt-card {
  background: #fff;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 10px;
  padding: 10px 12px 10px;
  box-shadow: none;
  position: relative;
}

.evt-card--current {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.evt-card.is-preferred {
  border-color: var(--evt-accent);
  background: #fff;
}

.evt-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--evt-accent);
  background: #fff;
  border: 1px solid #a7f3d0;
  border-radius: 6px;
  padding: 2px 6px;
  max-width: 7.5rem;
  text-align: center;
  line-height: 1.25;
}

.evt-card--emi .evt-card-badge {
  color: #475569;
  border-color: #cbd5e1;
}

.evt-card-tag {
  margin: 0 0 2px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

.evt-card--tenure.is-preferred .evt-card-tag {
  color: var(--evt-accent);
}

.evt-card-title {
  margin: 0;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--ink, #0f172a);
  padding-right: 5.5rem;
}

.evt-card-blurb {
  margin: 3px 0 0;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.35;
}

.evt-metrics {
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 8px;
}

.evt-metrics dt {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #94a3b8;
}

.evt-metrics dd {
  margin: 2px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--ink, #0f172a);
  letter-spacing: -0.01em;
}

.evt-metrics .evt-metric-save {
  color: var(--evt-accent);
}

/* Debt-free milestones */
.evt-milestones {
  margin: 0;
  padding: var(--evt-moment-pad) 0 4px;
  border: none;
  background: transparent;
}

.evt-milestone-title {
  margin: 0 0 18px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--ink, #0f172a);
}

.evt-milestone-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.evt-ms-label {
  margin: 0 0 6px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.evt-ms-date {
  margin: 0;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.evt-ms--free .evt-ms-label {
  color: var(--evt-accent);
}

.evt-ms--free .evt-ms-date {
  color: var(--evt-accent);
}

.evt-ms-rule {
  display: none;
  width: 1px;
  align-self: stretch;
  min-height: 3.5rem;
  background: #e2e8f0;
}

.evt-ms-footnote {
  margin: 16px 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
  max-width: 36rem;
  min-height: 0;
}

/* Decide pair — bank first in DOM */
.evt-decide-pair {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

/* Take — quiet note */
.evt-take {
  margin: 0;
  padding: 14px 0 14px 16px;
  border: none;
  border-left: 3px solid var(--evt-accent);
  border-radius: 0;
  background: transparent;
}

.evt-take-title {
  margin: 0 0 8px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--ink, #0f172a);
}

.evt-take-verdict {
  margin: 0;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ink, #0f172a);
}

.evt-take-detail {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.evt-take-points {
  margin: 8px 0 0;
  padding-left: 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #334155;
}

.evt-take-points li + li {
  margin-top: 3px;
}

/* Bank slip — stronger of the pair */
.evt-bank {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.evt-bank-slip {
  padding: 18px 18px 16px;
  border-radius: 12px;
  border: 1px solid #94a3b8;
  background:
    linear-gradient(90deg, #0f766e 0 4px, transparent 4px),
    #fff;
  background-origin: border-box;
}

.evt-bank-title {
  margin: 0;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 650;
  letter-spacing: -0.02em;
}

.evt-bank-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 12px 0 8px;
}

.evt-copy-btn {
  border: 1px solid var(--evt-accent);
  background: var(--evt-accent);
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 650;
  cursor: pointer;
}

.evt-copy-btn:hover:not(:disabled) {
  background: #0d9488;
}

.evt-copy-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.evt-bank-text {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  padding: 10px 12px;
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", Consolas, monospace;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #334155;
  background: #f8fafc;
  resize: vertical;
  min-height: 5.5rem;
}

.evt-copy-status {
  margin: 0;
  min-height: 1.1em;
  font-size: 0.75rem;
  color: var(--evt-accent);
  font-weight: 600;
}

/* Framework */
.evt-section-head {
  margin-bottom: 20px;
  max-width: 40rem;
}

.evt-section-head h2 {
  margin: 0 0 6px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--ink, #0f172a);
}

.evt-section-head p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #64748b;
}

.evt-framework,
.evt-howto,
.evt-learn {
  margin: 0 0 var(--evt-section-gap);
  padding: 28px 0 0;
  border-top: 1px solid #e2e8f0;
}

.evt-fw-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.evt-fw-col {
  border-radius: 12px;
  padding: 18px 16px;
  border: 1px solid var(--line, #e2e8f0);
  background: #fff;
}

.evt-fw-col--emi {
  border-left: 3px solid #64748b;
}

.evt-fw-col--tenure {
  border-left: 3px solid var(--evt-accent);
  background: linear-gradient(180deg, #f0fdf9 0%, #fff 55%);
}

.evt-fw-col h3 {
  margin: 0 0 10px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.evt-fw-col ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.55;
}

.evt-fw-col li + li {
  margin-top: 4px;
}

.evt-fw-note {
  margin: 12px 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

/* How-to steps */
.evt-step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 40rem;
}

.evt-step-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
}

.evt-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--evt-accent-soft);
  color: var(--evt-accent);
  font-size: 0.8125rem;
  font-weight: 700;
}

.evt-step-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #334155;
  padding-top: 4px;
}

/* Learn links */
.evt-learn-primary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.evt-learn-card {
  display: block;
  padding: 16px 16px;
  border-radius: 12px;
  border: 1px solid #a7f3d0;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.evt-learn-card:hover {
  border-color: var(--evt-accent);
  background: #f0fdf9;
}

.evt-learn-card strong {
  display: block;
  font-size: 0.975rem;
  font-weight: 700;
  color: var(--evt-accent);
  margin-bottom: 4px;
}

.evt-learn-card span {
  display: block;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
}

.evt-learn-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.evt-learn-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 12px;
  padding: 12px 14px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 10px;
  background: #fff;
}

.evt-learn-list a {
  font-weight: 650;
  color: var(--evt-accent);
  text-decoration: none;
}

.evt-learn-list a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.evt-learn-list span {
  font-size: 0.8125rem;
  color: #94a3b8;
}

/* Exit CTA — quiet */
.evt-exit {
  margin: 0 0 32px;
}

.evt-exit--quiet .evt-exit-inner {
  padding: 28px 0 4px;
  border-radius: 0;
  border: none;
  border-top: 1px solid #e2e8f0;
  background: transparent;
}

.evt-exit-inner h2 {
  margin: 0 0 6px;
  font-family: var(--display, "Fraunces", Georgia, serif);
  font-size: 1.1rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #334155;
}

.evt-exit-inner p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
  max-width: 36rem;
}

.evt-exit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
  align-items: center;
}

.evt-exit--quiet .evt-cta-btn,
.evt-exit--quiet .evt-cta-btn--text {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: var(--evt-accent) !important;
  font-weight: 650;
  font-size: 0.9375rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.evt-exit--quiet .evt-cta-btn:hover,
.evt-exit--quiet .evt-cta-btn--text:hover {
  background: none;
  color: var(--brand-dark, #0f7558) !important;
}

.evt-exit--quiet .evt-cta-secondary {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #64748b !important;
  font-weight: 550;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.evt-exit--quiet .evt-cta-secondary:hover {
  background: none;
  border: none;
  color: #334155 !important;
}

/* Framework / howto / learn sit outside calc-page-stack */
body.evt-page .evt-framework,
body.evt-page .evt-howto,
body.evt-page .evt-learn,
body.evt-page .evt-exit,
body.evt-page .faq-section {
  max-width: var(--page-max, 1080px);
  margin-left: auto;
  margin-right: auto;
}

body.evt-page .faq-section {
  margin-top: 0;
  margin-bottom: var(--evt-section-gap);
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}

body.evt-page .faq-section h2 {
  font-family: var(--display, "Fraunces", Georgia, serif);
  letter-spacing: -0.02em;
}

/* Desktop */
@media (min-width: 720px) {
  :root {
    --evt-gap: 18px;
    --evt-moment-pad: 32px;
    --evt-section-gap: 44px;
  }

  body.evt-page .page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-theme-evt--slim .hero-stage-inner.hero-page-layout {
    padding: 6px 0 10px;
  }

  .hero-theme-evt--slim .hero-title-main {
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    max-width: none;
    line-height: 1.15;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .hero-theme-evt--slim .hero-subtitle-compact {
    max-width: 36rem;
    font-size: 0.9375rem;
    line-height: 1.35;
    margin-top: 6px;
  }

  .evt-calc-primary {
    padding: 18px 20px;
  }

  .evt-core-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }

  .evt-results {
    margin-top: 20px;
    gap: var(--evt-gap);
  }

  .evt-aha {
    padding: 14px 18px 14px 20px;
  }

  .evt-aha-headline {
    font-size: clamp(1.15rem, 1.5vw, 1.35rem);
    line-height: 1.28;
  }

  .evt-aha-sub,
  .evt-aha-bank {
    font-size: 0.875rem;
  }

  .evt-scenarios-hint {
    display: none;
  }

  .evt-scenarios {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .evt-card {
    padding: 14px 14px 12px;
  }

  .evt-milestone-pair {
    grid-template-columns: 1fr auto 1fr;
    gap: 24px 32px;
    align-items: center;
    max-width: 38rem;
  }

  .evt-ms-rule {
    display: block;
  }

  .evt-decide-pair {
    grid-template-columns: 1fr 1.15fr;
    gap: 20px;
    align-items: start;
    padding-top: 8px;
  }

  .evt-decide-pair .evt-bank {
    order: 2;
  }

  .evt-decide-pair .evt-take {
    order: 1;
  }

  .evt-fw-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .evt-learn-primary {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .evt-framework,
  .evt-howto,
  .evt-learn,
  body.evt-page .faq-section {
    padding-top: 36px;
  }
}

@media (max-width: 719px) {
  .hero-theme-evt--slim .hero-title-main {
    white-space: normal;
  }

  .evt-scenarios-hint {
    display: block;
  }

  .evt-scenarios {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .evt-scenarios::-webkit-scrollbar {
    height: 0;
  }

  .evt-card {
    flex: 0 0 min(82vw, 280px);
    scroll-snap-align: start;
  }

  .evt-card-title {
    padding-right: 0;
    padding-top: 18px;
  }

  .evt-card-badge {
    top: 8px;
    right: auto;
    left: 10px;
  }

  .evt-milestone-pair {
    gap: 14px;
  }

  .evt-ms-rule {
    display: block;
    width: 100%;
    height: 1px;
    min-height: 0;
    background: #e2e8f0;
  }
}

@media (min-width: 900px) {
  .evt-metrics {
    gap: 10px 10px;
  }
}
