/* ----------------------------------------------
   CSS RESET & BASE STYLES
----------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  background: #FAFAFA;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.7;
  min-height: 100vh;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}
h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-weight: 700;
  color: #14171a;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
h1 {font-size: 2.375rem; margin-bottom: 24px;}
h2 {font-size: 1.75rem; margin-bottom: 20px;}
h3 {font-size: 1.25rem; margin-bottom: 12px;}
h4 {font-size: 1.05rem; margin-bottom: 8px;}
p, ul, ol, .signature {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 18px;
  font-family: 'Lato', Arial, sans-serif;
}
strong {font-weight: bold;}
a {
  color: #25313B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #14171a;
  text-decoration: underline;
  outline: none;
}

/* Utility */
.container {
  max-width: 1240px;
  width: 93%;
  margin: 0 auto;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* --------------------------------------------------
   MAIN STRUCTURE & NAV
-------------------------------------------------- */
header {
  background: #fff;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  z-index: 100;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 18px 0;
}
header img {
  height: 48px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 3px;
  transition: background .16s, color .16s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #f4f4f4;
  color: #25313B;
}
.main-nav .button.primary {
  margin-left: 10px;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #25313B;
  cursor: pointer;
  margin-left: 18px;
  z-index: 210;
  transition: color 0.2s;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
  color: #111;
}

/* -----------------
  MOBILE MENU
------------------- */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34, 34, 34, 0.96);
  backdrop-filter: blur(2px);
  color: #fff;
  z-index: 2000;
  transition: transform 0.45s cubic-bezier(0.8,0,0.2,1);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 0;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2rem;
  margin: 26px 28px 0 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: color 0.21s;
  z-index: 2010;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  color: #DBC7B0;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 38px;
  margin-left: 38px;
  font-size: 1.25rem;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.13rem;
  letter-spacing: 0.01em;
  font-weight: 400;
  padding: 10px 0;
  border-radius: 3px;
  transition: background 0.15s, color 0.17s;
}
.mobile-nav a:focus,
.mobile-nav a:hover {
  background: #25313B;
  color: #DBC7B0;
  text-decoration: none;
}

/* -------------------------------------
   HERO, CTA, CONTENT SECTIONS
-------------------------------------- */
.hero, .cta, .thankyou {
  min-height: 340px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 54px 0 56px;
}
.hero h1, .cta h2, .thankyou h1 {
  color: #25313B;
  font-size: 2.35rem;
  margin-bottom: 18px;
}
.hero p, .cta p {
  color: #444;
  margin-bottom: 2rem;
  font-size: 1.23rem;
}

.cta {
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 7px 32px -18px rgba(30,33,38,0.10);
  margin-bottom: 60px;
}

/* ---------------------------
   FEATURES, CARDS, GRIDS
---------------------------- */
.features, .about-preview, .services-preview, .values, .why-us, .services, .process, .packages, .package-comparison,
.legal, .legal-gdpr, .legal-cookies, .legal-terms, .testimonials, .testimonials-cta, .testimonials-preview, .galerie-intro, .address {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 28px -15px rgba(60,60,70,0.09);
  margin-bottom: 60px;
  padding: 40px 20px;
}

.feature-grid, .values-grid, .service-categories, .testimonial-slider, .testimonial-list, .testimonial-snippets, .package-table, .comparison-table, .step-by-step {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 22px;
}
.feature, .value, .step {
  background: #F5F5F7;
  border-radius: 11px;
  box-shadow: 0 2px 10px -5px rgba(40,40,60,0.08);
  flex: 1 1 210px;
  min-width: 250px;
  max-width: 340px;
  padding: 26px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.feature:hover, .value:hover, .step:hover {
  box-shadow: 0 5px 28px -2px rgba(34,50,75,0.13);
  transform: translateY(-5px) scale(1.02);
}
.feature img, .value img, .step img {
  height: 44px; width: 44px;
  margin-bottom: 5px;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 30px;
  margin-top: 0;
  align-items: flex-start;
  list-style: none;
}
.icon-list li, .icon-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2b2b2b;
  background: none;
  font-size: 1.13rem;
}
.icon-list img {
  height: 24px; width: 24px;
  filter: grayscale(.9) brightness(.96);
}

