/**
 * VisibleFirst Services Page Styles
 */

.visibl-services {
    max-width: 1200px;
}

.visibl-services-intro {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin: 20px 0 30px;
}

.visibl-services-intro .visibl-lead {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.visibl-services-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.visibl-services-section h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
}

.visibl-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.visibl-plan-card {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.visibl-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.visibl-plan-featured {
    border-color: #3b82f6;
    background: #fff;
}

.visibl-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #3b82f6;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.visibl-plan-header h3 {
    margin: 0 0 8px;
    font-size: 24px;
}

.visibl-plan-price {
    margin-bottom: 20px;
}

.visibl-price-amount {
    font-size: 36px;
    font-weight: 700;
    color: #1e3a5f;
}

.visibl-price-period {
    font-size: 16px;
    color: #6b7280;
}

.visibl-plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visibl-plan-features li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.visibl-plan-features .dashicons {
    color: #10b981;
    margin-top: 2px;
}

.visibl-plan-footer {
    margin-top: 24px;
    text-align: center;
}

.visibl-plan-footer .button-hero {
    width: 100%;
}

/* Add-ons */
.visibl-addons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.visibl-addon-card {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    position: relative;
}

.visibl-addon-featured {
    border-color: #10b981;
    background: #f0fdf4;
}

.visibl-addon-badge {
    position: absolute;
    top: -10px;
    right: 16px;
    background: #10b981;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.visibl-addon-icon .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #3b82f6;
}

.visibl-addon-card h3 {
    margin: 16px 0 8px;
}

.visibl-addon-price {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a5f;
}

.visibl-addon-price span {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
}

.visibl-addon-card p {
    color: #6b7280;
    font-size: 14px;
}

.visibl-addon-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
}

.visibl-platform {
    background: #e5e7eb;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    color: #374151;
}

.visibl-addon-savings {
    margin-top: 12px;
    color: #10b981;
    font-weight: 600;
}

.visibl-addons-cta {
    text-align: center;
    margin-top: 24px;
}

/* Citations section */
.visibl-citations-section h2 {
    margin-bottom: 20px;
}

.visibl-citations-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 24px;
    align-items: start;
}

@media (max-width: 900px) {
    .visibl-citations-content {
        grid-template-columns: 1fr;
    }
}

.visibl-citations-text {
    line-height: 1.7;
}

.visibl-citations-text p {
    margin-bottom: 16px;
    color: #374151;
}

.visibl-citations-text ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.visibl-citations-text li {
    margin-bottom: 16px;
    padding-left: 0;
    line-height: 1.6;
}

.visibl-citations-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.visibl-stat {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
}

.visibl-stat-number {
    font-size: 56px;
    font-weight: 800;
    color: #0369a1;
    line-height: 1;
    margin-bottom: 12px;
}

.visibl-stat-label {
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
    max-width: 200px;
    margin: 0 auto;
}

/* CTA */
.visibl-services-cta {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
}

.visibl-services-cta h2 {
    margin-top: 0;
    color: #fff;
}

.visibl-services-cta p {
    font-size: 18px;
    opacity: 0.9;
}

.visibl-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 24px 0;
}

.visibl-cta-buttons .button {
    min-width: 200px;
}

.visibl-guarantee {
    font-size: 14px !important;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.visibl-guarantee .dashicons {
    font-size: 18px;
}
