:root {
  --surface-soft: #f5f5f7;
  --surface-accent: #fafaf8;
  --surface-dark: #1d1d1f;
  --surface-border: #e5e5e7;
  --surface-border-strong: #d2d2d7;
  --brand-green-strong: #19bf00;
  --brand-green-soft: rgba(25, 191, 0, 0.12);
  --text-muted: #86868b;
  --text-subtle: #424245;
  --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.06);
  --compare-card-top-row: 3.35rem;
}

.home-main {
  padding-bottom: 96px;
}

.home-section {
  padding: clamp(44px, 7vw, 96px) 0;
}

.home-section-accent {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
}

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

.section-heading h2,
.hero-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.section-heading p,
.hero-copy {
  margin: 0 auto;
  max-width: 720px;
  color: var(--text-muted);
  font-size: clamp(18px, 2.6vw, 24px);
  line-height: 1.45;
}

.section-heading-inline p {
  max-width: 720px;
  white-space: normal;
}

.hero {
  padding: 20px 0 36px;
  text-align: center;
}

.hero-title {
  width: fit-content;
  max-width: min(100%, 1120px);
  margin: 0 auto 14px;
  white-space: normal;
}

.hero-title-break::before {
  content: " ";
}

.hero-copy {
  margin-bottom: 32px;
}

.hero-copy-line {
  display: block;
}

.hero-copy-keep {
  white-space: nowrap;
}

.hero-copy strong {
  color: var(--apple-black);
}

.hero-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin-inline: auto;
  width: 100%;
}

.pillar-card {
  padding: 28px;
  border-radius: 28px;
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  text-align: left;
}