.package-table {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
  margin-top: 26px;
}
.package {
  flex: 1 1 285px;
  min-width: 240px;
  background: #f7f7f7;
  border-radius: 11px;
  box-shadow: 0 2px 14px -4px rgba(34,40,60,0.10);
  padding: 32px 28px 26px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
  border: 1.5px solid #E5E5EA;
  transition: box-shadow 0.18s, border 0.13s, transform 0.18s;
}
.package.highlight {
  border: 2px solid #25313B;
  box-shadow: 0 7px 45px -13px rgba(26,31,36,.13);
  background: #fff;
  z-index: 3;
  transform: scale(1.04);
}
.package h2 {
  margin-bottom: 16px;
  font-size: 1.45rem;
  color: #25313B;
}
.package ul {
  list-style: none;
  margin-bottom: 26px;
  margin-top: 5px;
}
.package li {
  margin-bottom: 12px;
  font-size: 1.07rem;
  color: #36383c;
}
.package .price {
  margin-top: auto;
  font-size: 1.34rem;
  font-family: 'Playfair Display',serif;
  color: #111;
  font-weight: 600;
}
.package .recommended {
  background: #25313B;
  color: #fff;
  font-size: .98rem;
  padding: 6px 14px;
  border-radius: 30px;
  position: absolute;
  top: 20px; right: 28px;
  font-family: 'Lato',sans-serif;
  letter-spacing:.02em;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.02rem;
  background: #FAFAFA;
  box-shadow: 0 2px 8px -2px rgba(60,60,70,0.06);
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
}
.comparison-table th, .comparison-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #E5E5EA;
  text-align: left;
}
.comparison-table thead th {
  background: #F5F5F7;
  color: #25313B;
  font-size: 1.1rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.comparison-table td {
  color: #181818;
  font-family: 'Lato', sans-serif;
}
.comparison-table td:last-child, .comparison-table th:last-child {
  text-align: left;
}
.comparison-table td {
  font-weight: 500;
}
.comparison-table td:where(:not(:first-child)) {
  text-align: center;
}
.recommended-hint {
  color: #25313B;
  font-family: 'Playfair Display', serif;
  background: #F5F5F7; padding: 15px 24px;
  border-radius: 8px; font-size:1.09rem;
  font-style: italic;
  margin-bottom: 1rem;
  box-shadow: 0 1px 5px -2px rgba(50,50,70,.07);
}

.text-section {
  margin-bottom: 24px;
}
.signature {
  font-family: 'Playfair Display', serif;
  color: #31313A;
  font-size: 1.12rem;
  font-style: italic;
  margin-top: 12px;
}

.step-by-step {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.step {
  background: #f5f5f7;
  border-radius: 12px;
  box-shadow: 0 2px 8px -2px rgba(40,40,60,0.08);
  padding: 24px 18px 22px;
  flex: 1 1 195px;
  min-width: 185px;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  transition: box-shadow 0.16s, transform 0.17s;
}
.step img {height:36px;margin-bottom:4px;}

/* -------------------
   TESTIMONIALS
--------------------- */
.testimonials, .testimonials-preview, .testimonial-list, .testimonial-slider,.testimonial-snippets,.testimonials-cta {
  width: 100%;
}
.testimonial-slider, .testimonial-list, .testimonial-snippets {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.testimonial-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 14px -4px rgba(34,42,75,0.11);
  padding: 26px 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  min-width: 245px;
  max-width: 390px;
  margin-bottom: 20px;
  border: 1.3px solid #E9E9E9;
  transition: box-shadow 0.18s, border 0.15s, transform 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 35px -10px rgba(34,42,75,0.19);
  border: 1.3px solid #25313B;
  transform: translateY(-6px) scale(1.01);
}
.stars {
  color: #222;
  font-size: 1.14rem;
  letter-spacing: 1.6px;
  margin-bottom: 3px;
  font-family: 'Playfair Display',serif;
}
.testimonial-card p {
  font-size: 1.09rem;
  color: #1a1a1a;
  font-family: 'Lato', sans-serif;
}
.testimonial-card span {
  font-size: 0.96rem;
  color: #7B7672;
  font-style: italic;
}

/* -------------------------------------------
   FOOTER
-------------------------------------------- */
footer {
  background: #111;
  color: #fff;
  font-size: 1rem;
  padding: 36px 0 22px 0;
  border-top: 1px solid #222426;
}
.footer-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  flex-wrap: wrap;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  color: #fff;
  opacity: 0.92;
  font-size: 1rem;
  transition: opacity .2s, color .2s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #DBC7B0;
  opacity: 1;
  text-decoration: underline;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.97rem;
  color: #E5E5E8;
}
.footer-contact img {
  height: 18px;
  margin-right: 7px;
  vertical-align: middle;
  filter: grayscale(.84) brightness(.92);
  display: inline-block;
}
footer img {
  height: 45px;
  margin-bottom: 10px;
}

/* ---------------------------------------------
   BUTTONS & LINKS
---------------------------------------------- */
.button {
  display: inline-block;
  font-size: 1.10rem;
  font-family: 'Lato', Arial, sans-serif;
  padding: 12px 28px;
  border-radius: 36px;
  background: #fff;
  color: #25313B;
  border: 1.8px solid #25313B;
  font-weight: 600;
  box-shadow: 0 1.5px 5px -2px rgba(40,44,55,.09);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.13s, color 0.13s, border 0.13s, box-shadow 0.16s, transform 0.15s;
  outline: none; 
  margin-top: 8px;
}
.button.primary {
  background: #25313B;
  color: #fff;
  border-color: #25313B;
  box-shadow: 0 3.5px 12px -5px rgba(37,49,59,.13);
}
.button.primary:hover, .button.primary:focus {
  background: #fff;
  color: #25313B;
  border-color: #25313B;
  transform: translateY(-2px) scale(1.025);
  box-shadow: 0 7px 22px -12px rgba(37,49,59,.17);
}
.button.secondary {
  background: #fff;
  color: #25313B;
  border-color: #25313B;
}
.button.secondary:hover, .button.secondary:focus {
  background: #25313B;
  color: #fff;
  border-color: #25313B;
  transform: translateY(-2px) scale(1.025);
}
.button:active {
  filter: brightness(.97);
}

/* -----------------------------------------
   ADDRESS & CONTACT DETAILS SECTIONS
------------------------------------------ */
.contact-details, .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
}
.contact-details div, .footer-contact div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-location {
  margin-bottom: 18px;
  font-size: 1rem;
  font-style: italic;
  color: #353535;
}
.address .text-section {
  margin-top: 10px;
}

