/* =====================================================
   YUGANTIX — Contact page, mint/white system
   Mirrors the same design refinement already applied to
   About, Blog, Industry, and Technology pages:
     - light mint page background (was the older cream/
       blue-gray --paper tone, which is why Contact looked
       visually out of step with the rest of the site)
     - solid white header (no translucent cream blur)
     - "deep" alternating sections -> white
     - page hero and final CTA wrapper -> white
   ===================================================== */

:root {
  --paper: #F8FCF9;
  --paper-deep: #EFF8F1;
  --paper-warm: #FAFDFB;
}

.site-header {
  background: #FFFFFF;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(13, 18, 32, .06);
}
.site-header.is-scrolled {
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(13, 18, 32, .06);
}

body::before,
body::after {
  content: none;
}

.bg-deep {
  background: #FFFFFF;
}

.page-hero {
  background: #FFFFFF;
}
.section--final {
  background: #FFFFFF;
}
