/* 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, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background: #F2F2F2;
  color: #54392D;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol, ul {
  list-style: none;
}
a {
  color: #54392D;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #E6A756;
  text-decoration: underline;
}
img {
  max-width: 100%;
  display: block;
}
button {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
}

/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

/* TYPOGRAPHY SCALE */
h1, .h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.625rem;
  font-weight: 700;
  color: #54392D;
  margin-bottom: 20px;
}
h2, .h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #54392D;
  margin-bottom: 16px;
}
h3, .h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #54392D;
  margin-bottom: 12px;
}
h4, .h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #54392D;
  margin-bottom: 10px;
}
p, ul, ol, li, blockquote, address, .text-section {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #54392D;
  font-size: 1rem;
  margin-bottom: 16px;
}
blockquote {
  border-left: 4px solid #E6A756;
  padding-left: 18px;
  font-style: italic;
  font-family: 'Roboto Slab', serif;
  background: #fff8f1;
  margin-bottom: 12px;
}
strong {
  font-weight: 700;
  color: #54392D;
}

/* CONTAINERS & LAYOUTS */
.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(84,57,45,0.06);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(84,57,45,0.07);
  padding: 28px 20px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.2s;
}
.card:hover, .card:focus {
  box-shadow: 0 4px 18px rgba(84,57,45,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;
}

/* HERO SECTION */
.hero {
  background: #54392D url('../assets/hero-pattern.svg') repeat top left;
  color: #fff;
  padding: 60px 0 60px 0;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 20px;
}
.hero h1 {
  color: #fff;
  margin-bottom: 14px;
}
.hero .subheadline {
  color: #f9e7cb;
  font-size: 1.1875rem;
  margin-bottom: 24px;
  max-width: 620px;
}

/* FEATURE GRID / ITEMS */
.features {
  background: #fff8f1;
  border-radius: 0 0 32px 32px;
}
.features .content-wrapper {
  gap: 28px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 26px 18px 20px 18px;
  gap: 15px;
  flex: 1 1 220px;
  min-width: 220px;
  box-shadow: 0 2px 10px rgba(84,57,45,0.07);
  border: 1px solid #e3d1bc;
  transition: box-shadow 0.2s, border 0.2s;
}
.feature-item img {
  max-width: 48px;
}
.feature-item:hover, .feature-item:focus {
  box-shadow: 0 4px 18px rgba(84,57,45,0.13);
  border: 1.5px solid #E6A756;
}

/* BRAND LOGO ROW & GRID */
.brand-logos-row, .brand-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.brand-logos-row img {
  height: 52px;
  width: auto;
  filter: grayscale(30%) opacity(85%);
  transition: filter 0.2s;
}
.brand-logos-row img:hover, .brand-logos-row img:focus {
  filter: none;
}
.brand-logos-grid {
  gap: 32px 28px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.brand-logos-grid > div {
  flex: 1 1 220px;
  min-width: 220px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(84,57,45,0.05);
  text-align: left;
  padding: 24px 18px 20px 18px;
  border: 1px solid #e3d1bc;
  transition: box-shadow 0.2s, border 0.2s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.brand-logos-grid > div:hover, .brand-logos-grid > div:focus {
  box-shadow: 0 4px 18px rgba(84,57,45,0.13);
  border: 1.5px solid #E6A756;
}
.brand-logos-grid h3 {
  margin-bottom: 6px;
}

/* SERVICE LIST */
.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 0 0 0;
  font-size: 1rem;
}
.service-list img {
  width: 30px;
  height: 30px;
}

/* TESTIMONIAL CARDS */
.testimonials-preview, .testimonials-list {
  background: #fff;
}
.testimonials-preview .testimonial-card,
.testimonials-list .testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fcfaf8;
  border-radius: 12px;
  border: 1px solid #e3d1bc;
  box-shadow: 0 2px 12px rgba(84,57,45,0.07);
  margin-bottom: 20px;
  transition: box-shadow 0.2s, border 0.2s;
}
.testimonial-card:hover,.testimonial-card:focus {
  box-shadow: 0 4px 18px rgba(84,57,45,0.13);
  border: 1.5px solid #E6A756;
}
.testimonial-card blockquote {
  background: transparent;
  border-left: 4px solid #E6A756;
  color: #54392D;
  font-size: 1.08rem;
  margin-bottom: 6px;
}
.testimonial-meta {
  color: #7c6657;
  font-size: 0.98rem;
  font-style: normal;
}
.stars {
  display: flex;
  gap: 2px;
  margin-bottom: 9px;
}
.stars img {
  height: 18px;
  width: 18px;
  display: block;
}

/* FAQ ACCORDION */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(84,57,45,0.06);
  padding: 24px;
}
.faq-item h2 {
  font-size: 1.2rem;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 6px;
  color: #54392D;
  cursor: pointer;
  transition: color 0.17s;
}
.faq-item h2:hover {
  color: #E6A756;
}
.faq-item p {
  font-size: 1rem;
  color: #54392D;
}

