
:root {
    --zd-blue: #1027c9;
    --zd-green: #2dad00;
    --zd-text: #16304f;
    --zd-muted: #60708a;
    --zd-bg: #f5f7fb;
    --zd-card: #ffffff;
    --zd-border: #dbe3f0;
    --zd-shadow: 0 10px 30px rgba(16, 39, 201, 0.08);
    --zd-radius: 22px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--zd-text); background: #fff; }
a { color: var(--zd-blue); text-decoration: none; }
a:hover { color: var(--zd-green); }
.site-logo { width: 230px; height: auto; }
.footer-logo { width: 240px; max-width: 100%; height: auto; }
.navbar { border-bottom: 1px solid rgba(16, 39, 201, 0.08); }
.nav-link { color: var(--zd-text); font-weight: 600; }
.nav-link.active, .nav-link:hover { color: var(--zd-blue); }
.btn { border-radius: 999px; padding: 0.85rem 1.35rem; font-weight: 700; }
.btn-primary { background: var(--zd-blue); border-color: var(--zd-blue); }
.btn-primary:hover, .btn-primary:focus { background: #0c1f9c; border-color: #0c1f9c; }
.btn-outline-primary { color: var(--zd-blue); border-color: var(--zd-blue); }
.btn-outline-primary:hover { background: var(--zd-blue); border-color: var(--zd-blue); }
.btn-accent { background: var(--zd-green); border-color: var(--zd-green); color: #fff; }
.btn-accent:hover { background: #279900; border-color: #279900; color: #fff; }
.hero { background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%); padding: 4.75rem 0 3rem; }
.hero h1, .page-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; font-weight: 800; letter-spacing: -0.03em; }
.hero p, .page-hero p { font-size: 1.1rem; color: var(--zd-muted); }
.hero-card, .info-card, .service-card, .stat-card, .cta-box, .contact-card, .faq-card, .landing-box { background: var(--zd-card); border: 1px solid var(--zd-border); border-radius: var(--zd-radius); box-shadow: var(--zd-shadow); }
.hero-card { padding: 1.5rem; }
.hero-badges, .footer-badges, .trust-list, .keyword-tags { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-badges span, .footer-badges span, .keyword-tags span, .trust-list span { background: rgba(16, 39, 201, 0.06); color: var(--zd-blue); padding: 0.6rem 0.9rem; border-radius: 999px; font-size: 0.95rem; font-weight: 600; }
.hero-visual { min-height: 420px; padding: 0; display: flex; align-items: stretch; justify-content: stretch; background: linear-gradient(135deg, rgba(16,39,201,0.08), rgba(45,173,0,0.08)); position: relative; overflow: hidden; }
.hero-visual::before, .hero-visual::after { content: ''; position: absolute; border-radius: 999px; background: rgba(16, 39, 201, 0.09); }
.hero-visual::before { width: 220px; height: 220px; top: -60px; right: -40px; }
.hero-visual::after { width: 180px; height: 180px; bottom: -60px; left: -20px; }
.section { padding: 5rem 0; }
.section-title { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; margin-bottom: 1rem; }
.section-intro { color: var(--zd-muted); max-width: 760px; margin-bottom: 2rem; }
.service-card, .info-card, .contact-card, .faq-card, .landing-box { padding: 1.75rem; height: 100%; }
.service-card h3, .info-card h3, .contact-card h3, .faq-card h3, .landing-box h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.75rem; }
.icon-badge { width: 58px; height: 58px; border-radius: 18px; background: rgba(16, 39, 201, 0.08); display: grid; place-items: center; color: var(--zd-blue); font-weight: 800; margin-bottom: 1rem; }
.stat-card { padding: 1.5rem; text-align: center; }
.stat-card strong { display: block; font-size: 2rem; color: var(--zd-blue); }
.page-hero { padding: 4rem 0 2rem; background: linear-gradient(180deg, #ffffff, #f6f8ff); }
.breadcrumbs { color: var(--zd-muted); font-size: 0.95rem; margin-bottom: 1rem; }
.feature-list, .check-list { padding-left: 0; list-style: none; display: grid; gap: 0.8rem; }
.feature-list li, .check-list li { position: relative; padding-left: 1.8rem; }
.feature-list li::before, .check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; font-weight: 800; color: var(--zd-green); }
.cta-box { padding: 2rem; }
.site-footer { background: #0f1736; color: rgba(255,255,255,0.88); }
.site-footer a, .site-footer span, .site-footer p, .site-footer li { color: rgba(255,255,255,0.88); }
.footer-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 1rem; }
.footer-links li + li { margin-top: 0.65rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); font-size: 0.95rem; }
.location-cta { background: linear-gradient(135deg, rgba(16,39,201,0.08), rgba(45,173,0,0.08)); }
.table-like { display: grid; gap: 1rem; }
.table-like .row-item { display: grid; grid-template-columns: 200px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--zd-border); }
.accordion-button:not(.collapsed) { color: var(--zd-blue); background: rgba(16,39,201,0.06); }
.page-image, .section-image {
    width: 100%;
    border-radius: var(--zd-radius);
    box-shadow: var(--zd-shadow);
    border: 1px solid var(--zd-border);
    object-fit: cover;
    display: block;
}
.page-image { min-height: 320px; background: #fff; }
.hero-image-wrap { padding: 0; overflow: hidden; border-radius: var(--zd-radius); }
.hero-image { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.brand-strip { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.brand-strip span { padding: .7rem 1rem; border-radius: 999px; background: rgba(45,173,0,.08); color: var(--zd-green); font-weight: 700; }
.contact-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.contact-list a, .contact-list span { font-weight: 600; }
.local-note { color: var(--zd-muted); font-size: .98rem; }
@media (max-width: 991.98px) { .site-logo { width: 180px; } .hero { padding-top: 2.5rem; } }
@media (max-width: 767.98px) { .table-like .row-item { grid-template-columns: 1fr; } }
