/* CSS RESET & NORMALIZATION */
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;
}

html {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #223248;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.6;
  background: #F9F6F1;
  color: #223248;
  font-family: 'Open Sans', Arial, sans-serif;
  letter-spacing: 0.01em;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul, ol {
  padding-left: 1.25rem;
  margin-top: 12px;
}
li {
  margin-bottom: 6px;
}
a {
  color: #223248;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #D2B48C;
  outline: none;
}


/* TYPOGRAPHY */
h1, h2, h3, h4 {
  color: #223248;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.18;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-weight: 600;
}
h4 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
p, ul, ol, blockquote, cite {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 1.25em;
}
.subtitle {
  font-size: 1.25rem;
  color: #223248;
  opacity: 0.8;
  margin-bottom: 1.1em;
  max-width: 600px;
}
blockquote {
  background: #fff;
  border-left: 3px solid #D2B48C;
  padding: 20px 24px;
  margin-bottom: 12px;
  font-style: italic;
  font-size: 1.125rem;
  color: #3c4451;
}
cite {
  display: block;
  font-size: 1rem;
  color: #223248;
  opacity: 0.7;
  margin-top: 8px;
}


/* CONTAINERS & LAYOUTS */
.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0; /* container-level spacing handled in children */
}

.content-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.text-section {
  padding-top: 8px;
  padding-bottom: 8px;
}

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


/* HERO SECTION */
.hero {
  background: #fff;
  box-shadow: 0 2px 18px rgba(34, 50, 72, 0.035);
  border-radius: 20px;
  margin-top: 22px;
  margin-bottom: 60px;
  padding: 56px 0 48px;
  min-height: 210px;
}
.hero .content-wrapper {
  align-items: flex-start;
  justify-content: center;
}


/* FEATURE GRID */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
  margin-top: 12px;
}
.feature {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px 0 rgba(34, 50, 72, 0.045), 0 1.5px 4px rgba(210,180,140, 0.03);
  padding: 28px 18px 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 250px;
  min-width: 220px;
  max-width: 310px;
  transition: box-shadow 0.2s, transform 0.18s;
}
.feature img {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  filter: grayscale(0.25);
  opacity: 0.90;
}
.feature h3 {
  margin-bottom: 6px;
  font-size: 1.14rem;
}
.feature p {
  font-size: 0.97rem;
  color: #223248cc;
  margin-bottom: 0;
}
.feature:hover {
  box-shadow: 0 8px 24px 0 rgba(34,50,72,0.11), 0 2px 8px rgba(210,180,140, 0.10);
  transform: translateY(-3px) scale(1.025);
}

/* TESTIMONIALS */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 16px rgba(34, 50, 72, 0.065);
  margin-bottom: 20px;
  font-size: 1.05rem;
  max-width: 700px;
  transition: box-shadow 0.22s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 30px 0 rgba(34,50,72,0.19);
}
.testimonial-card:last-child {
  margin-bottom: 0;
}


/* CARDS - GENERIC */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 18px 0 rgba(34,50,72,0.055);
  position: relative;
  padding: 24px 20px;
  min-width: 220px;
  flex: 1 1 270px;
  transition: box-shadow 0.21s, transform 0.15s;
}
.card:hover {
  box-shadow: 0 10px 32px 0 rgba(34,50,72,0.16);
  transform: translateY(-2.5px) scale(1.011);
}


/* CONTACT DETAILS */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 26px;
}
.contact-details div {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  color: #223248;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.contact-details img {
  width: 22px;
  height: 22px;
  opacity: 0.87;
}
.address-details, .map-snippet, .business-hours {
  margin-bottom: 18px;
}
.map-snippet {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 2px 10px rgba(34,50,72,0.055);
  font-size: 0.97rem;
}


