/* --- 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,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  min-height: 100vh;
  color: #181E27;
  background: #F6F4F1;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
button, input, select, textarea {
  font: inherit;
  outline: none;
  border: none;
  background: none;
  color: inherit;
}
::selection {
  background: #BFA867;
  color: #181E27;
}

/* --- BRAND FONTS (must be loaded by html) --- */

h1, h2, h3, h4, .display {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #181E27;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #BFA867;
  letter-spacing: 0.5px;
}
h4 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #181E27;
}
p, li, blockquote {
  color: #181E27;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.subtitle {
  font-size: 1.18rem;
  margin-bottom: 24px;
  color: #3D4452;
  letter-spacing: 0.3px;
  font-weight: 500;
}
strong {
  font-weight: 700;
}

/* --- LAYOUT --- */
.container {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.content-wrapper {
  margin-top: 0;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
/* Cards & Features */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 20px 0 rgba(24,30,39,0.09);
  transition: box-shadow 0.22s cubic-bezier(.4,2,.6,1.2), transform 0.18s;
}
.card:hover {
  box-shadow: 0 8px 32px 0 rgba(191, 168, 103, 0.26);
  transform: translateY(-4px) scale(1.025);
}

.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;
}
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #FFF;
  padding: 24px 24px 22px 32px;
  min-width: 260px;
  max-width: 370px;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(18,19,21,0.08);
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 36px 0 rgba(191,168,103,0.22);
  transform: translateY(-3px) scale(1.018);
}
.testimonial-rating {
  font-size: 1.3rem;
  color: #FFD700;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.testimonial-author {
  font-weight: 600;
  color: #BFA867;
  font-size: 0.98rem;
  margin-top: 4px;
}