/* CTA */
.cta, .cta-final, .testimonial-cta, .support-cta {
  background: #E6A756;
  color: #54392D;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(84,57,45,0.05);
  padding: 38px 24px;
  margin-bottom: 60px;
  text-align: center;
}
.cta h2, .cta-final h2, .testimonial-cta h2, .support-cta h2 { color: #54392D; }
.cta p, .cta-final p, .testimonial-cta p, .support-cta p { color: #54392D; }

/* BUTTONS */
.btn-primary,
.nav .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  background: #E6A756;
  color: #54392D !important; /* for nav links */
  font-size: 1.13rem;
  padding: 13px 30px;
  border: none;
  border-radius: 24px;
  box-shadow: 0 2px 6px rgba(84,57,45,0.09);
  cursor: pointer;
  margin: 0 0 0 14px;
  transition: background 0.15s, color 0.15s, box-shadow 0.2s, transform 0.11s;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: #54392D;
  color: #fff !important;
  box-shadow: 0 4px 22px rgba(84,57,45,0.17);
  transform: translateY(-2px) scale(1.03);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  background: transparent;
  color: #54392D;
  border: 2px solid #E6A756;
  font-size: 1.08rem;
  padding: 11px 26px;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
  transition: background 0.16s, color 0.15s, border 0.18s;
  text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #E6A756;
  color: #54392D;
  border-color: #54392D;
}

/* HEADER NAVIGATION */
header {
  background: #fff;
  border-bottom: 1px solid #ece7e0;
  position: sticky;
  top: 0;
  z-index: 60;
  box-shadow: 0 2px 6px rgba(84,57,45,0.02);
}
header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
header a img {
  height: 48px;
  width: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #54392D;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 7px;
  transition: background 0.15s, color 0.15s;
  position: relative;
}
.main-nav a:not(.btn-primary):hover, .main-nav a:not(.btn-primary):focus {
  background: #E6A75633;
  color: #E6A756;
}
.main-nav .btn-primary {
  margin-left: 16px;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #54392D;
  margin-left: 18px;
  cursor: pointer;
  z-index: 120;
  padding: 5px 6px;
  transition: color 0.14s, background 0.14s;
  border-radius: 8px;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #E6A75666;
  color: #fff;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  box-shadow: -7px 0 42px rgba(84,57,45,0.19);
  z-index: 300;
  transform: translateX(100%);
  transition: transform 0.37s cubic-bezier(.68, -.55, .27, 1.55);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #54392D;
  font-size: 2.1rem;
  align-self: flex-end;
  margin: 24px 24px 10px 0;
  cursor: pointer;
  transition: color 0.17s;
  padding: 5px 7px;
  border-radius: 8px;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #E6A756;
  background: #e6a75611;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 34px 10px 34px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Roboto Slab', serif;
  color: #54392D;
  font-size: 1.18rem;
  text-decoration: none;
  padding: 9px 0;
  border-radius: 7px;
  transition: background 0.16s, color 0.15s;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #E6A75633;
  color: #E6A756;
}

/* Hide main nav and show hamburger on mobile */
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

@media (max-width: 600px) {
  .mobile-menu {
    max-width: 100vw;
    min-width: 0;
  }
}

/* FOOTER */
footer {
  background: #54392D;
  color: #fff;
  padding: 38px 0 0 0;
}
footer p {
  color: white;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
}
.footer-nav a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.95rem;
  color: #fff;
  opacity: 0.84;
  padding: 4px 0;
  border-radius: 4px;
  transition: color 0.18s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #E6A756;
  opacity: 1;
  background: #e6a75633;
}
footer .contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.98rem;
  color: #fff;
  opacity: 0.96;
  margin-bottom: 26px;
  align-items: center;
}
footer .contact-details img {
  width: 19px;
  margin-right: 9px;
  vertical-align: middle;
}

