.brand-logo {
    width: 140px;
    height: auto;
}

.service-badge {
    display: inline-block;
    color: white;
    font-weight: 600;
}

.service-badge--pill {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.service-badge--inline {
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-left: 10px;
}

.service-badge--green {
    background: #4CAF50;
}

.service-badge--blue {
    background: #2196F3;
}

.service-badge--orange {
    background: #FF9800;
}

.deliver-highlight {
    display: block;
    margin-top: 20px;
    color: #1775c1;
    font-size: 1.1rem;
}

.recommendation-box.spaced {
    margin-top: 40px;
}

.what-we-deliver-section {
    background: linear-gradient(180deg, #f3f6fd 0%, #eef2f8 100%);
}

.what-we-deliver-section .deliver-grid {
    gap: 28px;
}

.what-we-deliver-section .deliver-card {
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.what-we-deliver-section .deliver-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1775c1, #0d5a9a);
}

.what-we-deliver-section .deliver-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border-color: rgba(23, 117, 193, 0.3);
}

.what-we-deliver-section .deliver-card.featured {
    background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
    border-color: rgba(16, 185, 129, 0.35);
}

.what-we-deliver-section .deliver-card.featured::before {
    background: linear-gradient(90deg, #10b981, #059669);
}

.what-we-deliver-section .deliver-card.featured .service-badge--green {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 8px 18px rgba(16, 185, 129, 0.25);
}

.what-we-deliver-section .deliver-card h3 {
    font-size: 1.3rem;
}

.what-we-deliver-section .deliver-card ul {
    margin-top: 12px;
}

.what-we-deliver-section .deliver-card li {
    position: relative;
    padding-left: 18px;
}

.what-we-deliver-section .deliver-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #1775c1;
    font-weight: 700;
}

.recommendation-box {
    border: 1px solid rgba(23, 117, 193, 0.2);
    background: linear-gradient(135deg, rgba(23, 117, 193, 0.06), rgba(255, 255, 255, 0.9));
}

.comparison-grid {
    gap: 24px;
}

.comparison-card {
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.comparison-card:hover {
    transform: translateY(-6px);
}

.cap-card {
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cap-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.14);
    border-color: rgba(23, 117, 193, 0.3);
}
