/* DOFFICWBST 官网样式 */
:root {
    --navbar-color: #0d4d26;
    --primary-color: #0d4d26;
    --accent-color: #198754;
    --bg-color: #ffffff;
    --text-color: #212529;
    --navbar-text-color: #ffffff;
    --link-color: #0d4d26;
    --footer-bg-color: #0d4d26;
}

body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Microsoft YaHei", sans-serif; }

.navbar-brand { font-weight: 700; font-size: 1.25rem; }
.navbar-site .nav-link { font-weight: 500; transition: all 0.2s; }
.navbar-site .dropdown-menu { border: none; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }

.card { transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important; }

.hero-section { min-height: 400px; display: flex; align-items: center; }

.footer-site { min-height: 180px; }

.client-card .client-intro { opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.client-card:hover .client-intro { opacity: 1 !important; pointer-events: auto; }

@media (max-width: 768px) {
    .navbar-site .navbar-nav { text-align: center; }
    .footer-site { text-align: center; }
    .hero-section { min-height: 300px; }
}
