/* ===============================================================
   CSS RESET & BASE STYLES
   Minimalist Responsive UI for "Haut & Haar Natürlich"
   =============================================================== */
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,
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;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
html {
  min-height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  color: #254025;
  background: #fff;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #254025;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #A8C9B2;
}
ul, ol {
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
li {
  margin-bottom: .75em;
}

/* Typography Scale */
h1, .h1 {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.13;
  margin-bottom: 18px;
}
h2, .h2 {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.17;
  margin-bottom: 16px;
}
h3, .h3 {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
h4, .h4 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
p, .lead {
  font-size: 1.1rem;
  color: #254025;
}
.lead {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 12px;
}
strong, b {
  font-weight: 600;
  color: #254025;
}

/* ===============================================================
   LAYOUT CONTAINERS & SPACING
   =============================================================== */
.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 24px rgba(37,64,37,0.05);
  /* Subtle section shadow */
  transition: box-shadow .18s;
}
.content-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

/* Custom flex containers as required by spec */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 1px 12px rgba(37,64,37,0.06);
  padding: 28px 20px;
  position: relative;
  flex: 1 1 240px;
  min-width: 220px;
  transition: box-shadow .2s, transform .17s;
}
.card:hover {
  box-shadow: 0 4px 28px rgba(37,64,37,0.11);
  transform: translateY(-4px);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 14px;
  background: #FFF8F3;
  color: #254025;
  box-shadow: 0 2px 16px rgba(37,64,37,0.06);
  margin-bottom: 20px;
  min-width: 220px;
  flex: 1 1 260px;
  max-width: 340px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Home Feature Grid (index) */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}
.feature-grid > div {
  background: #F9FCF5;
  border-radius: 14px;
  padding: 28px 20px 24px 20px;
  flex: 1 1 240px;
  min-width: 200px;
  max-width: 308px;
  box-shadow: 0 1.5px 10px rgba(37,64,37,0.055);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: box-shadow .15s, transform .17s;
}
.feature-grid > div:hover {
  box-shadow: 0 6px 28px rgba(37,64,37,0.12);
  transform: translateY(-2px);
}

/* Team (about.html) */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.team-grid .text-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1.5px 10px rgba(37,64,37,0.045);
  padding: 18px 16px;
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 300px;
}

/* Tip cards (kosmetiktipps.html) */
.tip-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tip-card {
  background: #F9FCF5;
  border-radius: 12px;
  padding: 18px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  flex: 1 1 240px;
  box-shadow: 0 1.5px 10px rgba(37,64,37,0.045);
  transition: box-shadow .13s, transform .15s;
}
.tip-card:hover {
  box-shadow: 0 5px 20px rgba(37,64,37,0.09);
  transform: translateY(-2px);
}

/* Blog summary list (blog.html) */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-summary {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 1px 8px rgba(37,64,37,0.055);
  padding: 24px 18px;
  flex: 1 1 240px;
  min-width: 200px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
  transition: box-shadow .15s, transform .16s;
}
.blog-summary:hover {
  box-shadow: 0 6px 22px rgba(37,64,37,0.10);
  transform: translateY(-4px);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 18px 0;
}
.tag {
  background: #F9FCF5;
  color: #254025;
  font-size: 0.9em;
  border-radius: 99px;
  padding: 6px 14px;
  transition: background .13s;
}
.tag:hover {
  background: #A8C9B2;
  color: #fff;
}
.cat {
  color: #A8C9B2;
  font-weight: bold;
  font-size: 0.92em;
  margin-left: 2px;
}

.newsletter-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #FFF8F3;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 1.5px 10px rgba(37,64,37,.04);
  margin-bottom: 18px;
}
.newsletter-benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Cookie Consent Banner + Modal */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  color: #254025;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.13);
  z-index: 1200;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  font-size: 1rem;
  animation: fadeInBanner .45s cubic-bezier(.36,0,.37,1);
}
@keyframes fadeInBanner {
  0% { opacity: 0; transform: translateY(32px); }
  90% { opacity: 1; transform: translateY(-5px); }
  100% { opacity: 1; transform: translateY(0); }
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
}

