.elementor-4275 .elementor-element.elementor-element-5bd099bc{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-8198d68 *//* ===== BASE ===== */
.brand-journey {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1f2937;
  line-height: 1.8;
  background: #ffffff;
}

/* ===== HERO ===== */
.journey-hero {
  background: linear-gradient(135deg, #e8f5e9, #f1f8f4);
  padding: 90px 20px 70px;
  text-align: center;    margin: 30px auto;
}

.journey-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #14532d;
}

.hero-sub {
  font-size: 18px;
  color: #166534;
  opacity: 0.9;
}

/* ===== SECTIONS ===== */
.journey-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.journey-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #064e3b;
}

.journey-section p {
  font-size: 17px;
  margin-bottom: 16px;
  color: #374151;
}

/* ===== INTRO ===== */
.journey-intro {
  background: #f9fafb;
  border-left: 6px solid #22c55e;
  border-radius: 12px;
  padding: 40px 30px;
}

/* ===== VALUES ===== */
.journey-values {
  background: #f0fdf4;
  border-radius: 24px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.value-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.value-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #15803d;
}

.value-card p {
  font-size: 16px;
}

/* ===== FUTURE ===== */
.journey-future {
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #ecfdf5);
  border-radius: 24px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .journey-hero h1 {
    font-size: 30px;
  }

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

  .journey-section {
    padding: 45px 18px;
  }
}/* End custom CSS */