.feature-item, .feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 24px 20px 20px 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(34,36,39,0.11);
  min-width: 220px;
  flex: 1 1 180px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s, transform 0.18s;
}
.feature-item:hover, .feature:hover {
  transform: translateY(-2px) scale(1.012);
  box-shadow: 0 6px 22px 0 rgba(191,168,103,0.17);
}
.feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.brand-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 16px 0 20px 0;
}
.brand-logos img {
  height: 40px;
  filter: grayscale(0.1) brightness(1.13) contrast(1.1);
  transition: filter 0.22s;
}
.brand-logos img:hover {
  filter: grayscale(0) brightness(1.26) contrast(1.2) drop-shadow(0 3px 12px #bfa86790);
}

.services-list, .faq-list, .customer-stories, .team-snapshot, .contact-info-section, .confirmation {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-item {
  background: #FFF;
  padding: 20px 22px;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(34,36,39,0.10);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.18s, transform 0.16s;
}
.service-item:hover {
  transform: translateY(-2px) scale(1.013);
  box-shadow: 0 5px 16px 0 rgba(191,168,103,0.19);
}
.service-price {
  color: #BFA867;
  font-weight: 600;
  font-size: 1.05em;
}

.faq-list {
  gap: 28px;
}
.faq-item h3 {
  color: #181E27;
  margin-bottom: 6px;
  font-size: 1.1rem;
}
.faq-item p {
  font-size: 1rem;
  color: #3D4452;
}
.contact-faq-cta {
  margin-top: 16px;
}

blockquote {
  font-style: italic;
  background: #fff;
  border-left: 4px solid #BFA867;
  padding: 12px 18px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: #181E27;
  box-shadow: 0 1px 8px 0 rgba(34,36,39,0.10);
  font-size: 1.06rem;
}
.customer-stories blockquote span.testimonial-author {
  display: block;
  font-style: normal;
  color: #BFA867;
  font-size: 0.97rem;
  font-weight: 500;
  margin-top: 4px;
}

.confirmation {
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.confirmation h1 {
  color: #BFA867;
}

/* --- BUTTONS & CTAs --- */
.cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  background: #BFA867;
  color: #fff;
  border-radius: 32px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(191,168,103,0.13);
  transition: background 0.21s, color 0.16s, transform 0.15s, box-shadow 0.25s;
  border: none;
  margin-top: 16px;
}
.cta.primary, .button.primary {
  background: #181E27;
  color: #fff;
}
.cta.primary:hover, .button.primary:hover,
.cta.primary:focus {
  background: #BFA867;
  color: #181E27;
  box-shadow: 0 4px 18px 0 rgba(191,168,103,0.19);
}
.cta:not(.primary):hover, .button:not(.primary):hover,
.cta:not(.primary):focus {
  background: #BFA867;
  color: #fff;
  box-shadow: 0 4px 18px 0 rgba(191,168,103,0.16);
  transform: translateY(-2px) scale(1.018);
}
a.cta, a.button {
  text-decoration: none;
}

/* --- HEADER / NAVIGATION --- */
header {
  width: 100vw;
  background: #181E27;
  color: #fff;
  box-shadow: 0 4px 18px 0 rgba(24,30,39,0.09);
  z-index: 92;
  position: sticky;
  top: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  gap: 30px;
}
.logo img {
  height: 42px;
  display: block;
}
.logo-footer img {
  height: 34px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.06rem;
  color: #F6F4F1;
  padding: 7px 16px;
  border-radius: 20px;
  transition: background 0.16s, color 0.16s;
  position: relative;
}
.main-nav a:hover, .main-nav a:focus {
  background: #BFA867;
  color: #181E27;
}
header .cta {
  margin-left: 25px;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #BFA867;
  font-size: 2rem;
  cursor: pointer;
  margin-left: 18px;
  display: none;
  z-index: 105;
  transition: color 0.23s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: #fff;
}

/* --- MOBILE MENU --- */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #181E27;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  transform: translateX(-100vw);
  transition: transform 0.36s cubic-bezier(.63,-0.01,.24,1.1);
  box-shadow: 4px 0 26px -16px #0005;
  padding: 0 28px 28px 28px;
  will-change: transform;
}
.mobile-menu.open {
  transform: translateX(0);
  transition: transform 0.36s cubic-bezier(.63,-0.01,.24,1.1);
  /* No overflow here: body should handle scrollbar state */
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.3rem;
  background: none;
  border: none;
  color: #BFA867;
  margin: 20px 0 38px 0;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-menu-close:hover {
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.22rem;
  color: #F6F4F1;
  border-radius: 18px;
  padding: 12px 18px;
  transition: background 0.13s, color 0.13s;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 4px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #BFA867;
  color: #181E27;
}

/* --- FOOTER --- */
footer {
  background: #181E27;
  color: #BFA867;
  padding: 56px 0 32px 0;
  margin-top: 60px;
}
footer .container {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-nav a {
  color: #BFA867;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.15s;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-contact p, .footer-contact a {
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 2px;
}
.footer-contact a {
  text-decoration: underline dotted;
}

/* --- COOKIES BANNER --- */
#cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #181E27;
  color: #fff;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 22px 20px 20px 20px;
  box-shadow: 0 -2px 20px 0 rgba(0,0,0,0.19);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.36s cubic-bezier(.52,.07,.52,1);
  font-size: 1rem;
}
#cookie-banner.show {
  opacity: 1;
  pointer-events: all;
}
#cookie-banner .cookie-btn {
  margin-left: 12px;
  margin-right: 4px;
  padding: 12px 18px;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  cursor: pointer;
  transition: background 0.14s, color 0.14s;
  box-shadow: 0 2px 8px 0 rgba(191,168,103,0.14);
}
#cookie-banner .accept {
  background: #BFA867;
  color: #fff;
}
#cookie-banner .accept:hover {
  background: #fff;
  color: #181E27;
}
#cookie-banner .reject {
  background: #fff;
  color: #181E27;
}
#cookie-banner .reject:hover {
  background: #BFA867;
  color: #fff;
}
#cookie-banner .settings {
  background: #181E27;
  color: #BFA867;
  border: 1px solid #BFA867;
}
#cookie-banner .settings:hover {
  background: #BFA867;
  color: #fff;
}

