body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/* ── Variables ── */

:root {
  --vgreen-100: #1a2f33;
  --vgreen-75: #81977e;
  --vgreen-50: #c1cbb5;
  --vgreen-25: #f4f8eb;
  --white: #ffffff;

  --font-main: 'GT Standard', Arial, sans-serif;

  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 36px;
  --spacing-lg: 72px;
  --spacing-xl: 120px;

  --radius-card: 12px;
  --radius-btn: 999px;

  --transition: 0.2s ease;
}

/* ── Noise Texture Overlay ── */

.noise-bg {
  position: relative;
}

.noise-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 300px 300px;
}

.noise-bg>* {
  position: relative;
  z-index: 1;
}

/* ── Reset ── */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-main);
  color: var(--vgreen-100);
  background: var(--white);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

/* ── Typography ── */

h1 {
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  color: var(--vgreen-100);
}

h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--vgreen-100);
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--vgreen-100);
}

p {
  font-size: 16px;
  line-height: 1.5;
}

.text-large {
  font-size: 24px;
  line-height: 1.5;
}

.text-muted {
  color: rgba(26, 47, 51, 0.7);
}

/* ── Layout ── */

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

header {
  position: relative;
  z-index: 100;
}

main {
  min-height: 60vh;
}

footer {
  background: none;
  color: var(--vgreen-25);
  padding: 0;
}

/* ── Navigation ── */

.mod_navigation {
  position: fixed;
  top: 23px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  overflow: visible !important;
}

.viaxis-nav__logo {
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--vgreen-100);
  flex-shrink: 0;
  transition: color 0.3s ease, opacity 0.2s ease;
}

.viaxis-nav__logo:hover {
  opacity: 0.7;
}

/* Weißer Nav-Text auf Startseite */
.is-homepage-nav .viaxis-nav__logo {
  color: #fff;
}

.is-homepage-nav .viaxis-nav__item>.viaxis-nav__link,
.is-homepage-nav .viaxis-nav__item>strong.viaxis-nav__link {
  color: #fff;
}

.is-homepage-nav .viaxis-nav__item>.viaxis-nav__arrow {
  color: #fff;
}

/* Dropdown-Text auf der Startseite dunkel halten */
.is-homepage-nav .viaxis-nav__dropdown a,
.is-homepage-nav .viaxis-nav__dropdown strong,
.is-homepage-nav .viaxis-nav__dropdown .viaxis-nav__link,
.is-homepage-nav .viaxis-nav__dropdown strong.viaxis-nav__link {
  color: var(--vgreen-100) !important;
}

.is-homepage-nav .viaxis-nav__dropdown .viaxis-nav__arrow {
  color: var(--vgreen-100) !important;
}

.is-homepage-nav .viaxis-nav__list {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.viaxis-nav__logo-svg {
  height: 50px;
  width: auto;
  display: block;
}

.viaxis-nav__logo-svg--white {
  display: none;
}

.is-homepage-nav .viaxis-nav__logo-svg--green {
  display: none;
}

.is-homepage-nav .viaxis-nav__logo-svg--white {
  display: block;
}

.viaxis-nav__list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  overflow: visible;
}

.viaxis-nav__item {
  position: relative;
}

.viaxis-nav__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: var(--vgreen-100);
  text-decoration: none;
  padding: 12px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.25s ease;
  font-weight: normal;
}

/* Aktive Seite und Trail (Unterseite aktiv) als weiße Pill */
.viaxis-nav__item.active>.viaxis-nav__link,
.viaxis-nav__item.active>strong.viaxis-nav__link,
.viaxis-nav__item.trail>.viaxis-nav__link,
.viaxis-nav__item.trail>strong.viaxis-nav__link {
  background: #ffffff;
}

/* Beratung buchen — CTA */
.viaxis-nav__item.last>.viaxis-nav__link {
  background: rgba(217, 217, 217, 0.2);
}

.viaxis-nav__item.last.active>.viaxis-nav__link,
.viaxis-nav__item.last>strong.viaxis-nav__link {
  background: rgba(217, 217, 217, 0.2);
}

.viaxis-nav__link:hover {
  background: rgba(0, 0, 0, 0.05);
}

.viaxis-nav__arrow {
  width: 11px;
  height: 7px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.viaxis-nav__item--has-dropdown {
  display: flex;
  align-items: center;
}

.viaxis-nav__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px;
  min-width: 220px;
  z-index: 200;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Logo + Burger in Sub-Navigationen verstecken */
.viaxis-nav__dropdown .viaxis-nav__logo,
.viaxis-nav__dropdown .viaxis-nav__burger {
  display: none !important;
}

/* Dropdown öffnet NUR per JS-Klasse (Click) */
.viaxis-nav__item--has-dropdown.is-open>.viaxis-nav__dropdown {
  display: block;
}

.viaxis-nav__item--has-dropdown.is-open .viaxis-nav__arrow {
  transform: rotate(180deg);
}

.viaxis-nav__dropdown ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.viaxis-nav__dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.viaxis-nav__dropdown a,
.viaxis-nav__dropdown strong {
  display: block;
  padding: 10px 16px;
  color: var(--vgreen-100);
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  transition: background 0.2s ease;
  font-weight: normal;
}

.viaxis-nav__dropdown a:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* Hamburger Button — hidden on desktop */
.viaxis-nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9995;
}

.viaxis-nav__burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--vgreen-100);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Burger → X when open */
.is-mobile-open .viaxis-nav__burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.is-mobile-open .viaxis-nav__burger span:nth-child(2) {
  opacity: 0;
}

.is-mobile-open .viaxis-nav__burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Body scroll lock */
body.nav-open {
  overflow: hidden;
}

/* ── Mobile Navigation (≤1024px) ── */
@media (max-width: 1024px) {
  .mod_navigation {
    top: 16px;
    left: 16px;
    right: 16px;
    transform: none;
    justify-content: flex-start;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    z-index: 9999;
  }

  .viaxis-nav__logo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .viaxis-nav__logo-svg {
    height: 36px;
    width: auto;
  }

  .viaxis-nav__burger {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9995;
  }

  .viaxis-nav__list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 12px;
    max-height: 75vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  /* Mobile Dropdown-Links immer dunkel */
  .viaxis-nav__list .viaxis-nav__link,
  .viaxis-nav__list strong.viaxis-nav__link {
    color: var(--vgreen-100) !important;
  }

  .viaxis-nav__list .viaxis-nav__arrow {
    color: var(--vgreen-100) !important;
  }

  .is-mobile-open .viaxis-nav__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .viaxis-nav__link {
    font-size: 17px;
    padding: 14px 16px;
    width: 100%;
    justify-content: center;
    border-radius: 12px;
  }

  .viaxis-nav__link:hover {
    background: rgba(0, 0, 0, 0.04);
  }

  .viaxis-nav__item.active>.viaxis-nav__link,
  .viaxis-nav__item.active>strong.viaxis-nav__link,
  .viaxis-nav__item.trail>.viaxis-nav__link,
  .viaxis-nav__item.trail>strong.viaxis-nav__link {
    background: var(--vgreen-25);
  }

  /* Keine grüne Hervorhebung in Dropdown-Sub-Items */
  .viaxis-nav__dropdown .viaxis-nav__item.active>.viaxis-nav__link,
  .viaxis-nav__dropdown .viaxis-nav__item.active>strong.viaxis-nav__link,
  .viaxis-nav__dropdown .viaxis-nav__item.trail>.viaxis-nav__link,
  .viaxis-nav__dropdown .viaxis-nav__item.trail>strong.viaxis-nav__link {
    background: none;
  }

  .viaxis-nav__item.last>.viaxis-nav__link {
    background: var(--vgreen-100);
    color: #ffffff;
    border-radius: 999px;
    margin-top: 8px;
    text-align: center;
  }

  .viaxis-nav__item.last.active>.viaxis-nav__link,
  .viaxis-nav__item.last>strong.viaxis-nav__link {
    background: var(--vgreen-100);
    color: #ffffff;
  }

  /* Dropdown-Item: auf Mobile vertikal statt horizontal */
  .viaxis-nav__item--has-dropdown {
    flex-direction: column;
    align-items: stretch;
  }

  .viaxis-nav__dropdown {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: none;
    min-width: auto;
    width: 100%;
    margin-top: 0;
    padding: 0;
    display: none;
  }

  .viaxis-nav__item--has-dropdown.is-open>.viaxis-nav__dropdown {
    display: block;
  }

  .viaxis-nav__dropdown a,
  .viaxis-nav__dropdown strong {
    text-align: center;
    font-size: 17px;
    padding: 14px 16px;
    display: block;
    color: var(--vgreen-100);
    border-radius: 12px;
  }

  /* Contao rendert Sub-Nav mit gleichem Template — verstecke verschachtelte Burger + reset Liste */
  .viaxis-nav__dropdown .viaxis-nav__burger {
    display: none !important;
  }

  .viaxis-nav__dropdown .viaxis-nav__list {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding: 0;
    width: 100%;
    gap: 0;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: var(--radius-btn);
  font-size: 16px;
  font-family: var(--font-main);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  border: none;
}

.btn--primary {
  background: var(--vgreen-25);
  color: var(--vgreen-100);
}

.btn--ghost {
  background: transparent;
  border: 1px solid var(--vgreen-100);
  color: var(--vgreen-100);
}

.btn--ghost-light {
  background: transparent;
  border: 1px solid var(--vgreen-25);
  color: var(--vgreen-25);
}

/* Cards */
.card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-card);
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

/* ── Attention News ── */

.attention-news {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 62px;
  padding: 18px 72px;
  background: var(--vgreen-25);
  color: var(--vgreen-100);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.575;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.attention-news__divider {
  font-weight: 400;
}

.attention-news__label {
  font-weight: 500;
}

.attention-news__text {
  font-weight: 400;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .attention-news {
    padding: 12px 24px;
    font-size: 13px;
    height: auto;
    white-space: normal;
    flex-wrap: wrap;
    gap: 4px;
  }
}

/* ── Calculator Section ── */

.calc-section {
  width: 100%;
  padding: 72px;
  background: #f2f2f2;
}

.calc-section__header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.calc-section__heading {
  font-family: var(--font-main);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--vgreen-100);
  margin: 0;
  flex: 0 0 50%;
}

.calc-section__intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.8;
  margin: 0;
  flex: 1;
}

/* Calculator Body */
.calc-body {
  display: flex;
  gap: 36px;
  align-items: stretch;
  margin-bottom: 60px;
}

.calc-config {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  background: #ffffff;
  border: 1px solid rgba(26, 47, 51, 0.12);
  border-radius: 12px;
  padding: 37px;
  box-shadow: 0 12px 32px rgba(26, 47, 51, 0.08), 0 2px 6px rgba(26, 47, 51, 0.04);
}

.calc-config__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 500;
  color: #2c3333;
}

.calc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc-label {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.74px;
  text-transform: uppercase;
  color: rgba(44, 51, 51, 0.7);
}

.calc-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(74, 93, 78, 0.1);
  border-radius: 13px;
  padding: 18px 18px 18px 43px;
  background: #f8f6f6;
  position: relative;
}

.calc-input-prefix {
  position: absolute;
  left: 17px;
  font-family: var(--font-main);
  font-size: 17px;
  font-weight: 700;
  color: rgba(44, 51, 51, 0.4);
}

.calc-input {
  border: none;
  outline: none;
  font-family: var(--font-main);
  font-size: 19px;
  font-weight: 400;
  color: #2c3333;
  width: 100%;
  background: transparent;
  -moz-appearance: textfield;
}

