/* ===== NEW COLOR SCHEME: Precision & Calm Authority ===== */
/* Background base */
html, body, .ppf-wrap {
  background: #F8F7F4 !important;
  color: #1B2A4A !important;
}

/* Trust bar */
.ppf-auth-bar {
  background: #EBF0F8 !important;
  border-bottom: 1px solid #C7D5E8 !important;
}
.ppf-auth-bar p {
  color: #1B2A4A !important;
}

/* Hero */
.ppf-hero {
  background: #F8F7F4 !important;
}
.ppf-hero h1 {
  color: #1B2A4A !important;
}
.ppf-hero h1 span {
  color: #1E7A8C !important;
}
.ppf-hero .ppf-sub {
  color: #4A5568 !important;
}
.ppf-hero .ppf-scarcity {
  color: #718096 !important;
}

/* Label */
.ppf-label {
  color: #1E7A8C !important;
}

/* CTA Buttons */
.ppf-btn, .ppf-wrap .ppf-btn, a.ppf-btn, a.ppf-btn:visited {
  background: #1E7A8C !important;
  box-shadow: 0 4px 20px rgba(30,122,140,0.3) !important;
  color: #ffffff !important;
  border: none !important;
}
.ppf-btn:hover, .ppf-wrap .ppf-btn:hover, a.ppf-btn:hover {
  background: #155F70 !important;
}

/* Problem section */
.ppf-problem {
  background: #1B2A4A !important;
}
.ppf-problem h2 {
  color: #ffffff !important;
}
.ppf-pain-item {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
}
.ppf-pain-icon { color: #6EC9D9 !important; }
.ppf-pain-title { color: #ffffff !important; }
.ppf-pain-desc { color: #B8C9DE !important; }
.ppf-problem-close { color: #D0DCF0 !important; }

/* Carousel section */
.ppf-carousel-section { background: #EEF2F7 !important; }
.ppf-carousel-section h2 { color: #1B2A4A !important; }
.ppf-slide-caption { color: #718096 !important; }
.ppf-slide-caption strong { color: #1B2A4A !important; }
.ppf-cbtn { background: #1E7A8C !important; }

/* Testimonials */
.ppf-testimonials { background: #F8F7F4 !important; }
.ppf-testimonials h2 { color: #1B2A4A !important; }
.ppf-tcard {
  background: #ffffff !important;
  border: 1px solid #DDE3ED !important;
  border-left: 3px solid #1E7A8C !important;
}
.ppf-stars { color: #1E7A8C !important; }
.ppf-tsetup { color: #718096 !important; }
.ppf-tquote { color: #374151 !important; }
.ppf-tname { color: #1B2A4A !important; }
.ppf-trole { color: #718096 !important; }
.ppf-tavatar, .ppf-tcard img {
  max-width: 100% !important;
  width: 42px !important;
  height: 42px !important;
  object-fit: cover !important;
}
.ppf-tgrid { grid-template-columns: 1fr 1fr !important; }

/* CTA section */
.ppf-call { background: #F8F7F4 !important; }
.ppf-call h2 { color: #1B2A4A !important; }
.ppf-call .ppf-subhead { color: #4A5568 !important; }
.ppf-btxt { color: #4A5568 !important; }
.ppf-btxt span { color: #718096 !important; }

/* For You section */
.ppf-for { background: #EEF2F7 !important; }
.ppf-for h2 { color: #1B2A4A !important; }
.ppf-for-col h3 { color: #1B2A4A !important; }
.ppf-for-col.yes h3 { color: #1E7A8C !important; border-color: #1E7A8C !important; }
.ppf-for-col.no h3 { color: #B84040 !important; border-color: #B84040 !important; }
.ppf-for-list li { color: #4A5568 !important; border-bottom-color: #DDE3ED !important; }
.ppf-for-col.yes .ppf-for-list li::before { color: #1E7A8C !important; }
.ppf-for-col.no .ppf-for-list li::before { color: #B84040 !important; }

/* Bio section */
.ppf-bio { background: #F8F7F4 !important; border-top: 1px solid #DDE3ED !important; }
.ppf-bio-text h2 { color: #1B2A4A !important; }
.ppf-bio-text p { color: #4A5568 !important; }
.ppf-bio-photo { border-color: #1E7A8C !important; }
.ppf-bio-stat strong { color: #C45C26 !important; }
.ppf-bio-stat span { color: #718096 !important; }

/* Form section */
.ppf-form-section { background: #1B2A4A !important; }
.ppf-form-section h2 { color: #ffffff !important; }
.ppf-form-sub { color: #B8C9DE !important; }
.ppf-form-wrap { background: rgba(255,255,255,0.06) !important; }

/* Footer */
.ppf-footer { background: #1B2A4A !important; color: #B8C9DE !important; border-top-color: #2A3F6B !important; }

/* Links */
.ppf-wrap a:not(.ppf-btn) { color: #1E7A8C !important; }
.ppf-wrap a:not(.ppf-btn):hover { color: #155F70 !important; }