/* =========================================================
   LEARNING REWIRED LAB — DECISION TRADEOFF VISUALIZER
   Resource Lab pattern detail page
   URL: /resource-lab/decision-tradeoff-visualizer/
   ========================================================= */

.ac-rl-tradeoff-page,
.ac-rl-tradeoff-page * {
  box-sizing: border-box;
}

.ac-rl-tradeoff-page {
  width: 100%;
  padding: clamp(64px, 8vw, 96px) 24px clamp(72px, 9vw, 128px);
  background: #ffffff;
  color: #111827;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow: hidden;
}

.ac-rl-tradeoff-page button,
.ac-rl-tradeoff-page input,
.ac-rl-tradeoff-page textarea,
.ac-rl-tradeoff-page select {
  font: inherit;
}

.ac-rl-tradeoff-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ac-rl-tradeoff-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto 42px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-rl-tradeoff-breadcrumbs a {
  color: #6d28d9;
  text-decoration: none;
  transition: color .2s ease;
}

.ac-rl-tradeoff-breadcrumbs a:hover {
  color: #111827;
}

.ac-rl-tradeoff-breadcrumbs span {
  color: rgba(17,24,39,.28);
}

.ac-rl-tradeoff-breadcrumbs strong {
  color: #111827;
  font-weight: 900;
}

.ac-rl-tradeoff-hero {
  max-width: 1180px;
  margin: 0 auto clamp(64px, 8vw, 104px);
  text-align: center;
}

.ac-rl-tradeoff-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0 auto 46px;
  padding: 0 34px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.10), rgba(20, 184, 166, 0.08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1;
  letter-spacing: .36em;
  text-transform: uppercase;
  font-weight: 800;
  color: #6d28d9;
}

.ac-rl-tradeoff-hero h1 {
  max-width: 1160px;
  margin: 0 auto;
  font-size: clamp(82px, 10vw, 172px);
  line-height: .82;
  letter-spacing: -.08em;
  font-weight: 300;
  color: #080b12;
  text-wrap: balance;
}

.ac-rl-tradeoff-hero h1 span {
  display: inline-block;
  background: linear-gradient(135deg, #2563eb 0%, #5b4df5 46%, #7c3aed 72%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ac-rl-tradeoff-intro {
  max-width: 780px;
  margin: 42px auto 0;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.78;
  color: #5f6472;
}

.ac-rl-section-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  background: linear-gradient(135deg, #2563eb, #7c3aed, #14b8a6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ac-rl-tradeoff-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.ac-rl-tradeoff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 850;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

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

.ac-rl-tradeoff-btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #111827 0%, #2457d6 100%);
  box-shadow: 0 14px 30px rgba(36, 87, 214, 0.24);
}

.ac-rl-tradeoff-btn.secondary {
  color: #111827;
  background: #ffffff;
  border: 1px solid #d8dee9;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.ac-rl-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: clamp(64px, 8vw, 104px);
}

.ac-rl-overview-card {
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.055);
}

.ac-rl-overview-card p {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2457d6;
}

.ac-rl-overview-card h2 {
  margin: 0 0 12px;
  font-size: 1.38rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #111827;
}

.ac-rl-overview-card span {
  display: block;
  font-size: 0.96rem;
  line-height: 1.62;
  color: #667085;
}

.ac-rl-content-block {
  max-width: 880px;
  margin: 0 auto clamp(64px, 8vw, 104px);
}

.ac-rl-content-block h2 {
  margin: 0 0 22px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.06em;
  color: #111827;
}

.ac-rl-content-block p {
  margin: 0 0 18px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
  color: #5f6472;
}

.ac-tradeoff-demo-wrap {
  margin: 0 0 clamp(72px, 9vw, 112px);
  padding: clamp(28px, 5vw, 52px);
  border-radius: 42px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(36, 87, 214, 0.25), rgba(124, 58, 237, 0.18), rgba(20, 184, 166, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.075);
}

.ac-tradeoff-demo-header {
  max-width: 820px;
  margin-bottom: 34px;
}

.ac-tradeoff-demo-header h2 {
  margin: 0 0 18px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.06em;
  color: #111827;
}

.ac-tradeoff-demo-header p {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.72;
  color: #667085;
}

.ac-tradeoff-demo {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: stretch;
}

.ac-tradeoff-scenario-card,
.ac-tradeoff-results-card {
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.055);
}

.ac-tradeoff-scenario-top,
.ac-tradeoff-results-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.ac-tradeoff-scenario-top span,
.ac-tradeoff-results-top span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eff4ff;
  color: #2457d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-tradeoff-scenario-top strong,
.ac-tradeoff-results-top strong {
  font-size: 0.82rem;
  color: #667085;
}

.ac-tradeoff-scenario-card h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #111827;
}

.ac-tradeoff-scenario-card p,
.ac-tradeoff-results-card > p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #5f6472;
}

