.da-hero {
    background: linear-gradient(135deg, #064e3b, #065f46, #047857);
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}
.da-hero-content { position: relative; z-index: 1; max-width: 900px; }
.da-hero-content h1 { font-size: 3.2rem; font-weight: 900; color: #fff; margin-bottom: 1.5rem; line-height: 1.2; }
.da-hero-content h1 span { color: #6ee7b7; }
.da-hero-content p { font-size: 1.15rem; color: #d1fae5; line-height: 1.7; margin-bottom: 2.5rem; }
.da-stats { display: flex; gap: 3rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.da-stat { text-align: center; }
.da-stat h3 { font-size: 2.5rem; font-weight: 800; color: #6ee7b7; margin-bottom: 0.3rem; }
.da-stat p { font-size: 0.9rem; color: #a7f3d0; margin: 0; }
.enquire-btn { font-size: 1rem; color: #fff; background: #059669; border: none; border-radius: 6px; padding: 0.8rem 1.8rem; cursor: pointer; transition: all 0.3s; font-weight: 600; }
.enquire-btn:hover { background: #047857; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(5,150,105,0.3); }
.da-section { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; }
.da-section h2 { text-align: center; font-size: 2.2rem; font-weight: 800; color: #064e3b; margin-bottom: 3rem; }
.da-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.da-card { background: #fff; border-radius: 16px; padding: 2rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.3s; border: 1px solid #d1fae5; }
.da-card:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0,0,0,0.1); border-color: #059669; }
.da-card-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #059669, #047857); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.da-card-icon i { color: #fff; font-size: 1.5rem; }
.da-card h3 { font-size: 1.25rem; font-weight: 700; color: #064e3b; margin-bottom: 0.8rem; }
.da-card p { font-size: 0.95rem; color: #64748b; line-height: 1.6; }
.cta-section { background: linear-gradient(135deg, #064e3b, #047857); padding: 4rem 2rem; text-align: center; }
.cta-section h2 { color: #fff; font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
.cta-section p { color: #a7f3d0; font-size: 1.05rem; margin-bottom: 2rem; }
.faq-container { max-width: 900px; margin: 0 auto; padding: 4rem 2rem; }
.faq-container h2 { text-align: center; font-size: 2rem; font-weight: 800; color: #064e3b; margin-bottom: 2rem; }
@media (max-width: 768px) {
    .da-hero-content h1 { font-size: 2.2rem; }
    .da-stats { gap: 1.5rem; }
    .da-stat h3 { font-size: 1.8rem; }
}