/* Cookie preferences modal */
#cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24,30,39,.84);
  z-index: 3300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.23s cubic-bezier(.69,-0.19,.37,1.09);
}
#cookie-modal.open {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal-content {
  background: #fff;
  color: #181E27;
  border-radius: 22px;
  padding: 30px 32px 26px 32px;
  min-width: 90vw;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 12px 60px 0 rgba(24,30,39,0.28);
  position: relative;
  animation: modalPop 0.47s;
}
@keyframes modalPop {
  from { transform: scale(0.86) translateY(50px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal-content h3 {
  font-family: 'Playfair Display', serif;
  color: #181E27;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}
.cookie-switch {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 24px;
}
.cookie-switch input[type="checkbox"] {display:none;}
.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #BFA867;
  border-radius: 34px;
  transition: background 0.18s;
}
.cookie-switch input[type="checkbox"]:checked + .cookie-slider {
  background: #181E27;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.16s;
  will-change: transform;
}
.cookie-switch input[type="checkbox"]:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.modal-close-btn {
  position: absolute;
  right: 16px;
  top: 13px;
  background: none;
  border: none;
  color: #BFA867;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  transition: color 0.18s;
}
.modal-close-btn:hover { color: #181E27; }
.cookie-modal-actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal-actions .primary {
  background: #181E27;
  color: #fff;
}
.cookie-modal-actions .primary:hover {
  background: #BFA867;
  color: #181E27;
}

/* --- RESPONSIVENESS: Mobile-first --- */
@media (max-width: 1100px) {
  .container {
    max-width: 96vw;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 18px;
  }
  .brand-logos img {
    height: 34px;
  }
  .testimonial-card, .feature-item, .feature {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.36rem; }
  h3 { font-size: 1.13rem; }
  p, li, blockquote { font-size: 0.99rem; }

  .container {
    padding: 0 10px;
  }
  .section { padding: 28px 8px; margin-bottom: 32px; }
  .main-nav, header .cta {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline;
  }
  header .container {
    height: 56px;
    padding: 0 10px;
    gap: 10px;
  }
  .brand-logos img { height: 28px; }
  footer .container {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .testimonials, .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .testimonials { gap: 12px; }
  .card, .testimonial-card, .feature, .feature-item, .service-item {
    max-width: 100%;
    min-width: unset;
  }
  .content-wrapper, .confirmation {
    padding: 0;
    align-items: flex-start;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .faq-list {
    gap: 18px;
  }
  #cookie-modal .cookie-modal-content {
    min-width: 93vw;
    padding: 18px 8px 15px 8px;
  }
}
@media (max-width: 460px) {
  h1 { font-size: 1.27rem; }
  h2 { font-size: 1.03rem; }

  .cta, .button {
    width: 100%;
    min-width: 0;
    font-size: 0.98rem;
    padding: 13px 0;
    text-align: center;
  }
  #cookie-banner {
    flex-direction: column;
    gap: 10px;
  }
}

/* --- ACCESSIBILITY & FOCUS STYLES --- */
a:focus, button:focus, .cta:focus, .button:focus {
  outline: 2px solid #BFA867;
  outline-offset: 2px;
}

/* --- MISC VISUALS / UTILITIES --- */
.tagline {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  color: #BFA867;
  margin-top: 12px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px #fff2;
  font-weight: 600;
}
.brand-logos {
  margin-bottom: 0.6em;
}

ul, .content-wrapper ul {
  padding-left: 0.9em;
}
ul li, ol li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
}
ul li:before, .content-wrapper ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.57em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #BFA867;
}

/* --- Vibrant/Energetic: Animations & Shadows --- */
h1, h2, .cta, .feature, .testimonial-card, .service-item, .card, .feature-item {
  transition: box-shadow 0.15s, background 0.15s, color 0.18s, transform 0.16s;
}
section {
  background: linear-gradient(91deg, #F6F4F1 80%, rgba(191,168,103,0.07) 100%);
  border-radius: 32px;
  box-shadow: 0 2px 12px 0 rgba(191,168,103,0.07);
  margin-bottom: 32px;
}

/* --- High-Energy/Radiant Accent Lines & BG blocks --- */
section:not(:first-child):not(:last-child) {
  border-left: 7px solid #BFA867;
  box-shadow: 0 6px 32px 0 rgba(191,168,103,0.06), 0 1.5px 1.5px #bfa86725;
  background: linear-gradient(89deg, #F6F4F1 88%, #f3efdf 100%);
}

/* --- End of CSS --- */