.calc-input::-webkit-outer-spin-button,
.calc-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Range Slider */
.calc-slider-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.calc-age-badge {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  color: var(--vgreen-100);
  background: rgba(74, 93, 78, 0.1);
  border: none;
  border-radius: 8px;
  padding: 4px 13px;
  white-space: nowrap;
}

.calc-range {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 8px;
  background: linear-gradient(to right, var(--vgreen-100) var(--fill, 25%), rgba(180, 180, 180, 0.2) var(--fill, 25%));
  outline: none;
}

.calc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--vgreen-100);
  cursor: pointer;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.calc-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--vgreen-100);
  cursor: pointer;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.calc-range-labels {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-main);
  font-size: 18px;
  color: rgba(44, 51, 51, 0.4);
}

/* Delay toggle */
.calc-toggle-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.calc-toggle {
  flex: 1;
  min-width: 80px;
  padding: 10px 14px;
  border: 1px solid rgba(74, 93, 78, 0.2);
  border-radius: 999px;
  background: #f8f6f6;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 500;
  color: rgba(44, 51, 51, 0.7);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.calc-toggle:hover {
  background: rgba(74, 93, 78, 0.08);
  color: var(--vgreen-100);
}

.calc-toggle.is-active {
  background: var(--vgreen-100);
  color: #fff;
  border-color: var(--vgreen-100);
}

.calc-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--vgreen-100);
}

.calc-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--vgreen-100);
  cursor: pointer;
}

.calc-disclaimer {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(44, 51, 51, 0.5);
  margin: 0;
  border-top: 1px solid rgba(74, 93, 78, 0.05);
  padding-top: 25px;
}

/* Results */
.calc-results {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.calc-result-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.calc-result-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 34px;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
}

.calc-result-card[hidden] {
  display: none;
}

.calc-result-card--primary {
  background: var(--vgreen-50, #c1cbb5);
}

.calc-result-card--secondary {
  background: var(--vgreen-100);
}


.calc-result-card__label {
  font-family: var(--font-main);
  font-size: 17px;
  font-weight: 500;
  color: var(--vgreen-100);
}

.calc-result-card--secondary .calc-result-card__label {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.calc-result-card__value {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  color: var(--vgreen-100);
}

.calc-result-card--secondary .calc-result-card__value {
  color: #ffffff;
}

.calc-result-card__delays {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.calc-result-card__delay {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  color: var(--vgreen-100);
  padding: 6px 0;
  border-top: 1px solid rgba(26, 47, 51, 0.12);
}

.calc-result-card__delay[hidden] {
  display: none;
}

.calc-result-card--secondary .calc-result-card__delay {
  color: #ffffff;
  border-top-color: rgba(255, 255, 255, 0.18);
}

.calc-result-card__delay-label {
  opacity: 0.75;
}

.calc-result-card__delay-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}

.calc-result-card__delay-value {
  font-weight: 500;
  white-space: nowrap;
}

.calc-result-card__delay-delta {
  font-size: 13px;
  font-weight: 500;
  color: #b45151;
  white-space: nowrap;
}

.calc-result-card--secondary .calc-result-card__delay-delta {
  color: #f3a8a8;
}

.calc-result-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  color: var(--vgreen-100);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 4px 13px;
  margin-top: 4px;
}

.calc-result-card--secondary .calc-result-card__badge {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* Chart */
.calc-chart-wrap {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 350px;
}

.calc-chart-canvas-wrap {
  position: relative;
  flex: 1;
  min-height: 280px;
}

.calc-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.calc-chart-title {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  color: var(--vgreen-100);
}

.calc-chart-legend {
  display: flex;
  gap: 20px;
}

.calc-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-main);
  font-size: 13px;
  color: rgba(26, 47, 51, 0.6);
}

.calc-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.calc-legend-dot--growth {
  background: #3a5a40;
}

.calc-legend-dot--deposit {
  background: #c1cbb5;
}

.calc-legend-dot--delayed,
.calc-legend-dot--delayed10 {
  background: #a85a4a;
}

.calc-legend-dot--delayed20 {
  background: #7a3a2a;
}

/* CTA Banner */
.calc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 36px;
  background: var(--vgreen-100);
  border-radius: 12px;
}

.calc-cta__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 628px;
}

.calc-cta__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--vgreen-25);
  margin: 0;
}

.calc-cta__desc {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
}

.calc-cta__button {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--vgreen-25);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  color: var(--vgreen-25);
  text-decoration: none;
  transition: all var(--transition);
}

.calc-cta__button:hover {
  background: var(--vgreen-25);
  color: var(--vgreen-100);
}

/* Calculator Responsive */
@media (max-width: 1024px) {
  .calc-result-card__value {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .calc-section {
    padding: 48px 24px;
  }

  .calc-section__header {
    flex-direction: column;
    gap: 16px;
  }

  .calc-body {
    flex-direction: column;
  }

  .calc-config {
    flex: none;
    width: 100%;
  }

  .calc-result-cards {
    grid-template-columns: 1fr;
  }

  .calc-chart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .calc-chart-legend {
    flex-wrap: wrap;
    gap: 12px;
  }

  .calc-cta {
    flex-direction: column;
    gap: 24px;
    padding: 36px 24px;
    text-align: center;
  }

  .calc-cta__heading {
    font-size: 28px;
  }
}

/* ── Partner Section ── */

.partner-section {
  width: 100%;
  padding: 72px;
  background: #f7f7f7;
}

.partner-section__header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  margin-bottom: 120px;
}

.partner-section__heading {
  font-family: var(--font-main);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.67px;
  color: var(--vgreen-100);
  margin: 0;
  flex: 0 0 630px;
}

.partner-section__intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.8;
  margin: 0;
  flex: 0 0 630px;
}

.partner-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.partner-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.partner-card__category {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--vgreen-100);
}

.partner-card__name {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--vgreen-100);
  margin: 0;
}

.partner-card__desc {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.8;
  margin: 0;
}

@media (max-width: 1024px) {
  .partner-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .partner-section {
    padding: 48px 24px;
  }

  .partner-section__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
  }

  .partner-section__heading {
    flex: none;
    font-size: 30px;
  }

  .partner-section__intro {
    flex: none;
  }

  .partner-section__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Career Section ── */

.career-section {
  width: 100%;
  padding: 72px;
  background: #ffffff;
  overflow: hidden;
}

.career-section__heading {
  font-family: var(--font-main);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--vgreen-100);
  margin: 0 0 60px;
}

.career-section__top {
  display: flex;
  gap: 148px;
  align-items: flex-start;
  margin-bottom: 120px;
}

.career-section__intro-col {
  flex: 0 0 518px;
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: rgba(26, 47, 51, 0.66);
}

.career-section__intro-col p {
  margin: 0 0 1em;
}

.career-section__jobs-col {
  flex: 0 0 630px;
}

/* Career Accordion */
.career-accordion__item {
  border-top: 1px solid rgba(26, 47, 51, 0.15);
}

.career-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--vgreen-100);
}

.career-accordion__trigger-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.career-accordion__category {
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(26, 47, 51, 0.6);
}

.career-accordion__title {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--vgreen-100);
}

.career-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.career-accordion__minus {
  display: none;
}

.career-accordion__item.is-open .career-accordion__plus {
  display: none;
}

.career-accordion__item.is-open .career-accordion__minus {
  display: block;
}

.career-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.career-accordion__item.is-open .career-accordion__content {
  max-height: 600px;
}

.career-accordion__body {
  padding-bottom: 24px;
}

.career-accordion__desc {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.7;
  margin: 0 0 16px;
}

.career-accordion__link {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  text-decoration: none;
}

.career-accordion__link:hover {
  text-decoration: underline;
}

/* Career Slider */
.career-slider {
  margin-bottom: 60px;
}

.career-slider__track {
  display: flex;
  gap: 36px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.career-slider__slide {
  flex: 0 0 69%;
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 600px;
  overflow: hidden;
  border-radius: 12px;
}

.career-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.career-slider__dots {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.career-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(26, 47, 51, 0.2);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.career-slider__dot.is-active {
  background: var(--vgreen-100);
}

/* Bottom Text */
.career-section__bottom {
  display: flex;
  gap: 36px;
}

.career-section__bottom-col {
  flex: 0 0 630px;
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.7;
}

.career-section__bottom-col p {
  margin: 0;
}

/* Career Responsive */
@media (max-width: 1200px) {
  .career-section__top {
    gap: 60px;
  }

  .career-section__intro-col {
    flex: 1;
  }

  .career-section__jobs-col {
    flex: 1;
  }

  .career-slider__slide {
    flex: 0 0 80%;
  }
}

@media (max-width: 768px) {
  .career-section {
    padding: 48px 24px;
  }

  .career-section__heading {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .career-section__top {
    flex-direction: column;
    gap: 36px;
    margin-bottom: 60px;
  }

  .career-section__intro-col {
    flex: none;
    font-size: 20px;
  }

  .career-section__jobs-col {
    flex: none;
    width: 100%;
  }

  .career-slider__slide {
    flex: 0 0 100%;
  }

  .career-section__bottom {
    flex-direction: column;
    gap: 24px;
  }

  .career-section__bottom-col {
    flex: none;
    font-size: 20px;
  }
}

/* ── Team Section ── */

.team-section {
  width: 100%;
  padding: 72px 70px;
  background:
    linear-gradient(220deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%),
    rgb(26, 47, 51);
}

.team-section__heading {
  font-family: var(--font-main);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--vgreen-25);
  margin: 0 0 36px;
}

.team-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 297px);
  column-gap: 36px;
  row-gap: 48px;
}

.team-member {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.team-member__photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(to top,
      rgba(32, 48, 52, 0.3) 0%,
      rgba(112, 133, 122, 0.3) 100%);
}

.team-member__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.team-member__photo-overlay {
  display: none;
}

.team-member__info {
  display: flex;
  flex-direction: column;
}

.team-member__name {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--vgreen-25);
  margin: 0;
}

.team-member__role {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--vgreen-50);
  margin: 0;
}

@media (max-width: 1024px) {
  .team-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 48px 24px;
  }

  .team-section__heading {
    font-size: 28px;
  }


}

/* Light mode modifier */
.team-section--light {
  background: #bcc4b2;
}

.team-section--light .team-section__heading {
  color: var(--vgreen-100);
}

.team-section--light .team-section__grid {
  grid-template-columns: repeat(4, 297px);
}

.team-section--light .team-member__name {
  color: var(--vgreen-100);
}

.team-section--light .team-member__role {
  color: var(--vgreen-100);
}

.team-section--light .team-member__photo-wrap {
  background: linear-gradient(to top,
      rgba(193, 203, 181, 0.3) 0%,
      rgba(112, 133, 122, 0.3) 100%);
}

@media (max-width: 1024px) {
  .team-section--light .team-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .team-section--light .team-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Principle Cards ── */

.principle-cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  padding: 60px 72px;
  background: var(--vgreen-75);
}

.principle-cards__header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.principle-cards__heading {
  font-family: var(--font-main);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  flex: 0 0 50%;
}

.principle-cards__intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

.principle-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.principle-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
}

.principle-card__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.principle-card__title {
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1024px) {
  .principle-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .principle-cards {
    padding: 48px 24px;
    gap: 36px;
  }

  .principle-cards__header {
    flex-direction: column;
    gap: 16px;
  }

  .principle-cards__heading {
    flex: none;
    font-size: 28px;
  }

  .principle-cards__grid {
    grid-template-columns: 1fr;
  }

  .principle-card__title {
    font-size: 22px;
  }
}

