/* Sleek Mosaic – Geometric Structured CSS (Mobile-first, Flexbox only) */
/* == CSS Reset & Normalize == */
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,
main, 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;
}
html {
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #223644;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  background: #fff;
  color: #223644;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* == Typography == */
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #223644;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #223644;
  margin-bottom: 12px;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #223644;
}
h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #223644;
}
p {
  font-size: 1rem;
  color: #223644;
  margin-bottom: 16px;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 16px;
  color: #223644;
}
li {
  margin-bottom: 8px;
  line-height: 1.7;
}
a {
  color: #a05f14;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
}
a:hover,
a:focus {
  color: #BD7E2F;
  outline: none;
}
blockquote {
  font-family: 'Montserrat', Arial, sans-serif;
  border-left: 4px solid #BD7E2F;
  margin: 20px 0;
  padding-left: 20px;
  color: #223644;
  font-size: 1.125rem;
  background: #F6F7F9;
  border-radius: 6px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #fff;
}
th, td {
  padding: 10px 20px;
  border-bottom: 1px solid #e2e5e9;
  text-align: left;
}
th {
  background: #223644;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* == Layout Containers == */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.text-section {
  align-items: flex-start;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(34,54,68,0.06);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(34,54,68,0.08);
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  flex: 1 1 240px;
}

.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;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(34,54,68,0.08);
  margin-bottom: 20px;
  flex-direction: column;
  border-left: 5px solid #BD7E2F;
}
.testimonial-card p {
  color: #223644;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 8px;
}
.testimonial-card span {
  font-size: 0.96rem;
  color: #a05f14;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: italic;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* == Geometric Structured Hero Section == */
.hero {
  background: #223644;
  color: #fff;
  padding: 56px 0 46px 0;
  border-radius: 0 0 40px 40px;
  min-height: 260px;
  position: relative;
  box-shadow: 0 8px 36px 0 rgba(34,54,68,0.10);
  margin-bottom: 32px;
}
.hero .container {
  align-items: flex-start;
}
.hero h1,
.hero .h1 {
  color: #fff;
  font-size: 2.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.hero .subheadline {
  color: #DADADA;
  font-size: 1.125rem;
  margin-bottom: 24px;
}

/* == Feature Grid (Index Page) == */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 16px;
  margin-bottom: 8px;
  justify-content: center;
}
.feature-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F6F7F9;
  border-radius: 14px;
  padding: 26px 18px;
  min-width: 210px;
  box-shadow: 0 2px 10px 0 rgba(34,54,68,0.04);
  transition: box-shadow .22s cubic-bezier(.33,1,.68,1);
  border-bottom: 3px solid #BD7E2F;
}
.feature-grid > div:hover {
  box-shadow: 0 6px 24px 0 rgba(34,54,68,0.11);
}
.feature-grid img {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
}
.feature-grid h3 {
  text-align: center;
  font-size: 1.13rem;
}
.feature-grid p {
  text-align: center;
  font-size: .98rem;
  color: #223644;
}

/* == Service List == */
.service-list {
  list-style: none;
  margin-left: 0;
}
.service-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1.01rem;
}
.service-list em {
  color: #BD7E2F;
  font-style: normal;
  font-weight: 600;
  margin-left: 8px;
}

/* == Review List (Book Reviews) == */
.review-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}
.review-list li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1.5px 9px 0 rgba(34,54,68,0.06);
  padding: 18px 20px;
  margin-bottom: 16px;
  border-left: 4px solid #a05f14;
}
.review-list li strong {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #223644;
  font-weight: 600;
}
.review-list em {
  color: #BD7E2F;
  margin-left: 6px;
}

/* == Pricing Table == */
.pricing-table {
  margin-top: 0;
  border-radius: 12px;
  box-shadow: 0 2px 14px 0 rgba(34,54,68,0.06);
  overflow: hidden;
}
.pricing-table th {
  background: #223644;
  color: #fff;
  font-size: 1.15rem;
  padding: 16px;
}
.pricing-table td {
  background: #fff;
  color: #223644;
  font-size: 1.15rem;
  padding: 14px 16px;
}

