:root {
  --bg-0: #050507;
  --bg-1: #0a0a0d;
  --bg-2: #121218;
  --text-main: #f3f2f4;
  --text-dim: #bcb8c2;
  --accent: #fc0553;
  --accent-soft: rgba(252, 5, 83, 0.2);
  --line: rgba(255, 255, 255, 0.15);
  --line-soft: rgba(255, 255, 255, 0.08);
  --tools: #ff5e81;
  --assets: #ffb17b;
  --revenue-cf: #7db7ff;
  --revenue-mr: #a678ff;
}

* {
  box-sizing: border-box;
}

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

body {
  position: relative;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--text-main);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 7% 12%, rgba(252, 5, 83, 0.17), transparent 36%),
    radial-gradient(circle at 85% 6%, rgba(255, 177, 123, 0.1), transparent 35%),
    radial-gradient(circle at 88% 94%, rgba(166, 120, 255, 0.16), transparent 44%),
    radial-gradient(circle at 14% 96%, rgba(252, 5, 83, 0.12), transparent 40%),
    linear-gradient(165deg, var(--bg-2), var(--bg-0));
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

body::before {
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 50px),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.013) 0 1px, transparent 1px 74px);
}

body::after {
  width: min(44vw, 680px);
  height: min(44vw, 680px);
  right: -16vw;
  top: -22vw;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(252, 5, 83, 0.18), rgba(252, 5, 83, 0));
}

.why-shell {
  position: relative;
  z-index: 1;
  width: min(1140px, 100% - clamp(30px, 7vw, 88px));
  margin: clamp(24px, 6vw, 56px) auto 112px;
  display: grid;
  gap: clamp(26px, 4vw, 48px);
}

.hub-return {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(252, 5, 83, 0.62);
  background: rgba(252, 5, 83, 0.14);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.hub-return:hover,
.hub-return:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(252, 5, 83, 0.95);
  background: rgba(252, 5, 83, 0.24);
}

.why-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: 26px;
}

.why-kicker {
  margin: 0;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-size: 0.82rem;
}

.why-hero h1,
.why-shell h2,
.range-head h3 {
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.02em;
}

.why-hero h1 {
  margin: 10px 0 8px;
  line-height: 0.97;
  font-size: clamp(2.26rem, 6vw, 4.4rem);
  text-wrap: balance;
  max-width: 14ch;
}

.why-subtitle {
  margin: 0;
  max-width: 62ch;
  color: var(--text-dim);
  line-height: 1.62;
}

.hero-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid var(--line-soft);
  background: rgba(10, 10, 12, 0.5);
  color: #ddd8e0;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.back-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(252, 5, 83, 0.6);
  background: rgba(252, 5, 83, 0.12);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.back-link:hover,
.back-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(252, 5, 83, 0.96);
  background: rgba(252, 5, 83, 0.22);
}

.why-quote {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 40px);
  align-items: start;
  padding: clamp(18px, 4vw, 26px) clamp(14px, 2.8vw, 24px);
  background:
    radial-gradient(circle at 8% 14%, rgba(252, 5, 83, 0.14), transparent 38%),
    linear-gradient(160deg, rgba(13, 13, 17, 0.74), rgba(9, 9, 12, 0.62));
  border-left: 2px solid rgba(252, 5, 83, 0.64);
}

