/* 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,
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #FCFAF6;
  color: #23323D;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
img, picture {
  max-width: 100%;
  display: block;
}
ul, ol {
  margin-left: 28px;
  margin-bottom: 20px;
}
li {
  margin-bottom: 8px;
}
a {
  color: #264653;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #6D8EAB;
  text-decoration: none;
}

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Roboto:wght@400;500;700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #264653;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.2rem; margin-bottom: 24px; }
h2 { font-size: 1.6rem; margin-bottom: 20px; }
h3 { font-size: 1.14rem; margin-bottom: 12px; }

p, li, td, th, span { font-family: 'Roboto', Arial, sans-serif; font-size: 1rem; }
p { margin-bottom: 16px; }
strong { font-weight: 700; }

/* CONTAINER */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

/* SECTION SPACING */
.section,
.hero,
.features,
.about-snippet,
.cta,
.testimonials-snippet,
.about-company,
.usp,
.services-summary,
.process,
.pricing,
.estimate,
.price-notes,
.faq-main,
.faq-cta,
.contact-section,
.contact-cta,
.legal-section,
.gdpr-section,
.cookie-section,
.terms-section,
.thank-you-section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 32px;
  background: #FFF8F0;
  box-shadow: 0 4px 24px rgba(204,204,204,0.11);
}

/* PASTEL BACKGROUNDS */
.hero {
  background: #F4EBC1;
  background-blend-mode: lighten;
  min-height: 320px;
  display: flex;
  align-items: center;
  box-shadow: 0 6px 32px 0 rgba(200,200,190,0.10);
}
.cta, .contact-cta, .faq-cta, .estimate {
  background: #A4B09E20;
}

/* FLEX SECTIONS FOR CARDS & GRIDS */
.card-container, .feature-grid, .service-list, .testimonial-slider, .pricing-table, .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature-grid > div, .service-list > div {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(218,213,194,0.15);
  padding: 28px 24px 20px 24px;
  flex: 1 1 230px;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.18s;
  margin-bottom: 20px;
}
.feature-grid > div:hover, .service-list > div:hover {
  box-shadow: 0 6px 24px 0 rgba(168,183,204,0.20);
  transform: translateY(-5px) scale(1.015);
}
.card {
  position: relative;
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 1.5px 9px 0 rgba(218,213,194,0.10);
  padding: 22px 20px;
}

/* TESTIMONIALS */
.testimonial-slider, .testimonial-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonial-card {
  align-items: center;
  padding: 20px 28px;
  min-width: 230px;
  flex: 1 1 220px;
  background: #F2F6F4;
  color: #23323D !important;
  border-radius: 16px;
  box-shadow: 0 2px 14px 0 rgba(189,198,205,0.07);
  font-size: 1.03rem;
  position: relative;
  transition: box-shadow 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0 4px 26px 0 rgba(164,176,158,0.13);
}
.testimonial-info, .testimonial-card span {
  font-size: 0.96rem;
  color: #264653;
  font-family: 'Roboto', Arial, sans-serif;
}

/* BUTTONS */
.btn-primary, a.btn-primary {
  display: inline-block;
  background: #264653;
  color: #FFF;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 32px;
  border-radius: 28px;
  border: none;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px 0 rgba(46,82,67,0.07);
  margin-top: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: background 0.19s, color 0.19s, box-shadow 0.19s, transform 0.15s;
}
.btn-primary:hover, .btn-primary:focus {
  background: #3D5A6C;
  color: #FFF;
  box-shadow: 0 6px 24px 0 rgba(46,82,67,0.13);
  transform: translateY(-2px) scale(1.025);
  outline: none;
}

/* MAIN NAV */
header {
  background: #FFF;
  border-bottom: 1.5px solid #F4EBC1;
  box-shadow: 0 2px 12px rgba(226,226,219,0.08);
  position: sticky;
  top: 0;
  z-index: 40;
}
header .container {
  min-height: 68px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #23323D;
  background: none;
  border-radius: 8px;
  padding: 6px 12px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.main-nav a.btn-primary {
  padding: 10px 24px;
  margin-left: 14px;
  margin-right: 0;
  font-size: 1rem;
}
.main-nav a:hover, .main-nav a:focus {
  background: #F4EBC1;
  color: #264653;
}
header img {
  height: 42px;
  width: auto;
}

.mobile-menu-toggle {
  background: #A4B09E;
  border: none;
  color: #264653;
  font-size: 2rem;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  transition: background 0.16s, color 0.16s;
  cursor: pointer;
}
.mobile-menu-toggle:hover { background: #264653; color: #FFF; }

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F4EBC1;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 32px 20px 0 0;
  transform: translateX(100vw);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.38s cubic-bezier(0.6,0.1,0.2,1), opacity 0.22s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: #264653;
  color: #FFF;
  border: none;
  font-size: 2rem;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(46,82,67,0.09);
  transition: background 0.17s;
}
.mobile-menu-close:hover {
  background: #537080;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  gap: 24px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #264653;
  padding: 12px 0;
  text-decoration: none;
  transition: color 0.15s;
  text-align: right;
}
.mobile-nav a:hover {
  color: #A4B09E;
  text-decoration: underline;
}

/* SECTION FLEX UTILITIES */
.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;
}