/* ── Statement Banner ── */

.statement-banner {
  width: 100%;
  padding: 72px;
  background:
    linear-gradient(197deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%),
    rgb(26, 47, 51);
}

.statement-banner__text {
  font-family: var(--font-main);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

.statement-banner__line1 {
  color: var(--vgreen-50);
}

.statement-banner__line2 {
  color: var(--vgreen-25);
}

@media (max-width: 1024px) {
  .statement-banner__text {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .statement-banner {
    padding: 48px 24px;
  }

  .statement-banner__text {
    font-size: 32px;
  }
}

/* ── Expand Cards ── */

.expand-cards {
  width: 100%;
  padding: 72px;
  background: #27383b;
}

.expand-cards__header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  margin-bottom: 72px;
}

.expand-cards__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--vgreen-25);
  margin: 0;
  flex: 0 0 50%;
}

.expand-cards__intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
  flex: 1;
}

.expand-cards__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Single expand card */
.expand-card {
  background: #30464b;
  border: 0.5px solid rgba(244, 248, 235, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.expand-card__trigger {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 28px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.expand-card__header-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.expand-card__title {
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: var(--vgreen-25);
  margin: 0;
}

.expand-card__subtitle {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--vgreen-25);
  margin: 0;
}

.expand-card__chevron {
  flex-shrink: 0;
  margin-top: 10px;
  color: var(--vgreen-25);
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.expand-card.is-open .expand-card__chevron {
  transform: rotate(180deg);
}

/* Expandable body */
.expand-card__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.expand-card.is-open .expand-card__body {
  max-height: 600px;
}

.expand-card__body-inner {
  display: flex;
  gap: 72px;
  padding: 0 24px 36px;
}

.expand-card__text-col {
  flex: 0 0 45%;
}

.expand-card__text {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(244, 248, 235, 0.8);
  margin: 0;
}

.expand-card__bullets-col {
  flex: 1;
}

.expand-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.expand-card__bullet {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(244, 248, 235, 0.8);
  padding: 10px 0 10px 25px;
  position: relative;
  border-bottom: 0.5px solid rgba(244, 248, 235, 0.2);
}

.expand-card__bullet:last-child {
  border-bottom: none;
}

.expand-card__bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--vgreen-25);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .expand-cards {
    padding: 48px 24px;
  }

  .expand-cards__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }

  .expand-cards__heading {
    flex: none;
    font-size: 28px;
  }

  .expand-card__title {
    font-size: 22px;
  }

  .expand-card__body-inner {
    flex-direction: column;
    gap: 24px;
  }

  .expand-card__text-col {
    flex: none;
  }
}

/* ── Tabbed Cards ── */

.tabbed-cards {
  display: flex;
  flex-direction: column;
  gap: 120px;
  width: 100%;
  padding: 72px;
  background: #e7e8e8;
}

.tabbed-cards--green {
  background:
    linear-gradient(250deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    rgb(193, 203, 181);
}

.tabbed-cards__header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.tabbed-cards__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--vgreen-100);
  margin: 0;
  flex: 0 0 50%;
}

.tabbed-cards__intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
  flex: 1;
}

.tabbed-cards__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Tab navigation */
.tabbed-cards__nav {
  display: flex;
  gap: 36px;
  align-items: center;
}

.tabbed-cards__tab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 8px;
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.7);
  white-space: nowrap;
  transition: all var(--transition);
}

.tabbed-cards__tab.is-active {
  font-weight: 500;
  color: var(--vgreen-75);
  border-bottom-color: var(--vgreen-75);
}

.tabbed-cards__tab:hover {
  color: var(--vgreen-75);
}

.tabbed-cards__tab-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tabbed-cards__tab-label {
  line-height: 1.5;
}

/* Panels */
.tabbed-cards__panel {
  display: none;
}

.tabbed-cards__panel.is-active {
  display: block;
}

.tabbed-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.tabbed-cards__cta-row {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

@media (max-width: 1024px) {
  .tabbed-cards__nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .tabbed-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tabbed-cards {
    gap: 64px;
  }
}

@media (max-width: 768px) {
  .tabbed-cards {
    padding: 48px 24px;
    gap: 40px;
  }

  .tabbed-cards__header {
    flex-direction: column;
    gap: 16px;
  }

  .tabbed-cards__heading {
    flex: none;
    font-size: 26px;
  }

  .tabbed-cards__tab {
    font-size: 18px;
  }

  .tabbed-cards__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Feature Card ── */

.feature-card-section {
  width: 100%;
  padding: 72px;
  background: #ffffff;
}

.feature-card {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  min-height: 540px;
}

.feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: flex-start;
  padding: 40px 47px;
  flex: 0 0 50%;
  background: var(--vgreen-100);
}

.feature-card__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--vgreen-25);
  margin: 0;
}

.feature-card__text {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
}

.feature-card__button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 12px 16px;
  border: 1px solid var(--vgreen-50);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.38px;
  color: #f7f7f7;
  text-decoration: none;
  transition: all var(--transition);
}

.feature-card__button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.feature-card__image-col {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(260deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    rgb(193, 203, 181);
}

.feature-card__image {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .feature-card {
    flex-direction: column;
    min-height: auto;
  }

  .feature-card__content,
  .feature-card__image-col {
    flex: none;
  }

  .feature-card__image-col {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .feature-card-section {
    padding: 48px 24px;
  }

  .feature-card__content {
    padding: 32px 24px;
    gap: 24px;
  }

  .feature-card__heading {
    font-size: 28px;
  }

  .feature-card__text {
    font-size: 18px;
  }

  .feature-card__image-col {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-card__image-col picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .feature-card__image {
    max-width: 45%;
    max-height: 45%;
  }
}

/* ── Steps Section ── */

.steps-section {
  display: flex;
  flex-direction: column;
  gap: 120px;
  width: 100%;
  padding: 60px 73px;
  background:
    linear-gradient(250deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    rgb(129, 151, 126);
}

.steps-section__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
}

.steps-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.steps-item {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.steps-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.steps-item__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.steps-item__title {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
}

.steps-item__text {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1024px) {
  .steps-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-section {
    gap: 64px;
  }
}

@media (max-width: 768px) {
  .steps-section {
    padding: 48px 24px;
    gap: 48px;
  }

  .steps-section__heading {
    font-size: 28px;
  }

  .steps-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ── Image Text Section ── */

.image-text-section {
  display: flex;
  width: 100%;
  background: var(--vgreen-100);
  min-height: 360px;
}

.image-text-section__image-col {
  flex: 0 0 42%;
  position: relative;
  overflow: hidden;
}

.image-text-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-section--scaled .image-text-section__image-col {
  padding: 80px;
}

.image-text-section--scaled .image-text-section__image {
  object-fit: contain;
}

.image-text-section__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  padding: 72px;
  flex: 1;
}

.image-text-section__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--vgreen-25);
  margin: 0;
}

.image-text-section__text {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
}

.image-text-section__link {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--vgreen-25);
  text-decoration: none;
  transition: opacity var(--transition);
}

.image-text-section__link:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .image-text-section {
    flex-direction: column;
  }

  .image-text-section__image-col {
    flex: none;
    height: 280px;
  }

  .image-text-section--scaled .image-text-section__image-col {
    height: 380px;
    padding: 56px;
  }

  .image-text-section__content {
    padding: 48px;
  }
}

@media (max-width: 768px) {
  .image-text-section__content {
    padding: 32px 24px;
    gap: 24px;
  }

  .image-text-section__heading {
    font-size: 28px;
  }

  .image-text-section__text {
    font-size: 18px;
  }

  .image-text-section__image-col {
    height: 220px;
  }

  .image-text-section--scaled .image-text-section__image-col {
    height: 320px;
    padding: 40px;
  }
}

/* ── Icon Cards ── */

.icon-cards {
  display: flex;
  flex-direction: column;
  gap: 120px;
  width: 100%;
  padding: 72px;
  background: #e7e8e8;
}

.icon-cards__header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.icon-cards__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--vgreen-100);
  margin: 0;
  flex: 0 0 50%;
}

.icon-cards__intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
  flex: 1;
}

.icon-cards__grid {
  display: grid;
  gap: 36px;
}

.icon-cards__grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.icon-cards__grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Individual icon card */
.icon-card {
  display: flex;
  flex-direction: column;
  gap: 23px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 36px 8px 48px 24px;
}

.icon-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  flex-shrink: 0;
}

.icon-card__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.icon-card__title {
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--vgreen-100);
  margin: 0;
}

.icon-card__text {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--vgreen-100);
  margin: 0;
}

@media (max-width: 1200px) {
  .icon-cards__grid--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .icon-cards__grid--cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .icon-cards {
    padding: 48px 24px;
    gap: 32px;
  }

  .icon-cards__header {
    flex-direction: column;
    gap: 16px;
  }

  .icon-cards__heading {
    flex: none;
    font-size: 26px;
  }

  .icon-cards__grid--cols-3,
  .icon-cards__grid--cols-4 {
    grid-template-columns: 1fr;
  }
}

/* ── Subpage Hero ── */

.subpage-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 460px;
  padding: 157px 71px 35px;
  overflow: hidden;
  background:
    linear-gradient(249deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, rgb(193, 203, 181) 0%, rgb(193, 203, 181) 100%);
}

.subpage-hero__heading {
  font-family: var(--font-main);
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e32;
  margin: 0;
  max-width: 730px;
  position: relative;
  z-index: 1;
}

.subpage-hero picture {
  display: contents;
}

.subpage-hero__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .subpage-hero__heading {
    font-size: 56px;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .subpage-hero {
    min-height: 320px;
    padding: 120px 24px 28px;
  }

  .subpage-hero__heading {
    font-size: 36px;
    max-width: 100%;
  }

  .subpage-hero__image {
    right: 0;
    top: 0;
    transform: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
  }
}

/* ── Dual CTA ── */

.dual-cta {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding: 72px;
  background:
    linear-gradient(219deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%),
    rgb(26, 47, 51);
}

.dual-cta__label {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
}

.dual-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dual-cta__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  padding: 48px 36px;
}

.dual-cta__card--light {
  background: #27464c;
}

.dual-cta__card--dark {
  background: #142629;
}

.dual-cta__heading {
  font-family: var(--font-main);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--vgreen-25);
  margin: 0;
}

.dual-cta__text {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.dual-cta__button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 12px 16px;
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.38px;
  text-decoration: none;
  margin-top: auto;
  transition: all var(--transition);
}

.dual-cta__button--light {
  border: 1px solid var(--vgreen-50);
  color: #f7f7f7;
}

.dual-cta__button--dark {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.dual-cta__button:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .dual-cta {
    padding: 48px 24px;
    gap: 24px;
  }

  .dual-cta__grid {
    grid-template-columns: 1fr;
  }

  .dual-cta__card {
    padding: 32px 24px;
  }

  .dual-cta__heading {
    font-size: 24px;
  }
}

/* ── Accordion Section ── */

.accordion-section {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  width: 100%;
  padding: 72px;
  background:
    linear-gradient(232deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    rgb(193, 203, 181);
}

.accordion-section__left {
  flex: 0 0 400px;
}

.accordion-section__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--vgreen-100);
  margin: 0;
}

.accordion-section__right {
  flex: 1;
  min-width: 0;
}