/* == Footer == */
footer {
  background: #223644;
  color: #fff;
  padding: 48px 0 24px 0;
  margin-top: 48px;
  border-radius: 36px 36px 0 0;
  box-shadow: 0 -4px 18px 0 rgba(34,54,68,0.05);
}
.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
}
.footer-navigation a {
  color: #DADADA;
  font-size: 1.02rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
}
.footer-navigation a:hover {
  color: #BD7E2F;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.footer-contact img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
.footer-contact a {
  color: #fff;
  text-decoration: underline;
}
.footer-contact a:hover {
  color: #BD7E2F;
}

/* == Main Navigation (Desktop) == */
.main-navigation {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 3px 12px rgba(34,54,68,0.03);
  border-radius: 0 0 18px 18px;
  padding: 14px 16px 14px 16px;
  position: relative;
  z-index: 80;
}
.main-navigation a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #223644;
  letter-spacing: 0.01em;
  padding: 7px 13px;
  border-radius: 8px;
  transition: background 0.2s, color 0.18s cubic-bezier(.33,1,.68,1);
  display: flex;
  align-items: center;
}
.main-navigation a.cta-button {
  background: #A05F14;
  color: #fff !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  padding: 9px 24px;
  margin-left: 8px;
  transition: background 0.18s, box-shadow 0.21s;
  box-shadow: 0 2px 7px rgba(173, 127, 48, 0.13);
  letter-spacing: 0.02em;
}
.main-navigation a.cta-button:hover, .main-navigation a.cta-button:focus {
  background: #BD7E2F;
  color: #fff;
  box-shadow: 0 5px 21px rgba(173, 127, 48, 0.21);
}
.main-navigation a:hover:not(.cta-button),
.main-navigation a:focus:not(.cta-button) {
  background: #F6F7F9;
  color: #a05f14;
}
.main-navigation img {
  height: 38px;
  width: auto;
  margin-right: 6px;
  margin-bottom: -8px;
}

/* == Hamburger Menu Button == */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 23px;
  right: 18px;
  width: 44px;
  height: 44px;
  background: #223644;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 2rem;
  z-index: 120;
  cursor: pointer;
  box-shadow: 0 2px 9px 0 rgba(34,54,68,0.07);
  transition: background 0.2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #a05f14;
  color: #fff;
  outline: none;
}

/* Hide hamburger by default on desktop */
@media (min-width: 1000px) {
  .mobile-menu-toggle {
    display: none;
  }
}

/* == Mobile Menu Overlay == */
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 86vw;
  max-width: 350px;
  background: #223644;
  box-shadow: -8px 0px 24px rgba(34,54,68,.23);
  z-index: 2000;
  transform: translateX(100%);
  transition: transform .39s cubic-bezier(.32,1.1,.44,1);
  padding: 28px 30px 24px 30px;
  opacity: 0.985;
}
.mobile-menu.open {
  transform: translateX(0%);
  transition: transform .34s cubic-bezier(.34,1,.64,1);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  align-self: flex-end;
  margin-bottom: 30px;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #BD7E2F;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.014em;
  text-decoration: none;
  padding: 13px;
  border-radius: 10px;
  transition: background 0.19s, color 0.19s cubic-bezier(.33,1,.68,1);
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #BD7E2F;
  color: #fff;
}

/* Hide desktop nav on mobile */
@media (max-width: 999px) {
  .main-navigation {
    display: none;
  }
}