/* TEAM & USP */
.usp ul,
.about-company ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin-left: 0;
}
.usp ul li,
.about-company ul li {
  background: #F6F3EE;
  color: #264653;
  border-radius: 20px;
  padding: 16px 24px 16px 16px;
  min-width: 180px;
  font-family: 'Roboto', Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 12px 0 rgba(233,225,194,0.10);
  font-size: 1rem;
}
.usp ul li img, .about-company ul li img {
  width: 28px;
  height: 28px;
}

/* SERVICE TABLES */
.pricing-table {
  width: 100%;
  overflow-x: auto;
  border-radius: 20px;
  background: #F6F3EE;
  margin-bottom: 22px;
}
.pricing-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.pricing-table th {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  text-align: left;
  background: #F4EBC1;
  color: #264653;
  padding: 12px 16px;
  border-radius: 10px 10px 0 0;
}
.pricing-table td {
  background: #FFF;
  color: #264653;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(211, 185, 160, 0.09);
}

/* ACCORDION FAQ */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-question {
  background: #F5F9F7;
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 1px 8px rgba(164,176,158,0.06);
  transition: box-shadow 0.13s;
}
.faq-question:hover {
  box-shadow: 0 3px 18px #A4B09E33;
}

/* LOCATION MAP (simple icon) */
.location-map p {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F6F3EE;
  padding: 10px 18px;
  border-radius: 14px;
  color: #264653;
  font-size: 1rem;
  box-shadow: 0 0.5px 5px rgba(220,200,160,0.06);
}

/* CONTACT DETAILS */
.contact-details p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #264653;
  font-size: 1rem;
}

