.elementor-95 .elementor-element.elementor-element-c5caf2a{--display:flex;}.elementor-95 .elementor-element.elementor-element-5770796{--display:flex;}.elementor-95 .elementor-element.elementor-element-887448c{--display:flex;}.elementor-95 .elementor-element.elementor-element-9cb686a{--display:flex;}.elementor-95 .elementor-element.elementor-element-9ddebee{--display:flex;}/* Start custom CSS for html, class: .elementor-element-57d0d49 *//* =====================================================
   RankForesight — ARCHITECTURE PAGE CSS
   Applies to: /architecture
   Clean, responsive, Elementor-safe
====================================================== */

/* ------------------------------
   UTILITY LAYOUT
------------------------------ */
.rf-wrap {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 24px;
}

.rf-section {
  padding: 80px 0;
}

.rf-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 16px;
  color: #0B3D91;
}

.rf-intro {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.55;
  color: #333;
}

/* ------------------------------
   HERO
------------------------------ */
.rf-hero {
  background: #F7F8FF;
  text-align: center;
  padding: 140px 0 80px;
}

.rf-lead {
  max-width: 900px;
  margin: 16px auto 0;
  font-size: 19px;
  line-height: 1.6;
  color: #2E2E2E;
}

.rf-hero a {
  color: #0B3D91;
  text-decoration: underline;
  font-weight: 600;
}

/* ------------------------------
   GRID SYSTEM (3-column desktop)
------------------------------ */
.rf-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ------------------------------
   CARD COMPONENT
------------------------------ */
.rf-card {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #E4E4E4;
  padding: 26px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.rf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
}

.rf-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #0B3D91;
}

.rf-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

/* ------------------------------
   CTA SECTION
------------------------------ */
.rf-cta {
  background: #0B3D91;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
  margin-top: 40px;
}

.rf-cta h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.rf-cta p {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 1.55;
  color: #E8ECF5;
}

.rf-cta .rf-btn {
  background: #FFFFFF;
  color: #0B3D91;
  padding: 12px 26px;
  font-size: 18px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  transition: background .25s;
}

.rf-cta .rf-btn:hover {
  background: #E8ECF5;
}

/* ------------------------------
   RESPONSIVE DESIGN
------------------------------ */
@media (max-width: 1024px) {
  .rf-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media (max-width: 700px) {
  .rf-hero {
    padding: 110px 0 70px;
  }

  .rf-grid {
    grid-template-columns: 1fr;
  }

  .rf-section h2 {
    font-size: 28px;
  }

  .rf-card {
    padding: 22px;
  }
}/* End custom CSS */