/* ==================================================
   RESET & BASE
   ================================================== */
html {
  box-sizing: border-box;
  font-size: 16px;
  background: #111;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: #fff;
  color: #181818;
  min-height: 100vh;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
ul { list-style: disc inside; }
ol { list-style: decimal inside; }
li { margin-bottom: 0.5em; }
a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #26547C;
  text-decoration: underline;
  outline: none;
}
strong, b {
  font-weight: 700;
}

/* ==================================================
   TYPOGRAPHY & SCALE
   ================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #111;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-bottom: 0.7em;
  line-height: 1.15;
}
h1 { font-size: 2.5rem; font-weight: 700; }
h2 { font-size: 2rem; font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 600; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.95rem; }
.subtitle {
  font-size: 1.2rem;
  color: #444;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-bottom: 1.2em;
  line-height: 1.5;
}
.text-section p, .text-section ul, .text-section ol {
  color: #222;
  font-size: 1rem;
  margin-bottom: 1.1em;
}

/* Monochrome button style with subtle accent */
.cta-btn {
  display: inline-block;
  border: none;
  outline: none;
  background: #111;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 28px;
  padding: 13px 36px;
  box-shadow: 0 2px 12px rgba(40,40,40,0.08);
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.22s, color 0.22s, transform 0.18s;
  margin: 6px 0 0 0;
  position: relative;
}
.cta-btn:hover, .cta-btn:focus {
  background: #26547C;
  color: #fff;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 24px rgba(38,84,124,0.15);
}

.price {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  color: #555;
  background: #f5f7fa;
  border-radius: 5px;
  padding: 0.12em 0.7em;
  margin-left: 0.5em;
}

/* ==================================================
   LAYOUT STRUCTURE & SPACING
   ================================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.text-section {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.feature-grid, .deals-list, .services-list, .service-areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
}
.feature-grid li, .deals-list li, .services-list li {
  background: #f8f8f8;
  border-radius: 16px;
  box-shadow: 0 3px 18px rgba(30,30,30,0.06);
  flex: 1 1 240px;
  min-width: 220px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  transition: box-shadow 0.16s, border 0.15s;
}
.feature-grid li:hover, .deals-list li:hover, .services-list li:hover {
  box-shadow: 0 6px 35px rgba(38,84,124,0.11);
  border: 1.5px solid #bcbcbc;
  z-index: 2;
}
.feature-grid img, .deals-list img, .services-list img {
  width: 44px;
  height: 44px;
  margin-bottom: 6px;
  object-fit: contain;
}
.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.process-steps li {
  flex: 1 1 220px;
  min-width: 180px;
  background: #f7f7f7;
  border-radius: 16px;
  padding: 22px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  box-shadow: 0 2px 12px rgba(30,30,30,0.06);
  transition: box-shadow 0.16s, border 0.13s;
}
.process-steps li:hover {
  box-shadow: 0 4px 22px rgba(38,84,124,0.12);
  border: 1.5px solid #111;
  z-index: 2;
}
.process-steps img {
  width: 36px;
  height: 36px;
  margin-bottom: 0px;
  filter: grayscale(100%);
}
.service-areas-list, .contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 18px 0;
  padding: 0;
  list-style: none;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(30,30,30,0.07);
  padding: 28px 22px;
  flex: 1 1 265px;
  min-width: 260px;
  position: relative;
  margin-bottom: 20px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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;
  background: #f9f9f9;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(20,20,20,0.06);
  margin-bottom: 20px;
  border-left: 4px solid #111;
  position: relative;
}
.testimonial-card blockquote {
  font-style: italic;
  color: #222;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.testimonial-meta {
  display: block;
  color: #111;
  font-size: 0.97rem;
  font-style: normal;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-left: 10px;
}
.rating-summary {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #181818;
  font-weight: 600;
  font-size: 1.13rem;
  background: #ededed;
  border-radius: 10px;
  padding: 12px 18px;
  margin-top: 10px;
  display: inline-block;
}

.faqs-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 35px 0;
}
.faq-item {
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(30,30,30,0.05);
  padding: 20px 24px;
  border-left: 4px solid #111;
  transition: box-shadow 0.14s, border 0.12s;
}
.faq-item h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5em;
  color: #181818;
}
.faq-item p { color: #363636; }

.quick-links {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.quick-links a {
  color: #111;
  font-size: 1rem;
  padding: 7px 20px;
  border-radius: 100px;
  background: #f5f5f5;
  font-weight: 500;
  transition: background 0.17s, color 0.13s;
}
.quick-links a:hover, .quick-links a:focus {
  background: #181818;
  color: #fff;
}

.brand-tagline {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: #111;
  margin: 14px 0 6px 0;
  text-align: center;
}
.legal-text {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

/* ==================================================
   NAVIGATION (HEADER & FOOTER)
   ================================================== */
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1100;
  box-shadow: 0 2px 16px rgba(30,30,30,0.06);
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 10px 0;
  gap: 32px;
}
.main-nav a img {
  height: 40px;
  display: block;
  margin-right: 12px;
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
}
.main-nav li {
  margin-bottom: 0;
}
.main-nav ul li a {
  color: #181818;
  font-size: 1.06rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: color 0.18s, border 0.17s;
  border-bottom: 2px solid transparent;
  padding: 2px 0;
  position: relative;
}
.main-nav ul li a:hover, .main-nav ul li a:focus {
  color: #26547C;
  border-bottom: 2px solid #26547C;
  outline: none;
}
/* Active link - for demonstration can be styled when .active is added */
.main-nav ul li a.active {
  color: #111;
  border-bottom: 2px solid #111;
}

