/* ============================================================
   AgentCause Marketing CSS — Phase 6
   Standalone styles that do NOT conflict with Metronic dashboard.
   ============================================================ */

/* Utility */
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Section spacing */
.section-py { padding: 80px 0; }

/* Section label */
.section-label {
    color: #667eea;
    font-weight: 700;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px;
}

/* Hero gradient buttons */
.btn-gradient {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    border: none;
}
.btn-gradient:hover { opacity: .9; color: #fff; }

/* Pricing card highlight */
.pricing-popular {
    border: 2px solid #667eea !important;
    transform: scale(1.03);
    box-shadow: 0 16px 48px rgba(102,126,234,.2) !important;
}

/* Feature icon circle */
.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* Card hover lift */
.card-hover {
    transition: transform .2s ease, box-shadow .2s ease;
}
.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,.1) !important;
}

/* Feature card text — explicit colors for WCAG contrast */
.feature-card h5 { color: #1a2533 !important; }
.feature-card p  { color: #4a5568 !important; }

/* Mobile nav toggle (show when toggled) */
#mobile-nav.show {
    display: block !important;
}

/* Responsive hero text */
@media (max-width: 768px) {
    .hero-title { font-size: 2rem !important; }
    .display-5 { font-size: 1.8rem !important; }
}
