:root {
  --jade: #00c868;
  --jade-dark: #00a957;
  --vblue: #355fa8;
  --vblue-dark: #244a88;
  --sun: #ffb000;
  --ink: #0a1018;
  --muted: #5a6876;
  --line: rgba(10, 16, 24, 0.1);
  --paper: #f5f8f6;
  --white: #fff;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(10, 16, 24, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection {
  color: #fff;
  background: var(--jade);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-white {
  background: #fff;
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading.centered {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.included-intro h2,
.final-content h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.section-heading > p:last-child,
.split-heading > p,
.included-intro > p:last-child,
.final-content > p {
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.18rem);
  line-height: 1.65;
}

.section-heading.centered > p:last-child {
  max-width: 720px;
  margin: 22px auto 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--vblue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.centered .eyebrow {
  justify-content: center;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
}

.price-hero .eyebrow::before,
.included-intro .eyebrow::before {
  display: none;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.7);
}

.marker {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: var(--jade);
}

.marker::after {
  position: absolute;
  z-index: -1;
  right: -0.03em;
  bottom: 0.06em;
  left: -0.03em;
  height: 0.22em;
  background: currentColor;
  border-radius: 3px;
  opacity: 0.17;
  content: "";
  transform: skewX(-12deg);
}

.marker-blue {
  color: var(--vblue);
}

.marker-sun {
  color: var(--sun);
}

.primary-cta,
.tool-cta,
.nav-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 16px 28px;
  color: #fff;
  background: var(--jade);
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(0, 200, 104, 0.23);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.primary-cta span,
.tool-cta span {
  transition: transform 0.25s ease;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  color: #fff;
  background: var(--vblue);
  box-shadow: 0 18px 40px rgba(53, 95, 168, 0.25);
  transform: translateY(-2px);
}

.primary-cta:hover span,
.primary-cta:focus-visible span,
.tool-cta:hover span,
.tool-cta:focus-visible span {
  transform: translateX(4px);
}

.menu-symbol {
  color: inherit;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.menu-close {
  width: 44px;
  height: 44px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.nav-menu-cta {
  width: 100%;
  min-height: auto;
  padding: 17px 22px;
  border-radius: 8px;
}

/* Hero */
.price-hero {
  position: relative;
  display: grid;
  min-height: 760px;
  align-items: center;
  overflow: hidden;
  background: #f7f8f3 url("assets/Balkonfoto1-1600.webp") 66% center / cover no-repeat;
}

.price-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 248, 243, 0.99) 0%,
    rgba(247, 248, 243, 0.95) 42%,
    rgba(247, 248, 243, 0.72) 64%,
    rgba(247, 248, 243, 0.18) 100%
  );
  content: "";
}

.price-hero::after {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, #fff);
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 110px;
}

.price-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(4rem, 9vw, 8.1rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.price-hero h1 span {
  color: var(--vblue);
}

.hero-copy {
  max-width: 720px;
  margin: 30px 0 28px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.jump-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vblue);
  font-weight: 800;
  text-decoration-color: rgba(53, 95, 168, 0.35);
  text-underline-offset: 6px;
}

.jump-link:hover,
.jump-link:focus-visible {
  color: var(--jade-dark);
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(53, 95, 168, 0.1);
  border-radius: 50%;
}

.hero-orbit-one {
  top: 6%;
  right: -12vw;
  width: 38vw;
  height: 38vw;
}

.hero-orbit-two {
  right: 2vw;
  bottom: -30vw;
  width: 54vw;
  height: 54vw;
  border-color: rgba(0, 200, 104, 0.1);
}

/* System cards */
.system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.system-card {
  display: flex;
  height: 100%;
  min-height: 560px;
  flex-direction: column;
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.system-card-featured {
  background: #fff;
  border: 2px solid var(--vblue);
  box-shadow: 0 22px 54px rgba(53, 95, 168, 0.15);
}

.system-card-dark {
  color: #fff;
  background: #101922;
  border-color: #101922;
  box-shadow: 0 22px 54px rgba(10, 16, 24, 0.16);
}

.system-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.system-topline span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: #fff;
  background: var(--jade);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 800;
}

.system-card-featured .system-topline span {
  background: var(--vblue);
}

.system-topline p {
  margin: 0;
  color: var(--vblue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.system-card:first-child .system-topline p {
  color: var(--jade-dark);
}

.system-card-dark .system-topline p {
  color: rgba(255, 255, 255, 0.6);
}

.system-card h3 {
  min-height: 2.16em;
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.system-intro {
  min-height: 78px;
  margin: 0;
  color: var(--muted);
}

.system-card-dark .system-intro {
  color: rgba(255, 255, 255, 0.62);
}

.system-price {
  display: flex;
  min-height: 128px;
  align-items: end;
  gap: 5px;
  margin: 22px 0 28px;
  padding: 24px;
  background: #fff;
  border-radius: 18px;
}

.system-card-featured .system-price {
  background: rgba(53, 95, 168, 0.07);
}

.system-card-dark .system-price {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.system-price small {
  align-self: start;
  margin-right: auto;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.system-price strong {
  font-family: "Anton", sans-serif !important;
  font-size: 4.9rem;
  font-weight: 400;
  line-height: 0.78;
}

.system-price > span {
  color: var(--jade);
  font-family: "Anton", sans-serif !important;
  font-size: 2.4rem;
  line-height: 0.9;
}

.system-card-featured .system-price > span {
  color: var(--vblue);
}

.system-price-request {
  align-items: center;
}

.system-price-request strong {
  font-family: "DM Sans", sans-serif !important;
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.system-card ul {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.system-card li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  font-size: 0.94rem;
}

.system-card li::before {
  position: absolute;
  left: 0;
  color: var(--jade);
  font-weight: 800;
  content: "✓";
}

.system-card-dark li {
  color: rgba(255, 255, 255, 0.7);
}

.section-action {
  margin-top: 50px;
  text-align: center;
}

.section-action p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

/* Included */
.included-section {
  overflow: hidden;
  color: #fff;
  background: #101922;
}

.included-section::before {
  position: absolute;
  top: -36%;
  left: -14%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(0, 200, 104, 0.16), transparent 68%);
  content: "";
}

.included-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 8vw, 110px);
  align-items: start;
}

.included-intro {
  position: sticky;
  top: 130px;
}

.included-intro h2 span {
  color: var(--jade);
}

.included-intro > p:last-child {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.included-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.included-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.included-list span {
  color: var(--jade);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.included-list strong {
  font-size: clamp(1rem, 2vw, 1.24rem);
}

/* Value */
.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 80px;
  align-items: end;
}

.split-heading > p {
  margin: 0 0 4px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.value-grid article {
  min-height: 280px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.value-grid article:hover {
  background: #fff;
  border-color: rgba(0, 200, 104, 0.45);
  transform: translateY(-4px);
}

.value-number {
  display: block;
  margin-bottom: 54px;
  color: var(--jade);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.value-grid h3 {
  margin: 0 0 12px;
  font-size: 1.34rem;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Price factors */
.factor-section {
  overflow: hidden;
  color: #fff;
  background: #0e1720 url("assets/preise-faktoren-bg.jpg") center / cover no-repeat;
}

.factor-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 21, 0.45), rgba(7, 13, 21, 0.78));
}

.factor-content {
  position: relative;
}

.section-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.factor-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.factor-grid article {
  grid-column: span 2;
  min-height: 240px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-md);
  backdrop-filter: blur(10px);
}

.factor-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.factor-grid article > span {
  color: var(--sun);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.factor-grid h3 {
  margin: 48px 0 10px;
  font-size: 1.26rem;
  line-height: 1.15;
}

.factor-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

/* Economics */
.economics-section {
  background: var(--paper);
}

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

.economics-grid article {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 34px rgba(10, 16, 24, 0.04);
}

.economics-grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: var(--vblue);
  border-radius: 14px;
  font-size: 1.5rem;
  font-weight: 700;
}

.economics-grid article:nth-child(2) > span {
  background: var(--jade);
}

.economics-grid article:nth-child(3) > span {
  color: var(--ink);
  background: var(--sun);
}

.economics-grid h3 {
  margin: 30px 0 10px;
  font-size: 1.35rem;
}

.economics-grid p {
  margin: 0;
  color: var(--muted);
}

.tool-action {
  margin-top: 38px;
  text-align: center;
}

.tool-cta {
  color: #fff;
  background: var(--vblue);
  box-shadow: 0 16px 36px rgba(53, 95, 168, 0.22);
}

.tool-cta:hover,
.tool-cta:focus-visible {
  color: #fff;
  background: var(--jade);
  box-shadow: 0 18px 40px rgba(0, 200, 104, 0.23);
  transform: translateY(-2px);
}

/* Example */
.example-section {
  background: #fff;
}

.example-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.example-panel > div {
  min-width: 0;
  padding: clamp(30px, 5vw, 48px);
}

.panel-kicker {
  margin: 0 0 28px;
  color: var(--vblue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.example-basis {
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.example-basis dl {
  margin: 0;
}

.example-basis dl > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.example-basis dl > div:last-child {
  border-bottom: 0;
}

.example-basis dt {
  color: var(--muted);
}

.example-basis dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.example-saving {
  display: flex;
  flex-direction: column;
  background: var(--vblue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
}

.example-saving .panel-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.formula {
  margin: auto 0 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  font-weight: 700;
}

.example-saving strong {
  font-family: "Anton", sans-serif !important;
  font-size: clamp(4.1rem, 8vw, 6.8rem);
  font-weight: 400;
  line-height: 0.98;
}

.example-saving > span {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.example-included {
  background: #fff;
  border-right: 1px solid var(--line);
}

.example-included > p:not(.panel-kicker) {
  margin: -12px 0 24px;
  color: var(--muted);
}

.example-included ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.example-included li {
  position: relative;
  padding-left: 24px;
  font-size: 0.92rem;
}

.example-included li::before {
  position: absolute;
  left: 0;
  color: var(--jade);
  font-weight: 800;
  content: "✓";
}

.example-result {
  color: #fff;
  background: #101922;
}

.example-result .panel-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.result-price {
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 0 0 28px;
}

.result-price strong {
  font-family: "Anton", sans-serif !important;
  font-size: clamp(5rem, 9vw, 7.4rem);
  font-weight: 400;
  line-height: 0.75;
}

.result-price span {
  color: var(--jade);
  font-family: "Anton", sans-serif !important;
  font-size: 2.7rem;
  line-height: 0.85;
}

.payback {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.payback span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
}

.payback strong {
  font-size: 1.25rem;
}

.example-result > p:last-child {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.63);
}

.example-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.example-footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

/* Final CTA */
.final-section {
  padding-top: 58px;
  background: var(--paper);
}

.final-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  color: #fff;
  border-radius: clamp(28px, 5vw, 48px);
  box-shadow: var(--shadow);
}

.final-image,
.final-shade {
  position: absolute;
  inset: 0;
}

.final-image {
  background: #17212a url("assets/preise-projekt-cta-bg.jpg") center / cover no-repeat;
}

.final-shade {
  background: linear-gradient(90deg, rgba(5, 12, 18, 0.93) 0%, rgba(5, 12, 18, 0.72) 52%, rgba(5, 12, 18, 0.16) 100%);
}

.final-content {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 700px;
  min-height: 570px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 8vw, 88px);
}

.final-content > p:not(.eyebrow) {
  margin: 22px 0 32px;
  color: rgba(255, 255, 255, 0.72);
}

.final-content .primary-cta {
  align-self: flex-start;
}

.primary-cta-inverted {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.final-content small {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

/* Footer */
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 42px max(24px, calc((100% - 1180px) / 2));
  color: var(--muted);
  background: #edf2ef;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

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

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.site-footer a {
  text-decoration: none;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--vblue);
}

@media (max-width: 1000px) {
  .section {
    padding: 88px 0;
  }

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

  .system-card-dark {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .system-card-dark .system-price {
    min-height: 110px;
  }

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

  .value-grid article {
    min-height: 240px;
  }

  .factor-grid article {
    grid-column: span 3;
  }

  .factor-grid article:nth-child(4) {
    grid-column: span 3;
  }

  .factor-grid article:last-child {
    grid-column: 2 / span 4;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 82px;
  }

  .shell {
    width: min(100% - 32px, 680px);
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .included-intro h2,
  .final-content h2 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }

  .header-cta {
    display: inline-flex;
  }

  .price-hero {
    min-height: 700px;
    background-image: url("assets/Balkonfoto1-840.webp");
    background-position: 58% center;
  }

  .price-hero::before {
    background: linear-gradient(
      180deg,
      rgba(247, 248, 243, 0.98) 0%,
      rgba(247, 248, 243, 0.94) 58%,
      rgba(247, 248, 243, 0.54) 82%,
      rgba(247, 248, 243, 0.3) 100%
    );
  }

  .hero-inner {
    padding-top: 120px;
  }

  .price-hero h1 {
    font-size: clamp(3.45rem, 14.5vw, 5.5rem);
  }

  .system-grid,
  .included-layout,
  .split-heading,
  .economics-grid,
  .example-panel,
  .example-footer {
    grid-template-columns: 1fr;
  }

  .system-card,
  .system-card-dark {
    height: auto;
    grid-column: auto;
    min-height: auto;
  }

  .system-card h3 {
    min-height: auto;
  }

  .system-intro {
    min-height: auto;
  }

  .system-price {
    margin-top: 28px;
  }

  .primary-cta,
  .tool-cta {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .included-layout {
    gap: 44px;
  }

  .included-intro {
    position: static;
  }

  .split-heading {
    gap: 24px;
  }

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

  .value-grid article {
    min-height: 210px;
  }

  .value-number {
    margin-bottom: 36px;
  }

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

  .factor-grid article,
  .factor-grid article:nth-child(4),
  .factor-grid article:last-child {
    grid-column: auto;
    min-height: 210px;
  }

  .factor-grid h3 {
    margin-top: 34px;
  }

  .economics-grid {
    gap: 14px;
  }

  .example-basis,
  .example-included {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .example-saving {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .example-included ul {
    grid-template-columns: 1fr;
  }

  .example-footer {
    gap: 20px;
  }

  .final-section {
    padding-top: 28px;
  }

  .final-card,
  .final-content {
    min-height: 620px;
  }

  .final-image {
    background-position: 62% center;
  }

  .final-shade {
    background: linear-gradient(180deg, rgba(5, 12, 18, 0.45) 0%, rgba(5, 12, 18, 0.93) 67%);
  }

  .final-content {
    justify-content: end;
    padding: 36px 24px;
  }

  .final-content .primary-cta {
    align-self: stretch;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 24px;
  }
}

@media (max-width: 480px) {
  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .header-cta {
    display: inline-flex !important;
    padding: 9px 12px !important;
    font-size: 11px !important;
  }

  .header-actions {
    gap: 6px !important;
  }

  .menu-toggle {
    padding: 8px !important;
  }

  .price-hero h1 {
    font-size: clamp(3rem, 14.2vw, 4.15rem);
  }

  .system-card,
  .economics-grid article,
  .example-panel > div {
    padding: 26px 22px;
  }

  .system-price strong {
    font-size: 4.2rem;
  }

  .example-basis dl > div {
    flex-direction: column;
    gap: 2px;
  }

  .example-basis dd {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