/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(37,64,37, 0.22);
  z-index: 1800;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  animation: fadeInModalBg .25s;
}
@keyframes fadeInModalBg {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #254025;
  border-radius: 18px;
  box-shadow: 0 17px 56px rgba(0,0,0, 0.09);
  padding: 32px 28px 24px 28px;
  width: 98%;
  max-width: 420px;
  position: relative;
  animation: slideDownModal .37s cubic-bezier(.36,0,.37,1);
}
@keyframes slideDownModal {
  from { opacity:0; transform: translateY(-28px); }
  to   { opacity:1; transform: translateY(0); }
}
.cookie-modal h2 {
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  gap: 11px;
}
.cookie-category label {
  font-size: 1.0rem;
  flex: 1;
}
.cookie-toggle {
  appearance: none;
  background: #F9FCF5;
  border-radius: 12px;
  width: 36px;
  height: 20px;
  position: relative;
  outline: none;
  transition: background .17s;
  cursor: pointer;
}
.cookie-toggle:checked {
  background: #A8C9B2;
}
.cookie-toggle::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: left .19s cubic-bezier(.37,.99,.64,1.8);
}
.cookie-toggle:checked::before {
  left: 18px;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #254025;
  cursor: pointer;
  transition: color .16s;
}
.cookie-modal .cookie-modal-close:hover { color: #A8C9B2; }

/* ===============================================================
   HEADER, NAVIGATION, LOGO & CALL-TO-ACTION
   =============================================================== */
header {
  background: #fff;
  box-shadow: 0 6px 24px rgba(37,64,37,.05);
  position: sticky;
  top: 0;
  z-index: 100;
}
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
}
.logo img {
  height: 46px;
  width: auto;
  display: block;
}
nav {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
}
nav a {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  color: #254025;
  background: none;
  padding: 6px 6px;
  border-radius: 8px;
  transition: color .19s, background .18s;
}
nav a:hover, nav a:focus {
  color: #fff;
  background: #A8C9B2;
}
.cta-btn {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: #254025;
  color: #fff;
  border: none;
  border-radius: 13px;
  box-shadow: 0 3px 20px rgba(37,64,37,0.09);
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: box-shadow .18s, background .17s, color .18s, transform .14s;
  margin-left: 14px;
  text-align: center;
}
.cta-btn:hover, .cta-btn:focus {
  background: #A8C9B2;
  color: #254025;
  box-shadow: 0 5px 30px rgba(168,201,178,0.25);
  transform: translateY(-2px);
}
.link-arrow {
  color: #254025;
  font-weight: 500;
  border-bottom: 1.5px solid #A8C9B2;
  padding-bottom: 3px;
  position: relative;
  margin-left: 12px;
  font-size: 1.01rem;
  transition: color .15s, border-color .19s;
}
.link-arrow::after {
  content: '→';
  display: inline-block;
  font-size: 1.13em;
  margin-left: 4px;
  transition: margin-left .17s;
}
.link-arrow:hover, .link-arrow:focus {
  color: #A8C9B2;
  border-color: #254025;
}
.link-arrow:hover::after, .link-arrow:focus::after {
  margin-left: 9px;
}

/* Mobile Navigation */
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #254025;
  cursor: pointer;
  margin-left: 14px;
  display: none;
  transition: color .18s;
  z-index: 201;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: #A8C9B2;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 1300;
  transform: translateX(100vw);
  transition: transform .37s cubic-bezier(.36,0,.37,1);
  box-shadow: -6px 0 32px rgba(37,64,37,0.11);
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding-top: 38px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #254025;
  cursor: pointer;
  z-index: 3;
  transition: color .15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #A8C9B2;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 58px 24px 0 36px;
}
.mobile-nav a {
  font-size: 1.18rem;
  color: #254025;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  display: block;
  transition: background .16s, color .16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #A8C9B2;
  color: #fff;
}

@media (max-width: 1024px) {
  .container {
    max-width: 94vw;
  }
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .container {
    flex-direction: row;
    gap: 9px;
    min-height: 64px;
    max-width: 100vw;
  }
  .section {
    padding: 26px 6vw;
    margin-bottom: 36px;
    border-radius: 9px;
  }
  .content-wrapper, .newsletter-info, .feature-grid, .card-container, .content-grid, .team-grid, .tip-cards, .blog-list {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }
  .feature-grid > div, .card, .testimonial-card, .team-grid .text-section, .tip-card, .blog-summary {
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 18px 10px 16px 10px !important;
  }
  .testimonial-card {
    gap: 12px;
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-item {
    gap: 8px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .newsletter-info, .newsletter-benefits {
    gap: 8px;
  }
}

/* ===============================================================
   FAQ Styles
   =============================================================== */
.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.faq-item {
  background: #F9FCF5;
  border-radius: 10px;
  box-shadow: 0 1px 7px rgba(37,64,37,.04);
  padding: 18px 14px;
  flex: 1 1 220px;
  min-width: 200px;
  margin-bottom: 20px;
}
.faq-item h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
  font-weight: 600;
}

/* ===============================================================
   TESTIMONIALS
   =============================================================== */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.testimonial-card {
  /* already styled above */
}
.testimonial-info {
  font-size: 1rem;
  font-weight: 500;
  color: #254025;
  opacity: 0.86;
  margin-top: 8px;
}

/* ===============================================================
   FOOTER
   =============================================================== */
footer {
  background: #F9FCF5;
  padding: 34px 0 26px 0;
  font-size: 1rem;
  color: #254025;
  border-top: 1.5px solid #EDF3EC;
  margin-top: 48px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 25px;
}
.footer-links a {
  color: #254025;
  text-decoration: underline;
  opacity: 0.7;
  transition: color .13s, opacity .14s;
  font-size: 1rem;
}
.footer-links a:hover, .footer-links a:focus {
  color: #A8C9B2;
  opacity: 1;
}
.brand-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  max-width: 800px;
  margin: 0 auto;
}
.brand-footer img {
  width: 56px;
  height: 56px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(37,64,37,0.09);
}
.brand-footer .text-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.brand-footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 7px;
}
.brand-footer li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  color: #254025;
  opacity: 0.83;
  margin-bottom: 0.5em;
}
.brand-footer li img {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .footer-links {
    gap: 10px;
    font-size: 0.95rem;
  }
  .brand-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    text-align: left;
  }
}

