:root {
  --switch-green: #047857;
  --switch-green-bright: #059669;
  --switch-dark: #063d2c;
  --switch-ink: #0f1a17;
  --switch-muted: #596164;
  --switch-soft: #f5f5f4;
  --switch-line: rgba(15, 26, 23, .10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.overstappen-page {
  margin: 0;
  padding-top: 0 !important;
  overflow-x: clip;
  background: #fff;
  color: var(--switch-ink);
  font-family: "Inter", sans-serif;
}

.overstappen-page main {
  padding-top: 0 !important;
}

.overstappen-page h1,
.overstappen-page h2,
.overstappen-page h3 {
  font-family: "Outfit", sans-serif;
}

.switch-shell {
  width: min(1248px, calc(100% - 32px));
  margin-inline: auto;
}

.switch-hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
  background: #102a21;
}

.switch-hero > img,
.switch-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.switch-hero > img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.035);
}

.switch-hero__overlay {
  background: linear-gradient(90deg, rgba(2, 12, 9, .90) 0%, rgba(3, 18, 13, .68) 35%, rgba(3, 18, 13, .23) 65%, rgba(3, 18, 13, .08) 100%);
}

.switch-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 48px 80px;
  color: #fff;
}

.switch-pill,
.switch-eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  color: #9ee0c0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.switch-pill {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(5, 150, 105, .24);
  backdrop-filter: blur(8px);
}

.switch-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(64px, 7vw, 94px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .92;
}

.switch-hero h1 span { color: #91ddb7; }

.switch-hero__content > p:not(.switch-pill) {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.switch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.switch-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.switch-button--primary {
  background: #fff;
  color: var(--switch-dark);
}

.switch-button--primary:hover { background: #eaf8f1; }

.switch-button--ghost {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(2, 12, 9, .20);
  color: #fff;
}

.switch-proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
}

.switch-proof .material-symbols-rounded { color: #91ddb7; font-size: 19px; }

.switch-intro {
  padding: 124px 64px 112px;
  text-align: center;
}

.switch-eyebrow {
  margin-right: auto;
  margin-left: auto;
  color: var(--switch-green);
}

.switch-intro h2,
.switch-faq h2 {
  margin: 0;
  color: var(--switch-ink);
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}

.switch-lead {
  max-width: 720px;
  margin: 24px auto 54px;
  color: var(--switch-muted);
  font-size: 18px;
  line-height: 1.6;
}

.switch-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.switch-steps article {
  min-height: 288px;
  padding: 30px;
  border: 1px solid var(--switch-line);
  border-radius: 24px;
  background: #fff;
}

.switch-steps article > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-radius: 14px;
  background: #e1f4ea;
  color: var(--switch-green);
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.switch-steps h3,
.switch-scope__grid h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}

.switch-steps p,
.switch-scope__grid p {
  margin: 0;
  color: var(--switch-muted);
  font-size: 15px;
  line-height: 1.55;
}

.switch-scope {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: center;
  padding: 104px 64px;
  border-radius: 40px;
  background: var(--switch-soft);
}

.switch-scope .switch-eyebrow {
  margin-left: 0;
}

.switch-scope h2,
.switch-calm h2,
.switch-cta h2 {
  margin: 0;
  color: var(--switch-ink);
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.switch-scope__copy > p:not(.switch-eyebrow) {
  margin: 24px 0;
  color: var(--switch-muted);
  font-size: 17px;
  line-height: 1.65;
}

.switch-scope__copy > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--switch-green);
  font-weight: 700;
  text-decoration: none;
}

.switch-scope__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.switch-scope__grid article {
  min-height: 206px;
  padding: 24px;
  border: 1px solid rgba(15, 26, 23, .08);
  border-radius: 22px;
  background: #fff;
}

.switch-scope__grid article > .material-symbols-rounded {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 14px;
  background: #e1f4ea;
  color: var(--switch-green);
}

.switch-calm {
  padding: 120px 0;
  background: #fff;
}

.switch-calm__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 80px 64px;
  border: 1px solid var(--switch-line);
  border-radius: 40px;
}

.switch-calm .switch-eyebrow { margin-left: 0; }

.switch-calm ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.switch-calm li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 600;
}