.accordion__item {
  border-top: 1px solid rgba(26, 47, 51, 0.2);
}

.accordion__item:last-child {
  border-bottom: 1px solid rgba(26, 47, 51, 0.2);
}

.accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--vgreen-100);
  font-family: var(--font-main);
}

.accordion__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.accordion__minus {
  display: none;
}

.accordion__item.is-open .accordion__plus {
  display: none;
}

.accordion__item.is-open .accordion__minus {
  display: block;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion__item.is-open .accordion__content {
  max-height: 600px;
}

.accordion__text {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
  padding-bottom: 24px;
}

.accordion-section__footer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.accordion-section__button {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid var(--vgreen-100);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  color: var(--vgreen-100);
  text-decoration: none;
  transition: all var(--transition);
}

.accordion-section__button:hover {
  background: var(--vgreen-100);
  color: var(--vgreen-25);
}

/* Intro text column */
.accordion-section__intro-col {
  flex: 1;
  min-width: 0;
}

.accordion-section__intro {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
}

/* Light mode modifier */
.accordion-section--light {
  background: #f2f2f2;
}

.accordion-section--light .accordion-section__intro {
  color: var(--vgreen-100);
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .accordion-section__left {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .accordion-section {
    flex-direction: column;
    padding: 48px 24px;
    gap: 32px;
  }

  .accordion-section__intro-col {
    flex: none;
    width: 100%;
  }

  .accordion-section__right {
    flex: none;
    width: 100%;
  }

  .accordion-section__heading {
    font-size: 28px;
  }

  .accordion-section__intro {
    font-size: 20px;
  }

  .accordion__title {
    font-size: 18px;
  }

  .accordion__text {
    font-size: 16px;
  }
}

/* ── CTA Banner ── */

.cta-banner {
  padding: 72px;
  width: 100%;
}

.cta-banner--bg-white {
  background: #ffffff;
}

.cta-banner__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: var(--vgreen-100);
  border-radius: 12px;
  padding: 36px;
}

.cta-banner__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 628px;
}

.cta-banner__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--vgreen-25);
  margin: 0;
}

.cta-banner__text {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
}

.cta-banner__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

.cta-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity var(--transition);
}

.cta-banner__btn-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.cta-banner__btn:hover {
  opacity: 0.85;
}

.cta-banner__btn--filled {
  background: var(--vgreen-25);
  color: var(--vgreen-100);
  border: 1px solid var(--vgreen-25);
}

.cta-banner__btn--ghost {
  background: transparent;
  color: var(--vgreen-25);
  border: 1px solid var(--vgreen-25);
}

@media (max-width: 1024px) {
  .cta-banner__card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .cta-banner {
    padding: 48px 24px;
  }

  .cta-banner__card {
    padding: 28px 24px;
  }

  .cta-banner__heading {
    font-size: 28px;
  }

  .cta-banner__text {
    font-size: 18px;
  }

  .cta-banner__actions {
    flex-wrap: wrap;
  }
}

/* ── Grid Cards Section ── */

.grid-cards-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  padding: 72px;
  background: #e7e8e8;
}

.grid-cards-section__header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.grid-cards-section__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--vgreen-100);
  margin: 0;
  flex: 0 0 50%;
}

.grid-cards-section__intro {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
  flex: 1;
}

.grid-cards-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Individual grid card */
.grid-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 36px 24px;
}

.grid-card__icon {
  display: block;
  max-width: 180px;
  width: auto;
  height: 120px;
  object-fit: contain;
  object-position: left bottom;
}

.grid-card__title {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--vgreen-100);
  margin: 0;
  min-height: calc(24px * 1.3 * 2);
  display: grid;
  align-content: end;
}

.grid-card__text {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  margin: -8px 0 0;
}

.grid-card__button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 14px;
  border: 1px solid var(--vgreen-100);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  text-decoration: none;
  white-space: nowrap;
  margin-top: auto;
  transition: all var(--transition);
}

.grid-card__button:hover {
  background: var(--vgreen-100);
  color: var(--vgreen-25);
}

@media (max-width: 1200px) {
  .grid-cards-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-cards-section__heading {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .grid-cards-section {
    padding: 48px 24px;
    gap: 32px;
  }

  .grid-cards-section__header {
    flex-direction: column;
    gap: 16px;
  }

  .grid-cards-section__heading {
    flex: none;
    font-size: 26px;
  }

  .grid-cards-section__grid {
    grid-template-columns: 1fr;
  }

  .grid-card__icon {
    height: auto;
    max-height: 140px;
    object-position: left center;
  }

  .grid-card__title {
    min-height: 0;
  }
}

/* ── Subheading Section ── */

.subheading-section {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  width: 100%;
  padding: 72px;
  background: rgba(0, 0, 0, 0.05);
}

.subheading-section__left {
  flex: 0 0 50%;
}

.subheading-section__title {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

.subheading-section__title-bold {
  color: var(--vgreen-100);
}

.subheading-section__title-light {
  color: rgba(26, 47, 51, 0.6);
}

.subheading-section__right {
  flex: 1;
}

.subheading-section__text {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
}

@media (max-width: 1200px) {
  .subheading-section__title {
    font-size: 30px;
  }

  .subheading-section__text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .subheading-section {
    flex-direction: column;
    padding: 48px 24px;
    gap: 24px;
  }

  .subheading-section__left {
    flex: none;
    width: 100%;
  }

  .subheading-section__title {
    font-size: 26px;
  }

  .subheading-section__text {
    font-size: 18px;
  }
}

/* ── Heading Section Short ── */

.heading-short {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 157px 71px 35px;
  background:
    linear-gradient(232deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, rgb(193, 203, 181) 0%, rgb(193, 203, 181) 100%);
}

.heading-short__title {
  font-family: var(--font-main);
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  color: var(--vgreen-100);
  margin: 0;
  max-width: 1148px;
}

@media (max-width: 1200px) {
  .heading-short__title {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .heading-short {
    padding: 120px 24px 28px;
  }

  .heading-short__title {
    font-size: 36px;
  }
}

/* ── Image Map ── */

.image-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 540px;
}

.image-map__visual {
  position: relative;
  overflow: hidden;
}

.image-map__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-map__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(244, 248, 235, 0.4) 7.2%, rgba(244, 248, 235, 0) 92.8%);
  pointer-events: none;
}

.image-map__map-wrap {
  position: relative;
  overflow: hidden;
}

.image-map__iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.image-map__button {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: var(--vgreen-100);
  color: var(--vgreen-25);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity var(--transition);
  z-index: 1;
}

.image-map__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-map__slide {
  width: 100%;
  height: 100%;
}

.image-map__slide .image-map__img {
  position: absolute;
  inset: 0;
}

.image-map__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.image-map__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid white;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition);
}

.image-map__dot.is-active {
  background: white;
}

.image-map__button:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .image-map {
    grid-template-columns: 1fr;
    height: auto;
  }

  .image-map__visual {
    height: 300px;
  }

  .image-map__map-wrap {
    height: 300px;
  }
}

/* ── Slider Section ── */

.slider-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  padding: 72px;
  background:
    linear-gradient(236deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%),
    linear-gradient(90deg, var(--vgreen-100) 0%, var(--vgreen-100) 100%);
  overflow: hidden;
}

.slider-section__intro {
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--vgreen-25);
  margin: 0;
}

/* Slider */
.slider-section__slider {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.slider-section__track {
  display: flex;
  gap: 36px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-section__slide {
  position: relative;
  flex: 0 0 69%;
  aspect-ratio: 16 / 9;
  max-height: 600px;
  overflow: hidden;
  border-radius: 12px;
}

.slider-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-section__slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(36deg, rgba(244, 248, 235, 0.3) 7.2%, rgba(244, 248, 235, 0) 92.8%);
  pointer-events: none;
}

/* Dots */
.slider-section__dots {
  display: flex;
  gap: 8px;
}

.slider-section__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--vgreen-25);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition);
}

.slider-section__dot.is-active {
  background: var(--vgreen-25);
}

/* Texts below */
.slider-section__texts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 28px;
}

.slider-section__text {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
}

/* Button */
.slider-section__bottom {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.slider-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid white;
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--transition);
}

.slider-section__button:hover {
  background: white;
  color: var(--vgreen-100);
}

/* Responsive */
@media (max-width: 1200px) {
  .slider-section__intro {
    font-size: 36px;
  }

  .slider-section__slide {
    flex: 0 0 80%;
  }

  .slider-section__text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .slider-section {
    padding: 48px 24px;
  }

  .slider-section__intro {
    font-size: 28px;
  }

  .slider-section__slide {
    flex: 0 0 100%;
  }

  .slider-section__texts {
    grid-template-columns: 1fr;
  }

  .slider-section__text {
    font-size: 18px;
  }
}

/* ── Image Quote ── */

.image-quote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 540px;
}

.image-quote__visual {
  position: relative;
  overflow: hidden;
}

.image-quote__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-quote__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(225deg, rgba(26, 47, 51, 0.6) 24.6%, rgba(244, 248, 235, 0.6) 100%);
  mix-blend-mode: screen;
}

.image-quote__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 72px;
  background: var(--vgreen-25);
}

.image-quote__text {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.8;
  margin: 0;
  padding: 0;
  border: none;
}

.image-quote__text::before {
  content: "„";
  color: var(--vgreen-75);
  font-size: 1.25em;
  line-height: 0;
  vertical-align: -0.1em;
  margin-right: 2px;
}

.image-quote__text::after {
  content: "“";
  color: var(--vgreen-75);
  font-size: 1.25em;
  line-height: 0;
  vertical-align: -0.1em;
  margin-left: 2px;
}

@media (max-width: 1200px) {
  .image-quote__text {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .image-quote {
    grid-template-columns: 1fr;
  }

  .image-quote__visual {
    min-height: 300px;
  }

  .image-quote__content {
    padding: 36px 24px;
  }

  .image-quote__text {
    font-size: 22px;
  }
}

/* ── Cards Section ── */

.cards-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  padding: 60px 72px;
  background: rgba(25, 28, 25, 0.1);
}

.cards-section__heading {
  font-family: var(--font-main);
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  color: var(--vgreen-100);
  margin: 0;
  width: 100%;
}

.cards-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  width: 100%;
}

.cards-section__bottom {
  display: flex;
  justify-content: center;
}

.cards-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--vgreen-100);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--transition);
}

.cards-section__button:hover {
  background: var(--vgreen-100);
  color: var(--vgreen-25);
}

@media (max-width: 1200px) {
  .cards-section__heading {
    font-size: 64px;
  }
}

@media (max-width: 768px) {
  .cards-section {
    padding: 48px 24px;
    gap: 36px;
  }

  .cards-section__heading {
    font-size: 42px;
  }

  .cards-section__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Viaxis Card (shared) ── */

.viaxis-card {
  display: flex;
  flex-direction: column;
  gap: 23px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 48px 24px;
  min-height: 480px;
}

.viaxis-card__icon {
  display: block;
  max-width: 200px;
  width: auto;
  height: 160px;
  object-fit: contain;
  object-position: left bottom;
}

.viaxis-card__title {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--vgreen-100);
  margin: 0;
  min-height: calc(36px * 1.3 * 2);
}

.viaxis-card__subheading {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  margin: 0;
}

.viaxis-card__subheading:empty {
  display: none;
}

.viaxis-card__text {
  font-family: var(--font-main);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
  margin: -12px 0 0;
}