/* ---------------------------------------------
   COOKIE CONSENT BANNER & MODAL
---------------------------------------------- */
#cookie-consent-banner {
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 20px;
  background: #222226;
  color: #fff;
  border-radius: 11px;
  box-shadow: 0 7px 24px -9px rgba(23,20,44,0.34);
  z-index: 3000;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 24px 22px 24px;
  font-size: 1.08rem;
  justify-content: space-between;
  transition: transform 0.35s, opacity 0.35s;
}
#cookie-consent-banner.hide {
  opacity: 0;
  transform: translateY(80px);
  pointer-events: none;
}
#cookie-consent-banner .cookie-buttons {
  display: flex;
  gap: 12px;
  margin-left: 18px;
}
#cookie-consent-banner .button,
#cookie-consent-banner button {
  font-size: 1rem;
  padding: 8px 22px;
  border-radius: 32px;
  margin: 0 2px;
  border: 1.5px solid #fff;
  background: #DBC7B0;
  color: #14171a;
  font-weight: 500;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.16s, color 0.16s, border 0.16s;
}
#cookie-consent-banner .button:hover, 
#cookie-consent-banner button:hover, 
#cookie-consent-banner .button:focus, 
#cookie-consent-banner button:focus {
  background: #fff;
  color: #222226;
  border-color: #DBC7B0;
}
#cookie-consent-banner .button.primary {
  background: #25313B;
  color: #fff;
  border-color: #25313B;
}
#cookie-consent-banner .button.primary:hover, 
#cookie-consent-banner .button.primary:focus{
  background: #fff;
  color: #25313B;
}
#cookie-consent-banner .button.secondary {
  background: #fff;
  color: #25313B;
  border-color: #25313B;
}
#cookie-consent-banner .button.secondary:hover, 
#cookie-consent-banner .button.secondary:focus{
  background: #25313B;
  color: #fff;
}
@media (max-width: 599px) {
  #cookie-consent-banner {
    flex-direction: column;
    gap: 14px;
    padding: 18px 13px 14px 13px;
    font-size: 1rem;
    left: 3px; right: 3px; bottom: 7px;
  }
  #cookie-consent-banner .cookie-buttons {
    margin: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 11px;
  }
}