.switch-calm li .material-symbols-rounded { color: var(--switch-green-bright); }

.switch-faq {
  padding: 0 64px 120px;
}

.switch-faq .switch-eyebrow { margin-left: 0; }

.switch-faq__list {
  display: grid;
  gap: 12px;
  margin-top: 46px;
}

.switch-faq details {
  border: 1px solid var(--switch-line);
  border-radius: 18px;
  background: #fff;
}

.switch-faq summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

.switch-faq summary::-webkit-details-marker { display: none; }
.switch-faq details[open] summary .material-symbols-rounded { transform: rotate(45deg); }
.switch-faq summary .material-symbols-rounded { transition: transform .2s ease; }

.switch-faq details p {
  max-width: 820px;
  margin: 0;
  padding: 0 24px 24px;
  color: var(--switch-muted);
  line-height: 1.6;
}

.switch-cta {
  position: relative;
  min-height: 450px;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 82px 64px;
  border-radius: 40px;
  background: var(--switch-dark);
  color: #fff;
}

.switch-cta > p {
  margin: 0 0 18px;
  color: #91ddb7;
  font-weight: 700;
}

.switch-cta h2 {
  position: relative;
  z-index: 2;
  max-width: 850px;
  color: #fff;
}

.switch-button--white {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  background: #fff;
  color: var(--switch-dark);
}

.switch-cta > img {
  position: absolute;
  right: -150px;
  bottom: -190px;
  width: 580px;
  opacity: .24;
}

.switch-footer {
  padding: 64px 0;
  background: #061e17;
  color: rgba(255, 255, 255, .72);
}

.switch-footer .switch-shell {
  display: flex;
  align-items: center;
  gap: 32px;
}

.switch-footer .nav-logo { margin-right: auto; }
.switch-footer .logo-text,
.switch-footer a { color: #fff; }
.switch-footer .logo-wm-w { color: #34d399; }
.switch-footer p { margin: 0; }

@media (max-width: 900px) {
  .switch-hero__content { padding-inline: 32px; }
  .switch-intro { padding-inline: 24px; }
  .switch-steps { grid-template-columns: 1fr; }
  .switch-steps article { min-height: 0; }
  .switch-scope { grid-template-columns: 1fr; padding: 78px 32px; }
  .switch-calm__inner { grid-template-columns: 1fr; gap: 44px; padding: 64px 32px; }
}

@media (max-width: 600px) {
  .switch-shell { width: calc(100% - 24px); }
  .switch-hero { min-height: 720px; border-radius: 0 0 28px 28px; }
  .switch-hero > img { object-position: 66% center; }
  .switch-hero__overlay { background: linear-gradient(180deg, rgba(2,12,9,.38), rgba(2,12,9,.55) 45%, rgba(2,12,9,.92)); }
  .switch-hero__content { justify-content: flex-end; padding: 120px 12px 66px; }
  .switch-hero h1 { font-size: clamp(54px, 16vw, 70px); }
  .switch-actions { width: 100%; }
  .switch-button { width: 100%; }
  .switch-intro { padding: 92px 12px 80px; }
  .switch-intro h2, .switch-faq h2 { font-size: 46px; }
  .switch-lead { font-size: 16px; }
  .switch-steps article { padding: 24px; border-radius: 20px; }
  .switch-steps article > span { margin-bottom: 28px; }
  .switch-scope { gap: 42px; padding: 74px 24px; border-radius: 30px; }
  .switch-scope__grid { grid-template-columns: 1fr; }
  .switch-scope__grid article { min-height: 0; }
  .switch-calm { padding: 88px 0; }
  .switch-calm__inner { padding: 58px 24px; border-radius: 30px; }
  .switch-calm h2, .switch-scope h2, .switch-cta h2 { font-size: 44px; }
  .switch-faq { padding: 0 12px 88px; }
  .switch-faq summary { min-height: 82px; padding: 0 18px; font-size: 15px; }
  .switch-faq details p { padding: 0 18px 20px; }
  .switch-cta { min-height: 520px; padding: 68px 24px; border-radius: 30px; }
  .switch-footer .switch-shell { flex-direction: column; align-items: flex-start; }
}