@media (max-width: 1200px) {
  .viaxis-card__title {
    font-size: 28px;
    min-height: calc(28px * 1.3 * 2);
  }

  .viaxis-card__text {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .viaxis-card {
    min-height: auto;
    padding: 36px 20px;
  }

  .viaxis-card__icon {
    height: auto;
    max-height: 180px;
    object-position: left center;
  }

  .viaxis-card__title {
    font-size: 24px;
    min-height: 0;
  }

  .viaxis-card__text {
    font-size: 16px;
    margin: 0;
  }
}

/* ── Finanzdienstleistungen Section ── */

.fd-section {
  width: 100%;
  padding: 72px;
  background: rgba(0, 0, 0, 0.05);
}

.fd-section__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: flex-start;
}

.fd-section__left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 630px;
}

.fd-section__heading {
  font-family: var(--font-main);
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  color: var(--vgreen-100);
  margin: 0;
}

.fd-section__text {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.7;
  margin: 0;
}

/* Liste */
.fd-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fd-section__item {
  border-bottom: 1px solid rgba(26, 47, 51, 0.15);
}

.fd-section__item:first-child {
  border-top: 1px solid rgba(26, 47, 51, 0.15);
}

.fd-section__item-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  text-decoration: none;
  color: var(--vgreen-100);
  transition: opacity var(--transition);
}

.fd-section__item-link:hover {
  opacity: 0.75;
}

.fd-section__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vgreen-100);
  flex-shrink: 0;
}

.fd-section__item-text {
  font-family: var(--font-main);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.43;
  flex-grow: 1;
}

.fd-section__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  color: var(--vgreen-100);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity var(--transition), transform var(--transition);
  flex-shrink: 0;
}

.fd-section__arrow svg {
  display: block;
}

.fd-section__item-link:hover .fd-section__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Button */
.fd-section__bottom {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.fd-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--vgreen-100);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--transition);
}

.fd-section__button:hover {
  background: var(--vgreen-100);
  color: var(--vgreen-25);
}

/* Responsive */
@media (max-width: 1200px) {
  .fd-section__heading {
    font-size: 48px;
  }

  .fd-section__item-text {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .fd-section {
    padding: 48px 24px;
  }

  .fd-section__top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .fd-section__heading {
    font-size: 36px;
  }

  .fd-section__text {
    font-size: 18px;
  }

  .fd-section__item-text {
    font-size: 20px;
  }

  .fd-section__arrow {
    opacity: 1;
    transform: translateX(0);
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}

/* ── Contact Form ── */

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 72px;
  background: var(--vgreen-25);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 72px;
}

.contact-form__left {
  position: sticky;
  top: 120px;
}

.contact-form__heading {
  font-family: var(--font-main);
  font-size: 78px;
  font-weight: 500;
  line-height: 1;
  color: #1a2e32;
  margin: 0;
}

.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 626px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__label {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: var(--vgreen-100);
}

.contact-form__input {
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--vgreen-100);
  border-radius: 12px;
  opacity: 1;
  background: transparent;
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--vgreen-100);
  outline: none;
  transition: border-color var(--transition);
}

.contact-form__input,
.contact-form__textarea {
  border-color: rgba(26, 47, 51, 0.25);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: var(--vgreen-100);
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: var(--vgreen-100);
  opacity: 0.4;
}

.contact-form__textarea {
  height: 98px;
  padding: 14px 16px;
  border: 1px solid var(--vgreen-100);
  border-radius: 12px;
  background: transparent;
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--vgreen-100);
  outline: none;
  resize: vertical;
  transition: border-color var(--transition);
}

.contact-form__checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.contact-form__checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid var(--vgreen-100);
  border-radius: 2.5px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--vgreen-100);
}

.contact-form__checkbox-label {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  color: var(--vgreen-100);
  cursor: pointer;
}

.contact-form__submit {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vgreen-50);
  color: #192929;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity var(--transition);
}

.contact-form__submit:hover {
  opacity: 0.85;
}

@media (max-width: 1200px) {
  .contact-form__heading {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
    padding: 48px 24px;
    gap: 36px;
  }

  .contact-form__left {
    position: static;
  }

  .contact-form__heading {
    font-size: 42px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

/* ── Section Image ── */

.section-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  padding: 120px 72px;
  background:
    linear-gradient(249deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #c1cbb5 0%, #c1cbb5 100%);
  gap: 72px;
}

.section-image__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-image__img {
  width: 100%;
  max-width: 540px;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.section-image__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 626px;
}

.section-image__heading {
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #153336;
  margin: 0;
}

.section-image__text {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-100);
  opacity: 0.7;
  margin: 0;
}

.section-image__link {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--vgreen-100);
  text-decoration: none;
  display: inline-block;
  transition: opacity var(--transition);
}

.section-image__link:hover {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .section-image__heading {
    font-size: 36px;
  }

  .section-image__text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .section-image {
    grid-template-columns: 1fr;
    padding: 60px 24px;
    gap: 36px;
  }

  .section-image__heading {
    font-size: 32px;
  }

  .section-image__text {
    font-size: 18px;
  }

  .section-image__img {
    max-width: 100%;
  }
}

/* ── Hero Startseite ── */

.hero-startseite {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100vh;
  min-height: 720px;
}

/* Left column — dark background + gradient overlay */
.hero-startseite__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(249.4deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%),
    linear-gradient(90deg, #1a2f33 0%, #1a2f33 100%);
  padding: 72px;
  padding-bottom: 96px;
}

.hero-startseite__text {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 626px;
}

.hero-startseite__heading {
  font-family: var(--font-main);
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  color: var(--vgreen-25);
  margin: 0;
}

.hero-startseite__subheading {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.583;
  color: var(--vgreen-25);
  max-width: 517px;
  margin: 0;
}

/* Right column — two stacked image blocks */
.hero-startseite__media {
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
}

/* Top block — erstes Bild */
.hero-startseite__media-top {
  position: relative;
  overflow: hidden;
}

.hero-startseite__media-top .hero-startseite__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Bottom block — landscape photo */
.hero-startseite__media-bottom {
  position: relative;
  overflow: hidden;
}

.hero-startseite__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-startseite__media-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #f4f8eb 7.23%, transparent 92.77%);
  pointer-events: none;
}

/* ── Hero Startseite Responsive ── */

@media (max-width: 1200px) {
  .hero-startseite__heading {
    font-size: 72px;
  }

  .hero-startseite__text {
    gap: 40px;
  }

  .hero-startseite__subheading {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .hero-startseite {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .hero-startseite__content {
    padding: 120px 24px 48px;
    align-items: flex-start;
  }

  .hero-startseite__heading {
    font-size: 48px;
  }

  .hero-startseite__text {
    gap: 24px;
  }

  .hero-startseite__subheading {
    font-size: 18px;
    max-width: 100%;
  }

  .hero-startseite__media {
    grid-template-rows: 240px 240px;
  }
}

/* ── Highlight Section ── */

.vhighlight {
  background: var(--vgreen-75);
  padding: 60px 72px;
}

.vhighlight__card {
  background: var(--vgreen-100);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 40px 49px 50px;
  min-height: 622px;
  max-width: 1296px;
  margin: 0 auto;
}

/* Tags */
.vhighlight__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.vhighlight__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid var(--vgreen-25);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #f3feea;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* Title */
.vhighlight__title {
  font-family: var(--font-main);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  color: #f3feea;
  max-width: 680px;
  margin-bottom: 20px;
}

/* Subtitle */
.vhighlight__subtitle {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #f3feea;
  margin-bottom: 48px;
}

/* Description */
.vhighlight__desc {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  max-width: 429px;
  margin-bottom: 40px;
}

/* CTA Link */
.vhighlight__link {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #f7f7f7;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.vhighlight__link:hover {
  opacity: 0.8;
}

/* Decoration */
.vhighlight__deco {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.vhighlight__coins {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.vhighlight__deco img {
  max-width: 100%;
  height: auto;
}

.vhighlight__img--mobile {
  display: none;
}

/* Mobile */
@media (max-width: 900px) {
  .vhighlight {
    padding: 40px 20px;
  }

  .vhighlight__card {
    padding: 32px 24px 40px;
    min-height: auto;
  }

  .vhighlight__title {
    font-size: 36px;
  }

  .vhighlight__desc {
    max-width: 100%;
  }

  .vhighlight__deco {
    position: relative;
    width: 100%;
    margin-top: 32px;
  }

  /* Fallback SVG height */
  .vhighlight__coins {
    height: 200px;
  }

  .vhighlight__img--desktop {
    display: none;
  }

  .vhighlight__img--mobile {
    display: block;
  }
}

@media (max-width: 480px) {
  .vhighlight__title {
    font-size: 28px;
  }

  .vhighlight__subtitle {
    margin-bottom: 24px;
  }
}

/* ── Calendar Booking Widget ── */

/* Sektion-Hintergrund für den Kalender-Bereich (wie in Figma) */
.vcal-section {
  background: linear-gradient(261deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    var(--vgreen-25);
  padding: 60px 72px;
}

.vcal {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(261deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, var(--vgreen-25) 0%, var(--vgreen-25) 100%);
  max-width: 1296px;
  margin: 0 auto;
}

.vcal__sidebar {
  width: 34%;
  min-width: 320px;
  background: var(--vgreen-100);
  color: var(--vgreen-25);
  padding: 60px 43px;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
}

.vcal__title {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--vgreen-25);
}

.vcal__subtitle {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vgreen-25);
  opacity: 0.9;
  margin-bottom: 40px;
}

.vcal__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vcal__info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.vcal__info-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.8);
}

.vcal__info-label {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}

.vcal__info-value {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}

/* Main Content Area */
.vcal__main {
  flex: 1;
  background: #ffffff;
  border-radius: 0 12px 12px 0;
  padding: 44px 59px;
}

/* Steps */
.vcal__step {
  margin-bottom: 40px;
}

.vcal__step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.vcal__badge {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: var(--vgreen-50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  color: var(--vgreen-100);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.vcal__step-title {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  color: #1a2426;
}

/* Calendar */
.vcal__calendar {
  background: var(--vgreen-25);
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 24px;
  overflow: hidden;
}

.vcal__cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.vcal__cal-month {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  color: #1a2426;
}

.vcal__cal-nav {
  display: flex;
  gap: 16px;
}

.vcal__cal-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #1a2426;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.vcal__cal-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.vcal__cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px 0;
}

.vcal__cal-dayname {
  text-align: center;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  padding-bottom: 12px;
}

.vcal__cal-cell {
  text-align: center;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  color: #1a2426;
  padding: 8px 0;
  border-radius: 9999px;
  cursor: default;
  transition: background 0.15s ease;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 20px;
}

.vcal__cal-cell--other {
  opacity: 0.2;
}

.vcal__cal-cell--past {
  opacity: 0.2;
}

.vcal__cal-cell--weekend {
  opacity: 0.3;
}

.vcal__cal-cell--no-slots {
  opacity: 0.3;
}

.vcal__cal-cell--loading {
  opacity: 0.4;
  animation: vcal-pulse 1.2s ease-in-out infinite;
}

@keyframes vcal-pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.7; }
}

.vcal__cal-cell--available {
  cursor: pointer;
}

.vcal__cal-cell--available:hover {
  background: rgba(193, 203, 181, 0.4);
}

.vcal__cal-cell--selected {
  background: var(--vgreen-50) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 1 !important;
}

/* Time Slots */
.vcal__slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.vcal__slots-hint {
  grid-column: 1 / -1;
  font-family: var(--font-main);
  font-size: 16px;
  color: #6b7280;
  text-align: center;
  padding: 16px;
}

