/* 铁岭代妈专属风格 - 科技蓝 */
.daima-header {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
}
.daima-banner {
    background: linear-gradient(rgba(26, 115, 232, 0.8), rgba(13, 71, 161, 0.9)), url(../images/1.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px;
    padding: 8em 0;
}
.daima-banner h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
}
.daima-banner p {
    color: #e3f2fd;
    font-size: 1.2em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.daima-section {
    padding: 5em 0;
}
.daima-section:nth-child(even) {
    background: #f5f9ff;
}
.daima-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(26, 115, 232, 0.15);
    padding: 2em;
    margin-bottom: 2em;
    transition: all 0.3s ease;
}
.daima-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(26, 115, 232, 0.25);
}
.daima-card h4 {
    color: #1a73e8;
    font-size: 1.5em;
    margin-bottom: 1em;
    border-left: 4px solid #1a73e8;
    padding-left: 15px;
}
.daima-card p {
    color: #555;
    line-height: 1.8em;
}
.daima-card ul {
    list-style: none;
    padding-left: 0;
}
.daima-card ul li {
    padding: 0.5em 0;
    color: #555;
    position: relative;
    padding-left: 25px;
}
.daima-card ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #1a73e8;
    position: absolute;
    left: 0;
}
.daima-stats {
    background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 100%);
    padding: 4em 0;
}
.daima-stats h3, .daima-stats p, .daima-stats .counter {
    color: #fff;
}
.daima-stats h3 {
    font-size: 1.3em;
    margin-top: 1em;
}
.daima-contact {
    background: #e3f2fd;
    padding: 4em 0;
    text-align: center;
}
.daima-contact h3 {
    color: #0d47a1;
    font-size: 2em;
    margin-bottom: 1em;
}
.daima-contact p {
    color: #1a73e8;
    font-size: 1.2em;
}
.daima-contact a {
    color: #0d47a1;
    font-weight: 700;
}
