/* 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #E5EEF4;
  color: #174A6F;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #006880;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #27A3C2;
}
img {
  max-width: 100%;
  display: block;
}
ul, ol {
  margin-left: 20px;
}

/* TYPOGRAPHY */
h1, .hero h1      { font-family: 'Montserrat', Arial, sans-serif; font-weight: 700; font-size: 2.5rem; margin-bottom: 20px; color: #174A6F; line-height: 1.15; }
h2                { font-family: 'Montserrat', Arial, sans-serif; font-weight: 700; font-size: 2rem; margin-bottom: 20px; color: #174A6F; line-height: 1.2; }
h3                { font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 1.25rem; margin-bottom: 10px; color: #174A6F; }
h4, h5, h6        { font-family: 'Montserrat', Arial, sans-serif; color: #174A6F; }
p, li, td, th     { font-size: 1rem; color: #223749; font-family: 'Roboto', Arial, sans-serif; line-height: 1.75; }
strong            { font-weight: 700; }
small             { font-size: 0.9em; }
.category         { display: inline-block; background: #174A6F; color: #fff; border-radius: 16px; padding: 4px 14px; font-size: 0.85rem; font-weight: 600; margin-top: 8px; }

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

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(39, 163, 194, 0.09);
}

/* HERO SECTION */
.hero {
  background: linear-gradient(120deg, #27A3C2 0%, #174A6F 80%);
  color: #fff;
  padding: 72px 0 54px 0;
  position: relative;
}
.hero .container {
  z-index: 1;
}
.hero h1, .hero p {
  color: #fff;
}
.hero .cta-primary {
  margin-top: 24px;
}

/* STANDARD FLEX LAYOUTS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(39, 163, 194, 0.09);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 24px;
  min-width: 260px;
}
.card-content { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 28px;
  background: #E5EEF4;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px 0 rgba(23,74,111,0.06);
  color: #174A6F;
  font-size: 1.08rem;
}
.testimonial-card strong {
  color: #27A3C2;
  margin-left: 12px;
  font-weight: 700;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(39, 163, 194, 0.09);
  padding: 24px 16px;
  min-width: 220px;
}

/* FEATURE/STEP/BENEFIT/FAQ GRID VARIANTS */
.feature-grid, .service-list, .stat-grid, .blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.feature-grid > div, .service-list > div, .stat-grid > div, .blog-list > div {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(23,74,111,0.08);
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.value-list, .benefit-list, .guarantee-list, .service-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
}
.value-list li, .benefit-list li, .guarantee-list li, .service-categories li {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(23,74,111,0.08);
  padding: 24px 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.step-list, .process-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding-left: 0;
}
.step-list li, .process-list li {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(39, 163, 194, 0.09);
  padding: 32px 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-accordion > div {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(39, 163, 194, 0.07);
  padding: 18px 20px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s;
}
.faq-accordion h3 {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.faq-accordion > div:hover, .faq-accordion > div:focus-within {
  box-shadow: 0 4px 18px 0 rgba(39, 163, 194, 0.13);
}

@media (max-width: 1024px) {
  .feature-grid > div, .service-list > div, .stat-grid > div, .blog-list > div, .value-list li, .benefit-list li, .guarantee-list li, .service-categories li, .step-list li, .process-list li {
    flex: 1 1 46%;
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .feature-grid, .service-list, .stat-grid, .blog-list, .value-list, .benefit-list, .guarantee-list, .service-categories, .step-list, .process-list {
    flex-direction: column;
    gap: 20px;
  }
  .feature-grid > div, .service-list > div, .stat-grid > div, .blog-list > div, .value-list li, .benefit-list li, .guarantee-list li, .service-categories li, .step-list li, .process-list li {
    flex: 1 1 100%;
    min-width: 0;
  }
}

/* CTA BANNER */
.cta {
  background: linear-gradient(100deg, #27A3C2 0%, #174A6F 85%);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 14px 0 rgba(23,74,111,0.10);
  margin: 60px 0 0 0;
  padding: 48px 20px;
}
.cta h2, .cta p {
  color: #fff;
}

/* TABLE & PRICING */
.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px 0 rgba(23,74,111,0.09);
  overflow: hidden;
}
.pricing-table th, .pricing-table td {
  padding: 14px 18px;
  text-align: left;
  color: #174A6F;
}
.pricing-table thead {
  background: #27A3C2;
}
.pricing-table th {
  color: #fff;
  font-weight: 700;
}
.pricing-table tr:nth-child(even) {
  background: #F5FAFC;
}

/* HEADER & NAVIGATION */
header {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(23,74,111,0.07);
  position: sticky;
  top: 0;
  z-index: 40;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  position: relative;
}
.logo img {
  height: 40px;
  width: auto;
  vertical-align: middle;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  color: #174A6F;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 20px;
  padding: 6px 16px;
  transition: background 0.18s, color 0.18s;
  position: relative;
}
.main-nav a:hover, .main-nav a:focus, .footer-nav a:hover, .footer-nav a:focus {
  background: #E5EEF4;
  color: #27A3C2;
}
.main-nav .cta-primary {
  background: #27A3C2;
  color: #fff;
  border-radius: 24px;
  font-weight: 700;
  padding: 8px 24px;
  margin-left: 12px;
  box-shadow: 0 2px 12px 0 rgba(39, 163, 194, 0.11);
  transition: background 0.22s, transform 0.18s;
}
.main-nav .cta-primary:hover, .main-nav .cta-primary:focus {
  background: #006880;
  color: #fff;
  transform: translateY(-1px) scale(1.03);
}

/* MOBILE NAV TOGGLE */
.mobile-menu-toggle {
  display: none;
  background: #27A3C2;
  color: #fff;
  border: none;
  font-size: 2rem;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(23,74,111,0.12);
  transition: background 0.17s, color 0.17s;
  z-index: 95;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #174A6F;
  color: #fff;
}
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

/* MOBILE MENU STYLES */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(23,74,111,0.97);
  color: #fff;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(.82,-0.05,.22,1.01);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 18px 20px 0 0;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #fff;
  cursor: pointer;
  z-index: 110;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #27A3C2;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
  padding: 0 38px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 14px;
  transition: background 0.18s, color 0.18s;
  margin-bottom: 6px;
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  background: #27A3C2;
  color: #fff;
}

/* FOOTER */
footer {
  background: #174A6F;
  color: #fff;
  padding: 40px 0 0 0;
}
footer .container {
  display: flex;
  flex-direction: column;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
  padding: 16px 0 24px 0;
}
footer .logo img {
  height: 40px;
  filter: brightness(2);
}
.footer-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #fff;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  opacity: 0.92;
  transition: color 0.18s, opacity 0.18s;
  padding: 6px 12px;
}
.brand-info {
  color: #E5EEF4;
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  footer .content-wrapper {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer-nav {
    gap: 14px;
  }
}

/* BUTTON STYLES */
.cta-primary, .cta-secondary, button, input[type="submit"] {
  font-family: 'Montserrat', Arial, sans-serif;
  display: inline-block;
  font-weight: 600;
  font-size: 1.12rem;
  border: none;
  border-radius: 24px;
  padding: 12px 36px;
  cursor: pointer;
  background: #27A3C2;
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(39, 163, 194, 0.12);
  transition: background 0.21s, box-shadow 0.23s, transform 0.18s;
  margin-top: 10px;
}
.cta-primary:hover, .cta-primary:focus,
.cta-secondary:hover, .cta-secondary:focus,
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #006880;
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 4px 18px 0 rgba(39, 163, 194, 0.18);
}
.cta-secondary {
  background: #fff;
  color: #27A3C2;
  border: 2px solid #27A3C2;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #27A3C2;
  color: #fff;
}
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1.5px solid #E5EEF4;
  outline: none;
  margin-bottom: 16px;
  font-size: 1rem;
  background: #fff;
  transition: border 0.14s;
}
input:focus, textarea:focus, select:focus {
  border-color: #27A3C2;
}

/* RESPONSIVITY */
@media (max-width: 600px) {
  h1, .hero h1 { font-size: 1.7rem; }
  h2 { font-size: 1.28rem; }
  .section, .cta {
    padding: 22px 8px;
    margin-bottom: 36px;
  }
  .container { padding: 0 8px; }
  .testimonial-card, .feature-item, .faq-accordion > div {
    padding: 14px 10px;
  }
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  z-index: 120;
  background: #fff;
  color: #174A6F;
  box-shadow: 0 -2px 18px rgba(0,0,0,0.07);
  padding: 30px 16px 26px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  transition: transform 0.42s cubic-bezier(.7,.1,.22,0.97), opacity 0.25s;
}
.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
  justify-content: center;
}
.cookie-banner button {
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 20px;
  font-size: 1rem;
  border: none;
  color: #fff;
  background: #27A3C2;
  transition: background 0.19s, color 0.21s;
  margin-right: 0;
}
.cookie-banner button.accept {
  background: #27A3C2;
}
.cookie-banner button.reject {
  background: #174A6F;
}
.cookie-banner button.settings {
  background: #fff;
  color: #27A3C2;
  border: 2px solid #27A3C2;
}
.cookie-banner button.settings:hover, .cookie-banner button.settings:focus {
  background: #E5EEF4;
  color: #174A6F;
}
.cookie-banner button:focus, .cookie-banner button:hover {
  background: #006880;
}

/* COOKIE MODAL */
.cookie-modal-overlay {
  position: fixed;
  z-index: 125;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(23,74,111,0.77);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.22s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(23,74,111,0.18);
  padding: 38px 24px;
  max-width: 390px;
  width: 96vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: modalAppear 0.33s cubic-bezier(.72,.07,.29,1.17);
}
@keyframes modalAppear {
  from { transform: translateY(60px) scale(0.96); opacity: 0; }
  to   { transform: none; opacity: 1; }
}
.cookie-modal h3 {
  color: #174A6F;
  font-size: 1.32rem;
  margin-bottom: 6px;
}
.cookie-modal .categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-modal .category-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.cookie-modal .category-row input[type="checkbox"] {
  accent-color: #27A3C2;
  width: 18px;
  height: 18px;
}
.cookie-modal .category-row label {
  font-size: 1rem;
  font-weight: 500;
  color: #174A6F;
}
.cookie-modal .category-row .always-on {
  color: #27A3C2;
  font-size: 0.98rem;
  font-style: italic;
  margin-left: 9px;
}
.cookie-modal .cookie-modal-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 14px;
}
.cookie-modal .close-modal {
  background: none;
  border: none;
  color: #27A3C2;
  font-size: 2rem;
  position: absolute;
  right: 24px; top: 18px;
  cursor: pointer;
  transition: color 0.18s;
}
.cookie-modal .close-modal:hover, .cookie-modal .close-modal:focus {
  color: #174A6F;
}

/* FORMS (not many, but for completeness) */
form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
label {
  font-size: 1.02rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* CONTACT PAGE */
.contact-hero {
  background: linear-gradient(112deg, #27A3C2 16%, #E5EEF4 96%);
  color: #174A6F;
  border-radius: 16px;
  margin-bottom: 36px;
  padding: 36px 0 24px 0;
}
.contact-details ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
}
.contact-details img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.location-map {
  background: #fff;
  border-radius: 18px;
  margin-top: 38px;
  padding: 24px 16px;
}

/* BLOG */
.blog-list > div {
  border-left: 4px solid #27A3C2;
}
.blog-list h3 a {
  color: #174A6F;
  text-decoration: none;
}
.blog-list h3 a:hover, .blog-list h3 a:focus {
  text-decoration: underline;
  color: #27A3C2;
}

/* MODERN MICRO-INTERACTIONS */
.card, .cta, .faq-accordion > div, .feature-item, .testimonial-card, .step-list li, .process-list li, .value-list li, .benefit-list li, .guarantee-list li {
  transition: box-shadow 0.16s, transform 0.16s;
}
.card:hover, .cta:hover, .faq-accordion > div:hover, .feature-item:hover, .testimonial-card:hover, .step-list li:hover, .process-list li:hover, .value-list li:hover, .benefit-list li:hover, .guarantee-list li:hover {
  box-shadow: 0 8px 32px 0 rgba(23,74,111,0.15);
  transform: translateY(-3px) scale(1.01);
}

/* VISUAL ORDER AND Z-INDEX CHECK */
.section, .card-container, .hero, .cta, .mobile-menu, .cookie-banner, .cookie-modal-overlay {
  z-index: 1;
}

/* ENSURING NO OVERLAPPING */
.section, .card-container, .card, .feature-grid > div, .testimonial-card, .step-list li, .faq-accordion > div, .cta, .contact-details, .location-map {
  margin-bottom: 20px;
}

/* Utility */
.hide { display: none !important; }

/* END OF STYLE.CSS */