.vcal__slot {
  height: 46px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  color: var(--vgreen-100);
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vcal__slot:hover {
  border-color: var(--vgreen-50);
  background: rgba(193, 203, 181, 0.2);
}

.vcal__slot--selected {
  background: var(--vgreen-50);
  border-color: var(--vgreen-50);
}

/* Form */
.vcal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vcal__input {
  height: 54px;
  border: 1px solid rgba(26, 47, 51, 0.25);
  border-radius: 12px;
  padding: 0 20px;
  font-family: var(--font-main);
  font-size: 18px;
  color: var(--vgreen-100);
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease;
  width: 100%;
}

.vcal__input:focus {
  border-color: var(--vgreen-100);
}

.vcal__input::placeholder {
  color: rgba(26, 47, 51, 0.4);
}

.vcal__privacy {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  padding-top: 8px;
}

.vcal__privacy input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 3px;
  cursor: pointer;
  accent-color: var(--vgreen-100);
}

.vcal__privacy span {
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
}

.vcal__privacy a {
  color: #6b7280;
  text-decoration: underline;
}

/* Submit */
.vcal__submit {
  width: 100%;
  max-width: 576px;
  height: 60px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vgreen-50);
  border: none;
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  color: #1a2426;
  letter-spacing: 1.4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vcal__submit:hover {
  background: var(--vgreen-75);
  color: #ffffff;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .vcal-section {
    padding: 40px 24px;
  }

  .vcal {
    flex-direction: column;
  }

  .vcal__sidebar {
    width: 100%;
    min-width: auto;
    border-radius: 12px 12px 0 0;
    padding: 40px 24px;
  }

  .vcal__main {
    border-radius: 0 0 12px 12px;
    padding: 32px 20px;
  }

  .vcal__title {
    font-size: 28px;
  }

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

  .vcal__calendar {
    padding: 16px;
  }

  .vcal__cal-cell {
    width: auto;
    height: auto;
    padding: 6px 0;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vcal-section {
    padding: 32px 16px;
  }

  .vcal__sidebar {
    padding: 32px 20px;
  }

  .vcal__main {
    padding: 24px 16px;
  }

  .vcal__title {
    font-size: 24px;
  }

  .vcal__subtitle {
    font-size: 16px;
  }

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

  .vcal__calendar {
    padding: 12px;
  }

  .vcal__cal-dayname,
  .vcal__cal-cell {
    font-size: 14px;
  }

  .vcal__cal-cell {
    width: auto;
    height: auto;
    min-width: 28px;
    min-height: 28px;
    padding: 4px 0;
  }
}

/* ── Footer ── */

/* Reset Contao footer wrapper */
footer#footer,
footer#footer>.inside {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
}

.viaxis-footer {
  position: relative;
  background: linear-gradient(211.79deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%),
    linear-gradient(90deg, #1a2f33 0%, #1a2f33 100%);
  color: var(--vgreen-25);
  overflow: hidden;
}

.viaxis-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 46px 72px 32px;
}

/* Logo */
.viaxis-footer__logo {
  margin-bottom: 48px;
}

.viaxis-footer__logo img {
  width: 71px;
  height: auto;
}

/* Info-Bereich — 3 Spalten */
.viaxis-footer__info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}

.viaxis-footer__info p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--vgreen-25);
  margin: 0;
}

.viaxis-footer__info a {
  color: var(--vgreen-25);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.viaxis-footer__info a:hover {
  opacity: 0.7;
}

/* Social Links */
.viaxis-footer__social {
  display: flex;
  gap: 12px;
  margin-bottom: 48px;
}

.viaxis-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--vgreen-25);
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.viaxis-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Bottom Bar */
.viaxis-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.viaxis-footer__copyright {
  font-size: 16px;
  line-height: 1.5;
  color: var(--vgreen-50);
  margin: 0;
}

.viaxis-footer__legal {
  display: flex;
  gap: 36px;
}

.viaxis-footer__legal a {
  font-size: 16px;
  line-height: 1.5;
  color: var(--vgreen-50);
  text-decoration: none;
  transition: color 0.2s ease;
}

.viaxis-footer__legal a:hover {
  color: var(--vgreen-25);
}

/* Footer Mobile */
@media (max-width: 768px) {
  .viaxis-footer__inner {
    padding: 36px 24px 24px;
  }

  .viaxis-footer__logo {
    margin-bottom: 32px;
  }

  .viaxis-footer__info {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }

  .viaxis-footer__social {
    margin-bottom: 32px;
  }

  .viaxis-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .viaxis-footer__legal {
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* ── Pages ── */

/* Seitenspezifische Styles */

/* ── Legal Pages (Impressum / Datenschutz) ── */

.legal-page {
  background: #ffffff;
  padding: 140px 72px 80px;
}

.legal-page__inner {
  max-width: 900px;
  margin: 0 auto;
}

.legal-page__heading {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 48px;
  line-height: 1.15;
}

.legal-page__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.legal-page__section-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 16px;
  line-height: 1.3;
}

.legal-page__text {
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
}

.legal-page__text p {
  margin: 0 0 12px;
}

.legal-page__text p:last-child {
  margin-bottom: 0;
}

.legal-page__text a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.legal-page__text a:hover {
  opacity: 0.7;
}

.legal-page__text ul,
.legal-page__text ol {
  padding-left: 24px;
  margin: 12px 0;
}

.legal-page__text li {
  margin-bottom: 6px;
}

.legal-page__text strong {
  color: #000000;
  font-weight: 600;
}

/* Gradient-Labs-Link (optional pro Abschnitt) */
.legal-page__credit-link-wrap {
  margin: 12px 0 0;
}

.legal-page__credit-link {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.legal-page__credit-link:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 120px 24px 48px;
  }

  .legal-page__heading {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .legal-page__content {
    gap: 28px;
  }

  .legal-page__section-title {
    font-size: 20px;
  }

  .legal-page__text {
    font-size: 15px;
  }
}

/* ── Cookie Consent Banner ── */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  pointer-events: none;
}

.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-banner__inner {
  max-width: 600px;
  margin: 0 0 0 auto;
  background: var(--vgreen-100);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-banner__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--vgreen-25);
  margin-bottom: 8px;
}

.cookie-banner__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--vgreen-50);
  margin: 0;
}

.cookie-banner__actions {
  display: flex;
  gap: 12px;
}

.cookie-banner__btn {
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-main);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  border: none;
}

.cookie-banner__btn--accept {
  background: var(--vgreen-25);
  color: var(--vgreen-100);
}

.cookie-banner__btn--accept:hover {
  background: #ffffff;
}

.cookie-banner__btn--decline {
  background: transparent;
  color: var(--vgreen-25);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-banner__btn--decline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .cookie-banner {
    padding: 12px;
  }

  .cookie-banner__inner {
    max-width: none;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-banner__btn {
    width: 100%;
    text-align: center;
  }
}

/* ══════════════════════════════════════
   Teaser Cards (rsce_teaser_cards)
   ══════════════════════════════════════ */

.teaser-cards {
  background: linear-gradient(259deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #c1cbb5 0%, #c1cbb5 100%);
  padding: 60px 71px;
}

.teaser-cards__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1297px;
  margin: 0 auto 32px;
}

.teaser-cards__filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 999px;
  background: transparent;
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.33px;
  color: #1a2f33;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.teaser-cards__filter-btn:hover {
  background: rgba(26, 47, 51, 0.08);
}

.teaser-cards__filter-btn.is-active {
  background: #1a2f33;
  color: #fff;
  border-color: #1a2f33;
}

.teaser-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  max-width: 1297px;
  margin: 0 auto;
}

/* ── Single Card ── */
.teaser-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  min-width: 0;
  overflow-wrap: break-word;
}

.teaser-card[hidden] {
  display: none;
}

/* ── Tags ── */
.teaser-card__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.teaser-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.33px;
  color: #1a2f33;
  white-space: nowrap;
}

/* ── Body text ── */
.teaser-card__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-grow: 1;
}

.teaser-card__title {
  font-family: var(--font-headlines, 'GT Standard', sans-serif);
  font-weight: 500;
  font-size: 27.3px;
  line-height: 1.3;
  color: #1a2f33;
  margin: 0 0 8px 0;
}

.teaser-card__subtitle {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #1a2f33;
  margin: 0 0 32px 0;
}

.teaser-card__desc {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #1a2f33;
  opacity: 0.8;
  margin: 0;
}

/* ── Link ── */
.teaser-card__link {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
  color: #1a2f33;
  text-decoration: none;
  margin-top: auto;
  padding-top: 24px;
  transition: opacity 0.2s ease;
}

.teaser-card__link:hover {
  opacity: 0.7;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .teaser-cards {
    padding: 48px 32px;
  }

  .teaser-cards__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .teaser-cards {
    padding: 40px 20px;
  }

  .teaser-cards__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .teaser-card {
    min-height: auto;
  }

  .teaser-card__title {
    font-size: 22px;
  }

  .teaser-card__desc {
    font-size: 16px;
  }
}

/* ══════════════════════════════════════
   Bericht Banner (rsce_bericht_banner)
   ══════════════════════════════════════ */

.bericht-banner {
  background: #ffffff;
  padding: 20px 72px;
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-size: 18px;
  line-height: 1.5;
  color: #1a2f33;
  display: flex;
  align-items: center;
  gap: 0;
}

.bericht-banner__back {
  color: #1a2f33;
  text-decoration: none;
  transition: opacity 0.2s;
}

.bericht-banner__back:hover {
  opacity: 0.7;
}

.bericht-banner__sep {
  margin: 0 8px;
}

.bericht-banner__title {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .bericht-banner {
    padding: 14px 20px;
    font-size: 14px;
  }

  .bericht-banner__back-text,
  .bericht-banner__sep {
    display: none;
  }

  .bericht-banner__back {
    margin-right: 8px;
  }

  .bericht-banner__arrow {
    font-size: 20px;
    font-weight: 700;
  }
}

/* ══════════════════════════════════════
   Bericht Hero Strip (rsce_bericht_hero_strip)
   ══════════════════════════════════════ */

.bericht-hero-strip {
  background: linear-gradient(210deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #c1cbb5 0%, #c1cbb5 100%);
  height: 119px;
  width: 100%;
}

/* ══════════════════════════════════════
   Bericht Hero (rsce_bericht_hero)
   ══════════════════════════════════════ */

.bericht-hero {
  position: relative;
  background: linear-gradient(212deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%),
    linear-gradient(90deg, #1a2f33 0%, #1a2f33 100%);
  padding: 46px 72px 160px;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
}

.bericht-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 632px;
}

/* Tags */
.bericht-hero__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 24px;
}

.bericht-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-size: 11.4px;
  line-height: 1.45;
  letter-spacing: 0.3px;
  color: #f3feea;
  white-space: nowrap;
}

/* Title */
.bericht-hero__title {
  font-family: var(--font-headlines, 'GT Standard', sans-serif);
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  color: #f4f8eb;
  margin: 0 0 24px 0;
}

/* Subtitle */
.bericht-hero__subtitle {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #f4f8eb;
  margin: 0;
  max-width: 630px;
}

/* Deco image (coins) */
.bericht-hero__deco {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 500px;
}