.quote-person {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.quote-person img {
  width: min(100%, 160px);
  height: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #070709;
}

.quote-name {
  margin: 0;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.02rem;
}

.quote-role {
  margin: 0;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.quote-content h2,
.why-shell h2 {
  margin: 0;
  font-size: clamp(1.56rem, 3.4vw, 2.4rem);
}

.quote-content blockquote {
  margin: 10px 0 0;
  padding: 0;
}

.quote-content p {
  margin: 0;
  max-width: 72ch;
  color: #ddd8e0;
  line-height: 1.68;
}

.quote-content p + p {
  margin-top: 12px;
}

.quote-content strong {
  color: #fff;
}

.why-roi,
.why-stats,
.why-output,
.why-finance,
.why-evidence,
.why-closing {
  padding-top: 8px;
  border-top: 1px solid var(--line-soft);
}

.section-note {
  margin: 8px 0 0;
  color: var(--text-dim);
  line-height: 1.56;
}

.roi-layout {
  margin-top: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  align-items: center;
}

.roi-value p {
  margin: 0;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.roi-value strong {
  display: block;
  margin-top: 4px;
  font-family: "Antonio", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #ffb8cb;
}

.roi-value span {
  display: block;
  margin-top: 7px;
  color: #d8d2dc;
  line-height: 1.5;
  font-size: 0.9rem;
}

.roi-gauge {
  position: relative;
  width: 100%;
  padding-top: 42px;
}

.roi-gauge__axis {
  position: relative;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 10, 12, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 18px rgba(255, 255, 255, 0.08);
  overflow: visible;
}

.roi-gauge__axis::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background-image:
    linear-gradient(#ff2b6d, #ff2b6d),
    linear-gradient(#00e897, #00e897);
  background-repeat: no-repeat;
  background-size: 50% 100%, 50% 100%;
  background-position: left center, right center;
  pointer-events: none;
  z-index: 0;
}

.roi-gauge__center {
  position: absolute;
  left: 50%;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: rgba(255, 244, 248, 0.95);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
  z-index: 2;
}

.roi-gauge__marker {
  position: absolute;
  left: var(--roi-pos);
  top: -18px;
  width: 0;
  height: 0;
  z-index: 3;
}

.roi-gauge__marker::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #fff4f8;
  filter: drop-shadow(0 0 5px rgba(255, 188, 214, 0.4));
}

.roi-gauge__marker::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
  width: 2px;
  height: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 6px rgba(255, 188, 214, 0.35);
}

.roi-gauge__marker-label {
  position: absolute;
  left: clamp(8px, calc(var(--roi-pos) + 10px), calc(100% - 170px));
  top: -30px;
  min-height: 22px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 129, 171, 0.62);
  background: rgba(252, 5, 83, 0.2);
  color: #fff1f7;
  font-family: "Antonio", sans-serif;
  font-size: 0.69rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  z-index: 3;
}

.roi-gauge__ticks {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  color: #e2dde6;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roi-gauge__ticks span:nth-child(1) {
  text-align: left;
}

.roi-gauge__ticks span:nth-child(2) {
  text-align: center;
}

.roi-gauge__ticks span:nth-child(3) {
  text-align: right;
}

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

.range-metric {
  padding: 14px 0 0;
}

.range-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  justify-content: space-between;
}

.range-head h3 {
  margin: 0;
  font-size: 1.12rem;
}

.range-head p {
  margin: 0;
  color: #f4e7eb;
  font-size: 1.04rem;
}

.range-track {
  margin-top: 14px;
  position: relative;
  height: 17px;
  border: 1px solid var(--line-soft);
  background: rgba(10, 10, 12, 0.72);
  border-radius: 999px;
  overflow: visible;
}

.range-fill {
  position: absolute;
  left: var(--fill-start);
  right: calc(100% - var(--fill-end));
  top: 2px;
  bottom: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(252, 5, 83, 0.74), rgba(252, 5, 83, 0.3));
}

.range-fill--coffee {
  background: linear-gradient(90deg, rgba(255, 169, 107, 0.85), rgba(255, 220, 173, 0.34));
}

.range-marker {
  position: absolute;
  left: var(--marker);
  transform: translateX(-50%);
  top: 24px;
  color: #f1e5eb;
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.range-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  width: 1px;
  height: 20px;
  background: rgba(252, 5, 83, 0.6);
}

.range-footnote {
  margin: 32px 0 0;
  color: var(--text-dim);
  line-height: 1.5;
  font-size: 0.84rem;
}

.output-summary {
  margin-top: 14px;
  display: grid;
  gap: 4px;
}

.why-output {
  min-width: 0;
}