.main-nav .cta-btn {
  margin-left: 22px;
  margin-right: 0;
}

footer {
  background: #111;
  color: #fff;
  margin-top: 70px;
}
footer section {
  background: transparent;
  padding: 35px 0 12px 0;
  border-top: 1.5px solid #222;
}
footer .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.footer-nav,
.footer-menu {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}
.footer-nav a, .footer-menu a {
  color: #d9d9d9;
  font-size: 0.97rem;
  transition: color 0.17s;
  padding: 2px 12px;
  border-radius: 8px;
}
.footer-nav a:hover, .footer-menu a:hover {
  color: #FFD166;
  background: #181818;
}

/* ==================================================
   MOBILE MENU
   ================================================== */
.mobile-menu-toggle {
  display: none;
  background: #111;
  color: #fff;
  font-size: 2.1rem;
  border: none;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 1201;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background 0.14s;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #FFD166;
}
.mobile-menu-toggle:hover {
  background: #26547C;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,0.30);
  transform: translateX(110vw);
  transition: transform 0.38s cubic-bezier(0.66,0,0.34,1);
  z-index: 2200;
  display: flex;
  flex-direction: column;
  padding-top: 35px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #111;
  font-size: 2.1rem;
  position: absolute;
  right: 25px; top: 20px;
  cursor: pointer;
  z-index: 1;
  width: 44px; height: 44px;
  border-radius: 99px;
  transition: background 0.14s;
  display: flex; align-items: center; justify-content: center;
  padding: 0;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #26547C;
  color: #fff;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding: 70px 26px 0 32px;
}
.mobile-nav a {
  font-size: 1.23rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #111;
  padding: 12px 0;
  transition: color 0.17s;
  border-bottom: 1.5px solid #eee;
  width: 100%;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  color: #26547C;
  background: #f2f2f2;
  outline: none;
}

