/* CSS RESET & BASE TYPOGRAPHY ----------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #25313C;
  background: #FAFAFA;
  font-size: 16px;
}
img, svg {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  display: block;
}
a {
  color: #25313C;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #96C0A7;
  outline: none;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
section, .section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(37,49,60,0.05), 0 1px 0 rgba(37,49,60,0.02);
}
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-section {
  max-width: 690px;
}

/* TYPOGRAPHY -------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-weight: 800;
  line-height: 1.15;
  color: #25313C;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.4rem;
  margin-bottom: 18px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}
h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}
h4 {
  font-size: 1.15rem;
}
.subheadline {
  font-size: 1.13rem;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #25313C;
  font-weight: 600;
  margin-bottom: 16px;
}
p, li, address, blockquote, dl, dd, dt {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #25313C;
}
blockquote {
  font-style: italic;
  color: #25313C;
  border-left: 5px solid #96C0A7;
  padding-left: 16px;
  margin-bottom: 10px;
}
.testimonial-meta {
  font-size: 0.96rem;
  color: #25313C;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}
/* HEADING DECORATION (Geometric shape) */
h2::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 5px;
  background: #96C0A7;
  vertical-align: middle;
  margin-right: 16px;
  border-radius: 2px;
}

/* FLEXBOX LAYOUTS -------------------------------------------------- */
.card-container, .content-grid, .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card, .service-card {
  flex: 1 1 270px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(37,49,60,0.07);
  padding: 30px 24px 24px 24px;
  border: 2px solid #F7E388;
  transition: transform 0.2s, box-shadow 0.23s, border-color 0.17s;
}
.card:hover, .service-card:hover {
  transform: translateY(-6px) scale(1.03) rotate(-1deg);
  border-color: #96C0A7;
  box-shadow: 0 4px 24px rgba(37,49,60,0.14);
  z-index: 2;
}
.features-list, .benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.features-list li, .benefit-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F7E38820;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #25313C;
  box-shadow: 0 1px 4px rgba(37,49,60,0.03);
  margin-bottom: 0px;
}
.features-list img, .benefit-list img {
  width: 32px;
  height: 32px;
}
.team-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0px;
}

/* Testimonial Cards -------------------------------------------*/
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  margin-bottom: 20px;
  background: #F7E38850;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(37,49,60,0.08);
  border-left: 6px solid #96C0A7;
  flex: 1 1 360px;
  min-width: 260px;
  color: #25313C;
}
.testimonial-card blockquote {
  margin: 0;
  color: #25313C;
}

/* BUTTONS & INTERACTIVES --------------------------------------*/
.button-primary,
.button-secondary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  padding: 14px 36px;
  font-size: 1.07rem;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.23s, color 0.12s, box-shadow 0.18s, border-color 0.2s;
  box-shadow: 0 1px 4px rgba(37,49,60,0.09);
  margin-right: 14px;
}
.button-primary {
  background: #25313C;
  color: #FFF;
  border: 2px solid #25313C;
}
.button-primary:hover, .button-primary:focus {
  background: #96C0A7;
  color: #25313C;
  border-color: #96C0A7;
}
.button-secondary {
  background: #FFF;
  color: #25313C;
  border: 2px solid #96C0A7;
}
.button-secondary:hover, .button-secondary:focus {
  background: #96C0A7;
  color: #FFF;
  border-color: #25313C;
}

.button-primary:active,
.button-secondary:active {
  transform: scale(0.98);
}

/* HEADER & NAVIGATION ----------------------------------------*/
header {
  background: #fff;
  border-bottom: 2.4px solid #F7E388;
  box-shadow: 0 2px 7px rgba(37,49,60,0.05);
  margin-bottom: 0px;
  z-index: 1100;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
}
header nav {
  display: flex;
  flex-direction: row;
  gap: 34px;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #25313C;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: color 0.16s, border-color 0.16s;
}
header nav a:hover, header nav a:focus {
  color: #96C0A7;
  border-bottom: 2px solid #96C0A7;
}
header a.button-primary {
  margin-left: 24px;
  margin-right: 0;
}
header .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.0rem;
  cursor: pointer;
  color: #25313C;
  padding: 10px 18px;
  border-radius: 50%;
  transition: background 0.15s;
  z-index: 1401;
}
header .mobile-menu-toggle:hover,
header .mobile-menu-toggle:focus {
  background: #F7E38850;
  outline: none;
}

/* MOBILE NAVIGATION -------------------------------------------*/
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 2px 20px rgba(37,49,60,0.11);
  z-index: 1200;
  transform: translateX(-100vw);
  transition: transform 0.45s cubic-bezier(0.85,0,0.35,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px 24px 24px 24px;
}
.mobile-menu.open {
  transform: translateX(0);
  box-shadow: 0 4px 24px rgba(37,49,60,0.15);
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  color: #25313C;
  font-size: 2.1rem;
  cursor: pointer;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 50%;
  transition: background 0.14s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #F7E38870;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding-bottom: 24px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  color: #25313C;
  padding: 14px 0 14px 0;
  border-radius: 12px;
  text-align: left;
  transition: background 0.16s, color 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #96C0A7;
  color: #fff;
}