/* BUTTONS & CTA */
.cta, .primary, button, .cookie-btn, .cookie-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 13px 28px;
  background: #223248;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(34,50,72,0.07);
  transition: background 0.21s, color 0.18s, box-shadow 0.18s, transform 0.14s;
  text-decoration: none;
  margin-top: 20px;
  letter-spacing: 0.02em;
}
.cta.primary, .cta {
  background: #223248;
  color: #fff;
}
.cta.secondary {
  background: #D2B48C;
  color: #223248;
}
.cta:hover, .cta:focus, .primary:hover, .primary:focus, .cookie-btn:hover, .cookie-btn:focus {
  background: #D2B48C;
  color: #223248;
  box-shadow: 0 7px 20px rgba(34,50,72,0.15);
  transform: translateY(-2px) scale(1.037);
  outline: none;
}
button {
  outline: none;
}


/* NAVIGATION */
header {
  background: #fff;
  box-shadow: 0 2px 12px rgba(34,50,72,0.045);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
}
.logo {
  display: flex;
  align-items: center;
  height: 48px;
}
.logo img {
  height: 40px;
  width: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.04rem;
}
nav a {
  color: #223248;
  padding: 7px 10px;
  border-radius: 4px;
  transition: background 0.18s, color 0.18s;
}
nav a:hover, nav a:focus {
  background: #D2B48C;
  color: #223248;
}

/* Hide desktop nav on mobile */
@media (max-width: 980px) {
  header nav {
    display: none;
  }
}

/* MOBILE MENU */
.mobile-menu-toggle {
  display: flex;
  background: none;
  color: #223248;
  font-size: 2.1rem;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 7px;
  z-index: 120;
  transition: background 0.18s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #D2B48C22;
}
@media (min-width: 980px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #f9f6f1ee;
  z-index: 201;
  transform: translateX(-100%);
  transition: transform 0.33s cubic-bezier(.43,.15,.18,1);
  overflow-y: auto;
  box-shadow: 0 8px 52px 0 rgba(34,50,72,0.18);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #223248;
  padding: 16px 18px 6px 14px;
  align-self: flex-end;
  cursor: pointer;
  opacity: 0.85;
  transition: background 0.16s;
  border-radius: 6px;
  z-index: 202;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #D2B48C24;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  margin-top: 40px;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  padding: 17px 36px 13px;
  font-size: 1.22rem;
  color: #223248;
  background: none;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #D2B48C;
  color: #223248;
}


/* FOOTER */
footer {
  background: #fff;
  border-top: 1.5px solid #f1e5d2;
  box-shadow: 0 -2px 10px rgba(34,50,72,0.03);
  padding: 38px 0 24px 0;
  margin-top: 60px;
}
footer .container {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #223248;
}
.footer-brand img {
  width: 35px;
  height: 35px;
}
footer nav {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}
footer nav a {
  padding: 5px 9px;
  border-radius: 4px;
  color: #223248;
}
footer nav a:hover, footer nav a:focus {
  background: #D2B48C;
}


/* THANK-YOU SECTION */
.thank-you-next-steps {
  margin: 26px 0 30px 0;
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 3px 13px 0 rgba(34,50,72,0.06);
  font-size: 1rem;
  color: #223248;
}

/* COOKIE CONSENT BANNER & MODAL */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) translateY(120%);
  width: calc(100vw - 36px);
  max-width: 440px;
  background: #fff;
  box-shadow: 0 8px 44px 0 rgba(34,50,72,0.12);
  border-radius: 13px;
  padding: 30px 24px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 3000;
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(.6,0,.12,1), opacity 0.16s;
}
.cookie-banner.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.cookie-banner p {
  color: #223248;
  font-size: 1rem;
}
.cookie-banner-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 6px;
}
.cookie-btn, .cookie-btn-secondary {
  background: #223248;
  color: #fff;
  padding: 11px 20px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.16s, color 0.16s;
}
.cookie-btn-secondary {
  background: #D2B48C;
  color: #223248;
}
.cookie-btn:focus, .cookie-btn:hover {
  background: #D2B48C;
  color: #223248;
}
.cookie-btn-secondary:focus, .cookie-btn-secondary:hover {
  background: #223248;
  color: #fff;
}

