/*
Theme Name: Kuhse Theme
Author: Kuhse Agency
Description: Kuhse Theme for WordPress
Version: Starter
*/

@font-face {
    font-family: "Outfit";
    src: url("assets/fonts/Outfit-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("assets/fonts/Outfit-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

body {
    background-color: #FFFCF6;
}

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

/* Scroll reveal for sections + headings/descriptions */
body.js-enabled section,
body.js-enabled .cta__title,
body.js-enabled .cta__text,
body.js-enabled .small-hero__title,
body.js-enabled .small-hero__text,
body.js-enabled .blog-hero__title,
body.js-enabled .blog-hero__text,
body.js-enabled .tiles__title,
body.js-enabled .tiles__text,
body.js-enabled .stats__title,
body.js-enabled .stats__text,
body.js-enabled .pakete__title,
body.js-enabled .pakete__text,
body.js-enabled .spruch__title,
body.js-enabled .spruch__text,
body.js-enabled .faq__title,
body.js-enabled .faq__text,
body.js-enabled .logo-slider__title {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

body.js-enabled section.is-visible,
body.js-enabled .cta__title.is-visible,
body.js-enabled .cta__text.is-visible,
body.js-enabled .small-hero__title.is-visible,
body.js-enabled .small-hero__text.is-visible,
body.js-enabled .blog-hero__title.is-visible,
body.js-enabled .blog-hero__text.is-visible,
body.js-enabled .tiles__title.is-visible,
body.js-enabled .tiles__text.is-visible,
body.js-enabled .stats__title.is-visible,
body.js-enabled .stats__text.is-visible,
body.js-enabled .pakete__title.is-visible,
body.js-enabled .pakete__text.is-visible,
body.js-enabled .spruch__title.is-visible,
body.js-enabled .spruch__text.is-visible,
body.js-enabled .faq__title.is-visible,
body.js-enabled .faq__text.is-visible,
body.js-enabled .logo-slider__title.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero staggered fade-in */
body.js-enabled .hero__title,
body.js-enabled .hero__text,
body.js-enabled .hero__actions .btn,
body.js-enabled .hero__media {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

body.js-enabled .hero__title                { transition-delay: 0s; }
body.js-enabled .hero__text                 { transition-delay: 0.15s; }
body.js-enabled .hero__actions .btn:first-child  { transition-delay: 0.3s; }
body.js-enabled .hero__actions .btn:nth-child(2) { transition-delay: 0.4s; }
body.js-enabled .hero__media                { transition-delay: 0.55s; }

body.js-enabled .hero.is-visible .hero__title,
body.js-enabled .hero.is-visible .hero__text,
body.js-enabled .hero.is-visible .hero__actions .btn,
body.js-enabled .hero.is-visible .hero__media {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body.js-enabled section,
  body.js-enabled .cta__title,
  body.js-enabled .cta__text,
  body.js-enabled .small-hero__title,
  body.js-enabled .small-hero__text,
  body.js-enabled .blog-hero__title,
  body.js-enabled .blog-hero__text,
  body.js-enabled .tiles__title,
  body.js-enabled .tiles__text,
  body.js-enabled .stats__title,
  body.js-enabled .stats__text,
  body.js-enabled .pakete__title,
  body.js-enabled .pakete__text,
  body.js-enabled .spruch__title,
  body.js-enabled .spruch__text,
  body.js-enabled .faq__title,
  body.js-enabled .faq__text,
  body.js-enabled .logo-slider__title,
  body.js-enabled .hero__title,
  body.js-enabled .hero__text,
  body.js-enabled .hero__actions .btn,
  body.js-enabled .hero__media,
  body.js-enabled .hero-video__title,
  body.js-enabled .hero-video__text,
  body.js-enabled .hero-video__actions .btn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================
   NAVBAR
========================= */

.site-header {
  position: sticky; top: 0; z-index: 1000; background-color: transparent;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease; width: 100%;
}
.site-header.is-scrolled {
  background-color: rgba(255, 252, 246, 0.85);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 1rem; position: relative; z-index: 1001;
}
.site-header__brand { display: inline-flex; align-items: center; text-decoration: none; z-index: 1002; }
.site-header__logo { display: block; height: 2.25rem; width: auto; }
.site-header__menu, .site-header__menu ul { list-style: none; margin: 0; padding: 0; }
.site-header__menu { display: flex; align-items: center; gap: 0.5rem; }
.site-header__menu > li { position: relative; }
.site-header__menu a {
  display: inline-flex; align-items: center; text-decoration: none; color: #000;
  font-size: 1.1rem; font-weight: 500; padding: 0.5rem 1rem; border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-header__menu a:hover, .site-header__menu a:focus-visible { background-color: rgba(0, 0, 0, 0.05); }
.site-header__menu .btn--primary > a {
  color: #fff !important; background-color: #24613B; padding: 0.5rem 1.25rem; font-size: 1rem; border-radius: 999px;
}
.site-header__menu .btn--primary > a:hover, .site-header__menu .btn--primary > a:focus-visible { background-color: #1A4E30; }
.site-header__menu .menu-item-has-children > a::after {
  content: ""; display: inline-block; margin-left: 0.5rem; width: 0.5rem; height: 0.5rem;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg); transition: transform 0.2s ease;
}
.site-header__menu .menu-item-has-children:hover > a::after, .site-header__menu .menu-item-has-children:focus-within > a::after {
  transform: translateY(2px) rotate(-135deg);
}
.site-header__menu .sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 14rem; background-color: #FFFCF6;
  border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 0.75rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0.5rem; opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 1000;
}
.site-header__menu li:hover > .sub-menu, .site-header__menu li:focus-within > .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.site-header__menu .sub-menu li { width: 100%; }
.site-header__menu .sub-menu a { width: 100%; font-size: 1rem; font-weight: 400; padding: 0.6rem 1rem; border-radius: 0.4rem; }
.site-header__menu .sub-menu a:hover { background-color: rgba(0, 0, 0, 0.04); }
.site-header__toggle {
  display: none; width: 3rem; height: 3rem; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0.75rem;
  background-color: #FFFCF6; cursor: pointer; position: relative; z-index: 1002; padding: 0; -webkit-tap-highlight-color: transparent;
}
.site-header__toggle-line {
  position: absolute; left: 50%; top: 50%; width: 1.25rem; height: 2px;
  background-color: #1F5D38; transform: translate(-50%, -50%); transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__toggle-line:nth-child(2) { transform: translate(-50%, calc(-50% - 5px)); }
.site-header__toggle-line:nth-child(4) { transform: translate(-50%, calc(-50% + 5px)); }
.site-header.is-open .site-header__toggle-line:nth-child(2) { transform: translate(-50%, -50%) rotate(45deg); }
.site-header.is-open .site-header__toggle-line:nth-child(3) { opacity: 0; }
.site-header.is-open .site-header__toggle-line:nth-child(4) { transform: translate(-50%, -50%) rotate(-45deg); }
.sub-menu-toggle {
  display: none; background: transparent; border: none; cursor: pointer; padding: 1rem;
  align-items: center; justify-content: center; color: #1F5D38;
}
.sub-menu-toggle::after {
  content: ""; display: inline-block; width: 0.7rem; height: 0.7rem;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg); transition: transform 0.3s ease;
}
.sub-menu-toggle[aria-expanded="true"]::after { transform: translateY(2px) rotate(-135deg); }

@media (max-width: 1100px) {
  .site-header__toggle { display: inline-flex; }
  .site-header__nav {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh; height: 100dvh;
    background-color: #FFFCF6; z-index: 1000; padding: 6rem clamp(1.5rem, 5vw, 2.5rem) 4rem;
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
    opacity: 0; visibility: hidden; transform: translateY(-1rem);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  .site-header.is-open .site-header__nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-header__menu { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .site-header__menu > li { width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.05); position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
  .site-header__menu a { font-size: 1.4rem; padding: 1.25rem 0; flex-grow: 1; border-radius: 0; }
  .site-header__menu a:hover, .site-header__menu a:focus-visible { background-color: transparent; color: #24613B; }
  .site-header__menu .menu-item-has-children > a::after { display: none; }
  .site-header__menu .menu-item-has-children > a { max-width: calc(100% - 3.5rem); }
  .sub-menu-toggle { display: flex; }
  .site-header__menu .sub-menu {
    position: static; box-shadow: none; border: none; background-color: transparent; width: 100%;
    min-width: 100%; padding: 0; transform: none; opacity: 1; visibility: visible; margin-top: 0; transition: none; display: none;
  }
  .site-header__menu .sub-menu.is-active { display: block; padding-bottom: 1rem; animation: fadeIn 0.3s ease forwards; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
  .site-header__menu .sub-menu a { font-size: 1.15rem; padding: 0.5rem 0 0.5rem 1rem; color: #444; }
  .site-header__menu > li:last-child { border-bottom: none; margin-top: 2rem; }
  .site-header__menu .btn--primary > a { text-align: center; display: block; width: 100%; padding: 0.75rem; border-radius: 999px; max-width: 100%; font-size: 1.1rem; }
}


/* =========================
   HERO
========================= */

.hero {
  padding-block: clamp(3.5rem, 5vw, 8rem);
}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(2rem, 4vw, 3rem);
}

.hero__content {
  max-width: 46rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hero__title {
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000;
}

.hero__rotating {
  display: inline-block;
  margin-left: 0.35rem;
  border-right: 2px solid #24613B;
  padding-right: 0.25rem;
}

.hero__text {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  color: #444;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn--secondary {
  background: transparent;
  color: #24613B;
  border: 1.5px solid #24613B;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.hero__media {
  margin: 0;
  width: 100%;
  max-width: 90rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #e1e1e1;
  aspect-ratio: 16 / 10;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__video,
.small-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__media--video,
.small-hero__media--video {
  position: relative;
  cursor: pointer;
}

/* Small Hero Media */
.small-hero__media {
  margin: 0;
  margin-top: clamp(2rem, 4vw, 3rem);
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #e1e1e1;
  aspect-ratio: 16 / 10;
}

.small-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mute/Unmute Button */
.media-mute {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  z-index: 5;
}

.media-mute:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.05);
}

.media-mute:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.media-mute__icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.media-mute__icon--on {
  display: none;
}

.media-mute__icon--off {
  display: block;
}

.media-mute.is-unmuted .media-mute__icon--on {
  display: block;
}

.media-mute.is-unmuted .media-mute__icon--off {
  display: none;
}

@media (max-width: 900px) {
  .hero__media {
    aspect-ratio: 1 / 1;
  }

  .small-hero__media {
    aspect-ratio: 1 / 1;
  }
}

/* =========================
   CONTENT (the_content)
========================= */

.long-content {
  padding-block: clamp(3rem, 5vw, 6rem);
}

.content {
  max-width: 48rem;
  margin-inline: auto;
  padding-bottom: clamp(4rem, 6vw, 6rem);
  line-height: 1.75;
  color: #1b1b1b;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
}

.content *:not(a) {
  color: inherit !important;
  background: transparent !important;
  font-family: inherit !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 2em;
  margin-bottom: 0.6em;
}

.content h1 { font-size: clamp(2rem, 3vw, 2.75rem); }
.content h2 { font-size: clamp(1.5rem, 2.2vw, 2rem); }
.content h3 { font-size: clamp(1.25rem, 1.6vw, 1.5rem); }
.content h4 { font-size: 1.125rem; }

.content p {
  margin-bottom: 1.25em;
}

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

.content a {
  color: #24613B;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.content a:hover {
  color: #1A4E30;
}

.content ul,
.content ol {
  margin-bottom: 1.25em;
  padding-left: 1.5em;
}

.content li {
  margin-bottom: 0.4em;
}

.content li:last-child {
  margin-bottom: 0;
}

.content blockquote {
  border-left: 3px solid #24613B;
  padding-left: 1.25rem;
  margin: 1.5em 0;
  color: #444;
  font-style: italic;
}

.content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  display: block;
  margin: 1.5em 0;
}

.content strong,
.content b {
  font-weight: 600;
}

.content hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 2em 0;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95rem;
}

.content th,
.content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
}

.content th {
  font-weight: 600;
  color: #000;
}

/* =========================
   BLOG HERO
========================= */

.blog-hero {
  padding-top: clamp(4rem, 6vw, 8rem);
  padding-bottom: clamp(2rem, 4vw, 4.5rem);
}

.blog-hero__media {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #e1e1e1;
  aspect-ratio: 3 / 2;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.blog-hero__media img,
.blog-hero__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.blog-hero__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-hero__title {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #000;
}

.blog-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-hero__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-hero__tag {
  background: #D6E6D8;
  color: #1F5D38;
  border: 1px solid rgba(31, 93, 56, 0.25);
  border-radius: 0.5rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.blog-hero__text {
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  color: #444;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .blog-hero__content {
    grid-template-columns: 1fr;
  }
}

/* =========================
   SMALL HERO
========================= */

.small-hero {
  padding-top: clamp(5rem, 8vw, 10rem);
  padding-bottom: clamp(2.5rem, 5vw, 6rem);
}

.small-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.small-hero__content {
  max-width: 46rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.small-hero__title {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #000;
}

.small-hero__text {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  color: #444;
  line-height: 1.6;
}

.cta {
  padding-block: clamp(3.5rem, 6vw, 7rem);
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.cta__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

.cta__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 70%;
}

.cta__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.cta__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #444;
  line-height: 1.6;
  max-width: 42rem;
}

.cta__text > *:first-child {
  margin-top: 0;
}

.cta__text > *:last-child {
  margin-bottom: 0;
}

.cta__actions {
  margin-top: 0.5rem;
}

/* Media */
.cta__media {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 1 / 1;
}

.cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Button (minimal, clean) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 400;
  padding: 0.85rem 1.1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.btn--primary {
  background: #24613B;
  color: #fff;
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background-color: #2E6F44;
}

.btn--secondary:hover,
.btn--secondary:focus-visible {
  background-color: #24613B;
  color: #fff;
}

.btn--primary:active {
  background-color: #1E5232;
}

/* Responsive */
@media (max-width: 900px) {
  .cta__grid {
    grid-template-columns: 1fr;
  }

  .cta__content {
    max-width: 100%;
  }

  .cta__media {
    aspect-ratio: 16 / 10;
  }
}

/* =========================
   TILES / KACHELN
========================= */

.tiles {
  padding-block: clamp(3.5rem, 6vw, 7rem);
}

.tiles__header {
  text-align: center;
  max-width: 48rem;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tiles__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.tiles__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #444;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.tiles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.5rem);
  align-items: stretch;
}

/* Card */
.tiles__card {
  background: #CFE0CF; /* das grün aus deinem Screenshot */
  border: 1px solid rgba(36, 97, 59, 0.25); /* an dein Button-Grün angelehnt */
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Icon */
.tiles__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  margin-bottom: 0.75rem;
  place-items: start;
}

.tiles__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Text */
.tiles__card-title {
  font-size: clamp(1.2rem, 1.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #000;
}

.tiles__card-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  max-width: 32ch;
}

/* Responsive */
@media (max-width: 900px) {
  .tiles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tiles__card-text {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .tiles__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   STICKY KARTEN
========================= */

.sticky-cards {
  padding-block: clamp(3.5rem, 6vw, 8rem);
}

.sticky-cards__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.sticky-cards__content {
  position: sticky;
  top: clamp(1.5rem, 12vh, 6rem);
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sticky-cards__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sticky-cards__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #444;
  line-height: 1.6;
}

.sticky-cards__text > *:first-child {
  margin-top: 0;
}

.sticky-cards__text > *:last-child {
  margin-bottom: 0;
}

.sticky-cards__list {
  --stack-start: clamp(5rem, 12vh, 8rem);
  --stack-step: 0rem;
  --stack-gap: clamp(0.75rem, 0.8vw, 0.9rem);
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-bottom: clamp(18rem, 35vh, 28rem);
}

.sticky-cards__card {
  background: #1F5D38;
  color: #F6F2EA;
  border-radius: 1rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: clamp(14rem, 24vw, 18rem);
  position: sticky;
  top: calc(var(--stack-start) + (var(--card-index) * var(--stack-step)));
  z-index: calc(10 + var(--card-index));
  margin-top: var(--stack-gap);
}

.sticky-cards__card:first-child {
  margin-top: 0;
}

.sticky-cards__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  margin-bottom: 0.25rem;
  place-items: start;
}

.sticky-cards__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.sticky-cards__card-title {
  font-size: clamp(1.5rem, 1.8vw, 1.85rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.sticky-cards__card-text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: rgba(246, 242, 234, 0.88);
  line-height: 1.6;
}

.sticky-cards__card-text > *:first-child {
  margin-top: 0;
}

.sticky-cards__card-text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .sticky-cards__layout {
    grid-template-columns: 1fr;
  }

  .sticky-cards__content {
    position: static;
  }

  .sticky-cards__card {
    position: static;
    margin-top: 1.25rem;
    top: auto;
  }
}

/* =========================
   STATS
========================= */

.stats {
  padding-block: clamp(3.5rem, 6vw, 7rem);
}

.stats__header {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.stats__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000;
}

.stats__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #444;
  line-height: 1.6;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2.25rem);
  align-items: start;
}

.stats__item {
  border-left: 2px solid #24613B;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.stats__value {
  font-size: clamp(4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #24613B;
}

.stats__label {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  line-height: 1.4;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .stats__grid {
    grid-template-columns: 1fr;
  }

  .stats__item {
    padding-left: 1rem;
  }
}

/* =========================
   PAKETE / PRICING
========================= */

.pakete {
  padding-block: clamp(3.5rem, 6vw, 7rem);
}

.pakete__header {
  text-align: center;
  max-width: 48rem;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pakete__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.pakete__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #444;
  line-height: 1.6;
}

.pakete__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2rem);
  align-items: stretch;
}

/* Card */
.pakete__card {
  background: #CFE0CF;
  border: 1px solid rgba(36, 97, 59, 0.25);
  border-radius: 1rem;
  padding: clamp(1.5rem, 2vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pakete__badge {
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 400;
  color: #000;
  margin-bottom: 0.25rem;
}

.pakete__card-title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 0.5rem;
}

.pakete__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  margin: 0;
  padding: 0;
}

.pakete__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: clamp(0.9375rem, 1vw, 1rem);
  line-height: 1.5;
  color: #000;
}

.pakete__checkmark {
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.pakete__actions {
  margin-top: auto;
  padding-top: 0.5rem;
}

.pakete__actions .btn {
  width: 100%;
}

/* Responsive */
@media (max-width: 900px) {
  .pakete__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   SPRUCH / QUOTE
========================= */

.spruch {
  padding-block: clamp(3.5rem, 6vw, 7rem);
  padding-left: clamp(2rem, 5vw, 4rem);
  background-color: #1a4d2e; /* Dunkler Grashintergrund */
}

.spruch__content {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.spruch__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff; /* Weiße Überschrift */
}

.spruch__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #888; /* Grauer Untertext */
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .spruch {
    padding-left: clamp(1rem, 3vw, 2rem);
  }
}

/* =========================
   FAQ
========================= */

.faq {
  padding-block: clamp(3.5rem, 6vw, 7rem);
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.faq__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000;
}

.faq__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #444;
  line-height: 1.6;
}

.faq__actions {
  margin-top: 0.5rem;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq__item {
  background: #CFE0CF;
  border: 1px solid rgba(36, 97, 59, 0.25);
  border-radius: 1rem;
  padding: 1.25rem;
  overflow: hidden;
}

.faq__toggle {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq__question {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  flex: 1;
}

.faq__icon {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.faq__item[aria-expanded="false"] .faq__icon {
  transform: rotate(45deg);
}

.faq__answer {
  margin-top: 1rem;
  font-size: clamp(0.9375rem, 1vw, 1rem);
  line-height: 1.6;
  color: #444;
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.faq__item[aria-expanded="false"] .faq__answer {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
}

.faq__answer p {
  margin: 0;
}

.faq__answer p + p {
  margin-top: 0.75rem;
}

/* Responsive */
@media (max-width: 900px) {
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .faq__sidebar {
    margin-bottom: 1rem;
  }
}

/* =========================
   LOGO SLIDER
========================= */

.logo-slider {
  padding-block: clamp(3rem, 5vw, 7rem);
}

.logo-slider__title {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #888;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #000;
}

.logo-slider__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
}

.logo-slider__track {
  display: flex;
  gap: 1rem;
  animation: logo-slide 30s linear infinite;
  will-change: transform;
}

.logo-slider__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slider__logo {
  width: auto;
  height: clamp(3rem, 4vw, 4rem);
  object-fit: contain;
  display: block;
  filter: grayscale(100%) opacity(0.6);
  transition: filter 0.3s ease;
}

.logo-slider__item:hover .logo-slider__logo {
  filter: grayscale(0%) opacity(1);
}

@keyframes logo-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.logo-slider__wrapper:hover .logo-slider__track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 900px) {
  .logo-slider__logo {
    height: clamp(2.5rem, 3vw, 3rem);
  }
}

/* =========================
   BLOG
========================= */

.blog {
  padding-block: clamp(3.5rem, 6vw, 7rem);
}

.blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.blog__intro {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.blog__title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.blog__text {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: #444;
  line-height: 1.6;
}

.blog__cta {
  white-space: nowrap;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.blog__card {
  background: #24613B;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.blog__media {
  display: block;
  background: #ddd;
  aspect-ratio: 3 / 2;
}

.blog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog__placeholder {
  width: 100%;
  height: 100%;
  background: #dcdcdc;
}

.blog__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #fff;
}

.blog__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  width: fit-content;
}

.blog__card-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.blog__card-title a {
  color: #fff;
  text-decoration: none;
}

.blog__excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.blog__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 900px) {
  .blog__header {
    flex-direction: column;
    align-items: flex-start;
  }

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

.blog__card--hidden {
  display: none;
}

.blog__load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.blog__pagination {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.blog__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.blog__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.blog__pagination .page-numbers:hover {
  background-color: rgba(36, 97, 59, 0.1);
  color: #24613B;
}

.blog__pagination .page-numbers.current {
  background-color: #24613B;
  color: #fff;
}

.text-white {
  color: white !important;
}

/* =========================
   VIDEO BACKGROUND HERO
========================= */

.hero-video {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video__bg video,
.hero-video__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, var(--overlay-opacity, 0.45));
}

.hero-video__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  padding-block: clamp(5rem, 10vw, 8rem);
}

.hero-video__title {
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 50rem;
}

.hero-video__text {
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.6;
  max-width: 36rem;
}

.hero-video__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

/* Light text (for dark videos) */
.hero-video--light .hero-video__title {
  color: #fff;
}

.hero-video--light .hero-video__text {
  color: rgba(255, 255, 255, 0.85);
}

.hero-video--light .btn--secondary {
  border-color: #fff;
  color: #fff;
}

.hero-video--light .btn--secondary:hover,
.hero-video--light .btn--secondary:focus-visible {
  background-color: #fff;
  border-color: #fff;
  color: #1a1a1a;
}

/* Dark text (for bright videos) */
.hero-video--dark .hero-video__title {
  color: #000;
}

.hero-video--dark .hero-video__text {
  color: #444;
}

/* Staggered fade-in */
body.js-enabled .hero-video__title,
body.js-enabled .hero-video__text,
body.js-enabled .hero-video__actions .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.js-enabled .hero-video__title       { transition-delay: 0.2s; }
body.js-enabled .hero-video__text        { transition-delay: 0.4s; }
body.js-enabled .hero-video__actions .btn:first-child { transition-delay: 0.6s; }
body.js-enabled .hero-video__actions .btn:nth-child(2) { transition-delay: 0.75s; }

body.js-enabled .hero-video.is-visible .hero-video__title,
body.js-enabled .hero-video.is-visible .hero-video__text,
body.js-enabled .hero-video.is-visible .hero-video__actions .btn {
  opacity: 1;
  transform: none;
}

@media (max-width: 768px) {
  .hero-video {
    min-height: 60vh;
  }

  .hero-video__actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-video__actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   404
========================= */

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  padding-block: clamp(4rem, 8vw, 8rem);
}

.error-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.error-page__code {
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #24613B;
  opacity: 0.2;
}

.error-page__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  color: #000;
}

.error-page__text {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: #666;
  max-width: 28rem;
}

.error-page .btn {
  margin-top: 0.5rem;
}

/* =========================
   SECTION DARK MODE
========================= */

.section--dark {
  background-color: #0d1f15;
  color: #f0f0f0;
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: #fff;
}

.section--dark p,
.section--dark span,
.section--dark li {
  color: #ccc;
}

/* Tiles (Kacheln) */
.section--dark .tiles__card {
  background-color: #162b1e;
  border-color: rgba(255, 255, 255, 0.08);
}

.section--dark .tiles__card-title { color: #fff; }
.section--dark .tiles__card-text { color: #bbb; }

.section--dark .tiles__icon img {
  filter: brightness(1.8) contrast(0.9);
}

/* Pakete */
.section--dark .pakete__card {
  background-color: #162b1e;
  border-color: rgba(255, 255, 255, 0.08);
}

.section--dark .pakete__badge { color: #ccc; }
.section--dark .pakete__card-title { color: #fff; }
.section--dark .pakete__feature { color: #ccc; }
.section--dark .pakete__checkmark path { stroke: #8BC7A0; }

/* FAQ */
.section--dark .faq__item {
  background-color: #162b1e;
  border-color: rgba(255, 255, 255, 0.08);
}

.section--dark .faq__question { color: #fff; }
.section--dark .faq__icon { color: #999; }
.section--dark .faq__answer { color: #bbb; }

/* Stats */
.section--dark .stats__item {
  border-left-color: rgba(255, 255, 255, 0.15);
}

.section--dark .stats__value { color: #8BC7A0; }
.section--dark .stats__label { color: #bbb; }

/* CTA */
.section--dark .cta__title { color: #fff; }
.section--dark .cta__text { color: #ccc; }

.section--dark .cta__media {
  background-color: #162b1e;
}

/* Logo Slider */
.section--dark .logo-slider__title { color: #fff; }

.section--dark .logo-slider__logo {
  filter: grayscale(100%) brightness(2) opacity(0.5);
}

.section--dark .logo-slider__item:hover .logo-slider__logo {
  filter: grayscale(0%) brightness(1) opacity(1);
}

/* Blog Section Header */
.section--dark .blog__title { color: #fff; }
.section--dark .blog__text { color: #ccc; }

/* Buttons */
.section--dark .btn--secondary {
  border-color: #8BC7A0;
  color: #8BC7A0;
}

.section--dark .btn--secondary:hover,
.section--dark .btn--secondary:focus-visible {
  background-color: #8BC7A0;
  border-color: #8BC7A0;
  color: #0d1f15;
}

/* Hero / Small Hero */
.section--dark.hero,
.section--dark.small-hero {
  background-color: #0d1f15;
}

.section--dark .hero__title,
.section--dark .small-hero__title {
  color: #fff;
}

.section--dark .hero__text,
.section--dark .small-hero__text {
  color: #ccc;
}

.section--dark .hero__rotating {
  color: #8BC7A0;
}

.section--dark .media-mute {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.section--dark .media-mute:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background: #0d1f15;
  color: #d0d0d0;
  padding-top: clamp(4rem, 6vw, 5.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 28rem;
}

.site-footer__logo {
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.site-footer__block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer__heading {
  font-weight: 600;
  color: #fff;
}

.site-footer__text {
  color: #aaa;
  line-height: 1.6;
}

.site-footer__link {
  color: #aaa;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.site-footer__link:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-footer__social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #1F5D38;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.site-footer__social-link svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.site-footer__social-link:hover {
  transform: translateY(-2px);
  background: #24613B;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-footer__menu,
.site-footer__legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-footer__menu a,
.site-footer__legal-menu a {
  color: #aaa;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.site-footer__menu a:hover,
.site-footer__legal-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-block: clamp(2rem, 4vw, 3rem);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: #888;
}

.site-footer__legal-menu {
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* Badge */
.site-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, #3a3a3a 0%, #2a2a2a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
  margin-left: auto;
}

.site-footer__badge:hover {
  transform: translateY(-1px);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-footer__badge:active {
  transform: translateY(0);
}

.site-footer__badge-text {
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  line-height: 1;
}

.site-footer__badge-brand {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 900px) {
  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    max-width: none;
  }

  .site-footer__columns {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__badge {
    margin-left: 0;
  }
}