.bericht-hero__deco-img {
  width: 100%;
  height: auto;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .bericht-hero {
    padding: 40px 40px 140px;
    min-height: 420px;
  }

  .bericht-hero__title {
    font-size: 44px;
  }

  .bericht-hero__subtitle {
    font-size: 20px;
  }

  .bericht-hero__deco {
    max-width: 350px;
    right: 40px;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .bericht-hero {
    padding: 32px 20px 120px;
    min-height: auto;
  }

  .bericht-hero__title {
    font-size: 32px;
  }

  .bericht-hero__subtitle {
    font-size: 18px;
  }

  .bericht-hero__deco {
    display: none;
  }
}

/* ══════════════════════════════════════
   Bericht Content (rsce_bericht_content)
   ══════════════════════════════════════ */

.bericht-content-wrap {
  background: linear-gradient(264deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #c1cbb5 0%, #c1cbb5 100%);
  padding: 0 74px 80px 74px;
}

.bericht-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 36px 60px;
  margin-top: -60px;
  position: relative;
  z-index: 3;
}

.bericht-content__author {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #1a2f33;
  margin: 0 0 40px 0;
}

/* ── Content Blocks ── */
.bericht-content__block {
  margin-bottom: 60px;
}

.bericht-content__block:last-child {
  margin-bottom: 0;
}

/* Text + Image (side by side) */
.bericht-content__block--text-img,
.bericht-content__block--img-text {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.bericht-content__block-title {
  font-family: var(--font-headlines, 'GT Standard', sans-serif);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  color: #1a2f33;
  margin: 0 0 20px 0;
}

.bericht-content__block-body {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1a2f33;
}

.bericht-content__block-body p {
  margin: 0 0 16px 0;
}

.bericht-content__block-body p:last-child {
  margin-bottom: 0;
}

.bericht-content__block-media {
  height: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.bericht-content__block-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

/* ── Illustration Modifier (SVG) ── */
.bericht-content__block-media--illustration {
  aspect-ratio: unset;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}

.bericht-content__block-img--illustration {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  border-radius: 0;
}

/* ── Quote ── */
.bericht-content__quote {
  font-family: var(--font-headlines, 'GT Standard', sans-serif);
  font-weight: 500;
  font-size: 27px;
  line-height: 1.25;
  color: #1a2f33;
  text-align: center;
  max-width: 852px;
  margin: 60px auto;
  padding: 0;
  border: none;
}

.bericht-content__quote p {
  margin: 0;
}

/* ── Full-width Image ── */
.bericht-content__full-img {
  aspect-ratio: 1073 / 535;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 60px;
}

.bericht-content__full-img:last-child {
  margin-bottom: 0;
}

.bericht-content__full-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

/* Full-width SVG illustration */
.bericht-content__full-img--illustration {
  aspect-ratio: unset;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.bericht-content__full-img--illustration img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
  border-radius: 0;
}

/* ── Two Columns ── */
.bericht-content__block-title--full {
  margin-bottom: 24px;
}

.bericht-content__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.bericht-content__col {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #434843;
}

.bericht-content__col p {
  margin: 0 0 16px 0;
}

.bericht-content__col p:last-child {
  margin-bottom: 0;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .bericht-content-wrap {
    padding: 0 40px 60px;
  }

  .bericht-content {
    padding: 40px 28px 50px;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .bericht-content-wrap {
    padding: 0 16px 40px;
  }

  .bericht-content {
    padding: 32px 20px 40px;
    margin-top: -80px;
  }

  .bericht-content__block--text-img,
  .bericht-content__block--img-text {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bericht-content__block-media {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  /* First block: show image above text on mobile */
  .bericht-content__block--first .bericht-content__block-text {
    order: 2;
  }

  .bericht-content__block--first .bericht-content__block-media {
    order: 1;
  }


  .bericht-content__block-title {
    font-size: 24px;
  }

  .bericht-content__block-body {
    font-size: 16px;
    line-height: 1.5;
  }

  .bericht-content__quote {
    font-size: 20px;
    line-height: 1.4;
    margin: 40px auto;
  }

  .bericht-content__cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bericht-content__block {
    margin-bottom: 40px;
  }
}

/* ── 404 Error Page ── */

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 160px 72px 72px;
  background:
    linear-gradient(249deg, rgba(69, 69, 69, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, rgb(193, 203, 181) 0%, rgb(193, 203, 181) 100%);
}

.error-404__container {
  display: flex;
  align-items: center;
  gap: 72px;
  max-width: 1080px;
  width: 100%;
  animation: error404FadeIn 0.6s ease both;
}

@keyframes error404FadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Illustration column ── */

.error-404__illustration {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404__image {
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
}

.error-404__svg {
  width: 240px;
  height: 240px;
  color: var(--vgreen-100);
  animation: error404Float 6s ease-in-out infinite;
}

@keyframes error404Float {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}

/* ── Content column ── */

.error-404__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.error-404__code {
  font-family: var(--font-main);
  font-size: 140px;
  font-weight: 500;
  line-height: 1;
  color: var(--vgreen-50);
  letter-spacing: -4px;
  display: block;
}

.error-404__heading {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--vgreen-100);
  margin: 0;
}

.error-404__text {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 47, 51, 0.7);
  margin: 0;
  max-width: 480px;
}

.error-404__btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid var(--vgreen-100);
  border-radius: 999px;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  color: var(--vgreen-100);
  text-decoration: none;
  margin-top: 12px;
  transition: all var(--transition);
}

.error-404__btn:hover {
  background: var(--vgreen-100);
  color: var(--vgreen-25);
}

.error-404__btn svg {
  flex-shrink: 0;
  transition: transform var(--transition);
}

.error-404__btn:hover svg {
  transform: translateX(-3px);
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .error-404 {
    padding: 140px 48px 60px;
  }

  .error-404__container {
    gap: 48px;
  }

  .error-404__illustration {
    flex: 0 0 200px;
  }

  .error-404__svg {
    width: 180px;
    height: 180px;
  }

  .error-404__code {
    font-size: 100px;
  }

  .error-404__heading {
    font-size: 30px;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .error-404 {
    padding: 120px 24px 48px;
    min-height: calc(100vh - 80px);
  }

  .error-404__container {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .error-404__illustration {
    flex: none;
  }

  .error-404__svg {
    width: 140px;
    height: 140px;
  }

  .error-404__image {
    max-width: 180px;
  }

  .error-404__content {
    align-items: center;
  }

  .error-404__code {
    font-size: 80px;
    letter-spacing: -2px;
  }

  .error-404__heading {
    font-size: 26px;
  }

  .error-404__text {
    font-size: 18px;
  }

  .error-404__btn {
    align-self: center;
  }
}

/* ══════════════════════════════════════
   Topic FAQ (rsce_topic_faq)
   ══════════════════════════════════════ */

.topic-faq {
  background-color: #f2f6e9;
  padding: 80px 72px;
}

.topic-faq__heading {
  font-family: var(--font-headlines, 'GT Standard', sans-serif);
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 60px 0;
  max-width: 600px;
}

.topic-faq__heading-bold {
  font-weight: 500;
  color: #1a2f33;
}

.topic-faq__heading-light {
  font-weight: 400;
  color: rgba(26, 47, 51, 0.4);
}

/* ── Topic Grid (2 columns) ── */
.topic-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 72px;
  max-width: 1297px;
  margin: 0 auto;
}

/* ── Single Topic ── */
.topic-faq__topic-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.topic-faq__topic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  flex-shrink: 0;
}

.topic-faq__topic-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.topic-faq__topic-title {
  font-family: var(--font-headlines, 'GT Standard', sans-serif);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  color: #1a2f33;
  margin: 0;
}

/* ── FAQ Items ── */
.topic-faq__item {
  border-top: 1px solid rgba(26, 47, 51, 0.12);
}

.topic-faq__item:last-child {
  border-bottom: 1px solid rgba(26, 47, 51, 0.12);
}

.topic-faq__trigger {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-headlines, 'GT Standard', sans-serif);
  color: #1a2f33;
}

.topic-faq__number {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  flex-shrink: 0;
  min-width: 28px;
}

.topic-faq__question {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  flex: 1;
}

.topic-faq__icon-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  color: #1a2f33;
}

/* Plus/Minus toggle */
.topic-faq__minus {
  display: none;
}

.topic-faq__item.is-open .topic-faq__plus {
  display: none;
}

.topic-faq__item.is-open .topic-faq__minus {
  display: block;
}

/* ── Answer (collapsible) ── */
.topic-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.topic-faq__item.is-open .topic-faq__answer {
  max-height: 600px;
}

.topic-faq__answer-text {
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(26, 47, 51, 0.65);
  margin: 0 0 20px 36px;
  max-width: 560px;
}

.topic-faq__answer-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-text, 'GT Standard', sans-serif);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
  color: #1a2f33;
  text-decoration: none;
  margin: 0 0 28px 36px;
  transition: opacity 0.2s ease;
}

.topic-faq__answer-link:hover {
  opacity: 0.65;
}

.topic-faq__arrow {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.topic-faq__answer-link:hover .topic-faq__arrow {
  transform: translateX(3px);
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .topic-faq {
    padding: 60px 40px;
  }

  .topic-faq__heading {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .topic-faq__grid {
    gap: 48px 40px;
  }

  .topic-faq__topic-icon {
    width: 56px;
    height: 56px;
  }

  .topic-faq__topic-title {
    font-size: 30px;
  }

  .topic-faq__question,
  .topic-faq__number {
    font-size: 20px;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .topic-faq {
    padding: 48px 20px;
  }

  .topic-faq__heading {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .topic-faq__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .topic-faq__topic-header {
    margin-bottom: 24px;
  }

  .topic-faq__topic-icon {
    width: 48px;
    height: 48px;
  }

  .topic-faq__topic-title {
    font-size: 26px;
  }

  .topic-faq__trigger {
    padding: 20px 0;
  }

  .topic-faq__question,
  .topic-faq__number {
    font-size: 18px;
  }

  .topic-faq__answer-text {
    font-size: 15px;
    margin-left: 32px;
  }

  .topic-faq__answer-link {
    font-size: 15px;
    margin-left: 32px;
  }
}

/* ══════════════════════════════════════
   Performance Proof (rsce_performance_proof)
   ══════════════════════════════════════ */

.performance-proof {
  width: 100%;
  padding: 96px 72px;
  background: var(--vgreen-25);
}

.performance-proof__inner {
  max-width: 1297px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.performance-proof__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
}

.performance-proof__heading {
  font-family: var(--font-main);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--vgreen-100);
  margin: 0;
}

.performance-proof__intro {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.75);
  margin: 0;
}

.performance-proof__chart {
  margin: 0;
  padding: 0;
}

.performance-proof__chart-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.performance-proof__middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
}

.performance-proof__subheading {
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--vgreen-100);
  margin: 0;
}

.performance-proof__text {
  font-family: var(--font-main);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(26, 26, 26, 0.75);
  margin: 0;
}

.performance-proof__disclaimer {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.55);
  margin: 0;
  max-width: 900px;
}

@media (max-width: 1024px) {
  .performance-proof {
    padding: 72px 48px;
  }

  .performance-proof__inner {
    gap: 56px;
  }

  .performance-proof__heading {
    font-size: 36px;
  }

  .performance-proof__subheading {
    font-size: 26px;
  }

  .performance-proof__intro,
  .performance-proof__text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .performance-proof {
    padding: 56px 24px;
  }

  .performance-proof__inner {
    gap: 40px;
  }

  .performance-proof__heading {
    font-size: 28px;
  }

  .performance-proof__subheading {
    font-size: 22px;
  }

  .performance-proof__intro,
  .performance-proof__text {
    font-size: 16px;
  }

  .performance-proof__disclaimer {
    font-size: 12px;
  }
}