.output-total-label {
  margin: 0;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.output-total-value {
  margin: 0;
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.8rem, 4.4vw, 2.9rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffe8f1;
}

.output-range {
  margin: 0;
  color: #d9d3dd;
  line-height: 1.5;
}

.release-timeline-wrap {
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(252, 5, 83, 0.65) rgba(255, 255, 255, 0.08);
}

.release-timeline-wrap::-webkit-scrollbar {
  height: 8px;
}

.release-timeline-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.release-timeline-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(252, 5, 83, 0.85), rgba(252, 5, 83, 0.46));
  border-radius: 999px;
}

.release-timeline {
  --release-item-width: 204px;
  --release-gap: 14px;
  --release-count: 10;
  margin: 0;
  padding: 22px 4px 10px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: var(--release-gap);
  width: max(100%, calc((var(--release-item-width) * var(--release-count)) + (var(--release-gap) * (var(--release-count) - 1)) + 8px));
  position: relative;
}

.release-timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  width: calc((var(--release-item-width) + var(--release-gap)) * (var(--release-count) - 1));
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(252, 5, 83, 0.74), rgba(255, 255, 255, 0.24), rgba(252, 5, 83, 0.74));
}

.release-item {
  position: relative;
  flex: 0 0 var(--release-item-width);
  padding-top: 16px;
}

.release-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3b76;
  box-shadow:
    0 0 0 2px rgba(252, 5, 83, 0.18),
    0 0 12px rgba(252, 5, 83, 0.48);
}

.release-item::after {
  content: "";
  position: absolute;
  left: 4px;
  top: -15px;
  width: 2px;
  height: 16px;
  background: rgba(252, 5, 83, 0.62);
}

.release-item time {
  display: block;
  margin: 0;
  color: #e7dce2;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-item h3 {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: 0.01em;
}

.release-item-head {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.release-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 8, 10, 0.92);
}

.finance-layout {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.72fr);
  gap: clamp(20px, 3vw, 40px);
}

.money-row + .money-row {
  margin-top: 12px;
}

.money-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.money-row-head span {
  color: #ddd7e1;
  font-size: 0.9rem;
}

.money-row-head strong {
  font-size: 0.96rem;
}

.money-bar {
  margin-top: 6px;
  height: 12px;
  border: 1px solid var(--line-soft);
  background: rgba(10, 10, 12, 0.7);
  border-radius: 999px;
}

.money-bar span {
  display: block;
  height: 100%;
  width: max(var(--bar-w), 2px);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--bar-c), rgba(255, 255, 255, 0.24));
}

.money-summary {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
}

.revenue-donut {
  width: clamp(156px, 24vw, 196px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #101015 56%, transparent 57%),
    conic-gradient(var(--revenue-mr) 0.28%, var(--revenue-cf) 0.97%, rgba(255, 255, 255, 0.09) 0);
  border: 1px solid var(--line-soft);
}

.revenue-donut span {
  font-family: "Antonio", sans-serif;
  font-size: clamp(1.36rem, 3vw, 1.9rem);
  letter-spacing: 0.02em;
}

.money-summary-title {
  margin: 0;
  text-align: center;
  color: #e7e2ea;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.money-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: min(280px, 100%);
  display: grid;
  gap: 8px;
}

.money-summary li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line-soft);
  color: #d8d2dc;
  font-size: 0.86rem;
}

.money-summary strong {
  color: #fff;
}

.evidence-grid {
  margin-top: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 0.85fr) minmax(420px, 1.2fr);
  align-items: start;
}

.evidence {
  margin: 0;
}

.evidence-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 10, 12, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 20px rgba(0, 0, 0, 0.24),
    0 0 14px rgba(252, 5, 83, 0.08);
}

.evidence-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 34%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 36%);
  pointer-events: none;
  z-index: 2;
}

.evidence-frame::after {
  content: "";
  position: absolute;
  left: -8%;
  top: -42%;
  width: 34%;
  height: 150%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  opacity: 0.28;
  pointer-events: none;
  z-index: 3;
}

.evidence img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.evidence--cf .evidence-frame {
  max-width: 320px;
}

.evidence--mr .evidence-frame {
  max-width: 100%;
}