/* GENERIC SECTIONS: Text, About, Team, Values, Policy, GDPR, Terms */
.about-section, .team-section, .values-section, .privacy-policy-section, .gdpr-section, .cookie-policy-section, .terms-section, .map-section, .thank-you-section, .contact-section {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 60px;
  padding: 40px 20px;
  box-shadow: 0 2px 12px rgba(84,57,45,0.06);
}
.text-section {
  color: #54392D;
  margin-bottom: 10px;
  font-size: 1.04rem;
}
.text-section ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 18px;
}
.text-section li {
  margin-bottom: 7px;
}
.address {
  font-style: normal;
  color: #54392D;
}

/* Responsive Flex Fixes */
@media (max-width: 1200px) {
  .container { max-width: 95vw; }
  .content-wrapper { padding: 0 2vw; }
}
@media (max-width: 900px) {
  .feature-grid, .brand-logos-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  .feature-item, .brand-logos-grid > div {
    min-width: 180px;
    flex: 1 1 180px;
    padding: 18px 12px 15px 12px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 9px;
  }
  .content-grid, .feature-grid, .brand-logos-row, .brand-logos-grid, .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .section, .about-section, .team-section, .values-section, .privacy-policy-section, .gdpr-section, .cookie-policy-section, .terms-section, .map-section, .thank-you-section, .contact-section {
    padding: 24px 7px;
    border-radius: 12px;
    margin-bottom: 38px;
  }
  .card, .testimonial-card {
    padding: 16px 7px;
    border-radius: 8px;
  }
  .card-container, .brand-logos-grid {
    gap: 17px;
  }
}
@media (max-width: 600px) {
  h1, .h1 { font-size: 1.6rem; }
  h2, .h2 { font-size: 1.18rem; }
  h3, .h3 { font-size: 1.03rem; }
  .btn-primary, .btn-secondary {
    font-size: 1rem;
    padding: 9px 16px;
  }
  .footer-nav { gap: 14px; font-size: 0.88rem; }
  .footer .contact-details {
    font-size: 0.95rem;
  }
  .footer .container {
    gap: 6px;
  }
}

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 800;
  background: #fff8f1;
  color: #54392D;
  box-shadow: 0 0 16px 0 rgba(84,57,45,0.15);
  padding: 22px 20px 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  animation: cookie-slidein 0.44s cubic-bezier(.22,.7,.32,1.3);
}
@keyframes cookie-slidein {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  margin-bottom: 7px;
  font-size: 1rem;
  color: #54392D;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 5px;
}
.cookie-banner button {
  font-family: 'Roboto Slab', serif;
  font-size: 0.99rem;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  transition: background 0.16s, color 0.16s, box-shadow 0.17s;
  padding: 8px 18px;
  margin: 0;
  box-shadow: 0 1px 5px rgba(84,57,45,0.06);
}
.cookie-banner .accept {
  background: #E6A756;
  color: #54392D;
  font-weight: 700;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #54392D;
  color: #fff;
}
.cookie-banner .reject {
  background: #fff;
  color: #54392D;
  border: 1.5px solid #E6A756;
  font-weight: 700;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #E6A756;
  color: #54392D;
  border: 1.5px solid #54392D;
}
.cookie-banner .settings {
  background: transparent;
  color: #54392D;
  border: 1.5px solid #54392D;
  font-weight: 600;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #E6A75633;
  color: #E6A756;
}

