/* ----------------------------------------------------
   CSS Reset & Base Styles (Normalize)
---------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #F5F5F5;
  color: #364F6B;
  min-height: 100vh;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #364F6B;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
p, ul, ol, .contact-info p {
  margin-bottom: 16px;
  font-size: 1rem;
}
a {
  color: #364F6B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #FC5185;
  outline: none;
}
ul, ol {
  padding-left: 24px;
}
li {
  margin-bottom: 8px;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* ----------------------------------------------------
   Layout Spacing Patterns
---------------------------------------------------- */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(54, 79, 107, 0.07);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(54, 79, 107, 0.05);
  padding: 24px;
  flex: 1 1 280px;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 4px 18px rgba(54, 79, 107, 0.13);
}
.content-grid, .features-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;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px rgba(54, 79, 107, 0.04);
  min-width: 250px;
  color: #364F6B;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.feature-card {
  background: #F5F5F5;
  border-radius: 14px;
  padding: 24px 20px;
  box-shadow: 0 1px 6px rgba(54, 79, 107, 0.07);
  flex: 1 1 220px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-card:hover {
  box-shadow: 0 2px 12px rgba(252, 81, 133, 0.07);
  transform: translateY(-3px) scale(1.02);
}
.feature-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.features-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.05rem;
}
.features-icons span {
  margin: 0 4px 0 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #364F6B;
}

.services-list {
  list-style: none;
  margin-bottom: 28px;
}
.services-list li {
  margin-bottom: 20px;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 1px 4px rgba(54, 79, 107, 0.04);
  color: #364F6B;
  font-size: 1rem;
}
.services-list strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  color: #364F6B;
}
.services-list span {
  color: #6A7890;
  font-size: 0.95em;
  margin-top: 3px;
  display: block;
}

.contact-info {
  margin-bottom: 16px;
}
.contact-info p {
  font-size: 1rem;
  color: #364F6B;
  margin-bottom: 8px;
}
.trust-signals {
  margin-top: 12px;
  color: #364F6B;
  font-size: 0.98em;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ----------------------------------------------------
   Header & Navigation
---------------------------------------------------- */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(54, 79, 107, 0.03);
  position: sticky;
  top: 0;
  z-index: 30;
}
.logo {
  display: flex;
  align-items: center;
  padding: 8px 0;
  min-width: 120px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 28px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #364F6B;
  padding: 6px 8px;
  border-radius: 5px;
  transition: background 0.15s, color 0.15s;
  position: relative;
  z-index: 2;
}
.main-nav a:hover, .main-nav a:focus {
  background: #FC5185;
  color: #fff;
}
.primary-cta, .secondary-cta {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 28px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.16s, color 0.15s, box-shadow 0.16s, border 0.18s;
  font-size: 1.05rem;
  margin-left: 6px;
  display: inline-block;
  box-shadow: 0 1px 6px rgba(54, 79, 107, 0.03);
}
.primary-cta {
  background: #364F6B;
  color: #fff;
  border: 1.5px solid #364F6B;
}
.primary-cta:hover, .primary-cta:focus {
  background: #FC5185;
  color: #fff;
  border-color: #FC5185;
  box-shadow: 0 2px 15px rgba(252, 81, 133, 0.06);
}
.secondary-cta {
  background: transparent;
  color: #364F6B;
  border: 1.5px solid #FC5185;
}
.secondary-cta:hover, .secondary-cta:focus {
  background: #FC5185;
  color: #fff;
  border-color: #FC5185;
  box-shadow: 0 2px 15px rgba(252, 81, 133, 0.06);
}

