/* RaumMeister - Geometric Structured CSS - Mobile First, Flexbox Only */

/* 1. 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, 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 {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #fff;
  color: #223248;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img, svg {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #223248;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #4D8345;
  outline-offset: 2px;
}
a:hover {
  color: #4D8345;
}
ul, ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}
strong {
  font-weight: 700;
}
button {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

/* 2. TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #223248;
  letter-spacing: 0.01em;
  font-weight: 800;
  line-height: 1.1;
}
h1 {
  font-size: 2.25rem;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
h4, h5, h6 {
  font-size: 1rem;
  margin-bottom: 8px;
}
p, .lead {
  margin-bottom: 18px;
  color: #223248;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.lead {
  font-size: 1.1rem;
  font-weight: 600;
}

.tagline {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #4D8345;
  letter-spacing: 0.01em;
}

/* 3. GEOMETRIC STRUCTURE BASE */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
}
.feature-grid, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.card-container, .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.card, .feature-item, .testimonial-card {
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(34,50,72,0.07);
  border: 2px solid #DDCBA4;
  position: relative;
  padding: 24px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 260px;
  max-width: 100%;
}
.card:last-child, .feature-item:last-child, .testimonial-card:last-child {
  margin-bottom: 0;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 1 250px;
  min-width: 200px;
  max-width: 400px;
}
.feature-item img {
  height: 44px;
  width: 44px;
  object-fit: contain;
  margin-bottom: 8px;
  filter: brightness(0.7) sepia(1) hue-rotate(-40deg) saturate(2);
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #F7F5F1;
  border-color: #DDCBA4;
  color: #223248;
  padding: 20px 24px;
  min-width: 260px;
  max-width: 520px;
  box-shadow: 0 4px 14px rgba(34,50,72,0.08);
}
.testimonial-content {
  font-style: italic;
  font-size: 1.05rem;
  color: #223248;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.98rem;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #4D8345;
}

.trusted-expert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: #223248;
  color: #fff;
  border-radius: 40px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(34,50,72,0.10);
  margin-bottom: 10px;
}

.address, address {
  font-style: normal;
  font-size: 1rem;
  color: #223248;
  margin-top: 12px;
  margin-bottom: 10px;
}


/* 4. HEADER AND NAVIGATION */
header {
  background: #223248;
  padding: 0 0;
  border-bottom: 5px solid #DDCBA4;
}
.logo-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 20px 8px 20px;
}
.logo-header a {
  display: inline-block;
  height: 44px;
  border-radius: 9px;
  padding: 0;
}
.logo-header img {
  height: 44px;
  width: auto;
  display: block;
}
.logo-header .tagline {
  color: #DDCBA4;
  font-weight: 600;
  font-size: 1rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 8px 20px 16px 20px;
}
.main-nav a {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 7px 18px;
  border-radius: 6px;
  color: #fff;
  transition: background 0.15s, color 0.15s;
  font-weight: 600;
  letter-spacing: 0.015em;
  margin-bottom: 0 !important;
}
.main-nav a:hover {
  background: #DDCBA4;
  color: #223248;
}
.main-nav a.primary-cta {
  background: #4D8345;
  color: #fff;
  border-radius: 24px;
  font-weight: 800;
  font-size: 1.08em;
  box-shadow: 0 2px 6px rgba(45,89,56,.08);
  border: 2px solid #4D8345;
  margin-left: 16px;
  transition: background 0.2s, border-color 0.18s, color 0.16s, box-shadow 0.18s;
}
.main-nav a.primary-cta:hover {
  background: #DDCBA4;
  color: #4D8345;
  border-color: #DDCBA4;
}

/* 5. MOBILE NAVIGATION */
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 22px;
  z-index: 301;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  background: #4D8345;
  color: #fff;
  border-radius: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(34,50,72,0.08);
  transition: background 0.18s, color 0.12s;
}
.mobile-menu-toggle:hover {
  background: #DDCBA4;
  color: #223248;
}
.mobile-menu {
  display: none;
  position: fixed;
  z-index: 3200;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(34,50,72,0.97);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 0;
  overflow-y: auto;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.59,.07,.47,.99);
  will-change: transform;
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 2.1rem;
  background: none;
  color: #DDCBA4;
  border: none;
  z-index: 3202;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #DDCBA4;
  color: #223248;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 0 0 44px;
  width: 100%;
  gap: 13px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1.23rem;
  font-weight: 700;
  padding: 10px 20px;
  margin-bottom: 2px;
  border-radius: 10px;
  background: transparent;
  transition: background 0.16s, color 0.16s;
  width: auto;
  min-width: 180px;
  display: flex;
  align-items: center;
}
.mobile-nav a:hover {
  background: #DDCBA4;
  color: #223248;
}

@media (min-width: 1000px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
  .main-nav {
    display: flex !important;
  }
}
@media (max-width: 999px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex !important;
  }
}

