/* RESET & BASE ==================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  font-family: 'Roboto', Arial, sans-serif;
  background: #F4F5F7;
  color: #223B55;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
  color: #223B55;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #C2A651;
  text-decoration: underline;
  outline: none;
}
img {
  max-width: 100%;
  display: block;
}
ul, ol {
  margin-left: 22px;
  margin-bottom: 16px;
  line-height: 1.6;
}
li {
  margin-bottom: 8px;
}
/* LAYOUT FLEXBOX PATTERNS ======================================================== */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 20px 0;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding: 38px 0 0 0;
  flex-wrap: wrap;
}
.signature {
  text-align: center;
  font-size: 14px;
  padding: 18px 0 12px 0;
  color: #ababab;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container, .blog-cards, .service-cards, .feature-grid, .testimonial-slider, .testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.content-grid, .footer-nav {
  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;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #FAFBFC;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(34,59,85,0.06);
  min-width: 265px;
  max-width: 410px;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.content-wrapper {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
/* TYPOGRAPHY ===================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #223B55;
}
h1 {
  font-size: 2.6rem;
  line-height: 1.18;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.26rem;
  margin-bottom: 10px;
}
h4, h5, h6 {
  font-size: 1.09rem;
  margin-bottom: 8px;
}
p {
  font-size: 1.06rem;
  color: #2d425a;
  margin-bottom: 16px;
}
.testimonial-card p, .testimonial-card .testimonial-name {
  color: #223B55;
  font-size: 1.15rem;
}
.testimonial-name {
  font-size: 1.04rem;
  font-weight: 600;
  color: #8b864d;
  opacity: 0.9;
}
.stars {
  font-size: 2.1rem;
  letter-spacing: 0.16em;
  color: #C2A651;
  vertical-align: middle;
}
.score {
  font-size: 1.35rem;
  font-weight: 600;
  margin-left: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 8px rgba(34,59,85,0.04);
  overflow: hidden;
}
th, td {
  padding: 13px 18px;
  border-bottom: 1px solid #edf0f3;
  text-align: left;
  font-size: 1rem;
}
th {
  background: #F4F5F7;
  color: #223B55;
  font-weight: 700;
  font-size: 1.05rem;
}
tr:last-child td {
  border-bottom: none;
}
/* BUTTONS & LINKS ================================================================ */
.btn-primary {
  background: linear-gradient(90deg, #C2A651 5%, #f2e0b2 95%);
  color: #223B55;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 100px;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(34,59,85,0.07);
  transition: background 0.22s, color 0.18s, box-shadow 0.22s, transform 0.15s;
  display: inline-block;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(90deg, #b49a3e 7%, #e8d394 93%);
  color: #223B55;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 18px rgba(34,59,85,0.11);
}
.btn-link {
  background: none;
  color: #223B55;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 1.04rem;
  border-radius: 100px;
  border: none;
  padding: 8px 20px;
  transition: background 0.17s, color 0.13s;
  display: inline-block;
}
.btn-link:hover, .btn-link:focus {
  background: #e6e7e9;
  color: #C2A651;
}
/* HEADER & NAVIGATION ============================================================ */
header {
  background: linear-gradient(110deg, #223B55 85%, #d0b166 100%);
  color: #fff;
  box-shadow: 0 6px 28px rgba(34,59,85,0.13);
  position: relative;
  z-index: 100;
}
.logo-link img {
  height: 54px;
  width: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  padding: 8px 12px;
  transition: color 0.19s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #C2A651;
}
header .btn-primary {
  margin-left: 16px;
  font-size: 1.03rem;
  box-shadow: none;
}
/* Mobile burger */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  cursor: pointer;
  padding: 6px 16px;
  margin-left: 4px;
  z-index: 1001;
  border-radius: 4px;
  transition: background 0.16s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #263f5e;
}
/* MOBILE NAV OVERLAY ============================================================= */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,59,85,0.96);
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(.5,.4,.18,1);
  z-index: 1002;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
  visibility: visible;
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  margin: 24px 28px 0 0;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 16px;
  transition: background 0.12s;
  z-index: 1003;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #1e3043;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  padding: 26px 36px 0 36px;
  margin-top: 18px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 1.18rem;
  padding: 13px 6px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
  width: 100%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #2b4667;
  color: #ffe49d;
}
/* HERO & GRADIENT SECTIONS ======================================================= */
.hero {
  background: linear-gradient(124deg, #F4F5F7 20%, #e2e8f0 100%);
  padding: 64px 0 56px 0;
  margin-bottom: 40px;
}
.hero h1 {
  color: #223B55;
  font-size: 2.45rem;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(194,166,81,0.07);
}
.hero p {
  color: #4d5e73;
  font-size: 1.21rem;
  margin-bottom: 23px;
}
.content-wrapper a.btn-primary {
  margin-top: 10px;
}
.features, .about-preview, .services-preview, .testimonials-preview, .contact-cta {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
}
.features .feature-grid, .services-preview .service-cards {
  justify-content: flex-start;
  gap: 28px;
  margin-top: 22px;
}
.feature-grid div, .service-cards div {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 9px rgba(34,59,85,0.06);
  padding: 26px 22px 22px 22px;
  min-width: 210px;
  max-width: 310px;
  flex: 1 1 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  transition: box-shadow 0.19s, transform 0.18s;
}
.feature-grid div:hover, .service-cards div:hover {
  box-shadow: 0 6px 36px rgba(194,166,81,0.11);
  transform: translateY(-1px) scale(1.03);
}
.feature-grid img, .service-cards img {
  height: 42px;
  width: 42px;
  margin-bottom: 14px;
}
.services-preview .btn-link {
  margin-top: 28px;
}
/* BLOG CARDS ===================================================================== */
.blog-cards {
  margin-top: 22px;
  justify-content: flex-start;
  gap: 24px;
}
.blog-card {
  background: linear-gradient(110deg, #FFFDEB 48%, #ffe1a2 110%);
  border-radius: 16px;
  box-shadow: 0 1px 8px rgba(194,166,81,0.10);
  padding: 32px 20px 20px 24px;
  min-width: 240px;
  max-width: 350px;
  flex: 1 1 240px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: box-shadow 0.18s, transform 0.13s;
}
.blog-card h3 {
  margin-bottom: 12px;
  color: #223B55;
}
.blog-card a {
  color: #C2A651;
  font-weight: 700;
  align-self: flex-end;
  margin-top: auto;
  font-size: 1.01rem;
}
.blog-card a:hover {
  color: #b89a41;
}
/* TESTIMONIALS & SLIDERS ========================================================= */
.testimonials-preview .testimonial-slider, .testimonial-list {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.ratings-summary {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fffbea;
  border-radius: 24px;
  box-shadow: 0 2px 18px rgba(194,166,81,0.10);
}
.ratings-summary ul li {
  color: #223B55;
  font-size: 1.11rem;
}
.rating .stars, .ratings-summary .stars {
  color: #C2A651;
}
/* CTA, FOOTER & MISC ============================================================== */
.contact-cta, .cta, .estimate {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
  text-align: center;
}
.contact-cta a, .cta a, .estimate a {
  margin-top: 20px;
}
.footer-flex nav a {
  color: #555f6b;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.01rem;
  margin-right: 12px;
  margin-bottom: 8px;
  transition: color 0.17s;
}
.footer-flex nav a:hover {
  color: #C2A651;
}
.footer-flex > div img {
  height: 37px;
  width: auto;
  margin-bottom: 8px;
}
.footer-flex > div p img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}
/* FORMS & POLICY SECTIONS ========================================================= */
.policy, .about, .team, .reasons, .contact, .hours, .thank-you, .rgpd {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.text-section {
  margin: 12px 0 18px 0;
  color: #384a60;
  font-size: 1.09rem;
}
.text-section ul {
  margin-bottom: 10px;
}
/* SPECIALS: TABLES & FAQ ========================================================== */
.faq-pricing {
  background: #F4F5F7;
  border-radius: 18px;
  margin-top: 30px;
  padding: 28px 22px 18px 22px;
  box-shadow: 0 1px 8px rgba(34,59,85,0.04);
}
.faq-pricing h2 {
  margin-bottom: 10px;
}
.faq-pricing ul {
  margin-bottom: 0;
}
/* COOKIE CONSENT BANNER =========================================================== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #223B55 90%, #C2A651 100%);
  color: #fff;
  z-index: 9999;
  box-shadow: 0 -4px 18px rgba(34,59,85,0.16);
  padding: 20px 30px 17px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  animation: cookie-slidein 0.7s 0.1s cubic-bezier(0.6,0.3,0.18,1);
}
@keyframes cookie-slidein {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner__text {
  font-size: 1.07rem;
  max-width: 650px;
}
.cookie-banner-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.18s, color 0.14s, box-shadow 0.15s;
  padding: 10px 25px;
  margin: 0;
  outline: none;
  box-shadow: none;
}
.cookie-accept {
  background: #C2A651;
  color: #223B55;
}
.cookie-accept:hover, .cookie-accept:focus {
  background: #b39a40;
  color: #fffde1;
}
.cookie-reject {
  background: #ebeef2;
  color: #223B55;
}
.cookie-reject:hover, .cookie-reject:focus {
  background: #bababa;
  color: #223B55;
}
.cookie-settings {
  background: transparent;
  color: #fafbfc;
  border: 1.5px solid #C2A651;
  padding: 9px 20px;
}
.cookie-settings:hover, .cookie-settings:focus {
  background: #ffe49d;
  color: #223B55;
}
/* COOKIE MODAL POPUP ============================================================= */
.cookie-modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(34,59,85,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal-content {
  background: #fff;
  color: #223B55;
  border-radius: 18px;
  max-width: 440px;
  width: 94vw;
  padding: 38px 32px 28px 32px;
  box-shadow: 0 6px 48px rgba(34,59,85,0.29);
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: modal-popin 0.38s cubic-bezier(.37,.79,.18,1);
}
@keyframes modal-popin {
  from { transform: scale(0.89) translateY(50px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal-content h3 {
  margin-bottom: 5px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}
.cookie-category label {
  font-weight: 600;
  font-size: 1.05rem;
}
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.cookie-switch input {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-slider {
  position: absolute;
  cursor: pointer;
  border-radius: 18px;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ebeef1;
  transition: background 0.18s;
}
.cookie-switch input:checked + .cookie-slider {
  background: #C2A651;
}
.cookie-slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(34,59,85,0.09);
  transition: transform 0.18s;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(18px);
}
.cookie-essentiel {
  color: #bbbbbb;
  font-size: 0.99rem;
  font-style: italic;
  margin-left: 8px;
}
.cookie-modal .modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 18px;
  justify-content: flex-end;
}
/* RESPONSIVE =============================================================== */
@media (max-width: 1100px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 800px) {
  .container {
    max-width: 98vw;
  }
  .content-wrapper {
    max-width: 99vw;
    padding: 0;
  }
  .sections {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .header-flex {
    flex-direction: row;
    gap: 12px;
    padding: 18px 0 16px 0;
  }
  .main-nav {
    display: none;
  }
  .btn-primary {
    padding: 11px 22px;
    font-size: 1.01rem;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .content-grid, .text-image-section, .footer-flex, .feature-grid, .service-cards, .blog-cards, .testimonial-slider, .testimonial-list {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .section, .about, .team, .reasons, .policy, .contact, .hours, .thank-you, .rgpd {
    padding: 32px 10px;
    margin-bottom: 40px;
  }
  .hero {
    padding: 38px 0 22px 0;
  }
  h1 {
    font-size: 2.1rem;
  }
  h2 {
    font-size: 1.35rem;
  }
  .testimonial-card, .feature-grid div, .service-cards div, .blog-card {
    min-width: unset;
    max-width: 100vw;
    padding: 18px 12px 16px 12px;
  }
  .mobile-nav {
    padding: 18px 10px 0 18px;
  }
}
@media (max-width: 530px) {
  .header-flex {
    gap: 2px;
    padding: 10px 0;
  }
  .logo-link img {
    height: 38px;
  }
  .mobile-nav a {
    font-size: 1.08rem;
    padding: 10px 6px;
  }
  .btn-primary, .btn-link {
    padding: 10px 14px;
    font-size: 0.98rem;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 10px 11px 10px;
  }
  .cookie-banner__text {
    font-size: 0.97rem;
  }
}
/* UTILITIES & OVERRIDES ========================================================== */
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 32px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 32px; }
.rounded { border-radius: 14px; }
.shadow {
  box-shadow: 0 2px 10px rgba(34,59,85,0.06);
}
.bg-accent { background: #F4F5F7; }
.text-secondary { color: #C2A651; }
/* END =========================================================================== */
