/* DaiHuai.html specific styles */
.service-section {
    padding: 60px 0;
}
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.tech-item {
    text-align: center;
    padding: 30px 20px;
    background: #f8f8f8;
    border-radius: 4px;
    border-top: 3px solid #f0c040;
}
.tech-item h5 {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}
.tech-item p {
    color: #666;
    font-size: 14px;
}