.evidence figcaption {
  margin-top: 7px;
  color: var(--text-dim);
  font-size: 0.8rem;
}

.why-closing {
  position: relative;
  overflow: visible;
  padding: clamp(20px, 4vw, 32px) clamp(14px, 3vw, 24px) clamp(22px, 4vw, 34px);
  border-top: 1px solid rgba(252, 5, 83, 0.4);
  border-left: 2px solid rgba(252, 5, 83, 0.64);
  background:
    radial-gradient(circle at 92% 8%, rgba(252, 5, 83, 0.22), transparent 42%),
    radial-gradient(circle at 8% 84%, rgba(166, 120, 255, 0.16), transparent 44%),
    linear-gradient(152deg, rgba(18, 18, 24, 0.86), rgba(9, 9, 12, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 20px 42px rgba(0, 0, 0, 0.32);
}

.why-closing > * {
  position: relative;
  z-index: 1;
}

.why-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 24%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
  z-index: 0;
}

.why-closing::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(166, 120, 255, 0.85), rgba(255, 255, 255, 0.12));
  pointer-events: none;
  z-index: 1;
}

.closing-car {
  position: absolute;
  top: -50px;
  right: 16px;
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  line-height: 1;
  transform: none;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  z-index: 3;
}

.closing-car::before {
  content: "";
  position: absolute;
  right: calc(100% - 14px);
  top: calc(54% + 6px);
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 248, 214, 0.96);
  box-shadow: 0 0 10px rgba(255, 248, 214, 0.7);
  pointer-events: none;
  z-index: 4;
}

.closing-car::after {
  content: "";
  position: absolute;
  right: calc(100% - 12px);
  top: calc(53% + 6px);
  width: clamp(42px, 8vw, 88px);
  height: clamp(14px, 2vw, 20px);
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 248, 214, 0), rgba(255, 248, 214, 0.92));
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  filter: blur(0.6px);
  opacity: 0.9;
  pointer-events: none;
  z-index: 4;
}

.why-closing h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4.4vw, 2.55rem);
  letter-spacing: 0.03em;
  color: #fff4f8;
}

.why-closing p {
  color: #ede5eb;
}

.why-closing strong {
  color: #fff;
}

.closing-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.action-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: rgba(9, 9, 11, 0.7);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.action-link--primary {
  border-color: rgba(252, 5, 83, 0.7);
  background: rgba(252, 5, 83, 0.14);
}

.action-link:hover,
.action-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(252, 5, 83, 0.95);
}

.section-animate {
  opacity: 0;
  transform: translateY(18px);
  animation: section-rise 640ms ease forwards;
}

.section-animate:nth-child(2) {
  animation-delay: 70ms;
}

.section-animate:nth-child(3) {
  animation-delay: 130ms;
}

.section-animate:nth-child(4) {
  animation-delay: 190ms;
}

.section-animate:nth-child(5) {
  animation-delay: 250ms;
}

.section-animate:nth-child(6) {
  animation-delay: 310ms;
}

.section-animate:nth-child(7) {
  animation-delay: 370ms;
}

.section-animate:nth-child(8) {
  animation-delay: 430ms;
}

.section-animate:nth-child(9) {
  animation-delay: 490ms;
}

@keyframes section-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .why-shell {
    width: min(1140px, 100% - 30px);
  }

  .why-quote {
    grid-template-columns: 1fr;
  }

  .quote-person {
    grid-template-columns: auto 1fr;
    grid-auto-flow: column;
    align-items: center;
    justify-items: start;
    gap: 14px;
  }

  .quote-person img {
    width: 98px;
  }

  .range-grid,
  .roi-layout,
  .finance-layout,
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .evidence--cf img {
    max-width: 258px;
  }
}

@media (max-width: 560px) {
  .why-hero h1 {
    max-width: none;
  }

  .hero-meta span {
    width: 100%;
  }

  .range-marker {
    font-size: 0.62rem;
  }

  .roi-gauge__marker-label {
    left: 10px;
    top: -28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-animate {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .back-link,
  .action-link {
    transition: none;
  }
}