#cookie-preferences-modal {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  background: rgba(44,44,45,.87);
  z-index: 3050;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.36s;
  opacity: 1;
  pointer-events: auto;
}
#cookie-preferences-modal.hide {
  opacity: 0;
  pointer-events: none;
}
#cookie-preferences {
  background: #fff;
  color: #111;
  border-radius: 15px;
  padding: 34px 30px 28px 30px;
  min-width: 280px;
  max-width: 95vw;
  box-shadow: 0 9px 42px -13px rgba(18,16,54,0.12);
  display: flex;
  flex-direction: column;
  font-size: 1.08rem;
  gap: 21px;
  align-items: stretch;
}
#cookie-preferences h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
  color: #25313B;
}
.cookie-category {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 9px;
}
.cookie-category input[type=checkbox] {
  margin-top: 4px;
  accent-color: #25313B;
}
.cookie-category.label-disabled {
  opacity: .68;
}
#cookie-preferences .cookie-actions {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
#cookie-preferences .button, #cookie-preferences button {
  font-size: 1rem;
  padding: 8px 18px;
  border-radius: 32px;
  background: #25313B;
  color: #fff;
  border: 1.5px solid #25313B;
  cursor: pointer;
  transition: background .15s, color .15s;
}
#cookie-preferences .button.secondary {
  background: #fff;
  color: #25313B;
}
#cookie-preferences .button.secondary:hover, #cookie-preferences .button.secondary:focus {
  background: #25313B;
  color: #fff;
}
#cookie-preferences .button:hover, #cookie-preferences .button:focus {
  background: #fff;
  color: #25313B;
}

