/* Philosophy & Motto Section */
.kima-philosophy-section {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.kima-philosophy-quote {
  text-align: center;
  margin-bottom: 2rem;
}

/* Quote Icon */
.kima-quote-icon {
  margin-bottom: 1.5rem;
}

.kima-quote-icon i {
  font-size: clamp(3rem, 6vw, 5rem);
  color: #0061ff;
  opacity: 0.2;
}

.kima-watermark-text {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #0061ff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(135deg, #0061ff 0%, #4A90E2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kima-philosophy-subquote {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2.5rem;
}

.kima-subquote-text {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.7;
  color: #5b667a;
  font-style: italic;
  margin: 0;
  font-weight: 400;
}

.kima-philosophy-content {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}

.kima-philosophy-content p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.8;
  color: #0b1220;
  margin: 0;
  font-weight: 400;
}

/* Tablet Styles */
@media (max-width: 991px) {
  .kima-philosophy-quote {
    margin-bottom: 1.75rem;
  }

  .kima-philosophy-subquote {
    margin-bottom: 2rem;
  }

  .kima-subquote-text {
    font-size: 1.25rem;
  }

  .kima-philosophy-content p {
    font-size: 1.1rem;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .kima-philosophy-quote {
    margin-bottom: 1.5rem;
  }

  .kima-watermark-text {
    font-size: 2rem;
  }

  .kima-philosophy-subquote {
    margin-bottom: 1.75rem;
    padding: 0 1rem;
  }

  .kima-subquote-text {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .kima-philosophy-content {
    padding: 0 1rem;
  }

  .kima-philosophy-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 575px) {
  .kima-watermark-text {
    font-size: 1.75rem;
  }

  .kima-subquote-text {
    font-size: 1rem;
  }

  .kima-philosophy-content p {
    font-size: 0.95rem;
  }
}
