/* ========== RESET & BASE ========== */
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;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #F2E8D5;
  color: #22334C;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  letter-spacing: 0.01em;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #6E8FB2;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #22334C;
  text-decoration: underline;
}

/* Typography - Creative Artistic */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial, sans-serif;
  color: #22334C;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 18px;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.13;
  letter-spacing: 0.01em;
  text-shadow: 0 3px 24px rgba(34,51,76,0.07);
}
h2 {
  font-size: 2rem;
  margin-bottom: 14px;
  position: relative;
}
h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #6E8FB2;
  border-radius: 4px;
  margin-top: 7px;
}
h3 {
  font-size: 1.35rem;
  font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1.1rem;
  font-weight: 500;
}
p, ul, ol, li, address {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #22334C;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 14px;
}
strong, b {
  font-weight: bold;
}

/* ========== CONTAINER & SECTIONS ========== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: 28px 8px;
    margin-bottom: 38px;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Creative Artistic Touches */
section {
  border-radius: 36px 10px 36px 10px/12px 44px 28px 18px;
}
section:nth-child(even) {
  background: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(34,51,76,0.07);
}
section:nth-child(odd) {
  background: #fff7e4;
}

/* ========== HEADER/NAV ========== */
header {
  background: #ffffff;
  box-shadow: 0 2px 14px 0 rgba(34,51,76,0.07);
  position: sticky;
  top: 0;
  z-index: 900;
  min-height: 60px;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
}
.main-nav img {
  height: 48px;
  width: auto;
  margin-right: 18px;
}
.main-nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  align-items: center;
}
.main-nav li {
  margin: 0;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 14px;
  border-radius: 20px;
  color: #22334C;
  background: none;
  transition: background 0.17s, color 0.17s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #F2E8D5;
  color: #6E8FB2;
}
.main-nav .cta {
  background: #22334C;
  color: #fff;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 30px 8px 30px 8px;
  margin-left: 16px;
  box-shadow: 0 3px 12px 0 rgba(34,51,76,0.10);
  letter-spacing: 0.05em;
  text-shadow: 0 2px 4px rgba(34,51,76,0.09);
  transition: background 0.17s, color 0.17s, box-shadow 0.18s;
  cursor: pointer;
}
.main-nav .cta:hover, .main-nav .cta:focus {
  background: #6E8FB2;
  color: #22334C;
  box-shadow: 0 6px 16px 0 rgba(110,143,178,0.15);
}

/* ========== MOBILE MENU ========== */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 22px;
  top: 20px;
  background: #22334C;
  color: #fff;
  border: none;
  z-index: 950;
  font-size: 2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(34,51,76,0.10);
  transition: background 0.18s, color 0.18s, box-shadow 0.2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #6E8FB2;
  color: #22334C;
}
.mobile-menu {
  display: block;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #22334C;
  color: #fff;
  z-index: 1800;
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(0.77,0,0.175,1);
  box-shadow: 8px 0 28px rgba(34,51,76,0.16);
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  background: #fff7e4;
  border: none;
  color: #22334C;
  font-size: 2rem;
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1820;
  box-shadow: 0 2px 8px rgba(34,51,76,0.07);
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #6E8FB2;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  margin-top: 70px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  background: none;
  border-radius: 26px 9px 26px 9px;
  padding: 14px 30px;
  transition: background 0.18s, color 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #6E8FB2;
  color: #fff7e4;
}

