body.landing-page {
  padding-top: 0;
}
 body.contact-landing {
  padding-top: 0;
  margin: 0;
}
 body.contact-landing .landing-header {
  margin-top: 8px !important;
}
body.contact-landing main.page {
  padding-top: 0;
  margin-top: 0;
}

body.contact-landing main.page h1 {
  margin-top: 0;
}
/* =========================
   WIDTHS
   Match header + lower sections to the hero image width from index.css
   ========================= */
.landing-header,
.landing-page .landing-section {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

/* =========================
   GENERAL
   ========================= */
.landing-page h1,
.landing-page h2,
.landing-page h3 {
  text-align: center;
}

body.contact-landing h1 {
  margin-top: 0;
}

.landing-page .landing-section h2 {
  margin-bottom: 1rem;
}


.landing-page .landing-section p {
  text-align: left;
}
 
.landing-page ul {
  list-style-position: outside;
  margin: 0;
  padding-left: 1.2rem;
}

.landing-page .landing-section ul {
  display: table;
  margin: 1.25rem auto 0;
  text-align: left;
}

.landing-page .landing-section li {
  text-align: left;
}

/* =========================
   HEADER
   ========================= */
 

.landing-header {
  padding: 0;
  margin-bottom: 0px;
  margin-top: 0px;
}

.landing-header-inner {
  background: #eef4fb;
  border-radius: 12px;
  text-align: center;
  padding: 0px 16px 10px;
}

.landing-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.landing-logo {
  width: 80px;
  height: auto;
  display: block;
  margin-bottom: 2px;
}

.landing-brand-text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.05;
  color: #000;
}

.landing-strapline {
  margin: 0;
  font-size: 1rem;
  line-height: 1.05;
  color: var(--brand);
  letter-spacing: 0.04em;
  font-weight: 500;
}

.logo-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin: 20px 0 5px;
}

.logo-strip img {
  height: 80px;
  opacity: 0.35;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* centre / active logo */
.logo-strip img.active {
  opacity: 1;
  filter: none;
  transform: scale(1.1);
}

/* =========================
   HERO
   Let index.css control hero width.
   Only tweak spacing/height here.
   ========================= */
 
 
.landing-page .hero {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.landing-page .hero-img {
  height: 610px;
  margin: 0 auto;
  margin-bottom: 0;
}

.landing-page .hero + .landing-section {
  margin-top: 0;
}

body.landing-page .hero-overlay {
  inset: auto 0 0% 0;
}

.landing-page .hero-copy {
  font-weight: 400;
  font-size: 1.4rem;
}

.landing-page .micro-copy {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  opacity: 0.95;
  
}

/* =========================
   LANDING SECTIONS
   ========================= */
.landing-page .landing-section {
  margin: 10px auto 0;
  padding: 0;
}

.landing-page .landing-section .container {
  width: 100%;
  margin: 0;
  padding: 32px 36px;
  border-radius: 12px;
  box-sizing: border-box;
}

/* alternate panel colours */
.landing-page .landing-section:nth-of-type(even) .container {
  background: #eef4fb;
}

.landing-page .landing-section:nth-of-type(odd) .container {
  background: #f7f7f7;
}

/* =========================
   INTRO / TEXT BLOCKS
   ========================= */
.landing-intro {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 auto 2rem;
  
}
.landing-intro p{
    text-align: center;
}
/* =========================
   BENEFITS
   ========================= */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.benefit-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.benefit-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
   text-align: left;
}

/* =========================
   LISTS
   ========================= */
.problem-list,
.call-list {
  display: table;
  margin: 1.25rem auto 0;
  padding-left: 1.2rem;
  line-height: 1.8;
}

.problem-list li,
.call-list li {
  margin-bottom: 0.4rem;
  font-size: 18px;
}

/* =========================
   CTA BAND
   ========================= */
 

.cta-band {
  background: #f5f7fa;
  border-radius: 20px;
  text-align: center;
}

.cta-band p {
  max-width: 720px;
  margin: 0.75rem auto 1.5rem;
  line-height: 1.7;
}
 
/* =========================
   SECONDARY CTA
   ========================= */
.cta-secondary {
  display: inline-block;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid currentColor;
}

 .footer-note {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  text-align: center;
}

.mobile-only {
  display: none;
}

/* =========================
   MODAL POP-UP
   ========================= */
#exit-form input,
#exit-form select,
#exit-form textarea {
  font-size: 16px;
}

.exit-modal[hidden] { display: none; }

.exit-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.exit-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.exit-panel {
  position: relative;
  max-width: 420px;
  margin: 12vh auto 0;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
}
 

.exit-modal .exit-panel h2 {
  text-align: center;
}

.exit-panel input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.modal-highlight {
  background: #f3f7ff;          /* very light blue */
  border: 1px solid #d6e4ff;    /* subtle border */
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
.exit-actions {
  margin-top: 24px;
}

.exit-submit {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 18px;
}
 
.exit-secondary-actions .cta-secondary {
  width: 100%;
  margin: 0;
}

.exit-panel .cta-secondary {
  background: #f3f7ff;          /* soft brand tint */
  border: 1px solid #c9d8ff;
  color: #1a3a8f;
}
.exit-panel .cta-secondary {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;

  text-align: center;
}

.exit-panel p{
  text-align: left;
}
#kpi-section[hidden] {
  display: none;
}
#kpi-section .container {
  background: #2f6fda; /* strong brand blue */
  color: #fff;
}
#kpi-section h2,
#kpi-section p {
  color: #fff;
}
#kpi-section .cta-band {
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px;
}
#kpi-section .cta-secondary {
  background: #fff;
  color: #2f6fda;
  border: none;
  font-weight: 600;
  padding: 1rem 1.6rem;
}



#kpi-section .cta-secondary:hover {
  background: #f2f6ff;
}

.form-status {
  margin: 10px 0 14px;
  min-height: 1.2em;
  font-size: 0.95rem;
  color: #b00020;
}

/* =========================
   TABLET / MOBILE
   ========================= */
@media (max-width: 768px) {

 .landing-page .landing-section h2 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

 .mobile-only {
    display: inline;
  }
 
  .landing-header {
    max-width: 100%;
    border-radius: 0;
    padding-top:5px;
  }

  .landing-header-inner {
    border-radius: 0;
  }

  .landing-page .hero {
    margin-top: 5px;
    padding-top: 0;
    overflow: hidden;
  }

   

  .landing-page .hero-copy {
    font-size: 1.1rem;
  }

    

    /* keep header full width (you already have this) */
  .landing-header {
    max-width: 100%;
  }

  /* make sections full width */
  .landing-page .landing-section {
    max-width: 100%;
    margin: 24px 0 0;
    padding: 0;
  }

  /* keep internal padding so content doesn’t hit edges */
  .landing-page .landing-section .container {
    padding: 28px 20px;
    border-radius: 0;
  }

   .landing-page .hero-overlay {
  inset: auto 0 6% 0;
}

 
   .cta-band {
    border-radius: 0;
    padding: 28px 20px;
  }
   .landing-page .cta-band p {
  max-width: none;
  margin: 0.75rem 0 1.5rem;
  padding: 0;
  text-align: left;
}

  .landing-page .hero-img {
  height: 500px;
  object-fit: cover;
  object-position: center 30%;
}
    .landing-page .hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;       /* ← hard spacing from bottom */
    transform: none;    /* ← remove all translateY */
  }

  .landing-page .micro-copy {
    margin-top: 6px;    /* tighten spacing to CTA */
    margin-bottom: 6px;
  }
}