/* ----------------------------------------------------
   Mobile Navigation
---------------------------------------------------- */
.mobile-menu-toggle {
  display: none;
  background: #F5F5F5;
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #364F6B;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
  z-index: 32;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #FC5185;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(245,245,245,0.97);
  box-shadow: 0 8px 32px rgba(54, 79, 107, 0.10);
  z-index: 50;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(0.4,0.8,0.4,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 0;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  margin: 24px 16px 4px 16px;
  font-size: 2rem;
  background: none;
  border: none;
  border-radius: 50%;
  color: #364F6B;
  line-height: 1;
  cursor: pointer;
  align-self: flex-end;
  transition: background 0.16s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #FC5185;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-top: 24px;
}
.mobile-nav a {
  padding: 16px 32px;
  font-size: 1.2rem;
  color: #364F6B;
  width: 100%;
  border-bottom: 1px solid #e2e7eb;
  text-align: left;
  background: none;
  transition: color 0.17s, background 0.16s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #FC5185;
  color: #fff;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 10px;
  }
}
@media (max-width: 850px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
/* Hide mobile menu by default on desktop */
@media (min-width: 851px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ----------------------------------------------------
   Main, Wrapper, and Section Spacing
---------------------------------------------------- */
main {
  padding: 32px 0 48px 0;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* ----------------------------------------------------
   Testimonial Styles
---------------------------------------------------- */
.testimonials-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card p {
  color: #364F6B;
  font-size: 1rem;
  margin-bottom: 10px;
  font-style: italic;
}
.testimonial-card span {
  font-size: 0.98em;
  color: #6A7890;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* ----------------------------------------------------
   Footer Styles
---------------------------------------------------- */
footer {
  background: #F5F5F5;
  border-top: 1px solid #e4e4e4;
  padding: 40px 0 20px 0;
  color: #364F6B;
  font-size: 0.99rem;
}
.footer-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.footer-logo img {
  width: 60px;
  height: auto;
}
.footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #364F6B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #FC5185;
}
.footer-copy {
  color: #6A7890;
  margin-left: auto;
  font-size: 0.97em;
}

/* ----------------------------------------------------
   Cookie Consent Banner & Modal
---------------------------------------------------- */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ECECEC;
  box-shadow: 0 -2px 24px rgba(54,79,107,0.09);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 80;
  padding: 24px 32px;
  gap: 20px;
  font-size: 1rem;
  transition: transform 0.40s cubic-bezier(0.7,0.2,0.4,1), opacity 0.3s;
}
.cookie-consent-banner.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-consent-banner .cookie-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cookie-consent-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 20px;
  border: 1.5px solid #364F6B;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.14s, color 0.14s, border 0.14s;
}
.cookie-consent-banner .accept {
  background: #364F6B;
  color: #fff;
  border-color: #364F6B;
}
.cookie-consent-banner .accept:hover { background: #FC5185; border-color: #FC5185; }
.cookie-consent-banner .reject {
  background: #F5F5F5;
  color: #364F6B;
  border-color: #6A7890;
}
.cookie-consent-banner .reject:hover { background: #ededed; color: #FC5185; border-color: #FC5185; }
.cookie-consent-banner .settings {
  background: transparent;
  color: #364F6B;
  border-color: #364F6B;
}
.cookie-consent-banner .settings:hover { background: #364F6B; color: #fff; }

.cookie-modal-overlay {
  position: fixed;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(54,79,107,0.13);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.23s;
}
.cookie-modal-overlay.open {
  pointer-events: auto;
  opacity: 1;
}
.cookie-modal {
  background: #fff;
  padding: 32px 28px;
  border-radius: 18px;
  box-shadow: 0 6px 48px rgba(54,79,107,0.14);
  max-width: 410px;
  width: 90vw;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: showModal 0.41s cubic-bezier(0.5,1,0.5,1);
}
@keyframes showModal {
  0% {transform: scale(0.93); opacity: 0;}
  90% {transform: scale(1.03);}
  100% {transform: scale(1); opacity: 1;}
}
.cookie-modal h3 {
  font-size: 1.23rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 10px;
}
.cookie-category {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 18px;
}
.cookie-category input[type=checkbox], .cookie-category input[type=radio] {
  width: 19px;
  height: 19px;
  accent-color: #FC5185;
  margin-right: 6px;
}
.cookie-category label {
  font-size: 1rem;
  color: #364F6B;
}
.cookie-category.essential label {
  color: #6A7890;
  font-weight: 600;
}
.cookie-modal .cookie-modal-buttons {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.cookie-modal button {
  padding: 8px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  border-radius: 18px;
  font-size: 1rem;
  border: 1.5px solid #FC5185;
  background: #FC5185;
  color: #fff;
  cursor: pointer;
  transition: background 0.13s, color 0.13s;
}
.cookie-modal button.secondary {
  background: transparent;
  color: #364F6B;
  border-color: #364F6B;
}
.cookie-modal button.secondary:hover {
  background: #364F6B;
  color: #fff;
}
.cookie-modal button:hover {
  background: #364F6B;
  border-color: #364F6B;
  color: #fff;
}

/* ----------------------------------------------------
   Typography Scale & Subtle Transitions
---------------------------------------------------- */
@media (max-width: 600px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.12rem; }
  main { padding: 18px 0 26px 0; }
}

/* ----------------------------------------------------
   Responsive Flexbox Adjustments
---------------------------------------------------- */
@media (max-width: 960px) {
  .container {
    max-width: 96vw;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .section { padding: 26px 8px; margin-bottom: 38px; }
  .features-grid, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .trust-signals {
    flex-direction: column;
    gap: 6px;
  }
  .footer-content {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer-nav,
  .testimonials-slider {
    flex-direction: column;
    gap: 12px;
  }
  .features-icons { gap: 8px; font-size: 0.97rem; }
}
@media (max-width: 600px) {
  .feature-card, .card {
    padding: 15px 8px;
    border-radius: 10px;
  }
  .testimonial-card {
    padding: 14px;
    border-radius: 9px;
    font-size: 0.96em;
  }
  .cookie-consent-banner { padding: 12px 9px; font-size: 0.97rem; }
  .cookie-modal { padding: 16px 6px; border-radius: 13px; font-size: 0.99rem; }
}
@media (max-width: 480px) {
  .container { padding: 0 4px; }
  .footer-content, .main-nav { gap: 6px; }
  .features-grid, .content-grid { gap: 12px; }
  .features-icons, .trust-signals { gap: 5px; }
  .section {padding: 11px 2px; margin-bottom: 17px; border-radius: 9px;}
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
}

/* ----------------------------------------------------
   Microinteractions and Subtle Animations
---------------------------------------------------- */
.card, .feature-card, .testimonial-card, .services-list li {
  transition: box-shadow 0.18s, transform 0.20s;
}
.card:hover, .feature-card:hover, .testimonial-card:hover, .services-list li:hover {
  box-shadow: 0 4px 16px rgba(54, 79, 107, 0.12);
  transform: translateY(-2px) scale(1.015);
}
button, [type=button], [role=button]{
  transition: background 0.13s, color 0.13s, box-shadow 0.17s;
}

/* ----------------------------------------------------
   Utility & Accessibility Classes
---------------------------------------------------- */
.sr-only { position: absolute !important; width: 0; height: 0; padding: 0; margin: -1px; overflow: hidden; clip: rect(1px,1px,1px,1px); border: 0; }

/* ----------------------------------------------------
   Ensured Class Name Matches For Components
---------------------------------------------------- */
/* .main-nav, .mobile-menu, .mobile-menu-toggle, .mobile-nav, .section, .features-grid, .feature-card, .services-list, .testimonial-card, .footer-content, .footer-nav, .cookie-consent-banner, .cookie-modal etc. are styled above for accuracy. */