.ac-tradeoff-options {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.ac-tradeoff-option {
  width: 100%;
  padding: 17px 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dbe3ef;
  text-align: left;
  color: #111827;
  font-size: 0.96rem;
  line-height: 1.45;
  font-weight: 750;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.ac-tradeoff-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.ac-tradeoff-option span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2457d6;
}

.ac-tradeoff-option.is-active {
  background: #eff4ff;
  border-color: rgba(36, 87, 214, 0.32);
  box-shadow: 0 14px 32px rgba(36, 87, 214, 0.10);
}

.ac-tradeoff-results-top {
  align-items: flex-start;
}

.ac-tradeoff-title {
  display: block;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #111827;
  max-width: 340px;
  text-align: right;
}

.ac-tradeoff-body {
  max-width: 720px;
}

.ac-tradeoff-meter-list {
  display: grid;
  gap: 17px;
  margin-top: 30px;
}

.ac-tradeoff-meter-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.ac-tradeoff-meter-label span,
.ac-tradeoff-meter-label strong {
  font-size: 0.86rem;
  font-weight: 850;
  color: #111827;
}

.ac-tradeoff-meter-label strong {
  color: #2457d6;
}

.ac-tradeoff-meter-track {
  height: 11px;
  border-radius: 999px;
  background: #e8edf7;
  overflow: hidden;
}

.ac-tradeoff-meter-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 58%, #14b8a6 100%);
  transition: width 380ms ease;
}

.ac-tradeoff-coaching {
  margin-top: 28px;
  padding: 20px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid #dbe3ef;
}

.ac-tradeoff-coaching span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2457d6;
}

.ac-tradeoff-coaching p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #5f6472;
}

.ac-rl-note-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.ac-rl-note-grid article {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.045);
}

.ac-rl-note-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  letter-spacing: -0.025em;
  color: #111827;
}

.ac-rl-note-grid p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
}

.ac-rl-custom-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.ac-rl-custom-list div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.04);
}

.ac-rl-custom-list span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 28px;
  border-radius: 999px;
  background: #eff4ff;
  color: #2457d6;
  font-size: 0.76rem;
  font-weight: 900;
}

.ac-rl-custom-list p {
  margin: 0;
}

.ac-rl-code-block {
  margin: 0 0 clamp(72px, 9vw, 112px);
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background: #0b1020;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.ac-rl-code-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.ac-rl-code-header .ac-rl-section-kicker {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #93c5fd;
}

.ac-rl-code-header h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.06em;
  color: #ffffff;
}

.ac-copy-code-btn {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.ac-rl-code-block pre {
  max-height: 520px;
  overflow: auto;
  margin: 0;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.ac-rl-code-block code {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
  font-size: 0.82rem;
  line-height: 1.65;
  color: #dbeafe;
  white-space: pre;
}

.ac-copy-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #bfdbfe;
  font-size: 0.9rem;
  font-weight: 700;
}

.ac-rl-final-cta {
  padding: clamp(32px, 5vw, 54px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 10%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(124, 58, 237, 0.08), transparent 30%),
    #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 22px 64px rgba(17, 24, 39, 0.07);
  text-align: center;
}

.ac-rl-final-cta h2 {
  margin: 0 auto 18px;
  max-width: 820px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.06em;
  color: #111827;
}

.ac-rl-final-cta p:not(.ac-rl-section-kicker) {
  margin: 0 auto 28px;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7;
  color: #667085;
}

@media (prefers-reduced-motion: reduce) {
  .ac-rl-tradeoff-btn,
  .ac-tradeoff-option,
  .ac-tradeoff-meter-fill {
    transition: none;
  }

  .ac-rl-tradeoff-btn:hover,
  .ac-tradeoff-option:hover {
    transform: none;
  }
}

@media (max-width: 920px) {
  .ac-rl-tradeoff-breadcrumbs {
    margin-bottom: 34px;
  }

  .ac-rl-overview-grid,
  .ac-tradeoff-demo,
  .ac-rl-note-grid {
    grid-template-columns: 1fr;
  }

  .ac-tradeoff-title {
    text-align: left;
  }

  .ac-tradeoff-results-top {
    flex-direction: column;
  }

  .ac-rl-tradeoff-hero h1 {
    font-size: clamp(70px, 15vw, 124px);
  }
}

@media (max-width: 640px) {
  .ac-rl-tradeoff-page {
    padding: 52px 18px 72px;
  }

  .ac-rl-tradeoff-eyebrow {
    min-height: 46px;
    margin-bottom: 34px;
    padding: 0 22px;
    font-size: 11px;
    letter-spacing: .24em;
  }

  .ac-rl-tradeoff-hero h1 {
    font-size: clamp(54px, 17vw, 84px);
    line-height: .86;
    letter-spacing: -.075em;
  }

  .ac-rl-tradeoff-intro {
    margin-top: 32px;
    font-size: 18px;
  }

  .ac-rl-tradeoff-actions,
  .ac-rl-code-header {
    flex-direction: column;
  }

  .ac-rl-tradeoff-btn,
  .ac-copy-code-btn {
    width: 100%;
  }

  .ac-tradeoff-demo-wrap {
    padding: 18px;
    border-radius: 32px;
  }

  .ac-tradeoff-scenario-card,
  .ac-tradeoff-results-card {
    border-radius: 26px;
  }

  .ac-rl-code-block {
    border-radius: 28px;
  }

  .ac-rl-code-block pre {
    max-height: 440px;
  }
}
/* =========================================================
   Mobile header / drawer protection
   Keeps global nav above this page content
   ========================================================= */

.ac-rl-tradeoff-page {
  position: relative;
  z-index: 1;
}

#site-header {
  position: relative;
  z-index: 9999;
}