/* 6. HERO & CTA SECTIONS */
.hero, .cta-final, .cta-package, .cta-faq, .thank-you-confirmation {
  background: #DDCBA4;
  box-shadow: 0 7px 28px rgba(222,208,180,0.08) inset;
  border-radius: 0 0 40px 40px/0 0 12vw 12vw;
}
.hero h1, .cta-final h2, .cta-package h2, .cta-faq h2, .thank-you-confirmation h1 {
  color: #223248;
}
.hero .lead {
  font-size: 1.13rem;
  margin-bottom: 18px;
}
.primary-cta, .secondary-cta {
  display: inline-block;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 14px 32px;
  background: #4D8345;
  color: #fff;
  border-radius: 30px;
  margin-top: 10px;
  border: 2px solid #4D8345;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.13s, box-shadow 0.15s;
  box-shadow: 0 3px 14px rgba(44,101,44,0.09);
  letter-spacing: 0.02em;
}
.primary-cta:hover, .primary-cta:active, .primary-cta:focus {
  background: #DDCBA4;
  color: #4D8345;
  border-color: #DDCBA4;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 18px rgba(44,101,44,0.13);
}
.secondary-cta {
  background: #fff;
  color: #223248;
  border-color: #DDCBA4;
}
.secondary-cta:hover {
  background: #DDCBA4;
  color: #4D8345;
}

