/* ========================================
   COLOR VARIATION ENHANCEMENTS
   Tasteful Use of Brand Palette
   ======================================== */

/* Hero Section - Keep light, add subtle warmth */
.hero {
    background: linear-gradient(135deg, #FAF9F8 0%, #f5f4f3 100%) !important;
}

/* Top Banner - Copper */
.top-banner {
    background: linear-gradient(90deg, #CA623F 0%, #b85536 100%) !important;
}

.top-banner p,
.top-banner strong {
    color: #FAF9F8 !important;
}

/* Credibility Featured Card - Copper */
.credibility-card.featured {
    background: linear-gradient(135deg, #CA623F 0%, #b85536 100%) !important;
    color: #FAF9F8 !important;
}

.credibility-card.featured h3,
.credibility-card.featured p,
.credibility-card.featured .card-stat,
.credibility-card.featured .card-link {
    color: #FAF9F8 !important;
}

.credibility-card.featured .card-icon {
    background: rgba(250, 249, 248, 0.2) !important;
    color: #FAF9F8 !important;
}

/* Card Icons - Solid Copper circles, no stripes */
.card-icon {
    background: #CA623F !important;
    color: #FAF9F8 !important;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
}

.card-icon i {
    color: #FAF9F8 !important;
    font-size: 2rem !important;
}

.credibility-card.featured .card-icon {
    background: rgba(250, 249, 248, 0.2) !important;
    color: #FAF9F8 !important;
    border: 2px solid rgba(250, 249, 248, 0.3);
}

.credibility-card.featured .card-icon i {
    color: #FAF9F8 !important;
}

/* Problem Section - Dark accent for solution spotlight only */
.solution-spotlight {
    background: linear-gradient(135deg, #273E47 0%, #232F25 100%) !important;
    padding: 4rem;
    border-radius: 24px;
}

.solution-spotlight h3,
.solution-spotlight .solution-cta-text {
    color: #FAF9F8 !important;
}

.solution-spotlight .solution-item h4,
.solution-spotlight .solution-item p {
    color: #FAF9F8 !important;
}

.solution-spotlight .solution-icon {
    background: rgba(250, 249, 248, 0.15) !important;
    color: #FAF9F8 !important;
    border: 2px solid rgba(250, 249, 248, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section Eyebrows - Copper */
.section-eyebrow {
    color: #CA623F !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Quick Pricing Featured Tier - Clean and ADA compliant */
.quick-tier.featured {
    background: #FAF9F8 !important;
    border: 3px solid #CA623F !important;
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(202, 98, 63, 0.2) !important;
}

.quick-tier.featured h3 {
    color: #CA623F !important;
}

.quick-tier.featured p,
.quick-tier.featured .quick-tier-price,
.quick-tier.featured .quick-tier-for,
.quick-tier.featured .quick-tier-highlights li {
    color: #232F25 !important;
}

.quick-tier.featured .quick-tier-badge {
    background: #CA623F !important;
    color: #FAF9F8 !important;
}

.quick-tier.featured .btn {
    background: #CA623F !important;
    color: #FAF9F8 !important;
    border-color: #CA623F !important;
}

.quick-tier.featured .btn:hover {
    background: #b85536 !important;
    border-color: #b85536 !important;
}

.quick-tier.featured .quick-tier-spots {
    background: #fff3cd !important;
    color: #856404 !important;
    border-color: #ffc107 !important;
}

/* Lead Magnet - Clean white card on cream background */
.freebie-badge {
    background: #CA623F !important;
    color: #FAF9F8 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.65rem 1.25rem !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.lead-magnet-wrapper {
    background: #FFFFFF !important;
    border: 2px solid #eae5e0 !important;
    border-radius: 20px !important;
    padding: 4rem !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
}

#freebie {
    background: #FAF9F8 !important;
}

.lead-magnet-title {
    color: #1a1a1a !important;
    font-size: 2.5rem !important;
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
}

.lead-magnet-description {
    color: #4a4a4a !important;
    font-size: 1.15rem !important;
    margin-bottom: 2rem !important;
    line-height: 1.7 !important;
}

.lead-capture-form {
    background: #FAF9F8 !important;
    padding: 2.5rem !important;
    border-radius: 16px !important;
    margin-top: 2rem !important;
}

.lead-magnet-button {
    background: #CA623F !important;
    color: #FAF9F8 !important;
    border-color: #CA623F !important;
    font-weight: 700 !important;
    padding: 1rem 2.5rem !important;
    font-size: 1.1rem !important;
}

.lead-magnet-button:hover {
    background: #b85536 !important;
    border-color: #b85536 !important;
    transform: translateY(-2px) !important;
}

/* Stats Section - Keep the copper gradient */
.testimonials-stats-four {
    background: linear-gradient(135deg, #CA623F 0%, #b85536 100%) !important;
}

/* Final CTA - Copper gradient */
.final-cta {
    background: linear-gradient(135deg, #CA623F 0%, #b85536 100%) !important;
}

.final-cta .cta-content h2,
.final-cta .cta-content p {
    color: #FAF9F8 !important;
}

.final-cta .btn-secondary {
    background: #273E47 !important;
    color: #FAF9F8 !important;
    border-color: #273E47 !important;
}

.final-cta .btn-secondary:hover {
    background: #232F25 !important;
    border-color: #232F25 !important;
}

/* Footer - Dark charcoal */
.footer {
    background: linear-gradient(135deg, #273E47 0%, #232F25 100%) !important;
}

.footer h3,
.footer h4,
.footer p,
.footer a,
.footer ul li {
    color: #FAF9F8 !important;
}

.footer a:hover {
    color: #CA623F !important;
}

/* Scroll Progress Bar - Copper */
.scroll-progress-bar {
    background: linear-gradient(90deg, #CA623F 0%, #b85536 100%) !important;
}

/* Button Variations */
.btn-secondary {
    background: transparent !important;
    color: #273E47 !important;
    border: 2px solid #273E47 !important;
}

.btn-secondary:hover {
    background: #273E47 !important;
    color: #FAF9F8 !important;
}

/* Badges - Clean and simple, no layering */
.featured-badge {
    display: none !important;
}

.popular-badge,
.quick-tier-badge {
    background: #CA623F !important;
    color: #FAF9F8 !important;
    border: none !important;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
}

.phase-badge {
    background: #273E47 !important;
    color: #FAF9F8 !important;
    border: none !important;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
}

.phase-badge.revenue {
    background: #CA623F !important;
}

.tier-badge-full {
    background: #CA623F !important;
    color: #FAF9F8 !important;
    border: none !important;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
}

/* Pricing page tier cards */
.tier-card-full.featured-tier {
    border: 3px solid #CA623F !important;
    box-shadow: 0 8px 40px rgba(202, 98, 63, 0.2) !important;
}

.tier-badge-full {
    background: linear-gradient(135deg, #CA623F 0%, #b85536 100%) !important;
    color: #FAF9F8 !important;
}

/* Quiz result - Copper */
.quiz-result {
    background: linear-gradient(135deg, #CA623F 0%, #b85536 100%) !important;
}

/* How We Work - Milestone phases - Simple badges */
.phase-milestone-badge {
    background: #273E47 !important;
    color: #FAF9F8 !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(39, 62, 71, 0.3) !important;
}

.phase-milestone-badge.revenue-badge {
    background: #CA623F !important;
    box-shadow: 0 4px 12px rgba(202, 98, 63, 0.3) !important;
}

/* Subtle accent on alternating sections */
.credibility {
    background: #FAF9F8;
}

.problem-section {
    background: #ffffff;
}

.quick-system {
    background: #FAF9F8;
}

.quick-pricing {
    background: #ffffff;
}

.lead-magnet-section {
    background: #FAF9F8;
}

.testimonials {
    background: #ffffff;
}

.faq {
    background: #FAF9F8;
}

/* Responsive Adjustments */
@media (max-width: 968px) {
    .quick-tier.featured {
        transform: scale(1);
    }
    
    .solution-spotlight {
        padding: 2.5rem;
    }
}

@media (max-width: 568px) {
    .solution-spotlight {
        padding: 2rem;
    }
}