/* Hide nav/btn on mobile, show hamburger */
@media (max-width: 1000px) {
  header nav,
  header a.button-primary {
    display: none;
  }
  header .mobile-menu-toggle {
    display: inline-block;
  }
}
@media (min-width: 1001px) {
  .mobile-menu {
    display: none !important;
  }
}

/* MAIN/SECTION ----------------------------------------------- */
main {
  width: 100%;
  margin: 0 auto;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* PRICE LABEL ------------------------------------------------ */
.price {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  background: #96C0A7;
  color: #fff;
  border-radius: 12px;
  padding: 5px 16px;
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}

/* USP Details ----------------------------------------------- */
.usp-details {
  font-size: 1.06rem;
  font-weight: 500;
  color: #25313C;
  margin-top: 14px;
  background: #F7E38840;
  border-radius: 12px;
  padding: 16px 20px;
}

/* Feature Item ---------------------------------------------- */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* FOOTER ---------------------------------------------------- */
footer {
  background: #F7E388;
  color: #25313C;
  margin-top: 50px;
  padding: 0;
}
footer .container {
  gap: 0;
}
footer .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  padding: 36px 0 12px 0;
}
.footer-brand img {
  width: 68px;
  height: auto;
}
.footer-contact, .footer-links, .footer-legal, .footer-social {
  min-width: 130px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
}
.footer-contact address {
  font-style: normal;
  font-size: 1rem;
}
.footer-links ul,
.footer-legal ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-links a, .footer-legal a {
  color: #25313C;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.18s;
}
.footer-links a:hover, .footer-legal a:hover {
  color: #96C0A7;
}
.footer-social {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
}
.footer-social img {
  width: 30px;
  height: 30px;
  transition: filter 0.14s, transform 0.13s;
}
.footer-social a:hover img {
  filter: brightness(0.7) saturate(2) drop-shadow(0 0 2px #25313C);
  transform: scale(1.13);
}
.footer-note {
  text-align: center;
  font-size: 0.96rem;
  background: #F7E388;
  color: #25313C;
  padding-bottom: 14px;
}

/* COOKIE BANNER & COOKIE MODAL ------------------------------*/
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #FFF;
  border-top: 3px solid #96C0A7;
  box-shadow: 0 -2px 14px rgba(37,49,60,0.10);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 22px 18px;
  z-index: 1400;
  font-family: 'Open Sans', Arial, sans-serif;
  transition: transform 0.3s;
  transform: translateY(0);
}
.cookie-banner.hide {
  transform: translateY(150%);
}
.cookie-banner .cookie-text {
  font-size: 1rem;
  max-width: 550px;
  color: #25313C;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.cookie-banner .button-primary, 
.cookie-banner .button-secondary {
  margin: 0;
  min-width: 122px;
  font-size: 1rem;
  padding: 10px 18px;
  border-radius: 12px;
}
.cookie-banner .button-secondary {
  border: 2px solid #96C0A7;
  color: #25313C;
  background: #fff;
}
.cookie-banner .button-secondary:hover {
  background: #F7E38855;
  color: #25313C;
}
.cookie-banner .button-settings {
  background: #F7E388;
  color: #25313C;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.17s;
}
.cookie-banner .button-settings:hover {
  background: #96C0A7;
  color: #fff;
}
/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(37,49,60,0.45);
  z-index: 1600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.23s;
}
.cookie-modal {
  background: #fff;
  border-radius: 20px;
  padding: 40px 28px 34px 28px;
  width: 98%;
  max-width: 430px;
  box-shadow: 0 6px 32px rgba(37,49,60,0.18);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: cookiemodalpop 0.32s forwards;
  position: relative;
}
@keyframes cookiemodalpop {
  0% { transform: scale(0.8); opacity: 0; }
  90% { transform: scale(1.05); }
  100% { transform: scale(1); opacity: 1; }
}
.cookie-modal h3 {
  font-size: 1.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 10px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7E38840;
  padding: 11px 16px;
  border-radius: 10px;
  margin-bottom: 7px;
}
.cookie-modal .toggle-switch {
  position: relative;
  width: 48px;
  height: 26px;
}
.cookie-modal .toggle-switch input {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-modal .slider {
  position: absolute;
  cursor: pointer;
  left: 0; top: 0;
  width: 48px; height: 26px;
  background: #25313C33;
  border-radius: 20px;
  transition: background 0.18s;
}
.cookie-modal .slider:after {
  content: '';
  position: absolute;
  left: 4px; top: 3px;
  width: 20px; height:20px;
  background: #25313C;
  border-radius: 50%;
  transition: transform 0.2s;
}
.cookie-modal .toggle-switch input:checked + .slider {
  background: #96C0A7;
}
.cookie-modal .toggle-switch input:checked + .slider:after {
  transform: translateX(20px);
  background: #F7E388;
}
.cookie-modal .category-desc {
  font-size: 0.98rem;
  color: #25313C;
  margin-left: 6px;
}
.cookie-modal .modal-actions {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.cookie-modal .modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #25313C;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.13s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  background: #F7E388;
  outline: none;
}

/* FORMS (OPTIONAL, for Kontakt) ---------------------------------- */
input, textarea, select {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  padding: 10px 14px;
  border: 2px solid #96C0A7;
  border-radius: 10px;
  margin-bottom: 18px;
  width: 100%;
  transition: border-color 0.17s, box-shadow 0.15s;
  background: #FFF;
}
input:focus, textarea:focus, select:focus {
  border-color: #25313C;
  outline: none;
  box-shadow: 0 2px 8px rgba(37,49,60,0.12);
}

/* ACCORDION/FAQ for Kontakt/Info (optional) */
dl {
  margin-bottom: 0px;
}
dt {
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-top: 12px;
  margin-bottom: 7px;
  color: #25313C;
}
dd {
  margin-bottom: 14px;
  margin-left: 18px;
}

/* RESPONSIVE DESIGN --------------------------------------------- */
@media (max-width: 1100px) {
  .container {
    max-width: 96vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  footer .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .service-list, .card-container, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.45rem;
  }
  h3 {
    font-size: 1.13rem;
  }
  section, .section {
    padding: 26px 8px;
    margin-bottom: 38px;
    border-radius: 13px;
  }
  .footer-note {
    font-size: 0.9rem;
    padding-bottom: 13px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .container {
    max-width: 99vw;
    padding: 0 4px;
  }
  .testimonial-card {
    font-size: 0.98rem;
    padding: 17px 10px;
    border-radius: 10px;
  }
  footer .content-wrapper {
    flex-direction: column;
    gap: 10px;
    padding: 14px 0 5px 0;
  }
  footer .footer-brand img {
    width: 54px;
  }
  .footer-contact, .footer-links, .footer-legal, .footer-social {
    font-size: 0.97rem;
  }
  .features-list li, .benefit-list li {
    flex-direction: row;
    gap: 9px;
    padding: 10px 8px;
    font-size: 0.97rem;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 16px;
    padding: 16px 8px;
    font-size: 0.95rem;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.22rem;
  }
  h2 {
    font-size: 1.06rem;
  }
  .button-primary, .button-secondary, .cookie-banner .button-settings {
    padding: 9px 8px;
    font-size: 0.97rem;
  }
  .testimonial-card {
    min-width: 0;
    font-size: 0.89rem;
  }
}

/* ACCESSIBILITY + FOCUS STYLES --------------------------------- */
a:focus, button:focus, input:focus, textarea:focus {
  outline: 2px solid #96C0A7;
  outline-offset: 2px;
}

/* GEOMETRIC ANGULAR DETAILS ----------------------------------- */
.section, section {
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(37,49,60,0.05), 0 1px 0 rgba(37,49,60,0.02);
  border-top-left-radius: 60px 40px;
  border-bottom-right-radius: 40px 80px;
  position: relative;
  overflow: hidden;
}
.section::after, section::after {
  content: '';
  position: absolute;
  bottom: -32px; right: -32px;
  width: 100px; height: 100px;
  background: #96C0A790;
  clip-path: polygon(0 0, 80% 0, 100% 80%, 20% 100%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
}
.section::before, section::before {
  content: '';
  position: absolute;
  top: -34px; left: -40px;
  width: 80px; height: 60px;
  background: #F7E38890;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 90%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.19;
}

/* Z-INDEX MANAGEMENT ------------------------------------------ */
header {
  z-index: 1100;
  position: relative;
}
.mobile-menu {
  z-index: 1200;
}
.cookie-banner {
  z-index: 1400;
}
.cookie-modal-overlay {
  z-index: 1600;
}

/* SHADOWS & DEPTH (for .card/.service-card/.testimonial-card) */
.card, .service-card, .testimonial-card {
  box-shadow: 0 2px 8px rgba(37,49,60,0.08);
}

/* TRANSITIONS & HOVER STATES --------------------------------*/
.button-primary,
.button-secondary {
  transition: background 0.22s, color 0.18s, border-color 0.17s, box-shadow 0.18s, transform 0.13s;
}
.card, .service-card {
  transition: transform 0.22s, box-shadow 0.23s, border-color 0.18s;
}
footer .footer-social a {
  transition: transform 0.16s;
}
footer .footer-social a:hover {
  transform: scale(1.11) rotate(-3deg);
}
.features-list li, .benefit-list li {
  transition: background 0.12s, box-shadow 0.12s;
}
.features-list li:hover, .benefit-list li:hover {
  background: #F7E38890;
  box-shadow: 0 2px 14px rgba(37,49,60,0.09);
}

/* NO ABSOLUTE for content cards! Only for minor background fx */

/* MISC GEOMETRIC DETAILS --------------------------------------*/
hr {
  border: 0;
  height: 2px;
  background: #E6E6E6;
  margin: 32px 0 22px 0;
  border-radius: 2px;
}


/* Print styles (optional) -------------------------------------*/
@media print {
  header, footer, .cookie-banner, .mobile-menu {
    display: none !important;
  }
  section {
    padding: 0 !important;
    box-shadow: none !important;
  }
}


/* FONTS ------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Open+Sans:wght@400;600;700&display=swap');