/* Cookie Settings Modal */
.cookie-modal-backdrop {
  position: fixed;
  top: 0; left: 0; right:0; bottom: 0;
  background: rgba(34,50,72,0.22);
  z-index: 3010;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.20s;
}
.cookie-modal-backdrop.visible {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  padding: 32px 22px 20px 22px;
  border-radius: 17px;
  box-shadow: 0 8px 40px 0 rgba(34,50,72,0.16);
  color: #223248;
  min-width: 340px;
  min-height: 180px;
  max-width: 96vw;
  z-index: 3020;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  outline: none;
}
.cookie-modal h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
  font-size: 1rem;
}
.cookie-modal .cookie-category span {
  flex: 1 1 0%;
}
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ddd;
  border-radius: 24px;
  transition: background 0.16s;
}
.cookie-switch input:checked + .cookie-slider {
  background: #D2B48C;
}
.cookie-slider:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(34,50,72,0.07);
  transition: left 0.16s;
}
.cookie-switch input:checked + .cookie-slider:before {
  left: 22px;
}
.cookie-modal-close {
  background: none;
  border: none;
  color: #223248;
  font-size: 2rem;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
  border-radius: 6px;
  padding: 2px 7px;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #D2B48C30;
}

.cookie-modal .cookie-btn {
  margin-top: 14px;
}


/* FLEXBOX-BASED MANDATORY PATTERNS */
.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;
}

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

/* Mandatory classes included above:
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
*/

/* STANDARD FORM ELEMENTS (futureproof for contact extension) */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  padding: 11px 16px;
  border: 1.5px solid #e1d6c4;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  outline: none;
  transition: border 0.14s, box-shadow 0.13s;
}
input:focus, textarea:focus, select:focus {
  border: 1.5px solid #D2B48C;
  box-shadow: 0 2px 8px rgba(210,180,140,0.10);
}
label {
  font-size: 1rem;
  color: #223248;
  margin-bottom: 4px;
  display: inline-block;
}


/* --- RESPONSIVE DESIGN --- */
@media (max-width: 980px) {
  .container {
    max-width: 96vw;
    padding: 0 14px;
  }
  .footer .container, .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .container {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 38px 0 28px;
    margin-bottom: 34px;
  }
  h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
  }
  h2 {
    font-size: 1.38rem;
    margin-bottom: 12px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .card {
    max-width: 100%;
    min-width: 0;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .section {
    margin-bottom: 38px;
    padding: 30px 8px;
  }
}
@media (max-width: 540px) {
  .hero {
    border-radius: 0;
    margin-top: 0;
    padding: 22px 0 12px;
  }
  .container {
    padding: 0 2vw;
    max-width: 100vw;
  }
  .feature, .card, .testimonial-card, .thank-you-next-steps {
    padding: 15px 10px;
  }
  .footer-brand img {
    width: 24px;
    height: 24px;
  }
  .cookie-banner {
    padding: 19px 6px 13px 6px;
    border-radius: 5.5vw;
    max-width: 98vw;
  }
  .cookie-modal {
    min-width: 96vw;
    padding: 16px 5vw 14px 6vw;
  }
}

/* Animation helpers for micro-interactions */
.fade-in {
  animation: fadeInMinimal 0.5s ease-out both;
}
@keyframes fadeInMinimal {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to { opacity: 1; transform: none; }
}

/* Selection colors for a branded accent */
::selection {
  background: #D2B48C66;
  color: #223248;
}

/* Accessibility - Focus states */
a:focus-visible, button:focus-visible, .cta:focus-visible {
  outline: 2px solid #D2B48C;
  outline-offset: 2px;
}

/* Prevent accidental overlapping */
.card, .testimonial-card, .feature, .map-snippet, .thank-you-next-steps, .content-wrapper, .container, .footer-brand {
  z-index: 1;
}
.mobile-menu, .cookie-banner, .cookie-modal, .cookie-modal-backdrop {
  z-index: 1000;
}

/* Utility: Hide helpers */
.hide { display: none !important; }

/* END OF GLITZERSPUREN MINIMALIST FLEXBOX CSS */