/* WordPress + Astra + Elementor spacing shield for MediCover Life */

.mcl-landing-wrap {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

/* Kill Astra / theme blue link + button hover inside landing */
body.mcl-landing-active .mcl-landing-wrap a,
body.mcl-landing-active .mcl-landing-wrap a:visited {
  color: inherit;
}
body.mcl-landing-active .mcl-landing-wrap a:hover,
body.mcl-landing-active .mcl-landing-wrap a:focus,
body.mcl-landing-active .mcl-landing-wrap a:focus-visible,
body.mcl-landing-active .mcl-landing-wrap a:active {
  color: var(--brand, #ED1B2E) !important;
  outline: none !important;
  box-shadow: none !important;
}
body.mcl-landing-active .mcl-landing-wrap .site-nav a:hover,
body.mcl-landing-active .mcl-landing-wrap .site-nav a:focus,
body.mcl-landing-active .mcl-landing-wrap .site-nav a:focus-visible {
  color: var(--brand, #ED1B2E) !important;
}
body.mcl-landing-active .mcl-landing-wrap .btn-primary,
body.mcl-landing-active .mcl-landing-wrap .btn-primary:hover,
body.mcl-landing-active .mcl-landing-wrap .btn-primary:focus,
body.mcl-landing-active .mcl-landing-wrap .btn-primary:visited,
body.mcl-landing-active .mcl-landing-wrap .btn-primary:active,
body.mcl-landing-active .mcl-landing-wrap a.btn-primary,
body.mcl-landing-active .mcl-landing-wrap a.btn-primary:hover,
body.mcl-landing-active .mcl-landing-wrap a.btn-primary:focus,
body.mcl-landing-active .mcl-landing-wrap a.btn-primary:visited {
  color: #fff !important;
  background-color: var(--brand, #ED1B2E) !important;
}
body.mcl-landing-active .mcl-landing-wrap .btn-primary:hover,
body.mcl-landing-active .mcl-landing-wrap .btn-primary:focus,
body.mcl-landing-active .mcl-landing-wrap a.btn-primary:hover,
body.mcl-landing-active .mcl-landing-wrap a.btn-primary:focus {
  background-color: var(--brand-d, #C41020) !important;
}
body.mcl-landing-active .mcl-landing-wrap .btn-whatsapp,
body.mcl-landing-active .mcl-landing-wrap .btn-whatsapp:hover,
body.mcl-landing-active .mcl-landing-wrap .btn-whatsapp:focus,
body.mcl-landing-active .mcl-landing-wrap .btn-whatsapp:visited,
body.mcl-landing-active .mcl-landing-wrap a.btn-whatsapp,
body.mcl-landing-active .mcl-landing-wrap a.btn-whatsapp:hover,
body.mcl-landing-active .mcl-landing-wrap a.btn-whatsapp:focus {
  color: #fff !important;
  background-color: #25D366 !important;
}
body.mcl-landing-active .mcl-landing-wrap .btn-whatsapp:hover,
body.mcl-landing-active .mcl-landing-wrap .btn-whatsapp:focus,
body.mcl-landing-active .mcl-landing-wrap a.btn-whatsapp:hover,
body.mcl-landing-active .mcl-landing-wrap a.btn-whatsapp:focus {
  background-color: #1EBE5A !important;
}
body.mcl-landing-active .mcl-landing-wrap .nav-toggle,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:hover,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:focus,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:focus-visible,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:active {
  color: var(--ink, #1A1A1A) !important;
  background: #fff !important;
  border-color: var(--line, #E6E8EC) !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:hover,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:focus,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:focus-visible,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:active {
  background: var(--brand-lt, #FDECEE) !important;
  border-color: var(--brand, #ED1B2E) !important;
  color: var(--brand, #ED1B2E) !important;
}
body.mcl-landing-active .mcl-landing-wrap .nav-toggle span,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle span::before,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle span::after {
  background: var(--ink, #1A1A1A) !important;
}
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:hover span,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:hover span::before,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:hover span::after,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:focus span,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:focus span::before,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:focus span::after,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:active span,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:active span::before,
body.mcl-landing-active .mcl-landing-wrap .nav-toggle:active span::after {
  background: var(--brand, #ED1B2E) !important;
}
body.mcl-landing-active .mcl-landing-wrap .site-footer a:hover,
body.mcl-landing-active .mcl-landing-wrap .site-footer a:focus {
  color: rgba(255, 255, 255, 0.82) !important;
}
body.mcl-landing-active .mcl-landing-wrap .topbar a:hover,
body.mcl-landing-active .mcl-landing-wrap .topbar a:focus,
body.mcl-landing-active .mcl-landing-wrap .topbar-wa:hover,
body.mcl-landing-active .mcl-landing-wrap .topbar-wa:focus {
  color: #fff !important;
}

/* Keep sticky landing chrome below the WP admin bar on tablet/desktop */
body.admin-bar.mcl-landing-active .mcl-landing-wrap .mcl-chrome {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar.mcl-landing-active .mcl-landing-wrap .mcl-chrome {
    top: 46px !important;
  }
}

/* Hide Astra chrome */
body.mcl-landing-active #masthead,
body.mcl-landing-active .main-header-bar,
body.mcl-landing-active .main-header-bar-wrap,
body.mcl-landing-active .ast-main-header-wrap,
body.mcl-landing-active .ast-primary-header-bar,
body.mcl-landing-active .ast-above-header-bar,
body.mcl-landing-active .ast-below-header-bar,
body.mcl-landing-active .ast-mobile-header-wrap,
body.mcl-landing-active #ast-desktop-header,
body.mcl-landing-active #ast-mobile-header,
body.mcl-landing-active .ast-theme-transparent-header,
body.mcl-landing-active #colophon,
body.mcl-landing-active .ast-small-footer,
body.mcl-landing-active .ast-footer-overlay,
body.mcl-landing-active .ast-footer-copyright,
body.mcl-landing-active .entry-header,
body.mcl-landing-active .ast-archive-description,
body.mcl-landing-active .ast-breadcrumbs-wrapper,
body.mcl-landing-active #ast-scroll-top,
body.mcl-landing-active .ast-scroll-to-top-right,
body.mcl-landing-active .ast-scroll-to-top-left,
body.mcl-landing-active .site-footer .ast-footer-copyright,
body.mcl-landing-active .powered-by-astra {
  display: none !important;
}

body.mcl-landing-active .mcl-landing-wrap .site-header,
body.mcl-landing-active .mcl-landing-wrap .site-footer {
  display: block !important;
}

/* Theme wrappers only — never wipe landing cards via bare `article` */
body.mcl-landing-active #content,
body.mcl-landing-active .site-content,
body.mcl-landing-active .ast-container,
body.mcl-landing-active .entry-content,
body.mcl-landing-active article.hentry,
body.mcl-landing-active .hentry {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.mcl-landing-active #primary,
body.mcl-landing-active #main {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Kill Elementor/Astra default gaps inside landing */
body.mcl-landing-active .mcl-landing-wrap h1,
body.mcl-landing-active .mcl-landing-wrap h2,
body.mcl-landing-active .mcl-landing-wrap h3,
body.mcl-landing-active .mcl-landing-wrap p,
body.mcl-landing-active .mcl-landing-wrap ul,
body.mcl-landing-active .mcl-landing-wrap ol,
body.mcl-landing-active .mcl-landing-wrap figure,
body.mcl-landing-active .mcl-landing-wrap blockquote {
  margin-top: 0 !important;
}

/* ---- Section rhythm ---- */
body.mcl-landing-active .mcl-landing-wrap .section,
body.mcl-landing-active .mcl-landing-wrap .quote-section,
body.mcl-landing-active .mcl-landing-wrap .contact-band {
  padding: 4.25rem 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .hero {
  padding: 2.25rem 0 3rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .existing {
  padding: 2.75rem 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .section-head {
  margin-bottom: 1.85rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .section-badge {
  margin: 0 0 0.75rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .section-head h2 {
  margin: 0 0 0.55rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .section-head > p:not(.section-badge) {
  margin: 0.45rem 0 0 !important;
}

/* ---- Grids ---- */
body.mcl-landing-active .mcl-landing-wrap .service-grid,
body.mcl-landing-active .mcl-landing-wrap .why-grid,
body.mcl-landing-active .mcl-landing-wrap .process-row,
body.mcl-landing-active .mcl-landing-wrap .reviews-grid {
  gap: 1.15rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .hero-grid {
  gap: 2rem !important;
}
body.mcl-landing-active .mcl-landing-wrap #about .section-head .section-badge {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-subhead {
  margin: 0.55rem 0 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-panel,
body.mcl-landing-active .mcl-landing-wrap .about-grid {
  gap: 1.75rem 2.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  align-items: center !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-photo {
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-lead {
  margin: 0 0 1.15rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-note {
  margin: 0 0 1.25rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-points {
  margin: 0 0 1.15rem !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  list-style: none !important;
  gap: 0.75rem !important;
}

/* ---- Cards (defeat Astra article { padding:0 }) ---- */
body.mcl-landing-active .mcl-landing-wrap article.why-card,
body.mcl-landing-active .mcl-landing-wrap .why-card {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.5rem 1.4rem !important;
  box-sizing: border-box !important;
}
body.mcl-landing-active .mcl-landing-wrap .why-card .num {
  margin: 0 0 0.9rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .why-card h3 {
  margin: 0 0 0.5rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .why-card p {
  margin: 0 !important;
  line-height: 1.55 !important;
}

body.mcl-landing-active .mcl-landing-wrap article.process-card,
body.mcl-landing-active .mcl-landing-wrap .process-card {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.55rem 1.35rem !important;
  box-sizing: border-box !important;
}
body.mcl-landing-active .mcl-landing-wrap .process-card .step-label {
  margin: 0 0 0.35rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .process-card .step-num {
  margin: 0 0 0.7rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .process-card h3 {
  margin: 0 0 0.5rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .process-card p {
  margin: 0 !important;
}

body.mcl-landing-active .mcl-landing-wrap article.service-tile,
body.mcl-landing-active .mcl-landing-wrap .service-tile {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
body.mcl-landing-active .mcl-landing-wrap .service-tile-body {
  padding: 1.25rem 1.3rem 1.4rem !important;
  gap: 0.55rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .service-tile-body h3 {
  margin: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .service-tile-body p {
  margin: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .service-tile-body .btn {
  margin-top: 0.35rem !important;
}

body.mcl-landing-active .mcl-landing-wrap .review-card,
body.mcl-landing-active .mcl-landing-wrap figure.review-card {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.5rem 1.4rem 1.35rem !important;
  box-sizing: border-box !important;
}
body.mcl-landing-active .mcl-landing-wrap .review-card blockquote,
body.mcl-landing-active .mcl-landing-wrap .review-card p {
  margin: 0 !important;
}

/* ---- Hero ---- */
body.mcl-landing-active .mcl-landing-wrap .hero-copy .eyebrow {
  margin: 0 0 0.85rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .hero-copy h1 {
  margin: 0 0 0.9rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .hero-copy .lede {
  margin: 0 0 0.75rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .hero-copy .sub {
  margin: 0 0 1.25rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .sell-points {
  margin: 0 0 1.5rem !important;
  gap: 0.75rem !important;
  padding: 0 !important;
  list-style: none !important;
}
body.mcl-landing-active .mcl-landing-wrap .hero-actions {
  gap: 0.75rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .hero-micro {
  margin: 0.85rem 0 0 !important;
}

/* ---- About ---- */
body.mcl-landing-active .mcl-landing-wrap .about-copy > p {
  margin: 0 0 1.15rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-note {
  margin: 0 0 1.25rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-actions {
  gap: 0.75rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .about-actions .btn {
  flex: 1 1 calc(50% - 0.4rem) !important;
  min-width: 10rem !important;
  justify-content: center !important;
}

/* ---- Existing / FAQ / Contact / Quote ---- */
body.mcl-landing-active .mcl-landing-wrap .existing-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.35rem 1.75rem !important;
  padding: 1.85rem !important;
  padding-left: 1.85rem !important;
  padding-right: 1.85rem !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box !important;
  border-left: 4px solid #ED1B2E !important;
}
body.mcl-landing-active .mcl-landing-wrap .existing-inner > div,
body.mcl-landing-active .mcl-landing-wrap .existing-copy {
  flex: 1 1 16rem !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .existing h2 {
  margin: 0 0 0.55rem !important;
  padding: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .existing p {
  margin: 0 !important;
  padding: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .faq-list details {
  margin: 0 0 0.75rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .faq-list details:last-child {
  margin-bottom: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-panel {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem 2rem !important;
  padding: 1.85rem 1.85rem 1.85rem 1.7rem !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box !important;
  border-left: 5px solid #ED1B2E !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-copy {
  max-width: 34rem !important;
  min-width: 0 !important;
  flex: 1 1 18rem !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-band .section-badge {
  margin: 0 0 0.7rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-band h2 {
  margin: 0 0 0.55rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-copy > p:not(.section-badge):not(.contact-meta) {
  margin: 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-meta {
  margin: 0.85rem 0 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-phone {
  margin: 0.9rem 0 0 !important;
}
body.mcl-landing-active .mcl-landing-wrap .contact-actions {
  gap: 0.7rem !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}
body.mcl-landing-active .mcl-landing-wrap .quote-shell {
  padding: 1.5rem 1.4rem !important;
}
/* Astra often sets a fixed select height that clips text with our padding */
body.mcl-landing-active .mcl-landing-wrap .field select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: auto !important;
  min-height: 3.1rem !important;
  max-height: none !important;
  line-height: 1.45 !important;
  padding: 0.7rem 2.15rem 0.7rem 0.9rem !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  font: inherit !important;
  color: inherit !important;
  background-color: #fff !important;
}
body.mcl-landing-active .mcl-landing-wrap .section-cta {
  margin-top: 2rem !important;
}
body.mcl-landing-active .mcl-landing-wrap .reviews-note {
  margin-top: 1.5rem !important;
}

/* ---- Containers keep side gutters ---- */
body.mcl-landing-active .mcl-landing-wrap .container {
  width: min(100% - 2rem, 1140px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Must come after .container padding:0 — .existing-inner is no longer also .container */
body.mcl-landing-active .mcl-landing-wrap .existing-inner {
  padding: 1.85rem !important;
  padding-left: 1.85rem !important;
  padding-right: 1.85rem !important;
}

@media (max-width: 960px) {
  body.mcl-landing-active .mcl-landing-wrap .section,
  body.mcl-landing-active .mcl-landing-wrap .quote-section,
  body.mcl-landing-active .mcl-landing-wrap .contact-band {
    padding: 2.75rem 0 !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .hero {
    padding: 1.35rem 0 2.25rem !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .section-head {
    margin-bottom: 1.4rem !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .service-grid,
  body.mcl-landing-active .mcl-landing-wrap .why-grid,
  body.mcl-landing-active .mcl-landing-wrap .process-row,
  body.mcl-landing-active .mcl-landing-wrap .reviews-grid {
    gap: 1rem !important;
  }
  body.mcl-landing-active .mcl-landing-wrap article.why-card,
  body.mcl-landing-active .mcl-landing-wrap .why-card {
    padding: 1.4rem 1.25rem !important;
  }
  body.mcl-landing-active .mcl-landing-wrap article.process-card,
  body.mcl-landing-active .mcl-landing-wrap .process-card {
    padding: 1.4rem 1.2rem !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .about-panel,
  body.mcl-landing-active .mcl-landing-wrap .about-grid {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    gap: 1.25rem !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .about-photo {
    width: min(100%, 200px) !important;
    max-width: 200px !important;
    margin: 0 auto !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .about-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .about-actions .btn,
  body.mcl-landing-active .mcl-landing-wrap .contact-actions .btn,
  body.mcl-landing-active .mcl-landing-wrap .hero-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .hero-actions,
  body.mcl-landing-active .mcl-landing-wrap .contact-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .container {
    width: min(100% - 1.75rem, 1140px) !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .existing-inner {
    padding: 1.35rem 1.25rem 1.35rem 1.35rem !important;
    padding-left: 1.35rem !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0.95rem !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .existing-inner > div,
  body.mcl-landing-active .mcl-landing-wrap .existing-copy {
    flex: 0 1 auto !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .existing-inner .btn {
    width: 100% !important;
    justify-content: center !important;
    align-self: stretch !important;
    margin-top: 0 !important;
    white-space: normal !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .contact-panel {
    padding: 1.45rem 1.25rem 1.45rem 1.35rem !important;
    align-items: stretch !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .contact-actions {
    width: 100% !important;
    flex-direction: column !important;
  }
  body.mcl-landing-active .mcl-landing-wrap .contact-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }
}