@media (max-width: 1024px) {
  .main-nav ul {
    gap: 10px;
  }
  .main-nav .cta {
    padding: 10px 18px;
    font-size: 0.95rem;
  }
  .main-nav img {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .main-nav ul, .main-nav .cta {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header {
    min-height: 54px;
  }
}

/* ========== MAIN LAYOUT & FLEX CONTAINERS ========== */
.content-wrapper,
.content-grid,
.card-container,
.service-list,
.text-image-section,
.feature-grid,
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}
.card-container,
.card-grid {
  gap: 24px;
  margin-bottom: 0;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 18px 0 rgba(34,51,76,0.09);
  padding: 30px 24px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.18s, transform 0.21s;
}
.card:hover {
  box-shadow: 0 12px 32px 0 rgba(34,51,76,0.13);
  transform: translateY(-4px) scale(1.03);
  z-index: 2;
}
.content-grid {
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.service-list > div, .feature-grid > div, .text-section {
  background: #fff;
  border-radius: 18px 6px 22px 10px;
  box-shadow: 0 2px 12px 0 rgba(34,51,76,0.09);
  padding: 28px 22px;
  min-width: 240px;
  flex: 1 1 240px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.17s, transform 0.17s;
}
.service-list > div:hover,.feature-grid > div:hover,.text-section:hover {
  box-shadow: 0 6px 32px 0 rgba(110,143,178,0.10);
  transform: scale(1.025);
  z-index: 1;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

@media (max-width: 768px) {
  .content-wrapper,
  .content-grid,
  .card-container,
  .service-list,
  .feature-grid,
  .testimonials,
  .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
}

/* ========== TESTIMONIALS ========== */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  align-items: flex-start;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  color: #22334C;
  border-radius: 20px 10px 24px 12px;
  box-shadow: 0 4px 22px 0 rgba(34,51,76,0.09);
  margin-bottom: 20px;
  min-width: 250px;
  flex: 1 1 280px;
  transition: box-shadow 0.17s, transform 0.20s;
}
.testimonial-card p {
  color: #22334C;
  font-size: 1.13rem;
  line-height: 1.8;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 8px;
}
.testimonial-card span {
  color: #6E8FB2;
  font-size: 0.96rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
}
.testimonial-card:hover {
  box-shadow: 0 12px 32px 0 rgba(110,143,178,0.15);
  background: #f0f6fc;
  transform: scale(1.03);
}

/* ========== BUTTONS/CTAs ========== */
.cta, .btn, button, input[type=submit] {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background: #22334C;
  padding: 13px 36px;
  border-radius: 34px 8px 34px 8px;
  border: none;
  font-size: 1.15rem;
  box-shadow: 0 3px 12px 0 rgba(34,51,76,0.10);
  letter-spacing: 0.04em;
  cursor: pointer;
  text-shadow: 0 2px 6px rgba(34,51,76,0.13);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
  margin-top: 18px;
  outline: none;
}
.cta.primary {
  background: #6E8FB2;
  color: #22334C;
}
.cta.primary:hover, .cta.primary:focus {
  background: #22334C;
  color: #fff;
  box-shadow: 0 7px 20px 0 rgba(34,51,76,0.13);
  transform: translateY(-2px) scale(1.01);
}
.cta:hover, .cta:focus,
.btn:hover, .btn:focus,
button:hover, button:focus {
  background: #6E8FB2;
  color: #22334C;
  box-shadow: 0 6px 16px 0 rgba(110,143,178,0.15);
  transform: translateY(-1px) scale(1.01);
}

/* ========== FOOTER ========== */
footer {
  background: #22334C;
  color: #fff;
  padding: 38px 0 20px 0;
  margin-top: 48px;
  border-radius: 30px 30px 0 0/10px 30px 0 0;
  box-shadow: 0 -4px 18px 0 rgba(34,51,76,0.07);
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
footer img {
  height: 54px;
  margin-bottom: 10px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #F2E8D5;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.14s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #6E8FB2;
  text-decoration: underline;
}
footer address {
  font-style: normal;
  color: #F2E8D5;
  font-size: 0.98rem;
}
@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  footer img {
    height: 40px;
  }
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #22334C;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  justify-content: center;
  padding: 17px 22px;
  z-index: 2500;
  box-shadow: 0 -2px 28px 0 rgba(34,51,76,0.16);
  font-size: 1.02rem;
  animation: cookie-slide 0.55s ease;
}
@keyframes cookie-slide {
  0% { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #fff;
  margin: 0 16px 0 0;
  font-size: 1rem;
  max-width: 420px;
}
.cookie-banner .cookie-btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.cookie-banner .btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 24px 6px 24px 6px;
  border: none;
  cursor: pointer;
  background: #6E8FB2;
  color: #22334C;
  transition: background 0.16s, color 0.16s;
  box-shadow: 0 0px 4px rgba(110,143,178,0.04);
}
.cookie-banner .btn.settings {
  background: #F2E8D5;
  color: #22334C;
  border: 1.3px solid #22334C;
}
.cookie-banner .btn:hover, .cookie-banner .btn:focus {
  background: #22334C;
  color: #fff;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 8px;
    gap: 10px;
  }
  .cookie-banner .cookie-btns {
    margin-top: 8px;
  }
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 2600;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,51,76,0.53);
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.open {
  display: flex;
  animation: fade-in 0.22s ease;
}
@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.cookie-modal {
  background: #fff7e4;
  color: #22334C;
  border-radius: 22px 8px 22px 8px;
  max-width: 380px;
  padding: 36px 32px 26px 32px;
  box-shadow: 0 9px 48px 0 rgba(34,51,76,0.24);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  animation: modal-drop 0.35s cubic-bezier(0.16,1,0.29,1);
}
@keyframes modal-drop {
  0% { transform: translateY(-80px) scale(0.97); opacity: 0.1; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.35rem;
  margin-bottom: 14px;
  color: #22334C;
}
.cookie-modal label, .cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  font-size: 1.08rem;
  gap: 8px;
  margin-bottom: 12px;
}
.cookie-modal .cookie-category input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #6E8FB2;
}
.cookie-modal .cookie-actions {
  display: flex;
  gap: 16px;
  margin-top: 22px;
  justify-content: flex-end;
}
.cookie-modal .cookie-actions .btn {
  font-size: 1rem;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  color: #22334C;
  font-size: 1.55rem;
  cursor: pointer;
  transition: color 0.17s;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus {
  color: #6E8FB2;
}
@media (max-width: 420px) {
  .cookie-modal {
    max-width: 97vw;
    padding: 18px 8px 12px 8px;
  }
}

/* ========== FORMS ========== */
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  background: #fff;
  border: 1.5px solid #6E8FB2;
  border-radius: 8px;
  font-size: 1rem;
  padding: 12px 16px;
  transition: border 0.17s;
  margin-bottom: 18px;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #22334C;
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #22334C;
}

