/* ===================
   CSS 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
body {
  background: linear-gradient(135deg, #F3E6C1 0%, #ffffff 100%);
  color: #20415A;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #20415A;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #D27C2C;
  outline: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

/* ================
   FONT STYLES
   ================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #20415A;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
h4 {
  font-size: 1.25rem;
}
p, li, blockquote {
  font-size: 1rem;
  color: #20415A;
}
strong {
  font-weight: 700;
}
small {
  font-size: 0.875rem;
  color: #888;
}

/* ================
   CONTAINER/PADDING
   ================ */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}

/* =============
   HEADER
   ============= */
header {
  position: relative;
  z-index: 10;
  background: linear-gradient(90deg, #F3E6C1 60%, #ffffff 100%);
  box-shadow: 0 2px 16px 0 rgba(32,65,90,0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 80px;
}
header > a {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 8px 0;
}
.main-navigation {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-navigation a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 6px;
  transition: background .2s, color .2s;
}
.main-navigation a.cta-primary {
  background: linear-gradient(90deg, #D27C2C 40%, #20415A 100%);
  color: #fff;
  font-weight: 700;
  padding: 10px 24px;
  margin-left: 14px;
  box-shadow: 0 2px 24px 0 rgba(210,124,44,0.09);
  border-radius: 32px;
  transition: transform .15s, box-shadow .15s;
}
.main-navigation a.cta-primary:hover, .main-navigation a.cta-primary:focus {
  background: #20415A;
  color: #F3E6C1;
  transform: translateY(-2px) scale(1.035);
  box-shadow: 0 6px 28px 0 rgba(32,65,90,0.17);
}
.main-navigation a:not(.cta-primary):hover, .main-navigation a:not(.cta-primary):focus {
  background: #D27C2C33;
  color: #D27C2C;
}

/* ================
   MOBILE NAVIGATION
   ================ */
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: #20415A;
  color: #fff;
  border-radius: 8px;
  padding: 6px 14px;
  margin-left: 16px;
  transition: background .2s;
  z-index: 12;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #D27C2C;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: linear-gradient(135deg, #20415A 80%, #D27C2C 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100%);
  transition: transform .38s cubic-bezier(.8,0,.21,1);
  z-index: 999;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 2.2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  transition: color .2s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #F3E6C1;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 78px;
  width: 100%;
  align-items: flex-start;
  padding-left: 36px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 8px;
  transition: background .2s, color .2s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #D27C2C99;
  color: #F3E6C1;
  padding-left: 12px;
}
/* Hide desktop nav on mobile */
@media (max-width: 1024px) {
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1025px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ============
   HERO SECTION
   ============ */
.hero {
  background: linear-gradient(120deg, #F3E6C1 80%, #D27C2C27 100%);
  padding: 64px 0 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content-wrapper {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 18px;
}
.hero p {
  font-size: 1.15rem;
  color: #20415A;
  margin-bottom: 20px;
}
.hero .cta-primary {
  margin-top: 18px;
}

/* ===============
   CTAs & BUTTONS
   =============== */
.cta-primary {
  display: inline-block;
  background: linear-gradient(90deg, #D27C2C 40%, #20415A 100%);
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 32px;
  border: none;
  text-decoration: none;
  box-shadow: 0 0px 24px 0 rgba(210,124,44,0.09);
  transition: transform .16s, box-shadow .15s, background .24s;
}
.cta-primary:hover, .cta-primary:focus {
  background: #20415A;
  color: #F3E6C1;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 28px 0 rgba(32,65,90,0.17);
}

.button, .btn, input[type="submit"] {
  display: inline-block;
  background: #20415A;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 22px;
  border: none;
  text-decoration: none;
  transition: background .15s, color .15s, box-shadow .22s;
}
.button:hover, .btn:hover, input[type="submit"]:hover, .button:focus, .btn:focus, input[type="submit"]:focus {
  background: #D27C2C;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(210,124,44,0.12);
}

/* =============
   FEATURES & CARDS
   ============= */
.features {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}
.features .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
  align-items: stretch;
}
.features ul li {
  flex: 1 1 220px;
  background: #ffffffee;
  border-radius: 18px;
  box-shadow: 0 6px 24px 0 rgba(32,65,90,0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 30px 22px 28px 22px;
  min-width: 200px;
  margin-bottom: 20px;
  transition: transform .17s, box-shadow .18s;
  border-left: 4px solid #D27C2C;
  position: relative;
}
.features ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
}
.features ul li strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  color: #20415A;
}
.features ul li p {
  color: #1b2e3e;
  margin: 0;
}
.features ul li:hover, .features ul li:focus {
  transform: translateY(-3px) scale(1.018);
  box-shadow: 0 12px 40px rgba(32,65,90,0.17);
  border-left: 6px solid #20415A;
  z-index: 3;
}

/* =============
   SERVICES LIST
   ============= */
.services {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.services .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.services ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 8px;
}
.services ul li {
  background: #F3E6C1cc;
  color: #20415A;
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: 0 2px 12px 0 rgba(32,65,90,0.05);
  margin-bottom: 12px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.services ul li span {
  font-family: 'Montserrat';
  background: #20415A;
  color: #fff;
  border-radius: 8px;
  padding: 2px 10px;
  font-size: 1rem;
  font-weight: 600;
}
.services .cta-primary {
  margin-top: 16px;
  max-width: 290px;
}

/* ==========
   TESTIMONIALS
   =========== */
.testimonials {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.testimonials .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.testimonials h2 {
  margin-bottom: 18px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #FFFDF9;
  border-radius: 14px;
  box-shadow: 0 4px 24px 0 rgba(32,65,90,0.10);
  padding: 24px 30px;
  margin-bottom: 20px;
  transition: box-shadow .18s, transform .18s;
  min-width: 240px;
  max-width: 600px;
}
.testimonial-card blockquote {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  color: #20415A;
  margin: 0 0 0 0;
  line-height: 1.5;
}
.testimonial-card p {
  margin-left: 16px;
  font-size: 1rem;
  color: #1b2e3e;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 12px 32px rgba(32,65,90,0.18);
  transform: translateY(-2px) scale(1.03);
}

/* =============
   CONTACT BLOCK
   ============= */
.contact {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #D27C2C14;
}
.contact .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.contact h2, .contact h1 {
  margin-bottom: 12px;
}
.contact .text-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact .text-section img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
.contact a.cta-primary {
  margin-top: 6px;
}

/* ===========
   THANK YOU
   =========== */
.thankyou {
  padding: 80px 20px 60px 20px;
  background: linear-gradient(120deg, #F3E6C1 75%, #D27C2C27 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}
.thankyou .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thankyou .content-wrapper {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

/* ============
   LEGAL SECTIONS
   ============ */
.legal {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #F3E6C1cc;
  min-height: 60vh;
}
.legal .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 800px;
}
.legal .text-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
}
.legal ul {
  padding-left: 22px;
  margin-bottom: 20px;
  gap: 8px;
}

/* =============
   ABOUT SECTION
   ============= */
.about {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFFDF9;
}
.about .text-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ================
   FOOTER
   ================ */
footer {
  background: linear-gradient(90deg, #20415A 80%, #D27C2C 100%);
  padding: 30px 0 12px 0;
  color: #fff;
  box-shadow: 0 -4px 18px 0 rgba(32,65,90,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.footer-navigation a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 12px;
  transition: background .16s, color .16s;
}
.footer-navigation a:hover, .footer-navigation a:focus {
  background: #fff3;
  color: #D27C2C;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}
.footer-brand img {
  width: 34px;
  height: 34px;
}
.footer-brand span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.04rem;
  color: #fff;
}


/* ==========================
   FLEXBOX SPACING PATTERNS
   ========================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  flex: 1 1 250px;
  border-radius: 14px;
  box-shadow: 0 4px 18px 0 rgba(32,65,90,0.07);
  background: #fff;
  padding: 18px 20px;
}
.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;
}

/* ===============
   RESPONSIVE DESIGN
   =============== */
@media (max-width: 1024px) {
  .features ul {
    flex-direction: column;
    gap: 18px;
  }
  .features ul li {
    align-items: flex-start;
  }
  .testimonials .content-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  header {
    height: 60px;
    padding: 0 8px;
  }
  .footer-brand {
    flex-direction: column;
    gap: 6px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .main-navigation {
    display: none;
  }
  header {
    height: 58px;
  }
  .hero {
    padding: 36px 0 28px 0;
  }
  .features ul {
    flex-direction: column;
    gap: 14px;
  }
  .features ul li {
    min-width: 0;
    width: 100%;
    padding: 18px 14px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 12px;
    max-width: 100vw;
  }
  .section, .about, .legal, .contact, .services, .testimonials, .features {
    padding: 20px 8px;
    margin-bottom: 40px;
  }
  .thankyou {
    padding: 42px 8px 26px 8px;
  }
  .footer-navigation {
    gap: 12px;
    flex-direction: column;
  }
  .about .text-section, .legal .text-section, .contact .text-section {
    gap: 12px;
  }
  .card-container {
    gap: 14px;
  }
  .content-grid {
    gap: 8px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 14px;
  }
}

/* ==============
   ANIMATIONS
   ============= */
.cta-primary, .button, .btn, input[type="submit"] {
  transition: background .18s, color .18s, transform .15s, box-shadow .15s;
}
.card, .testimonial-card, .features ul li {
  transition: transform .15s, box-shadow .15s;
}
.mobile-menu {
  transition: transform .38s cubic-bezier(.8,0,.21,1);
}

/* =======================
   COOKIE CONSENT BANNER
   ======================= */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #20415A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 16px;
  box-shadow: 0 -4px 18px 0 rgba(32,65,90,0.17);
  z-index: 2002;
  gap: 14px;
  animation: cookie-banner-in .4s cubic-bezier(.6,-0.05,0,1.23);
}
@keyframes cookie-banner-in {
  from {opacity: 0; transform: translateY(80px);}
  to   {opacity: 1; transform: translateY(0);}
}
.cookie-banner__text {
  flex: 1 1 220px;
  font-size: 1rem;
  margin-right: 16px;
  color: #fff;
}
.cookie-banner__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.cookie-btn-accept {
  background: #D27C2C;
  color: #fff;
  border: none;
  border-radius: 22px;
  font-size: 1rem;
  font-family: 'Montserrat';
  padding: 10px 24px;
  font-weight: 700;
  transition: background .17s, color .17s, transform .12s;
}
.cookie-btn-accept:hover, .cookie-btn-accept:focus {
  background: #20415A;
  color: #F3E6C1;
}
.cookie-btn-reject {
  background: #fff;
  color: #D27C2C;
  border: 2px solid #D27C2C;
  border-radius: 22px;
  font-size: 1rem;
  font-family: 'Montserrat';
  padding: 10px 24px;
  font-weight: 700;
  transition: background .17s, color .17s;
}
.cookie-btn-reject:hover, .cookie-btn-reject:focus {
  background: #D27C2C;
  color: #fff;
}
.cookie-btn-settings {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 22px;
  font-size: 1rem;
  font-family: 'Montserrat';
  padding: 10px 18px;
  font-weight: 700;
  transition: background .15s, color .15s;
}
.cookie-btn-settings:hover, .cookie-btn-settings:focus {
  background: #fff;
  color: #20415A;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }
  .cookie-banner__text {
    margin-right: 0;
  }
  .cookie-banner__actions {
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
  }
}

/* Cookie settings modal */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(27,46,62,0.84);
  z-index: 2004;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cookie-modal-in .24s cubic-bezier(.31,1.15,.36,1);
}
@keyframes cookie-modal-in {
  from {opacity: 0;}
  to   {opacity: 1;}
}
.cookie-modal__dialog {
  background: #fff;
  color: #20415A;
  border-radius: 16px;
  padding: 38px 38px 28px 38px;
  max-width: 410px;
  width: 90%;
  box-shadow: 0 8px 36px 0 rgba(32,65,90,0.14);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.cookie-modal__close {
  position: absolute;
  top: 14px;
  right: 24px;
  font-size: 1.6rem;
  background: none;
  color: #20415A;
  border: none;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  transition: background .14s;
  padding: 3px 10px;
}
.cookie-modal__close:hover, .cookie-modal__close:focus {
  background: #D27C2C17;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #F3E6C1;
}
.cookie-category:last-child {
  border-bottom: none;
}
.cookie-category-label {
  flex: 1 1 auto;
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 1rem;
}
.cookie-category-switch {
  --switch-height: 28px;
  --switch-width: 50px;
  position: relative;
  display: inline-block;
  width: var(--switch-width);
  height: var(--switch-height);
}
.cookie-category-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.cookie-category-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ddd;
  border-radius: 34px;
  transition: background .19s;
}
.cookie-category-switch input:checked + .cookie-category-slider {
  background: linear-gradient(90deg, #D27C2C 65%, #20415A 100%);
}
.cookie-category-slider:before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform .19s;
  box-shadow: 0 2px 6px 0 rgba(32,65,90,0.09);
}
.cookie-category-switch input:checked + .cookie-category-slider:before {
  transform: translateX(22px);
}
.cookie-category-switch input:disabled + .cookie-category-slider {
  background: #F3E6C1;
  opacity: 0.7;
}
.cookie-category-desc {
  font-size: 0.97rem;
  color: #555;
  margin-left: 2px;
}
.cookie-modal__actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 12px;
}

/* =====================
   UTILITY / OTHER
   ===================== */
::-webkit-input-placeholder { color: #b0b8c5; }
::-moz-placeholder { color: #b0b8c5; }
:-ms-input-placeholder { color: #b0b8c5; }
::placeholder { color: #b0b8c5; }

.hide {
  display: none !important;
}

/* Prevents overlap of flex items */
.card, .testimonial-card, .features ul li, .services ul li, .legal .text-section, .about .text-section, .footer-navigation a, .container, .section, .contact .text-section, .main-navigation a, .mobile-nav a, .footer-brand {
  min-width: 0;
}

/* Visual hierarchy and whitespace */
.section, .features, .services, .contact, .about, .testimonials, .legal {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.features ul, .services ul,.testimonials .content-wrapper {
  gap: 24px;
}

/* Ensure no overlap and good content fit on mobile */
@media (max-width: 480px) {
  .hero h1, .thankyou h1, .about h1, .contact h1, .legal h1 {
    font-size: 1.2rem;
  }
  footer {
    font-size: 0.95rem;
  }
  .services ul li,
  .features ul li {
    padding: 12px 8px;
    font-size: 0.98rem;
  }
  .testimonial-card {
    padding: 10px 6px;
  }
}
/* Custom fonts (ensure they are loaded via <link> or self-hosted) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;700&display=swap');