/* OpsClad page specific */

.designed-by {
  padding: 30px 0;
  text-align: center;
}

.opsclad-logo {
  width: 140px;   /* control size here */
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.designed-by h3 {
  margin: 0 0 6px;
}

.designed-by p {
  margin: 0;
}
/* OpsClad CTA override */

/* OPSCLAD CTA FIX */

body .product-cta {
  background: #f7f7f7;
  border-top: 1px solid #e5e7eb;
  padding: 60px 40px;
}

body .product-cta .cta-inner {
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .product-cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
}
.product-features {
  padding-bottom: 0 !important;
}

.product-features .split:last-child {
  margin-bottom: -80px;
}

/* =========================================================
   MOBILE FIX: Prevent Logo Overlap & Center Text
========================================================= */
@media (max-width: 768px) {
  
  /* 1. Undo the negative margin that pulls the logo into the text */
  .product-features .split:last-child {
    margin-bottom: 40px !important; 
  }

  /* 2. Force perfectly centered alignment for the bottom section */
  .designed-by {
    text-align: center !important;
    padding-top: 10px !important;
  }

  .designed-by p {
    text-align: center !important;
    margin: 0 auto !important; /* Keeps the text block perfectly centered */
  }
}

/* =========================================================
   MOBILE FIX: OpsClad CTA Sizing
========================================================= */
@media (max-width: 768px) {
  
  /* Adjusts the container padding for mobile */
  body .product-cta {
    padding: 40px 20px;
  }

  /* Scales down the giant heading */
  body .product-cta h2 {
    font-size: 24px;   /* Reduced from 32px */
    line-height: 1.3;
    margin-bottom: 16px;
  }
}