/* Misc Artistic Accents */
.service-list > div h3, .feature-grid > div h3, .testimonial-card p {
  position: relative;
}
.service-list > div h3:before, .feature-grid > div h3:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #F2E8D5;
  border-radius: 60% 35% 50% 80%/40% 77% 43% 42%;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}
hr {
  border: none;
  border-top: 1px solid #6E8FB2;
  margin: 24px 0;
}

/* ========== RESPONSIVENESS ========== */
@media (max-width: 1024px) {
  .feature-grid > div, .service-list > div, .testimonial-card {
    min-width: 200px;
    padding: 18px 14px;
  }
}
@media (max-width: 768px) {
  h1 {font-size:2.0rem;}
  h2 {font-size:1.33rem;}
  .feature-grid > div, .service-list > div {
    font-size: 1rem;
    min-width: 160px;
    padding: 14px 8px;
  }
  .testimonial-card {
    min-width: 160px;
    padding: 12px 8px;
  }
  .content-wrapper, .content-grid, .card-container, .service-list, .feature-grid, .testimonials, .text-image-section {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  h1 {font-size:1.16rem;}
  h2 {font-size:1rem;}
  h3 {font-size:0.98rem;}
  section {padding: 18px 2px; margin-bottom:18px;}
  .feature-grid > div, .service-list > div, .testimonial-card {padding:8px 4px;}
}

/* ========== UTILITIES ========== */
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/* ========== END ========== */