/* ================================================
   SERVICES PAGE MODULAR CSS
   All inline styles extracted from page-services.php
   ================================================ */

/* Hero Badge */
.svc-hero-badge {
    background: rgba(255, 255, 255, 0.05);
}

/* Accent Color Text */
.svc-accent-text {
    color: var(--svc-accent);
}

/* Max Width Utilities */
.svc-max-width-800 {
    max-width: 800px;
}

/* Container Z-Index */
.svc-container-elevated {
    z-index: 2;
}

/* Letter Spacing */
.svc-letter-spacing-1 {
    letter-spacing: 1px;
}

/* Line Height */
.svc-line-height-relaxed {
    line-height: 1.6;
}

/* Icon Size */
.svc-icon-50 {
    width: 50px;
    height: 50px;
}

/* Warning Background Subtle */
.svc-bg-warning-subtle {
    background: rgba(255, 193, 7, 0.05);
}

/* Small Text with Opacity */
.svc-text-sm-faded {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Hidden Element */
.svc-hidden {
    display: none;
}

/* Send Button */
.svc-btn-send {
    letter-spacing: 1px;
    pointer-events: auto;
}

/* Alert Styles (for JS-generated content) */
.svc-alert-info {
    background: #0dcaf0;
    color: #000;
}

.svc-alert-danger {
    background: #dc3545;
    color: #fff;
}