/* ----------------------
   RESPONSIVE LAYOUTS
----------------------- */
@media (max-width: 1120px) {
  .container {
    width: 99%;
    max-width: 98vw;
  }
  .header-flex, .footer-flex {
    gap: 19px;
  }
  .main-nav {
    gap: 18px;
  }
  .footer-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 900px) {
  .header-flex{
    gap: 13px;
  }
  .main-nav a{font-size: .96rem;}
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials, .testimonials-preview, .features, .about-preview, .values, .why-us, .legal, .legal-gdpr, .legal-cookies, .legal-terms, .services, .process, .packages, .package-comparison, .contacts, .cta, .address {
    padding: 34px 3vw;
  }
  .comparison-table th, .comparison-table td {
    padding: 10px 6px;
  }
}
@media (max-width: 810px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .footer-flex {
    flex-direction: column;
    gap: 18px;
  }
  .footer-nav, .footer-contact  {
    align-items: flex-start;
  }
  .feature-grid, .values-grid, .service-categories, .package-table, .testimonial-slider, .testimonial-list, .testimonial-snippets, .step-by-step {
    flex-direction: column;
    gap: 18px;
  }
  .feature, .value, .package, .testimonial-card, .step {
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-flex {
    padding: 8px 0;
  }
  .mobile-nav {
    margin-top: 28px;
    margin-left: 19px;
    font-size: 1.09rem;
  }
  .hero,.cta,.thankyou {
    min-height: unset;
    padding: 34px 0 36px;
  }
  h1 { font-size: 1.62rem; }
  h2 { font-size: 1.18rem; }
  .section, .about-preview, .testimonials, .testimonials-preview, .features, .services-preview, .values, .why-us, .services, .process, .packages, .package-comparison, .address {
    padding: 26px 5vw;
    margin-bottom: 38px;
  }
  .feature-grid, .values-grid, .service-categories, .package-table, .testimonial-slider, .testimonial-list, .testimonial-snippets, .step-by-step {
    gap: 12px;
  }
  .content-wrapper{
    padding:0;
  }
  .icon-list{
    gap:10px 0;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .container {
    width: 100vw;
    min-width: 0;
    padding: 0;
  }
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  header img, footer img {
    height: 35px;
  }
  .footer-flex {
    gap: 12px;
    padding: 0 2vw;
  }
}

/* FLEXBOX ENFORCEMENT */
.card-container, .feature-grid, .values-grid, .service-categories, .content-grid, .testimonial-list, .testimonial-slider, .testimonial-snippets, .step-by-step, .package-table, .footer-flex, .header-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
  }
}
.card {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 2px 10px -5px rgba(37,49,59,0.06);
  border-radius: 9px;
  background: #fafafd;
}

/* MISC SPACING */
.card-container, .content-grid {
  gap: 20px;
}

/* TRANSITIONS & MICRO-INTERACTIONS */
.button, .main-nav a, .mobile-nav a, .feature, .value, .package, .step, .testimonial-card, .contact-details div {
  transition: box-shadow .17s, color .13s, background .13s, border .17s, transform .14s, opacity .15s;
}

/* Selection styling */
::selection {
  background: #E9D1DC;
  color: #222;
}

/* Scrollbar minimal styling for sophistication */
body::-webkit-scrollbar {
  width: 10px;
  background: #f3f2f3;
}
body::-webkit-scrollbar-thumb {
  background: #25313B;
  border-radius: 5px;
}

/* Accessibility - focus rings */
.button:focus, .main-nav a:focus, .mobile-nav a:focus, input:focus, textarea:focus {
  outline: 2px solid #E9D1DC;
  outline-offset: 2px;
  z-index: 10;
}

/* --------------------------------
   TABLES, FORMS, LISTS (LEGAL)
---------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 1rem;
  background: #fff;
}
td, th {
  border-bottom: 1px solid #E9E9E9;
  padding: 10px 8px;
  text-align: left;
}
th {background: #F5F5F7; color:#25313B;}
tr:last-child td {
  border-bottom: none;
}
ul {
  margin-bottom: 18px;
  padding-left: 26px;
}
li {
  margin-bottom: 8px;
  font-size: 1rem;
}

/* LEGAL page section headings */
.legal h1, .legal h2, .legal-gdpr h1, .legal-gdpr h2, .legal-cookies h1, .legal-cookies h2 {
  color: #25313B;
}

/* -----------------------------
   PRINT OPTIMIZATION
------------------------------ */
@media print {
  header, nav, footer, .mobile-menu, #cookie-consent-banner, #cookie-preferences-modal {
    display: none !important;
  }
  body {
    color: #000;
    background: #fff !important;
  }
}

/* ------------------------------------------
   END - HerzVereint Hochzeiten Monochrome
------------------------------------------- */