/* FOOTER */
footer {
  background: #FFF8F0;
  border-top: 1.5px solid #F4EBC1;
  padding: 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  padding: 34px 20px 20px 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo img {
  height: 48px;
  width: auto;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #264653;
  text-decoration: none;
  opacity: 0.86;
  transition: opacity 0.17s, color 0.17s;
}
.footer-nav a:hover {
  color: #6D8EAB;
  opacity: 1;
}
.contact-snippet p {
  margin-bottom: 8px;
  color: #23323D;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 11px;
}
.copyright {
  width: 100%;
  text-align: center;
  font-size: 0.97rem;
  color: #A4B09E;
  margin-top: 20px;
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #FCFAF6;
  color: #264653;
  font-size: 1rem;
  padding: 28px 16px 18px 16px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -2px 24px 0 rgba(192,180,130,0.13);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2000;
  max-width: 600px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  animation: cookieBannerFadeIn 0.55s cubic-bezier(.09,.8,.45,1);
}
@keyframes cookieBannerFadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(40px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.cookie-banner p {
  font-size: 1rem;
  color: #264653;
  margin-bottom: 9px;
}
.cookie-actions {
  display: flex;
  gap: 13px;
}
.cookie-actions button {
  font-family: 'Montserrat', Arial, sans-serif;
  border: none;
  border-radius: 22px;
  padding: 10px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.16s, color 0.16s, box-shadow 0.15s;
}
.cookie-accept { background: #264653; color: #FFF; }
.cookie-accept:hover { background: #395A66; }
.cookie-reject { background: #F2F6F4; color: #264653; }
.cookie-reject:hover { background: #F4EBC1; }
.cookie-settings { background: #FFF; color: #264653; border: 1px solid #A4B09E; }
.cookie-settings:hover { background: #A4B09E; color: #FFF; }


/* COOKIE PREF MODAL */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 3000;
  background: rgba(164,176,158,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s;
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal-dialog {
  background: #FFF;
  border-radius: 22px;
  max-width: 400px;
  width: 96%;
  padding: 36px 24px 24px 24px;
  box-shadow: 0 8px 44px rgba(164,176,158,0.18);
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: modalIn 0.32s cubic-bezier(0.36,0.8,0.43,1.06);
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(60px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-modal-dialog h2 { margin-bottom: 0; }
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 14px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 1rem;
}
.cookie-category [type="checkbox"] {
  width: 19px;
  height: 19px;
  accent-color: #264653;
  margin: 0;
}
.cookie-category.essential label { font-weight: 500; color: #A4B09E; }

.cookie-pref-buttons {
  display: flex;
  gap: 10px;
  margin-top: 7px;
}
.cookie-pref-accept, .cookie-pref-cancel {
  border-radius: 18px;
  border: none;
  padding: 10px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s, color 0.16s;
}
.cookie-pref-accept { background: #264653; color: #FFF; }
.cookie-pref-accept:hover { background: #3C5A66; }
.cookie-pref-cancel { background: #F2F6F4; color: #264653; }
.cookie-pref-cancel:hover { background: #F4EBC1; }

/* VISUAL EFFECTS */
.section, .hero, .cta, .testimonials-snippet, .testimonials, .about-snippet, .about-company, .usp, .services-summary, .process, .pricing, .estimate, .price-notes, .faq-main, .faq-cta, .contact-section, .contact-cta, .legal-section, .gdpr-section, .cookie-section, .terms-section, .thank-you-section {
  box-shadow: 0 2px 28px 0 #D6DBDA13;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
  .container { max-width: 960px; }
  .footer-nav { flex-direction: column; gap: 15px; }
}
@media (max-width: 900px) {
  .container { max-width: 100%; }
  .feature-grid > div, .service-list > div, .testimonial-card {
    min-width: 170px;
    flex: 1 1 150px;
    padding: 20px 12px 16px 12px;
  }
  footer .container { gap: 18px; }
}
@media (max-width: 768px) {
  .container { padding: 0 11px; }
  .content-wrapper { gap: 17px; }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .footer-logo { width: 100%; }
  footer .container {
    flex-direction: column;
    gap: 12px;
    padding: 28px 10px 13px 10px;
    align-items: flex-start;
  }
  .section, .hero, .cta, .testimonials-snippet, .testimonials, .about-snippet, .about-company, .usp, .services-summary, .process, .pricing, .estimate, .price-notes, .faq-main, .faq-cta, .contact-section, .contact-cta, .legal-section, .gdpr-section, .cookie-section, .terms-section, .thank-you-section {
    padding: 26px 7px;
    margin-bottom: 34px;
    border-radius: 22px;
  }
  .feature-grid,
  .service-list,
  .testimonial-slider,
  .card-container {
    flex-direction: column;
    gap: 17px;
  }
  .testimonial-card { min-width: unset; }
  .content-grid { flex-direction: column; gap: 16px; }
  .text-image-section { flex-direction: column; gap: 18px; }
  .about-company ul, .usp ul { flex-direction: column; gap: 12px; }
}
@media (max-width: 500px) {
  h1 { font-size: 1.33rem; }
  h2 { font-size: 1.13rem; }
  .container { padding: 0 4px; }
  .cookie-banner { max-width: 95vw; padding: 18px 5px 10px 5px; border-radius: 12px 12px 0 0; }
  .cookie-modal-dialog { padding: 19px 7px 16px 7px; max-width: 95vw; border-radius: 14px; }
  .section, .hero, .cta, .testimonials-snippet, .testimonials, .about-snippet, .about-company, .usp, .services-summary, .process, .pricing, .estimate, .price-notes, .faq-main, .faq-cta, .contact-section, .contact-cta, .legal-section, .gdpr-section, .cookie-section, .terms-section, .thank-you-section {
    padding: 12px 2px;
    border-radius: 8px;
  }
}

/* ANIMATION UTILITIES */
.fade-in-up { animation: fadeInUp 0.47s ease-out; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* MICRO-INTERACTIONS */
.card:hover, .card:focus, .about-company ul li:hover, .usp ul li:hover {
  box-shadow: 0 8px 32px 0 #A4B09E29;
  transform: translateY(-2px) scale(1.018);
  transition: box-shadow 0.17s, transform 0.17s;
}

/* SCROLLBAR for pastel accent */
::-webkit-scrollbar { width: 9px; background: #F4EBC1; }
::-webkit-scrollbar-thumb { background: #A4B09EAA; border-radius: 7px; }

/* PASTEL BADGES (for stars in testimonials) */
.testimonial-card span span, .testimonial-card span strong {
  font-size: 1.1em;
  color: #F4BC1A;
  margin-left: 3px;
}

/* REMOVE LIST MARKS where not needed */
.text-section ul {
  list-style: disc inside;
  padding-left: 0;
}

/* DREAMY ATMOSPHERE: soft shadow/image overlays if provided */
.hero {
  /* add subtle overlay for dreamy effect */
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg, #F4EBC1 85%, #A4B09E25 100%);
  opacity: 0.45;
  border-radius: 32px;
}
.hero > .container, .hero .content-wrapper { position: relative; z-index: 2; }

/* For accessibility: Add focus styles */
a:focus, button:focus, .btn-primary:focus {
  outline: 2.5px solid #A4B09E;
  outline-offset: 2px;
}

/* CUSTOM CLASSES / UTILITIES */
.mb-0 { margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }

/* Hide visually, keep screen readers (for modals etc) */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0,0,0,0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}

/* Ensure visual contrast in all testimonial/review cards */
.testimonial-card {
  background: #F2F6F4;
  color: #23323D;
  border: 1.5px solid #A4B09E28;
}

/* Only FLEX layouts -- never grid */
/* All containers using .card-container, .feature-grid, .content-grid, .text-image-section, .testimonial-card, .testimonial-slider, .feature-item are display:flex per requirements */