/* Cookie Modal */
.cookie-modal-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(33, 23, 15, 0.28);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cookie-backdrop-fadein 0.28s ease;
}
@keyframes cookie-backdrop-fadein {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 44px rgba(84,57,45,0.19);
  width: 98%;
  max-width: 420px;
  padding: 34px 26px 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  animation: cookie-modal-fadein 0.32s cubic-bezier(.44,.98,.52,1.25);
}
@keyframes cookie-modal-fadein {
  from { opacity: 0; transform: scale(.94); }
  to { opacity: 1; transform: scale(1); }
}
.cookie-modal h2 {
  color: #54392D;
  font-size: 1.25rem;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 11px;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.03rem;
  margin-bottom: 7px;
  color: #54392D;
}
.cookie-modal .category-info {
  font-size: 0.95rem;
  color: #7c6657;
  margin-bottom: 5px;
  margin-top: -2px;
}
.cookie-modal .close-modal {
  position: absolute;
  right: 18px;
  top: 17px;
  background: none;
  border: none;
  color: #54392D;
  font-size: 1.48rem;
  cursor: pointer;
  transition: color 0.14s;
}
.cookie-modal .close-modal:hover, .cookie-modal .close-modal:focus {
  color: #E6A756;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 13px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.cookie-modal button {
  font-family: 'Roboto Slab', serif;
  font-size: 1.01rem;
  border-radius: 18px;
  padding: 8px 22px;
  border: none;
  font-weight: 700;
}
.cookie-modal .accept { background: #E6A756; color: #54392D; }
.cookie-modal .accept:hover, .cookie-modal .accept:focus { background: #54392D; color: #fff; }
.cookie-modal .reject { background: #fff; color: #54392D; border:1.3px solid #E6A756; }
.cookie-modal .reject:hover, .cookie-modal .reject:focus { background: #E6A756; color: #54392D; border:1.3px solid #54392D; }

/* Cookie Toggles */
.cookie-toggle {
  appearance: none;
  outline: none;
  width: 40px;
  height: 22px;
  background: #e3d1bc;
  border-radius: 14px;
  position: relative;
  margin-left: 8px;
  transition: background 0.17s;
  vertical-align: middle;
}
.cookie-toggle:checked {
  background: #E6A756;
}
.cookie-toggle:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px #baa38233;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: left 0.19s;
}
.cookie-toggle:checked:before {
  left: 20px;
}
.cookie-toggle[disabled],
.cookie-toggle:disabled {
  opacity: 0.56;
  background: #f0e6da;
  cursor: not-allowed;
}

/* SHADOWS, SPACING, EFFECTS */
hr {
  border: none;
  border-top: 1px solid #e3d1bc;
  margin: 32px 0;
}
::-webkit-scrollbar {
  width: 9px;
  background: #f9efe1;
}
::-webkit-scrollbar-thumb {
  background: #e6a75699;
  border-radius: 35px;
}

/* Utility Classes */
.mb-20 { margin-bottom: 20px !important; }
.mb-32 { margin-bottom: 32px !important; }
gap-20 { gap: 20px !important; }
.text-center { text-align: center !important; }
.flex { display: flex !important; }
.flex-col { flex-direction: column !important; }

/* Hide visually but remain accessible */
.visually-hidden { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); border:0; }

/* Animations & Transitions for micro-interaction */
.card, .feature-item, .testimonial-card, .brand-logos-grid > div, .faq-item {
  transition: box-shadow 0.18s, border 0.18s, background 0.2s;
}
.btn-primary, .btn-secondary { transition: background 0.18s, color 0.18s, box-shadow 0.2s, transform 0.11s; }
.cookie-banner, .cookie-banner button, .cookie-modal, .cookie-modal button { transition: background 0.18s, color 0.18s, box-shadow 0.17s, border 0.17s; }

/* Responsive fixes for small devices */
@media (max-width: 480px) {
  .section, .cta, .card, .testimonials-preview, .testimonials-list, .about-section, .team-section, .privacy-policy-section {
    padding-left: 3px;
    padding-right: 3px;
  }
}

/* Prevent Content Overlap */
.card:not(:last-child),
.feature-item:not(:last-child),
.brand-logos-grid > div:not(:last-child),
.testimonial-card:not(:last-child),
.faq-item:not(:last-child) {
  margin-bottom: 20px;
}