#site-footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 860px) {
  .ac-rl-tradeoff-page {
    padding-top: 32px;
  }

  body.lrl-nav-open .ac-rl-tradeoff-page {
    display: none;
  }
}
@media (max-width: 860px) {
  #site-header {
    position: relative;
    z-index: 10000;
  }

  .lrl-mobile-drawer,
  .lrl-site-nav-drawer,
  .lrl-mobile-menu,
  .lrl-drawer,
  .lrl-nav-drawer {
    z-index: 9999 !important;
  }

  body.lrl-nav-open .lrl-search-card,
  body.lrl-nav-open .lrl-home-search,
  body.lrl-nav-open .lrl-search-shell,
  body.lrl-nav-open .home-search,
  body.lrl-nav-open .search-card {
    display: none !important;
  }
}
/* =========================================================
   New Resource Lab Theme Patch
   Decision Tradeoff Visualizer
   ========================================================= */

.ac-rl-tradeoff-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.12), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(20, 184, 166, 0.10), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f7f9ff 100%);
}

.ac-rl-tradeoff-hero {
  padding: clamp(42px, 6vw, 76px);
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(248,251,255,.72));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.08);
}

.ac-rl-tradeoff-hero h1 {
  font-weight: 760;
  letter-spacing: -0.075em;
}

.ac-rl-tradeoff-eyebrow {
  margin-bottom: 30px;
  background: #eef5ff;
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: none;
}

.ac-rl-overview-card,
.ac-tradeoff-scenario-card,
.ac-tradeoff-results-card,
.ac-rl-note-grid article,
.ac-rl-custom-list div,
.ac-rl-final-cta {
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ac-tradeoff-demo-wrap {
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.12), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(20, 184, 166, 0.10), transparent 34%),
    rgba(255,255,255,.76);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.ac-tradeoff-option {
  background: #f8fbff;
}

.ac-tradeoff-option.is-active {
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(20,184,166,.08));
  border-color: rgba(37, 99, 235, 0.28);
}

.ac-tradeoff-coaching {
  background: linear-gradient(135deg, rgba(248,250,252,.96), rgba(239,246,255,.78));
}

.ac-rl-code-block {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.24), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(20, 184, 166, 0.16), transparent 30%),
    #08111f;
  border: 1px solid rgba(255,255,255,.10);
}

@media (max-width: 640px) {
  .ac-rl-tradeoff-hero {
    padding: 34px 20px;
    border-radius: 32px;
  }

  .ac-rl-tradeoff-hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }
}
/* =========================================================
   Decision Tradeoff Visualizer — DLD Theme Fix
   ========================================================= */

.ac-tradeoff-demo-wrap {
  margin-top: clamp(1.5rem, 4vw, 2.4rem);
  padding: clamp(1.35rem, 4vw, 2.35rem);
  border: 1px solid var(--dld-line);
  border-radius: var(--dld-radius-lg);
  background:
    radial-gradient(circle at top left, rgba(102, 227, 255, 0.14), transparent 36%),
    radial-gradient(circle at bottom right, rgba(185, 255, 122, 0.1), transparent 34%),
    var(--dld-panel);
  box-shadow: var(--dld-shadow-soft);
  backdrop-filter: blur(16px);
  overflow: visible;
}

.resource-detail-demo-header,
.ac-tradeoff-demo-header {
  max-width: 840px;
  margin: 0 0 1.25rem;
}

.resource-detail-demo-header h2,
.ac-tradeoff-demo-header h2 {
  color: var(--dld-ink);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.resource-detail-demo-header p,
.ac-tradeoff-demo-header p {
  color: var(--dld-muted);
}

.ac-tradeoff-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: stretch;
}

.ac-tradeoff-scenario-card,
.ac-tradeoff-results-card {
  min-width: 0;
  background: rgba(248, 251, 255, 0.96);
  color: #071321;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.ac-tradeoff-scenario-card h3,
.ac-tradeoff-title,
.ac-tradeoff-meter-label span {
  color: #071321;
}

.ac-tradeoff-scenario-card p,
.ac-tradeoff-body,
.ac-tradeoff-coaching p {
  color: #334155;
}

.ac-tradeoff-results-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.ac-tradeoff-title {
  max-width: none;
  text-align: left;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

@media (max-width: 980px) {
  .ac-tradeoff-demo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ac-tradeoff-demo-wrap {
    padding: 1rem;
    border-radius: 24px;
  }

  .ac-tradeoff-scenario-card,
  .ac-tradeoff-results-card {
    padding: 1.1rem;
    border-radius: 22px;
  }

  .ac-tradeoff-scenario-card h3 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }
}
