/* RESET & NORMALIZE ------------------- */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.12s linear;
}
button {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}
html {
  font-size: 16px;
}
body {
  background: #F3F7FA;
  color: #195467;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

/* TYPOGRAPHY ------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #195467;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.6rem; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 18px; }
h3 { font-size: 1.4rem; margin-bottom: 14px; }
h4 { font-size: 1.1rem; margin-bottom: 12px; }

.subheadline {
  color: #216778;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.15rem;
  margin-bottom: 24px;
  line-height: 1.4;
}
strong {
  font-weight: 700;
}

/* LAYOUT ------------------- */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section,
section {
  margin-bottom: 60px;
  padding: 40px 0 40px 0;
}

/* SPACING PATTERNS */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(33, 103, 120, 0.10);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 26px 28px 26px;
}
.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;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 20px 0 rgba(33, 103, 120, 0.09);
  margin-bottom: 20px;
  border: 2.5px solid #E4EEF4;
  min-width: 260px;
  max-width: 380px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* GEOMETRIC / STRUCTURED ELEMENTS */
.hero {
  background: #216778 url('../assets/bg-hero-pattern.svg') top right no-repeat;
  background-size: 180px auto;
  color: #fff;
  padding: 60px 0 60px 0;
}
.hero h1, .hero .subheadline {
  color: #fff;
}
.hero .cta-btn {
  margin-top: 26px;
}