/* ===============================================================
   CONTACT PAGE SPECIFIC: DETAILS & HOURS
   =============================================================== */
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 11px;
  align-items: flex-start;
}
.contact-details ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.contact-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.02rem;
}
.hours {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.98rem;
  opacity: 0.83;
  margin-top: 6px;
}
@media (max-width: 600px) {
  .contact-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .hours {
    margin-top: 13px;
  }
}

/* ===============================================================
   BUTTONS & MICRO-INTERACTIONS
   =============================================================== */
button, .button, .btn {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  background: #A8C9B2;
  color: #254025;
  border: none;
  border-radius: 13px;
  padding: 10px 26px;
  font-weight: 600;
  box-shadow: 0 1px 7px rgba(37,64,37,0.06);
  transition: background .2s, color .19s, box-shadow .17s, transform .15s;
  cursor: pointer;
  margin: 0 3px;
  min-width: 120px;
  outline: none;
}
button:hover, .button:hover, .btn:hover, button:focus, .button:focus, .btn:focus {
  background: #254025;
  color: #fff;
  box-shadow: 0 5px 16px rgba(37,64,37, 0.13);
  transform: translateY(-2px);
}

/* Cookie buttons specific */
.cookie-banner button {
  background: #A8C9B2;
  color: #254025;
}
.cookie-banner button.accept {
  background: #254025;
  color: #fff;
}
.cookie-banner button.accept:hover {
  background: #A8C9B2;
  color: #254025;
}
.cookie-banner button.settings {
  background: #FFF8F3;
  color: #254025;
  border: 1.2px solid #A8C9B2;
}
.cookie-banner button.settings:hover {
  background: #A8C9B2;
  color: #fff;
  border-color: #254025;
}

/* Forms (newsletter etc. -- generic) */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  padding: 8px 13px;
  border: 1px solid #A8C9B2;
  border-radius: 9px;
  background: #fff;
  color: #254025;
  box-shadow: 0 1.5px 7px rgba(37,64,37,0.025);
  transition: border .15s, box-shadow .13s;
}
input:focus, textarea:focus, select:focus {
  border-color: #254025;
  outline: none;
  box-shadow: 0 3px 14px rgba(37,64,37,0.14);
}

/* ===============================================================
   GENERAL UTILITIES FOR MINIMALISM
   =============================================================== */
.bg-accent {
  background: #FFF8F3;
}
.bg-primary {
  background: #254025;
  color: #fff;
}
.text-secondary {
  color: #A8C9B2 !important;
}
.rounded {
  border-radius: 14px !important;
}
.shadow {
  box-shadow: 0 2px 18px rgba(0,0,0,0.08);
}

/* Visually hidden for accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  padding: 0;
}

/* ===============================================================
   FINE TUNING SPACING + INTERACTION
   =============================================================== */
section {
  width: 100vw;
}
main > section:not(:last-child) {
  margin-bottom: 60px;
}
h1, h2, h3, .lead, p, ul, ol {
  margin-left: 0;
  margin-right: 0;
}
p + ul, p + ol {
  margin-top: 12px;
}
ul + h3, ul + h2 {
  margin-top: 25px;
}

/* For hide/show of modal/banner */
.cookie-banner.hide {
  display: none !important;
}
.cookie-modal-overlay.hide {
  display: none !important;
}

/* ===============================================================
   END OF CSS
   =============================================================== */
