/* ===============================================================
   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;
  box-sizing: border-box;
}
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background: #fff;
  color: #23475c;
  min-height: 100vh;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  color: #23475c;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #e8a24f;
  outline: none;
}
ul, ol {
  margin-left: 24px;
}
section, .section {
  margin-bottom: 60px;
  padding: 40px 20px;
}


/* ===============================================================
   BRAND TYPOGRAPHY
   =============================================================== */
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.15;
  color: #23475c;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.18;
  color: #23475c;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.22;
  color: #23475c;
}
h4, .h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 12px;
}
h5, .h5 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
p, ul, ol {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 16px;
  color: #23475c;
}

strong {
  font-weight: 600;
  color: #23475c;
}


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

.feature-grid, .testimonial-list, .usp-list,
.service-list, .benefit-list, .award-list,
.process-list, .step-list, .faq-list, .icon-grid,
.project-highlights, .before-after {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #f5f8fa;
  padding: 28px 22px;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(35,71,92,0.06);
  min-width: 200px;
  flex: 1 1 230px;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(35,71,92,0.08);
  padding: 24px 18px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.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-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 20px;
  background: #f5f8fa;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(35,71,92,0.07);
  margin-bottom: 20px;
  min-width: 240px;
  flex: 1 1 280px;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.faq {
  background: #f5f8fa;
  padding: 22px 18px;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(35,71,92,0.05);
  flex: 1 1 220px;
}

.award-list, .usp-list, .benefit-list, .service-list, .step-list, .process-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 0 18px 0;
}
.footer-col {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #23475c;
  font-size: 0.96rem;
}
.footer-col.contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}
.footer-col.contact a {
  color: #23475c;
  font-weight: 500;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer {
  background: #f5f8fa;
  border-top: 1px solid #e0e8f0;
  margin-top: 50px;
  font-size: 0.98rem;
}


/* ===============================================================
   HEADER & NAVIGATION
   =============================================================== */
header {
  background: #fff;
  border-bottom: 1px solid #e0e8f0;
  z-index: 100;
  position: sticky;
  top: 0;
}
header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.logo img {
  display: inline-block;
  height: 38px;
  width: auto;
}
header nav {
  display: flex;
  gap: 26px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #23475c;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.22s, border-bottom 0.22s;
  font-weight: 500;
}
header nav a:hover, header nav a:focus {
  color: #e8a24f;
  border-bottom: 2px solid #e8a24f;
}
.cta-primary {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #23475c;
  color: #fff;
  padding: 11px 28px;
  border-radius: 22px;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 8px rgba(35,71,92,0.08);
  border: none;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
}
.cta-primary:hover, .cta-primary:focus {
  background: #e8a24f;
  color: #23475c;
  box-shadow: 0 5px 18px rgba(35,71,92,0.09);
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.95rem;
  color: #23475c;
  cursor: pointer;
  margin-left: 18px;
  padding: 6px 14px;
  border-radius: 7px;
  transition: background 0.15s, color 0.15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #f5f8fa;
  color: #e8a24f;
  outline: none;
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(-100vw);
  transition: transform 0.34s cubic-bezier(.77,.06,.46,1.14);
  box-shadow: 0 0 50px rgba(35,71,92,0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 30px 8px 30px;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #23475c;
  align-self: flex-end;
  margin-bottom: 16px;
  cursor: pointer;
  transition: color 0.16s, background 0.16s;
  padding: 5px 12px;
  border-radius: 7px;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #e8a24f;
  background: #f5f8fa;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  margin-top: 12px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  color: #23475c;
  padding: 9px 0;
  transition: color 0.19s, background 0.17s;
  border-radius: 8px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #e8a24f;
  background: #f5f8fa;
}


/* ===============================================================
   HERO STYLES
   =============================================================== */
.hero {
  background: #f5f8fa;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 2px 20px rgba(35,71,92,0.07);
  margin-bottom: 64px;
  padding: 64px 0 64px 0;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content-wrapper {
  align-items: center;
}
.hero h1 {
  text-align: center;
}
.hero p {
  font-size: 1.11rem;
  text-align: center;
  margin-bottom: 32px;
  color: #23475c;
}
.hero .cta-primary {
  font-size: 1.13rem;
  margin-left: 0;
}


/* ===============================================================
   CARDS, TESTIMONIALS, FAQ, BADGES
   =============================================================== */
.card, .feature-item, .testimonial-card, .faq {
  background: #f5f8fa;
  border: none;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(35,71,92,0.08);
  transition: box-shadow 0.22s, transform 0.18s;
}
.card:hover, .feature-item:hover, .testimonial-card:hover, .faq:hover {
  box-shadow: 0 8px 32px rgba(35,71,92,0.13);
  transform: translateY(-2px) scale(1.018);
}

.testimonial-card p {
  margin-bottom: 9px;
  color: #23475c;
  font-size: 1.02rem;
}
.testimonial-card strong {
  color: #23475c;
  font-weight: 700;
  font-size: 1.08rem;
}

.award-list li, .usp-list li, .benefit-list li, .service-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
}

.award-list img, .usp-list img, .benefit-list img, .service-list img {
  width: 22px;
  height: 22px;
}

.certification-notes {
  font-size: 0.95rem;
  color: #23475c;
  opacity: 0.92;
  margin-top: 10px;
}

/* FAQ Accordion style for visual hierarchy */
.faq h3 {
  font-size: 1.08rem;
  margin-bottom: 7px;
  font-weight: 600;
}


/* ===============================================================
   BUTTONS & LINKS
   =============================================================== */
button, .cta-primary {
  font-family: 'Montserrat', Arial, sans-serif;
  cursor: pointer;
  outline: none;
  border: none;
}
button:focus {
  outline: 2px solid #23475c;
}

.cta-primary:active {
  background: #14242e;
  color: #fff;
}


/* ===============================================================
   COOKIE CONSENT BANNER & MODAL
   =============================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #f5f8fa;
  color: #23475c;
  box-shadow: 0 -2px 22px rgba(35,71,92,.09);
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 12000;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 1rem;
  border-top: 1px solid #e0e8f0;
  transition: transform 0.27s cubic-bezier(.77,.06,.46,1.14), opacity 0.19s;
}
.cookie-banner.hide {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-btn {
  background: #23475c;
  color: #fff;
  border-radius: 20px;
  font-size: 0.97rem;
  margin-left: 12px;
  padding: 9px 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.16s, color 0.16s;
}
.cookie-banner .cookie-btn.settings {
  background: #fff;
  color: #23475c;
  border: 1px solid #23475c;
  margin-left: 0;
}
.cookie-banner .cookie-btn.reject {
  background: #fff;
  color: #23475c;
  border: 1px solid #e8a24f;
  margin-left: 0;
}
.cookie-banner .cookie-btn:hover, .cookie-banner .cookie-btn:focus {
  background: #e8a24f;
  color: #23475c;
}

.cookie-modal-overlay {
  position: fixed;
  z-index: 20000;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(35,71,92,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.19s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 44px rgba(35,71,92,0.12);
  padding: 38px 32px 22px 32px;
  max-width: 380px;
  width: 94vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 20001;
  animation: fadeInModal 0.22s;
}
@keyframes fadeInModal {
  from { opacity: 0; transform: translateY(40px) scale(.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.cookie-modal h2 {
  font-size: 1.26rem;
  margin-bottom: 6px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.cookie-category label {
  font-size: 1rem;
}
.cookie-toggle {
  width: 42px; height: 24px;
  background: #e0e8f0;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: background 0.18s;
  margin-left: 9px;
  flex-shrink: 0;
}
.cookie-toggle input {
  display: none;
}
.cookie-toggle span {
  position: absolute;
  top: 2px; left: 2px;
  width: 20px; height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(35,71,92,0.07);
  transition: left 0.21s, background 0.13s;
}
.cookie-toggle input:checked + span {
  left: 20px;
  background: #e8a24f;
}
.cookie-modal button.cookie-btn {
  align-self: flex-end;
  margin-top: 12px;
}

.cookie-category .always-on {
  font-size: 0.96rem;
  color: #23475c;
  opacity: 0.62;
  margin-left: 4px;
  font-style: italic;
}


/* ===============================================================
   RESPONSIVE DESIGN (MOBILE-FIRST)
   =============================================================== */
@media (max-width: 1040px) {
  .container { max-width: 95vw; }
  .footer-row { gap: 22px; }
  .feature-grid, .testimonial-list, .project-highlights {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .footer-row { flex-direction: column; gap: 24px; }
  .footer-col { flex: 1 1 100%; }
}
@media (max-width: 760px) {
  header .container {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }
  .cta-primary {
    display: none;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .content-wrapper {
    gap: 20px;
  }
  .feature-grid, .testimonial-list, .project-highlights, .icon-grid {
    flex-direction: column;
    gap: 18px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .testimonial-card, .feature-item {
    min-width: 0;
    flex: 1 1 100%;
  }
  .hero { padding: 38px 0 44px 0; border-radius: 0 0 19px 19px; }
  .hero .container { padding: 0 0px; }
  section, .section {
    margin-bottom: 40px;
    padding: 28px 10px;
  }
  .cookie-modal {
    padding: 28px 8px 18px 8px;
    max-width: 98vw;
  }
}
@media (max-width: 540px) {
  .hero h1 {
    font-size: 2rem;
  }
  h1, .h1 { font-size: 2rem; }
  h2, .h2 { font-size: 1.4rem; }
  h3, .h3 { font-size: 1.13rem; }
  .cta-primary { font-size: 1rem; padding: 8px 20px; }
  .testimonial-card, .feature-item {
    padding: 15px 8px;
  }
  .footer-row {
    padding: 26px 0 14px 0;
  }
}

/* Hide modal/overlay by default */
.cookie-modal-overlay { display: none; }
.cookie-modal-overlay.active { display: flex; }

/* Utility class for overflow control on body when nav or modal open */
body.modal-open, body.menu-open {
  overflow: hidden;
}

/* Extra: visually hidden class for accessibility */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* End of CSS */