.pillar-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.pillar-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.calculator-shell {
  position: relative;
  display: grid;
  gap: clamp(18px, 2vw, 22px);
  padding: clamp(18px, 2vw, 22px);
  border-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(25, 191, 0, 0.12), transparent 24rem),
    radial-gradient(circle at bottom right, rgba(25, 191, 0, 0.05), transparent 20rem),
    linear-gradient(180deg, #fbfbfd 0%, #f3f4f6 100%);
  border: 1px solid rgba(210, 210, 215, 0.86);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.calculator-shared {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 2vw, 24px);
  align-items: center;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(210, 210, 215, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.calculator-shared__controls {
  display: grid;
  gap: 12px;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.18fr) minmax(280px, 0.88fr);
  align-items: stretch;
  gap: clamp(16px, 2vw, 22px);
}

.calculator-mobile-summary {
  display: none;
}

.calculator-panel {
  position: relative;
  display: grid;
  gap: 12px;
  height: 100%;
  grid-template-rows:
    minmax(var(--compare-card-top-row), auto)
    minmax(7.4rem, auto)
    minmax(4.2rem, auto)
    auto
    1fr
    0.875rem;
  margin-top: 10px;
  padding: 24px clamp(26px, 3vw, 36px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(237, 251, 233, 0.98), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top left, rgba(25, 191, 0, 0.2), transparent 12rem);
  border: 2px solid rgba(25, 191, 0, 0.32);
  box-shadow:
    0 30px 72px rgba(25, 191, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transform: scale(1.02);
}

.compare-brand-logo {
  display: block;
  width: min(180px, 52%);
  height: auto;
  justify-self: center;
}

.calculator-title {
  margin: 4px 0 0;
  max-width: none;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.calculator-copy {
  margin: 0;
  max-width: none;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.calculator-display {
  display: grid;
  gap: 10px;
  padding: 18px 20px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(210, 210, 215, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.calculator-display span {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calculator-display strong {
  color: var(--apple-black);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.calculator-slider-shell {
  display: grid;
  gap: 12px;
  padding: 0;
}

.calculator-range {
  --range-progress: 16.67%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 18px;
  margin: 0;
  background: transparent;
}

.calculator-range::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #19bf00 0%, #19bf00 var(--range-progress), #d8dde3 var(--range-progress), #d8dde3 100%);
}

.calculator-range::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #19bf00 0%, #19bf00 var(--range-progress), #d8dde3 var(--range-progress), #d8dde3 100%);
}

.calculator-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: #1d1d1f;
  box-shadow:
    0 8px 18px rgba(16, 19, 23, 0.16),
    0 0 0 6px rgba(25, 191, 0, 0.14);
  cursor: pointer;
}

.calculator-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: #1d1d1f;
  box-shadow:
    0 8px 18px rgba(16, 19, 23, 0.16),
    0 0 0 6px rgba(25, 191, 0, 0.14);
  cursor: pointer;
}

.calculator-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
}

.calculator-scale span:nth-child(2),
.calculator-scale span:nth-child(3),
.calculator-scale span:nth-child(4) {
  text-align: center;
}

.calculator-scale span:last-child {
  text-align: right;
}

.calculator-note {
  margin: 0;
  max-width: none;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}

.compare-card {
  display: grid;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  grid-template-rows:
    minmax(var(--compare-card-top-row), auto)
    minmax(7.4rem, auto)
    minmax(4.2rem, auto)
    auto
    1fr
    0.875rem;
  align-content: start;
  padding: 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(210, 210, 215, 0.78);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.04);
}

.compare-card-red {
  background:
    radial-gradient(circle at top right, rgba(255, 56, 92, 0.12), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 250, 0.98));
}

.calculator-panel > .compare-brand-logo,
.compare-card > .compare-name {
  align-self: center;
}

.compare-card-blue {
  background:
    radial-gradient(circle at top right, rgba(0, 53, 128, 0.12), transparent 10rem),
    radial-gradient(circle at bottom left, rgba(255, 208, 52, 0.16), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
}

.compare-name {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.calculator-panel > .calculator-title,
.compare-card > .compare-heading,
.calculator-panel > .calculator-copy,
.compare-card > .compare-type,
.calculator-panel > .compare-breakdown,
.compare-card > .compare-breakdown {
  align-self: start;
}

.compare-heading {
  margin: 4px 0 0;
  max-width: none;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.compare-type {
  margin: 0;
  max-width: none;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.compare-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.compare-breakdown div {
  padding: 14px 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(210, 210, 215, 0.78);
}

.compare-breakdown dt {
  margin: 0 0 8px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.compare-breakdown dd {
  margin: 0;
  color: var(--apple-black);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.compare-card .compare-breakdown dd {
  display: grid;
  gap: 5px;
}

.compare-breakdown__measure {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.compare-breakdown__approx {
  color: currentColor;
  font-size: 0.56em;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 1;
}

.compare-breakdown__value {
  display: block;
}

.compare-breakdown__meta {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
}

.compare-breakdown-brand dd {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.15;
}

.compare-breakdown-brand .compare-breakdown__stacked {
  display: grid;
  gap: 5px;
}

.compare-breakdown-brand {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-amount {
  display: grid;
  gap: 10px;
  align-self: end;
  padding-top: 6px;
}

.compare-amount__headline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.compare-amount__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  column-gap: 20px;
  row-gap: 4px;
  width: 100%;
}

.compare-amount strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.08em;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.compare-amount__sign {
  flex: 0 0 auto;
  min-width: 0.35em;
  text-align: center;
  letter-spacing: 0;
}

.compare-amount__figure {
  display: block;
}

.compare-amount__meta .compare-amount__annual {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  white-space: nowrap;
}

.compare-amount > span,
.compare-amount__meta > span {
  color: var(--text-subtle);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-amount-positive strong {
  color: #16ad00;
}

.compare-amount-positive .compare-amount__annual {
  color: #4f7d44;
}

.compare-amount-positive > span,
.compare-amount-positive .compare-amount__meta > span {
  color: #147f04;
}

.compare-meter {
  overflow: hidden;
  height: 10px;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.08);
}

.compare-meter-brand {
  background: rgba(25, 191, 0, 0.12);
}

.compare-meter__fill {
  height: 100%;
  border-radius: inherit;
}

.compare-meter__fill-red {
  width: 100%;
  background: linear-gradient(90deg, #ff385c 0%, #ff7b93 100%);
}

.compare-meter__fill-blue {
  width: 100%;
  background: linear-gradient(90deg, #003580 0%, #2b6ecf 100%);
}

.compare-meter__fill-brand {
  width: 100%;
  background: linear-gradient(90deg, #17b100 0%, #57d53c 100%);
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.difference-card {
  min-height: 100%;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.difference-card-soft {
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
}

.difference-card-dark {
  background: var(--surface-dark);
  color: #ffffff;
}

.difference-card h3 {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.difference-points {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.difference-points li {
  position: relative;
  padding-left: 42px;
  font-size: 18px;
  line-height: 1.55;
}

.difference-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 24px;
  height: 24px;
  border-radius: 999px;
}

.difference-points li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.65em;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--brand-green-strong);
  border-bottom: 2px solid var(--brand-green-strong);
  transform: rotate(-45deg);
}

.difference-card-soft .difference-points li {
  color: var(--text-subtle);
}

.difference-card-soft .difference-points li::before {
  background: rgba(25, 191, 0, 0.12);
  border: 1px solid rgba(25, 191, 0, 0.14);
}

.difference-card-dark .difference-points li {
  color: rgba(255, 255, 255, 0.78);
}

.difference-card-dark .difference-points li::before {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gallery-carousel {
  --gallery-slide-width: clamp(240px, 28vw, 320px);
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 38px;
  border: 1px solid var(--surface-border);
  background:
    radial-gradient(circle at top center, rgba(63, 206, 84, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 244, 0.96));
  box-shadow: var(--shadow-soft);
}

.gallery-carousel::after {
  content: "";
  position: absolute;
  inset: auto 16% -16% 16%;
  height: 180px;
  background: radial-gradient(circle, rgba(41, 191, 63, 0.18), transparent 72%);
  filter: blur(26px);
  pointer-events: none;
}

.gallery-carousel__viewport {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  padding: 10px max(8px, calc((100% - var(--gallery-slide-width)) / 2)) 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x;
}

.gallery-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.gallery-carousel__track {
  display: flex;
  gap: clamp(18px, 2.2vw, 24px);
  width: max-content;
}

.gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff, #f6f8f4);
  border: 1px solid rgba(31, 31, 31, 0.08);
  box-shadow: 0 18px 42px rgba(20, 42, 21, 0.08);
}

.gallery-slide {
  flex: 0 0 var(--gallery-slide-width);
  aspect-ratio: 9 / 19.4;
  padding: 10px;
  scroll-snap-align: center;
  opacity: 0.5;
  transform: translateY(12px) scale(0.92);
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
}

.gallery-slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  box-shadow: 0 28px 56px rgba(16, 54, 18, 0.16);
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  transition: transform 0.45s ease;
}

.gallery-slide.is-active img {
  transform: scale(1.01);
}

.gallery-carousel__controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.gallery-carousel__button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--apple-black);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.gallery-carousel__button:hover,
.gallery-carousel__button:focus-visible {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(41, 191, 63, 0.35);
}

.gallery-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
}

.gallery-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.14);
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.gallery-carousel__dot.is-active {
  width: 34px;
  background: var(--brand-green);
}

.gallery-carousel__dot:hover,
.gallery-carousel__dot:focus-visible {
  transform: scale(1.1);
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.timeline-card {
  position: relative;
  padding: 34px 30px;
  background: #ffffff;
  border: 1px solid var(--surface-border-strong);
  border-radius: 32px;
}

.timeline-card-featured {
  border: 2px solid var(--brand-green);
  background:
    radial-gradient(circle at top left, rgba(25, 191, 0, 0.12), transparent 16rem),
    linear-gradient(180deg, #fcfffb 0%, #ffffff 100%);
  box-shadow: var(--shadow-soft);
}

.timeline-date {
  margin: 0 0 14px;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.timeline-card h3 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.timeline-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.timeline-price-band {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.timeline-price-band-featured {
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
}

.timeline-price-pill {
  display: grid;
  gap: 6px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(31, 31, 31, 0.08);
}

.timeline-price-pill-featured {
  background:
    linear-gradient(180deg, rgba(244, 255, 242, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top left, rgba(25, 191, 0, 0.12), transparent 12rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.timeline-price-pill-standard {
  background: linear-gradient(180deg, #fcfcfc, #f7f7f8);
}

.timeline-price-pill__eyebrow {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-price-pill strong {
  color: var(--apple-black);
  font-size: clamp(30px, 4.5vw, 44px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.timeline-price-pill__price-suffix {
  display: inline-block;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.timeline-price-pill span:last-child {
  color: var(--text-subtle);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.timeline-common-note {
  max-width: 940px;
  margin: 22px auto 0;
  padding: 18px 22px;
  border-radius: 22px;
  background: var(--surface-soft);
  border: 1px solid var(--surface-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  text-align: center;
}

.timeline-common-note p {
  margin: 0;
  color: var(--text-subtle);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.timeline-cta {
  margin-top: 34px;
  text-align: center;
}

.timeline-cta .button-primary {
  min-height: 64px;
  padding: 0 32px;
  background: var(--brand-green);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(25, 191, 0, 0.26);
}

.home-section-tail {
  padding-top: 12px;
  padding-bottom: 0;
}

@media (min-width: 1240px) {
  .hero-title {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .hero-pillars,
  .timeline-grid,
  .timeline-price-band-featured {
    grid-template-columns: 1fr;
  }

  .difference-grid,
  .calculator-shared,
  .calculator-grid {
    grid-template-columns: 1fr;
  }

  .calculator-panel {
    order: 1;
    margin-top: 0;
    transform: scale(1);
  }

  .compare-card-red {
    order: 2;
  }

  .compare-card-blue {
    order: 3;
  }
}

@media (max-width: 768px) {
  .home-main {
    padding-bottom: 72px;
  }

  .hero {
    padding-bottom: 18px;
  }

  .section-heading h2,
  .hero-title {
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .hero-title {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .hero-title-break {
    display: block;
  }

  .hero-title-break::before {
    content: "";
  }

  .section-heading p,
  .hero-copy {
    font-size: 19px;
    line-height: 1.44;
    text-wrap: balance;
  }

  .hero-copy {
    max-width: min(100%, 23rem);
    margin-bottom: 28px;
  }

  .hero-copy-brand,
  .hero-copy-mobile-break {
    display: block;
  }

  .gallery-carousel {
    --gallery-slide-width: min(78vw, 292px);
    padding: 20px 16px 18px;
    border-radius: 28px;
  }

  .gallery-carousel__viewport {
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .gallery-carousel__controls {
    gap: 12px;
    margin-top: 14px;
  }

  .gallery-carousel__button {
    width: 42px;
    height: 42px;
  }

  .pillar-card,
  .gallery-card,
  .timeline-card,
  .difference-card,
  .support-card {
    border-radius: 28px;
  }

  .calculator-panel,
  .compare-card {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-rows: auto;
  }

  .calculator-mobile-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: -4px;
  }

  .calculator-mobile-card {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
    min-height: 104px;
    padding: 12px 9px 11px;
    border-radius: 18px;
    border: 1px solid rgba(210, 210, 215, 0.78);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

  .calculator-mobile-card-brand {
    background:
      linear-gradient(180deg, rgba(237, 251, 233, 0.98), rgba(255, 255, 255, 0.98)),
      radial-gradient(circle at top left, rgba(25, 191, 0, 0.18), transparent 12rem);
    border: 1px solid rgba(25, 191, 0, 0.28);
    box-shadow:
      0 18px 34px rgba(25, 191, 0, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.84);
  }

  .calculator-mobile-card-red {
    background:
      radial-gradient(circle at top right, rgba(255, 56, 92, 0.12), transparent 10rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 250, 0.98));
  }

  .calculator-mobile-card-blue {
    background:
      radial-gradient(circle at top right, rgba(0, 53, 128, 0.12), transparent 10rem),
      radial-gradient(circle at bottom left, rgba(255, 208, 52, 0.12), transparent 12rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
  }

  .calculator-mobile-card__label {
    display: block;
    min-height: 2.6em;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .calculator-mobile-card__amount {
    display: inline-flex;
    align-items: baseline;
    gap: 0.08em;
    min-width: 0;
    font-size: clamp(20px, 5.6vw, 25px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }

  .calculator-mobile-card__meta {
    color: var(--text-subtle);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .calculator-mobile-card-brand .calculator-mobile-card__label,
  .calculator-mobile-card-brand .calculator-mobile-card__meta,
  .calculator-mobile-card-brand .calculator-mobile-card__amount {
    color: #147f04;
  }

  .compare-breakdown {
    grid-template-columns: 1fr;
  }

  .compare-breakdown-brand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calculator-display strong,
  .compare-amount strong {
    line-height: 1;
  }

  .gallery-carousel__controls {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-heading-inline p {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: 31px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .pillar-card {
    padding: 24px 22px;
  }

  .pillar-card h2 {
    font-size: 23px;
    line-height: 1.14;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }

  .calculator-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .calculator-mobile-summary {
    gap: 6px;
  }

  .calculator-mobile-card {
    min-height: 98px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .calculator-mobile-card__amount {
    font-size: clamp(16px, 4.9vw, 22px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-slide,
  .gallery-card img,
  .gallery-carousel__button,
  .gallery-carousel__dot {
    transition: none;
  }

  .gallery-carousel__viewport {
    scroll-behavior: auto;
  }
}
