#preloader { display: none !important; }
#status { display: none !important; }
.top-bar-contact {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    padding: 12px 0; color: #fff; font-size: 14px;
}
.top-bar-contact a { color: #fff; text-decoration: none; font-weight: 600; }
.top-bar-contact .phone-number { font-size: 18px; font-weight: 700; margin-left: 10px; }
.logo-text {
    font-size: 14px; font-weight: 700; color: #333; text-decoration: none;
    display: block; line-height: 1.3; max-width: 200px;
}
@media (min-width: 768px) {
    .logo-text { font-size: 16px; max-width: 280px; }
}
.logo-text:hover { color: #a18cd1; }
.navbar-brand { padding: 10px 15px; height: auto; }
.page-hero {
    background: linear-gradient(135deg, rgba(161,140,209,0.9) 0%, rgba(251,194,235,0.9) 100%);
    padding: 80px 0; color: #fff; text-align: center;
}
.page-hero h1 { font-size: 42px; font-weight: 700; margin-bottom: 15px; }
.page-hero p { font-size: 18px; opacity: 0.95; }
.breadcrumb-custom {
    background: rgba(255,255,255,0.2); padding: 15px 0; margin-top: 20px;
}
.breadcrumb-custom a { color: #fff; text-decoration: none; }
.service-detail { padding: 80px 0; background: #fff; }
.service-item {
    background: linear-gradient(135deg, #faf5ff 0%, #fff 100%);
    border-left: 4px solid #a18cd1;
    padding: 30px; margin-bottom: 30px; border-radius: 0 10px 10px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.service-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(161,140,209,0.2);
}
.service-item h3 { color: #a18cd1; font-size: 22px; margin-bottom: 15px; }
.service-item p { color: #666; line-height: 1.8; font-size: 15px; }
.service-item ul { list-style: none; padding: 0; margin-top: 15px; }
.service-item ul li {
    padding: 8px 0; padding-left: 25px; position: relative; color: #555;
}
.service-item ul li:before {
    content: "\f00c"; font-family: FontAwesome; color: #a18cd1;
    position: absolute; left: 0; top: 8px;
}
.team-section {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    padding: 60px 0; color: #fff; text-align: center;
}
.team-section h2 { font-size: 32px; margin-bottom: 20px; }
.team-section p { font-size: 16px; opacity: 0.9; margin-bottom: 10px; }
.stats-row { display: flex; justify-content: space-around; margin-top: 40px; flex-wrap: wrap; }
.stat-box {
    background: rgba(255,255,255,0.2); padding: 20px 30px; border-radius: 10px; margin: 10px;
}
.stat-box .number { font-size: 36px; font-weight: 700; display: block; }
.stat-box .label { font-size: 14px; opacity: 0.9; }
.cooperation-section { padding: 80px 0; background: #f8f9fa; }
.coop-card {
    background: #fff; padding: 30px; border-radius: 10px;
    text-align: center; margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.coop-card:hover { transform: translateY(-5px); }
.coop-card .icon { font-size: 48px; color: #a18cd1; margin-bottom: 20px; }
.coop-card h4 { color: #333; font-size: 18px; margin-bottom: 15px; }
.coop-card p { color: #666; line-height: 1.6; font-size: 14px; }
.resource-section { padding: 60px 0; background: #fff; }
.resource-tag {
    display: inline-block; background: #f3e5f5; color: #a18cd1;
    padding: 10px 25px; border-radius: 25px; margin: 8px; font-size: 15px;
}
.cta-section {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    padding: 60px 0; color: #fff; text-align: center;
}
.cta-section h2 { font-size: 32px; margin-bottom: 20px; }
.btn-cta {
    background: #fff; color: #a18cd1; padding: 15px 40px;
    font-size: 18px; font-weight: 600; border-radius: 50px;
    text-decoration: none; display: inline-block; transition: all 0.3s ease;
}
.btn-cta:hover { background: #333; color: #fff; transform: scale(1.05); }
.footer-custom { background: #333; padding: 60px 0 30px; color: #fff; }
.footer-custom h3 { font-size: 20px; margin-bottom: 20px; color: #fff; }
.footer-custom p, .footer-custom a { color: #ccc; line-height: 1.8; }
.footer-custom a:hover { color: #a18cd1; }
.copyright { background: #222; padding: 20px 0; text-align: center; color: #999; }