.features {
  background: #F3F7FA;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}
.feature {
  background: #fff;
  border-radius: 18px 4px 18px 4px;
  box-shadow: 0 2px 10px 0 rgba(33, 103, 120, 0.09);
  flex: 1 0 220px;
  min-width: 220px;
  max-width: 270px;
  padding: 32px 16px 26px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border-left: 6px solid #FFD200;
  transition: transform 0.21s cubic-bezier(.4,0,.2,1), box-shadow 0.18s;
}
.feature:hover {
  transform: translateY(-7px) scale(1.03);
  box-shadow: 0 10px 32px 0 rgba(33, 103, 120, 0.18);
  z-index: 2;
}
.feature img {
  width: 44px;
  height: 44px;
}
.feature h3 {
  font-size: 1.14rem;
  margin-bottom: 6px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.services-overview {
  background: #fff;
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 1.09rem;
}

.services-main .service-categories {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.services-main .service-categories li {
  background: #F3F7FA;
  border-radius: 18px 18px 4px 4px;
  margin-bottom: 6px;
  padding: 28px 24px 18px 24px;
  box-shadow: 0 2px 12px 0 rgba(33, 103, 120, 0.06);
  border-left: 5px solid #216778;
}

.benefits {
  margin-top: 34px;
  background: #216778;
  color: #fff;
  border-radius: 0 18px 18px 0;
  padding: 32px 28px 14px 28px;
}
.benefits h3 {
  color: #FFD200;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.benefits ul {
  margin-top: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.06rem;
}

.cta-bottom, .cta-services, .contact-cta {
  background: #195467;
  color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 6px 28px 0 rgba(33,103,120,.14);
}
.cta-bottom h2,
.cta-services h2,
.contact-cta h2 {
  color: #FFD200;
  margin-bottom: 16px;
}
.cta-bottom .cta-btn,
.cta-services .cta-btn,
.contact-cta .cta-btn {
  margin-top: 16px;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* BLOG STRUCTURE */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-preview {
  background: #fff;
  border-radius: 8px 24px 8px 24px;
  box-shadow: 0 2px 10px 0 rgba(33, 103, 120, 0.10);
  padding: 28px 18px 20px 18px;
  flex: 1 0 230px;
  min-width: 230px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.2s, transform 0.17s;
}
.blog-preview:hover {
  box-shadow: 0 12px 28px 0 rgba(33,103,120,.15);
  transform: translateY(-5px) scale(1.04);
}
.read-more-link {
  color: #216778;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 0.98rem;
  transition: color .18s;
}
.read-more-link:hover {
  color: #FFD200;
}
.blog-categories {
  display: flex;
  gap: 16px;
}
.blog-categories a {
  background: #E4EEF4;
  color: #195467;
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  transition: background .15s;
}
.blog-categories a:hover {
  background: #FFD200;
  color: #195467;
}
.recommended-articles {
  margin-top: 34px;
}
.recommended-articles h4 {
  font-size: 1.08rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #216778;
  margin-bottom: 7px;
}
.recommended-articles ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 18px;
}
.recommended-articles a {
  color: #195467;
  text-decoration: underline;
  transition: color .18s;
}
.recommended-articles a:hover {
  color: #FFD200;
}

/* TESTIMONIALS */
.testimonials {
  background: #E4EEF4;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}
.testimonial-card {
  background: #fff;
  color: #195467;
  border-radius: 14px 28px 14px 28px;
  box-shadow: 0 2px 20px 0 rgba(33, 103, 120, 0.09);
  min-width: 260px;
  max-width: 355px;
  padding: 36px 28px 36px 28px;
  display: flex;
  flex-direction: column;
  flex: 1 0 260px;
  gap: 20px;
  justify-content: space-between;
  border: 2.5px solid #E4EEF4;
  margin-bottom: 20px;
  font-size: 1.09rem;
  transition: box-shadow .17s, transform .16s;
}
.testimonial-card:hover {
  box-shadow: 0 10px 34px 0 rgba(33,103,120,.18);
  transform: scale(1.037);
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.96rem;
  color: #216778;
}
.client-logos {
  display: flex;
  gap: 32px;
  margin-top: 30px;
  align-items: center;
}
.client-logos img {
  width: 46px;
  filter: grayscale(40%);
  opacity: 0.82;
}

/* PRICING TABLE */
.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(33, 103, 120, 0.07);
  overflow: hidden;
  font-size: 1.06rem;
}
.pricing-table th, .pricing-table td {
  padding: 20px 16px;
  border-bottom: 1.5px solid #E4EEF4;
  text-align: left;
}
.pricing-table th {
  background: #216778;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
}
.pricing-table tbody tr:hover {
  background: #F3F7FA;
}
.pricing-table ul {
  padding-left: 18px;
}
.pricing-notes {
  font-size: 0.98rem;
  color: #216778;
  margin-top: 10px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-list strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #195467;
}
.faq-list p {
  margin-top: 4px;
  font-size: 1.01rem;
  color: #216778;
}

/* ABOUT PAGE */
.about-company, .team, .trust-quality {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 12px 0 rgba(33, 103, 120, 0.06);
  margin-bottom: 32px;
}

/* CONTACT PAGE */
.contact-details-section {
  background: #E4EEF4;
  border-radius: 8px;
  padding: 34px 28px;
  margin-bottom: 24px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-details img {
  width: 22px;
  margin-right: 9px;
  vertical-align: middle;
}
.address-details img {
  width: 20px;
  margin-right: 7px;
  vertical-align: middle;
}

/* FOOTER ------------------- */
footer {
  background: #195467;
  color: #fff;
  padding: 34px 0 0 0;
  border-radius: 24px 24px 0 0;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 18px;
}
.footer-logo img {
  width: 62px;
}
.footer-contact p,
.footer-contact img {
  color: #fff;
  font-size: 0.97rem;
}
.footer-contact img {
  vertical-align: middle;
  margin-right: 6px;
  width: 17px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.footer-menu a {
  color: #FFD200;
  font-size: 1.01rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  transition: color .15s;
}
.footer-menu a:hover { color: #fff; }
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.footer-social a img {
  width: 30px;
  filter: brightness(1.4);
  opacity: 0.92;
  transition: filter .16s, opacity .17s;
}
.footer-social a:hover img { filter: brightness(1); opacity: 1; }

/* HEADER + NAVIGATION ------------------- */
header {
  background: #216778;
  padding: 0 0 0 0;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 3px 18px 0 rgba(33,103,120,.09);
  position: relative;
  z-index: 50;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 15px 20px;
}
.logo img {
  width: 110px;
  height: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 36px;
}
.main-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  transition: color .18s;
  padding: 6px 0;
  border-bottom: 2.5px solid transparent;
}
.main-nav a:hover:not(.cta-btn),
.main-nav a:focus:not(.cta-btn) {
  color: #FFD200;
  border-bottom: 2.5px solid #FFD200;
}
.main-nav .cta-btn {
  background: #FFD200;
  color: #195467;
  padding: 11px 26px;
  border-radius: 4px 18px 4px 18px;
  font-size: 1.1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-left: 8px;
  box-shadow: 0 2px 8px 0 rgba(33,103,120,.05);
  letter-spacing: .02em;
  border: none;
  transition: background .18s, color .18s, box-shadow .22s;
}
.main-nav .cta-btn:hover,
.main-nav .cta-btn:focus {
  background: #fff;
  color: #195467;
  box-shadow: 0 6px 22px 0 rgba(255,210,0,.16);
}

.mobile-menu-toggle {
  display: none;
}


/* MOBILE NAVIGATION ------------------- */
.mobile-menu-toggle {
  background: #216778;
  color: #FFD200;
  border: none;
  font-size: 2.5rem;
  border-radius: 10px;
  padding: 4px 16px 0 16px;
  margin-left: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background .14s, color .12s;
  z-index: 102;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #FFD200;
  color: #195467;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #195467;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.33s cubic-bezier(.4,0,.2,1);
  z-index: 1002;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #FFD200;
  color: #195467;
  font-size: 2.3rem;
  border: none;
  margin: 20px 22px 0 0;
  box-shadow: none;
  border-radius: 10px;
  padding: 2px 12px;
  transition: background .14s, color .12s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  background: #fff;
  color: #216778;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 22px 0 36px;
  margin-top: 16px;
}
.mobile-nav a {
  color: #FFD200;
  font-size: 1.26rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: .03em;
  padding: 14px 0 12px 0;
  border-bottom: 2px solid transparent;
  transition: color .12s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  color: #fff;
  border-bottom: 2px solid #fff;
}

/* COOKIE CONSENT BANNER ------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #216778;
  color: #fff;
  z-index: 2000;
  padding: 26px 20px 22px 20px;
  box-shadow: 0 -2px 14px 0 rgba(33,103,120,.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  font-size: 1.03rem;
  animation: cookieBannerIn .28s cubic-bezier(.4,0,.2,1);
}
@keyframes cookieBannerIn {
  from { transform: translateY(100%); opacity: 0;} to { transform: translateY(0); opacity: 1;}
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.cookie-btn {
  background: #FFD200;
  color: #195467;
  border: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 6px 22px 6px 22px;
  margin-right: 4px;
  margin-bottom: 4px;
  transition: background .15s, color .15s, box-shadow .13s;
  box-shadow: 0 2px 6px 0 rgba(33,103,120,.10);
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #fff;
  color: #216778;
}
.cookie-btn.settings {
  background: #fff;
  color: #195467;
  border: 2.5px solid #FFD200;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #FFD200;
  color: #195467;
}

.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(25, 84, 103, 0.63);
  display: none;
  z-index: 2100;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #195467;
  width: 90vw;
  max-width: 410px;
  border-radius: 22px 8px 22px 8px;
  padding: 32px 28px;
  box-shadow: 0 10px 36px 0 rgba(33, 103, 120, 0.16);
  z-index: 2110;
  display: flex;
  flex-direction: column;
  gap: 21px;
  animation: cookieModalIn .23s cubic-bezier(.4,0,.2,1);
}
@keyframes cookieModalIn {
  from {transform:scale(.98) translateY(30px); opacity:0;} to {transform:scale(1) translateY(0); opacity:1;}
}
.cookie-modal h2 {
  font-size: 1.35rem;
  margin-bottom: 2px;
  color: #216778;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.cookie-switch {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.cookie-switch input[type="checkbox"] {
  appearance: none;
  outline: none;
  border: 1.5px solid #195467;
  width: 36px;
  height: 19px;
  border-radius: 14px;
  background: #E4EEF4;
  position: relative;
  transition: background .19s;
}
.cookie-switch input[type="checkbox"]:checked {
  background: #FFD200;
}
.cookie-switch input[type="checkbox"]:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px; top: 2px;
  width: 15px; height: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(33,103,120,0.06);
  transition: left .18s;
}
.cookie-switch input[type="checkbox"]:checked:before {
  left: 19px;
}
.cookie-category.explain {
  font-size: 0.97rem;
  color: #5F7E8B;
  margin-left: 21px;
  margin-bottom: 0;
}
.cookie-modal .cookie-btn {
  margin-top: 16px;
  margin-bottom: 0px;
  width: 100%;
}

/* GENERAL BUTTON STYLES ------------------- */
.cta-btn {
  background: #FFD200;
  color: #195467;
  padding: 13px 34px;
  border-radius: 8px 26px 8px 26px;
  font-size: 1.18rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .04em;
  border: none;
  box-shadow: 0 2px 10px 0 rgba(33,103,120,.10);
  transition: background .16s, color .13s, box-shadow .18s;
  position: relative;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #fff;
  color: #195467;
  box-shadow: 0 6px 28px 0 rgba(255,210,0,0.16);
  text-decoration: none;
}

/* TABLES (for pricing) */
table { border-collapse: collapse; width: 100%; }
th, td {
  border: 0;
  padding: 18px 10px;
  font-size: 1rem;
}
th { background: #216778; color: #fff; font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
tbody tr:nth-child(even) { background: #F3F7FA; }
tbody tr:nth-child(odd) { background: #fff; }
td ul { padding-left: 13px; }

/* MEDIA QUERIES (RESPONSIVE) ------------- */
@media (max-width: 1100px) {
  .container { max-width: 1000px; }
  .main-nav { gap: 14px; }
  .footer-wrapper { gap: 12px; }
}
@media (max-width: 900px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .main-nav { gap: 10px; }
  .content-wrapper { gap: 18px; }
  .feature-grid { gap: 20px; }
}
@media (max-width: 768px) {
  html { font-size: 14px; }
  header .container {
    padding: 10px 14px 10px 14px;
  }
  .logo img { width: 82px; }
  .main-nav { display: none; }
  .mobile-menu-toggle {
    display: flex;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .section, section {
    padding: 24px 0 24px 0;
    margin-bottom: 32px;
  }
  .content-wrapper {
    gap: 12px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .testimonial-slider {
    flex-direction: column;
    gap: 18px;
  }
  .blog-list {
    flex-direction: column;
    gap: 12px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .card {
    padding: 20px 14px 18px 14px;
    border-radius: 12px;
  }
  .feature {
    padding: 19px 14px 14px 14px;
    border-radius: 12px 4px 12px 4px;
    min-width: 0; max-width: 100%;
  }
  .services-main .service-categories li {
    padding: 15px 10px 11px 10px;
    border-radius: 11px 11px 4px 4px;
  }
  .benefits {
    padding: 20px 10px 7px 10px;
    border-radius: 0 12px 12px 0;
  }
  .hero { padding: 35px 0 35px 0; background-size: 85px auto; }
}
@media (max-width: 520px) {
  .container { padding: 0 6px; }
  .footer-logo img { width: 43px; }
  .hero h1 { font-size: 1.6rem; }
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.13rem; }
  th, td { padding: 7px 6px; }
}

/* VISUAL GEOMETRIC ELEMENTS --------------- */
/* (For decorative only; actual content not using position absolute!) */
/* Example geometric accents in backgrounds if needed elsewhere */

/* MICRO-INTERACTIONS / TRANSITIONS --------- */
a, .cta-btn, .cookie-btn, .feature, .blog-preview, .testimonial-card, .footer-menu a, .main-nav a {
  transition: color 0.15s, background 0.19s, box-shadow 0.15s, transform 0.14s;
}

/* FOCUS/ACCESSIBILITY STYLES --------------- */
a:focus, button:focus, .cta-btn:focus, .cookie-btn:focus {
  outline: 2.5px solid #FFD200;
  outline-offset: 2px;
}

/* PRINT STYLES ---- */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-overlay { display: none !important; }
  body { color: #000 !important; background: #fff !important; }
  .content-wrapper { gap: 0 !important; }
}

/* ENSURE NO OVERLAP BETWEEN ELEMENTS ------ */
/* Already controlled by gap and margin. */
