.service-hero {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    position: relative;
    overflow: hidden;
}
.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.service-image {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}
.service-image:hover {
    transform: scale(1.02);
}
.keyword {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 700;
    color: #856404;
    border: 1px solid #ffeaa7;
}
.feature-list {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 5px solid #27ae60;
    border-radius: 0 10px 10px 0;
}
.warning-box {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    border-left: 5px solid #dc3545;
    border-radius: 0 10px 10px 0;
}
.success-box {
    background: linear-gradient(135deg, #d1edff, #b3d9ff);
    border-left: 5px solid #007bff;
    border-radius: 0 10px 10px 0;
}
.platform-card {
    transition: all 0.3s ease;
    border-left: 5px solid #27ae60;
    border-radius: 10px;
    overflow: hidden;
}
.platform-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.tool-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border-left: 4px solid #27ae60;
    transition: all 0.3s ease;
}
.tool-item:hover {
    transform: translateX(5px);
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}
.tool-icon {
    font-size: 2rem;
    margin-right: 20px;
    min-width: 50px;
}
.symptom-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #dc3545;
}
.symptom-icon {
    font-size: 2rem;
    margin-right: 1.5rem;
    color: #dc3545;
}
.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #27ae60;
}
.benefit-icon {
    font-size: 2rem;
    margin-right: 1.5rem;
    color: #27ae60;
}
.price-card {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}
.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.brand-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
}
.brand-item:hover {
    background: #e9ecef;
    transform: scale(1.05);
}