/* ── Event List ── */

.event-list {
  padding: 80px 24px;
  background: var(--vgreen-50);
}

.event-list__header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.event-list__items {
  max-width: 1200px;
  margin: 0 auto;
}

.event-list__heading {
  font-family: var(--font-main);
  color: var(--vgreen-100);
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 16px;
}

.event-list__intro {
  font-family: var(--font-main);
  color: var(--vgreen-100);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.event-list__empty {
  font-family: var(--font-main);
  color: var(--vgreen-100);
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 48px 0;
}

.event-list__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-card {
  position: relative;
  display: grid;
  grid-template-columns: 100px 140px 1fr auto;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 24px 16px 28px;
  box-shadow: 0 2px 8px rgba(26, 47, 51, 0.06);
  overflow: hidden;
  min-width: 0;
}

.event-card__date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-family: var(--font-main);
  color: var(--vgreen-100);
  min-width: 0;
}

.event-card__day {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.event-card__month {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}

.event-card__day + .event-card__month {
  margin-top: -28px;
  margin-left: 56px;
}

.event-card__time {
  font-size: 14px;
  color: var(--vgreen-75);
  margin-top: 6px;
}

.event-card__image {
  width: 140px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.event-card__title {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 600;
  color: var(--vgreen-100);
  margin: 0;
  line-height: 1.3;
}

.event-card__location {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--vgreen-75);
  margin: 0;
}

.event-card__status {
  display: inline-block;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 500;
  color: var(--vgreen-100);
  margin-top: 4px;
}

.event-card--low .event-card__status {
  color: #b87a3a;
}

.event-card--full .event-card__status {
  color: #b85b3a;
}

.event-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  height: 100%;
  min-height: 80px;
}

.event-card__price {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 600;
  color: var(--vgreen-100);
}

.event-card__cta {
  padding: 10px 20px;
  font-size: 15px;
}

.event-card__cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .event-list {
    padding: 56px 16px;
  }

  .event-list__heading {
    font-size: 28px;
  }

  .event-list__intro {
    font-size: 16px;
  }

  .event-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 20px 16px 24px;
  }

  .event-card__date {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }

  .event-card__day {
    font-size: 22px;
  }

  .event-card__day + .event-card__month {
    margin: 0;
  }

  .event-card__time {
    margin-top: 0;
    margin-left: auto;
  }

  .event-card__image {
    width: 100%;
    height: 160px;
  }

  .event-card__meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
  }
}

/* ── Event Booking Modal ── */

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.event-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.event-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 47, 51, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.event-modal__container {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 36px 32px;
  max-width: 560px;
  width: 100%;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0,0,0,0.18), 0 4px 16px rgba(0,0,0,0.08);
  transform: scale(0.94) translateY(12px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.event-modal.is-open .event-modal__container {
  transform: scale(1) translateY(0);
}

.event-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--vgreen-100);
  transition: background var(--transition);
}

.event-modal__close:hover {
  background: rgba(26, 47, 51, 0.08);
}

.event-modal__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
  padding-right: 28px;
}

.event-modal__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  background: var(--vgreen-25);
  border-radius: 12px;
  padding: 10px 14px;
  font-family: var(--font-main);
  color: var(--vgreen-100);
  min-width: 64px;
}

.event-modal__day {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.event-modal__month {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.event-modal__time {
  font-size: 12px;
  color: var(--vgreen-75);
  margin-top: 6px;
}

.event-modal__title {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  color: var(--vgreen-100);
  margin: 0 0 4px;
  line-height: 1.3;
}

.event-modal__location {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--vgreen-75);
  margin: 0;
}

.event-modal__description {
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--vgreen-100);
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(26, 47, 51, 0.08);
}

.event-modal__description:empty {
  display: none;
}

.event-modal__description p {
  margin: 0 0 12px;
}

.event-modal__description p:last-child {
  margin-bottom: 0;
}

.event-modal__description ul,
.event-modal__description ol {
  margin: 0 0 12px;
  padding-left: 22px;
}

.event-modal__description li {
  margin: 0 0 4px;
}

.event-modal__description strong,
.event-modal__description b {
  color: var(--vgreen-100);
  font-weight: 600;
}

.event-modal__description em,
.event-modal__description i {
  font-style: italic;
}

.event-modal__description a {
  color: var(--vgreen-100);
  text-decoration: underline;
}

.event-modal__description h1,
.event-modal__description h2,
.event-modal__description h3,
.event-modal__description h4 {
  font-family: var(--font-main);
  font-weight: 600;
  color: var(--vgreen-100);
  margin: 16px 0 8px;
  line-height: 1.3;
}

.event-modal__description h3 { font-size: 17px; }
.event-modal__description h4 { font-size: 15px; }

.event-modal__description hr {
  border: none;
  border-top: 1px solid rgba(26, 47, 51, 0.12);
  margin: 16px 0;
}

.event-modal__seats {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--vgreen-75);
  margin: 0 0 16px;
}

.event-modal__seats strong {
  color: var(--vgreen-100);
}

.event-modal__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.event-modal__person,
.event-modal__guest {
  border: 1px solid rgba(26, 47, 51, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-modal__person legend,
.event-modal__guest legend {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 600;
  color: var(--vgreen-100);
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.event-modal__remove-guest {
  background: transparent;
  border: none;
  color: var(--vgreen-75);
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--transition);
}

.event-modal__remove-guest:hover {
  color: #b85b3a;
}

.event-modal__input {
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--vgreen-100);
  background: #ffffff;
  border: 1px solid rgba(26, 47, 51, 0.18);
  border-radius: 8px;
  padding: 10px 14px;
  outline: none;
  transition: border-color var(--transition);
}

.event-modal__input:focus {
  border-color: var(--vgreen-100);
}

.event-modal__guests {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.event-modal__guests:empty {
  display: none;
}

.event-modal__add-guest {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px dashed rgba(26, 47, 51, 0.3);
  border-radius: 8px;
  padding: 8px 14px;
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--vgreen-100);
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
}

.event-modal__add-guest:hover:not(:disabled) {
  background: var(--vgreen-25);
  border-color: var(--vgreen-100);
}

.event-modal__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.event-modal__privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-main);
  font-size: 13px;
  color: var(--vgreen-100);
  line-height: 1.4;
  cursor: pointer;
}

.event-modal__privacy input {
  margin-top: 3px;
  flex-shrink: 0;
}

.event-modal__privacy a {
  color: var(--vgreen-100);
  text-decoration: underline;
}

.event-modal__error {
  font-family: var(--font-main);
  font-size: 14px;
  color: #b85b3a;
  margin: 0;
  min-height: 18px;
}

.event-modal__error:empty {
  min-height: 0;
}

.event-modal__submit {
  margin-top: 4px;
  padding: 12px 24px;
}

.event-modal__success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--vgreen-25);
  color: var(--vgreen-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.event-success-modal__container {
  max-width: 460px;
  text-align: center;
  padding: 48px 40px 36px;
}

.event-success-modal__title {
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 600;
  color: var(--vgreen-100);
  margin: 0 0 12px;
}

.event-success-modal__text {
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--vgreen-100);
  line-height: 1.5;
  margin: 0 0 8px;
}

.event-success-modal__hint {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--vgreen-75);
  line-height: 1.5;
  margin: 0 0 28px;
}

.event-success-modal__btn {
  min-width: 160px;
  padding: 12px 28px;
}

@media (max-width: 480px) {
  .event-modal {
    padding: 12px;
  }

  .event-modal__container {
    padding: 32px 20px 24px;
    border-radius: 14px;
  }

  .event-modal__head {
    flex-direction: column;
    gap: 12px;
  }

  .event-modal__title {
    font-size: 18px;
  }
}

/* ─────────────────────────────────────────────────────────────
   Bericht-Content — Desktop Timeline (ab 1024 px)
   Vertikaler Zeitstrahl mit zentraler Mittellinie. Tablet und
   Mobile bleiben unverändert.
   ───────────────────────────────────────────────────────────── */
@media (min-width: 1024px) {
  .bericht-content {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  /* Fixe visuelle Reihenfolge: Author → text-img → img-text → Zitat → two-cols.
     Greift unabhängig davon, in welcher Reihenfolge die Sections im Backend gepflegt sind. */
  .bericht-content__author          { order: 0; }
  .bericht-content__block--text-img { order: 1; }
  .bericht-content__block--img-text { order: 2; }
  .bericht-content__quote           { order: 3; }
  .bericht-content__block--two-cols { order: 4; }

  /* Vertikal-Atmung zwischen den Blöcken */
  .bericht-content__block {
    margin-bottom: 70px;
  }

  .bericht-content::before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 60px;
    left: 50%;
    width: 3px;
    background: var(--vgreen-75);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
  }

  /* Element 1 & 2: zwei gleich breite Spalten, Gap liegt auf der Linie */
  .bericht-content__block--text-img,
  .bericht-content__block--img-text {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
  }

  /* Bild moderat groß, fixes 4:3, horizontal in seiner Spalte zentriert */
  .bericht-content__block--text-img .bericht-content__block-media,
  .bericht-content__block--img-text .bericht-content__block-media {
    max-width: 420px;
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* Illustrationen (SVG) behalten ihre natürlichen Proportionen und sind etwas kleiner */
  .bericht-content__block--text-img .bericht-content__block-media--illustration,
  .bericht-content__block--img-text .bericht-content__block-media--illustration {
    max-width: 360px;
    aspect-ratio: unset;
  }

  .bericht-content__block--text-img .bericht-content__block-img--illustration,
  .bericht-content__block--img-text .bericht-content__block-img--illustration {
    max-height: 300px;
  }

  /* Element 3: Zitat nur linke Hälfte, rechtsbündig zur Linie */
  .bericht-content__quote {
    max-width: calc(50% - 40px);
    margin: 60px auto 60px 0;
    text-align: right;
    font-size: 56px;
    line-height: 1.25;
    position: relative;
  }

  /* Element 4: zweispaltig — Text 1 nach rechts, Text 2 nach links */
  .bericht-content__block--two-cols {
    position: relative;
  }

  /* Two-Cols als 3-Zeilen-Grid: Überschrift + Text 2 oben rechts, Text 1 unten links */
  .bericht-content__block--two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 24px;
  }

  .bericht-content__block--two-cols .bericht-content__block-title--full {
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
    margin: 0;
  }

  /* Cols-Wrapper löst sich auf, seine Kinder werden direkte Grid-Items */
  .bericht-content__block--two-cols .bericht-content__cols {
    display: contents;
  }

  /* Text 2 direkt unter der Überschrift in der rechten Spalte */
  .bericht-content__block--two-cols .bericht-content__col:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  /* Text 1 unten links, mit moderatem vertikalem Versatz nach unten */
  .bericht-content__block--two-cols .bericht-content__col:nth-child(1) {
    grid-column: 1;
    grid-row: 3;
    margin-top: 50px;
  }

  /* Anker-Punkte auf der Linie, vertikal mittig zum Inhalt */
  .bericht-content__block--text-img::after,
  .bericht-content__block--img-text::after,
  .bericht-content__block--two-cols::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--vgreen-100);
    border: 3px solid var(--white);
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .bericht-content__quote::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -51px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--vgreen-100);
    border: 3px solid var(--white);
    transform: translateY(-50%);
    z-index: 2;
  }
}