/* 7. SECTION UTILITIES */
.section:not(:last-child), section:not(:last-child) {
  margin-bottom: 60px;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container, .card-grid {
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.content-grid {
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  gap: 20px;
  padding: 20px;
}
.feature-item {
  gap: 15px;
  align-items: flex-start;
}

/* 8. SPECIAL CONTENT STYLING */
.service-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.service-list li {
  background: #F7F5F1;
  border-radius: 12px;
  border: 2px solid #DDCBA4;
  padding: 24px;
  margin-bottom: 0;
}
.steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 0;
}
dt {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #4D8345;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: 18px;
  font-size: 1.06rem;
}
dd {
  margin-bottom: 8px;
  margin-left: 0;
  font-size: 1rem;
  color: #223248;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 1.1rem;
}
.contact-data {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-top: 12px;
}
.contact-data li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-data img {
  width: 24px;
  height: 24px;
}
.office-info .map-embed-placeholder {
  background: repeating-linear-gradient(135deg, #DDCBA4 0 10px, #fff 10px 20px);
  border-radius: 15px;
  color: #223248;
  padding: 24px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 12px 0;
  text-align: center;
}

/* 9. FOOTER */
footer {
  background: #223248;
  color: #fff;
  padding: 38px 0 14px 0;
  border-top: 5px solid #DDCBA4;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-content img {
  width: 54px;
  height: auto;
}
.footer-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-nav a, footer a {
  color: #DDCBA4;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: underline;
  transition: color 0.19s;
}
.footer-nav a:hover, footer a:hover {
  color: #4D8345;
  text-decoration: none;
}
footer address {
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}

/* 10. COOKIE CONSENT BANNER & MODAL */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2600;
  width: 100vw;
  background: #223248;
  color: #fff;
  box-shadow: 0 -3px 8px rgba(34,50,72,0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 21px 15px 21px 15px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  animation: fadeInTop 0.7s;
}
@keyframes fadeInTop {
  from {transform: translateY(120px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
.cookie-banner .cookie-text {
  flex: 1 1 auto;
  margin-right: 16px;
  color: #fff;
}
.cookie-banner .cookie-btn {
  margin-left: 6px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 26px;
  padding: 9px 22px;
  border: none;
  cursor: pointer;
  background: #DDCBA4;
  color: #223248;
  transition: background 0.16s, color 0.16s;
}
.cookie-banner .cookie-btn.accept {
  background: #4D8345;
  color: #fff;
  border: 2px solid #223248;
  margin-left: 10px;
}
.cookie-banner .cookie-btn.accept:hover {
  background: #DDCBA4;
  color: #4D8345;
}
.cookie-banner .cookie-btn.reject {
  background: #fff;
  color: #223248;
  border: 2px solid #DDCBA4;
  margin-left: 10px;
}
.cookie-banner .cookie-btn.reject:hover {
  background: #DDCBA4;
  color: #223248;
}
.cookie-banner .cookie-btn.settings {
  background: transparent;
  color: #DDCBA4;
}
.cookie-banner .cookie-btn.settings:hover {
  text-decoration: underline;
  color: #fff;
}
.cookie-banner.hide {
  display: none;
}

.cookie-modal {
  position: fixed;
  z-index: 3000;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(34,50,72,0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.26s;
}
.cookie-modal-inner {
  background: #fff;
  color: #223248;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(34,50,72,0.16);
  width: 95%;
  max-width: 430px;
  padding: 40px 32px 38px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  animation: fadeInModal 0.3s;
}
@keyframes fadeInModal {
  from {transform: translateY(50px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 2rem;
  background: transparent;
  color: #4D8345;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  padding: 3px 10px;
  transition: background 0.16s, color 0.16s;
}
.cookie-modal-close:hover {
  background: #DDCBA4;
  color: #223248;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 7px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1.04rem;
  font-weight: 600;
}
.toggle-switch {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 26px;
  align-items: center;
}
.toggle-switch input[type="checkbox"] {
  opacity: 0;
  width: 0; height: 0;
}
.toggle-slider {
  position: absolute;
  cursor: pointer;
  left: 0; top: 0;
  width: 44px;
  height: 26px;
  border-radius: 30px;
  background: #f5f5f5;
  border: 2px solid #DDCBA4;
  transition: background 0.24s;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-slider {
  background: #4D8345;
  border-color: #4D8345;
}
.toggle-slider:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #DDCBA4;
  border-radius: 50%;
  transition: transform 0.18s, background 0.16s;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-slider:before {
  transform: translateX(16px);
  background: #fff;
}
.cookie-modal .cookie-btn.save {
  background: #4D8345;
  color: #fff;
  border: 2px solid #4D8345;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  border-radius: 24px;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 9px 22px;
}
.cookie-modal .cookie-btn.save:hover {
  background: #223248;
  color: #DDCBA4;
  border-color: #DDCBA4;
}

/* 11. RESPONSIVENESS */
@media (max-width: 1300px) {
  .container { max-width: 98vw; }
}
@media (max-width: 999px) {
  .container { max-width: 98vw; }
  .logo-header, .footer-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .main-nav { flex-wrap: wrap; }
}
@media (max-width: 768px) {
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.20rem; }
  .logo-header { flex-direction: column; gap: 6px;}
  .footer-content { flex-direction: column; gap: 11px;}
  .section, section {
    padding: 25px 6vw 24px 6vw;
    margin-bottom: 36px;
  }
  .feature-grid, .features, .content-grid, .card-container, .card-grid {
    flex-direction: column;
    gap: 18px;
  }
  .testimonial-card, .feature-item, .card {
    min-width: unset;
    max-width: 100vw;
    width: 100%;
    padding: 16px 12px;
  }
  .trusted-expert-badge {
    font-size: .89rem;
    padding: 6px 15px;
  }
  .hero, .cta-final, .cta-package, .cta-faq, .thank-you-confirmation {
    border-radius: 0 0 24px 24px/0 0 6vw 6vw;
  }
  .service-list li, .steps-list li {
    padding: 16px 8px;
    border-radius: 9px;
  }
  .cookie-modal-inner {
    padding: 18px 10px 22px 10px;
    max-width: 96vw;
  }
}

/* GEOMETRIC DECORATIVE ANGLES */
h1, h2, h3 {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.section, section, .card, .feature-item, .testimonial-card, .trusted-expert-badge, .service-list li, .steps-list li, .office-info .map-embed-placeholder {
  border-radius: 12px;
}
.card, .feature-item, .testimonial-card {
  box-shadow: 0px 3px 16px 0px rgba(34,50,72,0.09);
}

/* MICRO-INTERACTIONS FOR BUTTONS */
button, .primary-cta, .secondary-cta, .cookie-btn {
  transition: background 0.22s, color 0.15s, box-shadow 0.13s, transform 0.13s, border-color 0.15s;
}
button:active, .primary-cta:active, .secondary-cta:active {
  transform: translateY(1px) scale(0.98);
}

/* ACCESSIBLE FOCUS */
a:focus, button:focus, .primary-cta:focus, .secondary-cta:focus, .cookie-btn:focus {
  outline: 2px solid #4D8345;
  outline-offset: 2px;
  z-index: 5;
}

/* HIDE ELEMENTS UTILITY */
.hide, .hidden {display: none !important;}

/* 12. PRINT UTILITIES */
@media print {
  body, .container, main, section, .content-wrapper { background: #fff !important; color: #223248 !important; }
  header, footer, .cookie-banner, .mobile-menu { display:none; }
}

/* 13. FORM ELEMENTS (for future use) */
input, textarea, select {
  border-radius: 10px;
  border: 2px solid #DDCBA4;
  padding: 10px 14px;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
input:focus, textarea:focus, select:focus {
  border-color: #4D8345;
  outline: none;
}
::-webkit-input-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }
::placeholder { color: #aaa; }

/* 14. SCROLLBAR (WEBKIT) FOR NICE LOOK */
::-webkit-scrollbar { width: 12px; background: #F7F5F1; }
::-webkit-scrollbar-thumb { background: #DDCBA4; border-radius: 12px; }
::-webkit-scrollbar-thumb:hover { background: #4D8345; }

/*--- END RaumMeister STRUCTURED STYLE ---*/