/* == Responsive Spacing & Flexbox == */
@media (max-width: 900px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 96vw;
  }
  .footer-contact {
    align-items: flex-start;
    text-align: left;
  }
  .feature-grid {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .section,
  .newsletter {
    padding: 22px 6px;
    margin-bottom: 36px;
  }
  .container {
    max-width: 98vw;
  }
  .content-wrapper {
    gap: 18px;
    margin-bottom: 22px;
  }
  .hero {
    padding: 32px 0 26px 0;
    border-radius: 0 0 20px 20px;
    min-height: 158px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }
  .footer-navigation {
    flex-direction: column;
    gap: 12px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card {
    padding: 16px;
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .footer-contact img {
    width: 34px;
    height: 34px;
  }
}

/* == Button Styles == */
.cta-button, .cookie-consent-banner button,
.cookie-settings-modal button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #A05F14;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 11px 30px;
  font-size: 1.09rem;
  margin-top: 9px;
  margin-bottom: 9px;
  min-width: 162px;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(173, 127, 48, 0.14);
  transition: background .18s, box-shadow .21s;
}
.cta-button:hover, .cta-button:focus,
.cookie-consent-banner button:hover, .cookie-consent-banner button:focus,
.cookie-settings-modal button:hover, .cookie-settings-modal button:focus {
  background: #BD7E2F !important;
  color: #fff;
  box-shadow: 0 6px 21px rgba(173, 127, 48, 0.15);
  outline: none;
}

/* == Newsletter benefits lists == */
.newsletter-benefits {
  list-style: square inside;
  margin-bottom: 16px;
  padding-left: 8px;
}
.newsletter-benefits li {
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.newsletter {
  background: #F6F7F9;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 30px 22px;
}
.newsletter h2 {
  color: #223644;
}

/* == FAQ: dt and dd == */
dt {
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #223644;
  margin-top: 16px;
  margin-bottom: 4px;
}
dd {
  margin-left: 0;
  margin-bottom: 10px;
  color: #223644;
}

/* == Icons in Kontaktlist == */
.text-section ul li img {
  width: 23px;
  height: 23px;
  margin-right: 11px;
  vertical-align: middle;
}

/* == Micro-interactions == */
a, .cta-button, .main-navigation a, .feature-grid > div, .mobile-nav a {
  transition: color 0.18s cubic-bezier(.33,1,.68,1), background 0.12s, box-shadow 0.17s;
}

/* == Cookie Consent Banner == */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F6F7F9;
  color: #223644;
  box-shadow: 0 -2px 16px rgba(34,54,68,0.11);
  padding: 22px 14px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  z-index: 9000;
  font-size: 1rem;
  border-radius: 18px 18px 0 0;
  opacity: 0.97;
  animation: banner-slide-up 0.58s cubic-bezier(.33,1,.68,1);
}
@keyframes banner-slide-up {
  0% { transform: translateY(100%); opacity:0.2; }
  80% { transform: translateY(-7px); opacity:0.93; }
  100% { transform: translateY(0); opacity:0.97; }
}
.cookie-consent-banner button {
  margin-right: 6px;
  margin-top: 0;
  min-width: 134px;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  padding: 7px 18px;
  box-shadow: none;
}
.cookie-consent-banner .accept {
  background: #a05f14;
  color: #fff;
}
.cookie-consent-banner .reject {
  background: #c2c2c2;
  color: #223644;
}
.cookie-consent-banner .settings {
  background: #223644;
  color: #fff;
}
.cookie-consent-banner button:active {
  box-shadow: 0 2px 13px rgba(34,54,68,0.17);
}

/* == Cookie Settings Modal == */
.cookie-settings-modal {
  display: none;
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: rgba(34,54,68,0.40);
  transition: opacity .24s;
  flex-direction: column;
}
.cookie-settings-modal.open {
  display: flex;
}
.cookie-settings-modal .modal-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 36px 0 rgba(34,54,68,0.16);
  padding: 30px 28px 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 98vw;
  width: 380px;
  color: #223644;
  position: relative;
  animation: modal-fade-in 0.24s cubic-bezier(.33,1,.68,1);
}
@keyframes modal-fade-in {
  0% { opacity:0; transform:scale(.94)}
  100% { opacity:1; transform:scale(1)}
}
.cookie-settings-modal h3 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #223644;
}
.cookie-settings-modal label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 6px;
  margin-bottom: 10px;
  color: #223644;
}
.cookie-settings-modal input[type="checkbox"] {
  accent-color: #A05F14;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 6px;
}
.cookie-settings-modal .cookie-cat {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.cookie-settings-modal .modal-buttons {
  display: flex;
  gap: 14px;
  margin-top: 12px;
  justify-content: flex-end;
}
.cookie-settings-modal .close-modal {
  position: absolute;
  right: 18px;
  top: 10px;
  background: none;
  border: none;
  font-size: 1.35rem;
  color: #223644;
  cursor: pointer;
}
.cookie-settings-modal .close-modal:hover, .cookie-settings-modal .close-modal:focus {
  color: #a05f14;
}

/* == Utility classes == */
.text-center { text-align: center; }
.text-right { text-align: right; }

/* == Geometric Structured Visual Touches == */
.section, .newsletter, .card-container .card, .testimonial-card, .feature-grid > div {
  box-shadow: 0 2px 14px 0 rgba(34,54,68,0.08);
}
.card, .newsletter, .testimonial-card, .feature-grid > div {
  border-radius: 13px 26px 13px 26px/20px 14px 28px 13px;
}
.feature-grid > div {
  border-radius: 13px 26px 16px 30px/22px 16px 28px 19px;
}
.cta-button {
  box-shadow: 0 2px 18px 0 rgba(173, 127, 48, 0.13);
  border-radius: 42px 10px 42px 10px/20px 28px 12px 30px;
}

/* == Accessibility & Focus == */
a:focus, .cta-button:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 3px dashed #BD7E2F;
  outline-offset: 1px;
}

/* == Hide elements visually == */
.sr-only {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* == Hide scroll-bar in mobile menu == */
.mobile-menu {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* == Print styles minimal == */
@media print {
  header, footer, .mobile-menu, .cookie-consent-banner, .cookie-settings-modal { display: none !important; }
}
