/* Section-based Text Colors */

/* Light Sections - Dark Text */
.premium-section-light h1,
.premium-section-light h2,
.premium-section-light h3,
.premium-section-light h4,
.premium-section-light .heading-1,
.premium-section-light .heading-2,
.premium-section-light .heading-3,
.premium-section-light .display-1,
.premium-section-light .display-2,
.premium-section-light .section-title {
  color: #1a1a1a !important;
}

.premium-section-light p,
.premium-section-light .body-base,
.premium-section-light .body-large,
.premium-section-light .section-label {
  color: #2c3e50 !important;
}

/* Service Cards - Dark Text */
.service-card h3,
.service-card .heading-3 {
  color: #1a1a1a !important;
}

.service-card p,
.service-card .body-base {
  color: #4a5568 !important;
}

/* Stats Section - Dark Text on Light Background */
.stats-section h2,
.stats-section .heading-1 {
  color: #1a1a1a !important;
}

.stats-section p {
  color: #2c3e50 !important;
}

/* Dark Sections - Light Text (keep as is) */
.premium-section-dark h1,
.premium-section-dark h2,
.premium-section-dark h3,
.premium-section-dark h4,
.premium-section-dark .heading-1,
.premium-section-dark .heading-2,
.premium-section-dark .heading-3 {
  color: white !important;
}

.premium-section-dark p,
.premium-section-dark .body-base,
.premium-section-dark .body-large {
  color: var(--gray-300) !important;
}

/* Glass Cards in Dark Sections */
.glass-card h3,
.glass-card .heading-3 {
  color: white !important;
}

.glass-card p {
  color: var(--gray-300) !important;
}

/* Section Labels */
.premium-section-light .section-label {
  color: var(--primary-orange) !important;
  font-weight: 700;
}

.premium-section-dark .section-label {
  color: var(--primary-orange) !important;
  font-weight: 700;
}

/* Gradient Text - Keep Gradient */
.gradient-text {
  background: linear-gradient(135deg, #FF8800 0%, #ff6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Links in Light Sections */
.premium-section-light a:not(.btn-premium) {
  color: var(--primary-orange);
}

.premium-section-light a:not(.btn-premium):hover {
  color: #ff6600;
}

/* Process Steps */
.process-step h3 {
  color: #1a1a1a !important;
}

.process-step p {
  color: #4a5568 !important;
}

/* About Section Grid */
.premium-section-light .animate-on-scroll h2 {
  color: #1a1a1a !important;
}

.premium-section-light .animate-on-scroll p {
  color: #2c3e50 !important;
}

/* Numbered Lists in Light Sections */
.premium-section-light .heading-3 {
  color: #1a1a1a !important;
}

/* Stats Numbers */
.stat-number {
  color: white !important;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: var(--gray-300) !important;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Hero Section - Keep White Text */
.premium-hero h1,
.premium-hero .display-1,
.premium-hero .display-2 {
  color: white !important;
}

.premium-hero p,
.premium-hero .body-large {
  color: var(--gray-300) !important;
}