/* ==================================================
   COOKIE CONSENT BANNER & MODAL
   ================================================== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  z-index: 2100;
  background: #181818ee;
  color: #fff;
  padding: 23px 20px 18px 20px;
  box-shadow: 0 -3px 24px rgba(0,0,0,0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.cookie-banner p { color: #fff; font-size: 1.02rem; text-align: center; }
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.cookie-banner .cookie-btn {
  min-width: 120px;
  padding: 10px 22px;
  border-radius: 28px;
  border: none;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  background: #fff;
  color: #181818;
  margin: 0 2px;
  transition: background 0.15s, color 0.13s, box-shadow 0.15s;
  box-shadow: 0 1px 8px rgba(30,30,30,0.10);
  cursor: pointer;
}
.cookie-banner .cookie-btn.accept {
  background: #26547C;
  color: #fff;
}
.cookie-banner .cookie-btn.accept:hover,
.cookie-banner .cookie-btn.accept:focus {
  background: #04956F;
  color: #fff;
}
.cookie-banner .cookie-btn.reject {
  background: #f1f1f1;
  color: #111;
}
.cookie-banner .cookie-btn.reject:hover {
  background: #FFD166;
  color: #181818;
}
.cookie-banner .cookie-btn.settings {
  background: #FFD166;
  color: #111;
}
.cookie-banner .cookie-btn.settings:hover {
  background: #26547C;
  color: #fff;
}
.cookie-modal-overlay {
  position: fixed;
  z-index: 2500;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(10,10,10,0.56);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.34s cubic-bezier(.5,0,.5,1);
}
.cookie-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}
.cookie-modal {
  background: #fff;
  color: #181818;
  border-radius: 16px;
  max-width: 400px;
  width: 90vw;
  padding: 34px 33px 30px 33px;
  box-shadow: 0 6px 40px rgba(38,84,124,0.22);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.25s cubic-bezier(.5,0,.5,1), transform 0.24s cubic-bezier(.42,0,.34,1);
}
.cookie-modal-overlay.open .cookie-modal {
  opacity: 1;
  transform: none;
}
.cookie-modal h2 {
  font-size: 1.35rem;
  color: #111;
  margin-bottom: 7px;
}
.cookie-modal .category {
  margin-bottom: 8px;
  font-size: 1.08rem;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.01rem;
  color: #181818;
  cursor: pointer;
}
.cookie-modal input[type="checkbox"] {
  accent-color: #26547C;
  width: 19px; height: 19px;
}
.cookie-modal .category.disabled label {
  color: #888;
  pointer-events: none;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 13px;
  margin-top: 9px;
  width: 100%;
  justify-content: flex-end;
}
.cookie-modal .modal-btn {
  padding: 7px 21px;
  border: none;
  border-radius: 100px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: #181818;
  color: #fff;
  margin-left: 7px;
  cursor: pointer;
  transition: background 0.14s, color 0.13s;
}
.cookie-modal .modal-btn.cancel {
  background: #f1f1f1;
  color: #181818;
}
.cookie-modal .modal-btn.save {
  background: #26547C;
  color: #fff;
}
.cookie-modal .modal-btn.save:hover {
  background: #04956F;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  right: 18px; top: 14px;
  background: none;
  border: none;
  font-size: 1.43rem;
  color: #181818;
  cursor: pointer;
  transition: color 0.16s;
}
.cookie-modal .cookie-modal-close:hover,
.cookie-modal .cookie-modal-close:focus {
  color: #26547C;
  outline: none;
}

/* ==================================================
   RESPONSIVE DESIGN (Mobile-first)
   ================================================== */
@media (max-width: 1110px) {
  .main-nav ul {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .container { padding: 0 12px; }
  .feature-grid, .deals-list, .services-list, .card-container, .content-grid {
    gap: 14px;
  }
  .feature-grid li, .deals-list li, .services-list li, .card {
    min-width: 160px;
    padding: 16px 10px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.48rem; }
  .section { padding: 23px 7px; margin-bottom: 38px; }
  .content-wrapper, .content-grid {
    gap: 15px;
  }
  .feature-grid, .deals-list, .services-list, .process-steps, .card-container, .content-grid {
    flex-direction: column;
    gap: 13px;
  }
  .feature-grid li, .deals-list li, .services-list li, .process-steps li,
  .card {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .testimonial-card, .faq-item {
    padding: 13px 10px;
    margin-bottom: 10px;
  }
  .footer-nav, .footer-menu { flex-wrap: wrap; gap: 10px; }
}
@media (max-width: 700px) {
  .main-nav ul, .main-nav .cta-btn {
    display: none !important;
  }
  .main-nav {
    padding: 12px 0;
    gap: 10px;
  }
  .main-nav a img {
    height: 31px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 1.35rem; }
  h2 { font-size: 1.11rem; }
  .brand-tagline { font-size: 0.8rem; }
}

/* Ensuring no elements overlap and proper spacing */
.section, .card-container, .card, .content-grid,
.text-image-section, .testimonial-card, .feature-item, .content-wrapper,
.feature-grid li, .services-list li, .deals-list li, .process-steps li {
  margin-bottom: 0 !important;
}

/* ==================================================
   MICRO-INTERACTIONS & EFFECTS
   ================================================== */
.cta-btn, .cookie-btn, .modal-btn {
  transition: background 0.15s, color 0.13s, transform 0.12s, box-shadow 0.16s;
  will-change: background, color, box-shadow, transform;
}
.cta-btn:active,
.cookie-btn:active,
.modal-btn:active {
  transform: translateY(1px) scale(0.97);
}

.feature-grid li:hover img, .process-steps li:hover img {
  filter: grayscale(0%) brightness(0.92) drop-shadow(0px 2px 6px #11111115);
  transition: filter .14s;
}

/* Utility Class for visually hiding */
.visually-hidden {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ==================================================
   PRINT STYLES (basic)
   ================================================== */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-overlay { display: none !important; }
  * { color: #111 !important; background: #fff !important; box-shadow: none !important; }
}
