/* 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, main, 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 {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  background: #FFF;
  color: #2b2b2b;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background: #FFFBF5;
  color: #2b2b2b;
  font-family: 'Lato', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
  border-radius: 12px;
}
a {
  color: #26547C;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(.4,0,.2,1);
}
a:hover, a:focus {
  color: #FFD166;
}

/* GENERAL LAYOUT */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-section {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(38, 84, 124, 0.07);
  padding: 32px 24px;
  margin-bottom: 24px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(38, 84, 124, 0.06);
  padding: 28px 22px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 6px 32px 0 rgba(38,84,124,0.13);
}

.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;
  margin-bottom: 20px;
  background: #FFF7E6;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(255, 209, 102, 0.09);
  color: #2b2b2b;
  font-size: 18px;
  min-height: 80px;
  position: relative;
}
.testimonial-card p {
  margin: 0;
  font-style: italic;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 18px;
}
.testimonial-card span {
  font-size: 16px;
  color: #26547C;
  margin-left: 8px;
  font-family: 'Lato', Arial, sans-serif;
  letter-spacing: 0.03em;
}

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

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #26547C;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
h1 {
  font-size: 2.8rem; /* 45px */
  line-height: 1.1;
  margin-bottom: 18px;
}
h2 {
  font-size: 2rem; /* 32px */
  margin-bottom: 14px;
}
h3 {
  font-size: 1.375rem; /* 22px */
}
h4, h5, h6 {
  font-size: 1.125rem; /* 18px */
}
p, li {
  font-size: 1rem; /* 16px */
}
ul, ol {
  margin-left: 20px;
  margin-bottom: 18px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
ul li, ol li {
  line-height: 1.7;
}
strong {
  color: #E08C6B;
  font-weight: 700;
}

/* BUTTONS */
.button-primary {
  display: inline-block;
  background: #FFD166;
  color: #26547C;
  border: none;
  padding: 13px 38px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 28px;
  box-shadow: 0 2px 12px 0 rgba(255, 209, 102, 0.12);
  cursor: pointer;
  transition: background 0.18s, color 0.18s, transform 0.12s;
  letter-spacing: 0.015em;
  text-align: center;
}
.button-primary:hover, .button-primary:focus {
  background: #FFC347;
  color: #26547C;
  transform: translateY(-1px) scale(1.025);
}

.button-secondary {
  background: #ECECEC;
  color: #26547C;
  border: none;
  border-radius: 25px;
  padding: 11px 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin: 0 8px;
  cursor: pointer;
  transition: background 0.17s, color 0.17s;
}
.button-secondary:hover, .button-secondary:focus {
  background: #FFD166;
  color: #26547C;
}

/* SERVICE PRICES */
.service-price {
  display: inline-block;
  background: #FFD166;
  color: #26547C;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 16px;
  padding: 6px 15px;
  margin-top: 8px;
}

/* NAVIGATION */
header {
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(38, 84, 124, 0.06);
  position: sticky;
  top: 0;
  z-index: 90;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
  min-height: 70px;
  justify-content: flex-start;
}
.main-nav .logo {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 18px;
}
.main-nav a:hover, .main-nav a:focus {
  background: #FFD16614;
  color: #E08C6B;
}
.button-primary {
  margin-left: 10px;
}
.mobile-menu-toggle {
  display: none;
  background: #FFD166;
  color: #26547C;
  border: none;
  border-radius: 16px;
  padding: 10px 14px;
  font-size: 2rem;
  margin-left: auto;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(255, 209, 102, 0.13);
  transition: background 0.18s;
  z-index: 104;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #FFC347;
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #FFF7E6;
  z-index: 102;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.62,.01,.38,1), opacity 0.2s;
  opacity: 0;
  will-change: transform;
  display: flex;
  flex-direction: column;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-close {
  align-self: flex-end;
  background: #FFD166;
  color: #26547C;
  border: none;
  border-radius: 17px;
  margin: 24px 21px 0 0;
  font-size: 2rem;
  padding: 7px 14px;
  cursor: pointer;
  transition: background 0.13s;
  z-index: 106;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #FFC347;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 42px 34px 0 34px;
}
.mobile-nav a {
  font-size: 1.3rem;
  color: #26547C;
  padding: 12px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 14px;
  width: 100%;
  transition: color 0.13s, background 0.13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FFD16644;
  color: #E08C6B;
}

/* Hide desktop main nav, show toggle on mobile <980px */
@media (max-width: 980px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
/* Prevent menu scroll issue on small screens */
@media (max-width: 600px) {
  .mobile-nav {
    padding: 32px 14px 0 14px;
  }
}

/* FOOTER */
footer {
  background: #26547C;
  color: #FFF;
  padding: 36px 0 0 0;
  margin-top: 58px;
}
footer .container {
  padding-bottom: 20px;
}
.logo-footer {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 12px;
}
.footer-nav a {
  color: #FFD166;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 12px;
  padding: 6px 10px;
  transition: background 0.13s, color 0.13s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #FFF7E6;
  background: #FFD16633;
}
.footer-contact {
  font-size: 0.97rem;
  color: #FFD166;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

/* BLOG CATEGORIES */
.blog-categories {
  margin: 14px 0 0 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2b2b2b;
}
.blog-categories span {
  color: #26547C;
  background: #ECECEC;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

/* FAQ / COLLAPSIBLE */
.faq {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.075rem;
}
.faq p {
  color: #333;
  font-size: 1rem;
  background: #FFF7E6;
  border-radius: 10px;
  padding: 9px 12px;
  display: inline-block;
  margin-top: 5px;
}

/* Responsive Images in Cards/Sections */
.logo img, .logo-footer img {
  height: 38px;
  width: auto;
  display: block;
}

/* COOKIES BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #FFD166;
  color: #26547C;
  font-size: 1rem;
  box-shadow: 0 -2px 16px 0 rgba(38,84,124,0.08);
  padding: 20px 14px;
  gap: 18px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transition: transform 0.32s, opacity 0.18s;
}
.cookie-banner button {
  margin: 0 4px;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}

/* COOKIE SETTINGS MODAL */
.cookie-modal-backdrop {
  position: fixed;
  left: 0;top: 0;right: 0;bottom: 0;
  background: rgba(0,0,0,0.13);
  z-index: 121;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.23s;
}
.cookie-modal {
  background: #FFF7E6;
  color: #26547C;
  border-radius: 22px;
  box-shadow: 0 6px 36px 0 rgba(38,84,124,0.18);
  padding: 36px 28px 28px 28px;
  min-width: 310px;
  max-width: 98vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: modal-popin 0.29s cubic-bezier(.4,1.3,.4,1);
  position: relative;
}
@keyframes modal-popin {
  0% { opacity: 0; transform: scale(0.97) translateY(50px); }
  90% { opacity: 1; transform: scale(1.02) translateY(-2px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.cookie-modal h2 {
  margin-bottom: 6px;
  color: #26547C;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.1rem;
  background: #FFD16633;
  padding: 8px 14px;
  border-radius: 12px;
  margin-bottom: 4px;
}
.cookie-toggles {
  margin-left: auto;
  display: flex;
  gap: 18px;
}
.toggle-switch {
  position: relative;
  width: 42px;
  height: 24px;
  display: inline-block;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ECECEC;
  border-radius: 14px;
  transition: background 0.17s;
  cursor: pointer;
}
.toggle-switch input:checked + .toggle-slider {
  background: #FFD166;
}
.toggle-slider:before {
  position: absolute;
  content: "";
  left: 4px; top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #26547C;
  transition: transform 0.17s;
}
.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(18px);
  background: #26547C;
}
.cookie-modal .button-primary, .cookie-modal .button-secondary {
  margin-top: 10px;
}
.cookie-modal-close {
  position: absolute;
  top: 14px; right: 14px;
  background: #FFD166;
  color: #26547C;
  border: none;
  border-radius: 16px;
  font-size: 1.3rem;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: background 0.15s;
  z-index: 126;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #FFC347;
}

/* UTILITY */
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 18px; }
.text-center { text-align: center; }

/* RESPONSIVE -- MOBILE FIRST */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  .section {
    padding: 28px 10px;
    margin-bottom: 36px;
  }
  .text-section {
    padding: 21px 10px;
  }
  .card {
    padding: 16px 10px;
  }
  .content-wrapper, .content-grid, .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 9px;
    font-size: 1rem;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 15px;
  }
}

/* MICRO-INTERACTIONS */
.button-primary, .button-secondary, .mobile-menu-toggle, .mobile-menu-close, .cookie-modal-close {
  outline: none;
  transition: outline 0.11s, box-shadow 0.11s, transform 0.12s;
}
.button-primary:focus, .button-secondary:focus, .mobile-menu-toggle:focus, .mobile-menu-close:focus, .cookie-modal-close:focus {
  outline: 2px solid #26547C;
  box-shadow: 0 2px 16px 0 #FFD16666;
  transform: scale(1.03);
}
h1, h2, h3, .button-primary, .testimonial-card {
  transition: color 0.13s;
}

/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
  background: #ECECEC;
}
::-webkit-scrollbar-thumb {
  background: #FFD166;
  border-radius: 10px;
}
::selection {
  background: #FFD16666;
  color: #26547C;
}

/* END OF CSS */