.sh-hero {
    background: linear-gradient(135deg, #0f172a, #1e293b, #334155);
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}
.sh-hero-content { position: relative; z-index: 1; max-width: 900px; }
.sh-hero-content h1 { font-size: 3.2rem; font-weight: 900; color: #fff; margin-bottom: 1.5rem; line-height: 1.2; }
.sh-hero-content h1 span { color: #22d3ee; }
.sh-hero-content p { font-size: 1.15rem; color: #cbd5e1; line-height: 1.7; margin-bottom: 2.5rem; }
.sh-stats { display: flex; gap: 3rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.sh-stat { text-align: center; }
.sh-stat h3 { font-size: 2.5rem; font-weight: 800; color: #22d3ee; margin-bottom: 0.3rem; }
.sh-stat p { font-size: 0.9rem; color: #94a3b8; margin: 0; }
.enquire-btn { font-size: 1rem; color: #0f172a; background: #22d3ee; border: none; border-radius: 6px; padding: 0.8rem 1.8rem; cursor: pointer; transition: all 0.3s; font-weight: 600; }
.enquire-btn:hover { background: #06b6d4; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(34,211,238,0.3); }
.sh-section { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; }
.sh-section h2 { text-align: center; font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 3rem; }
.sh-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.sh-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 #e2e8f0; }
.sh-card:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0,0,0,0.1); border-color: #22d3ee; }
.sh-card-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #22d3ee, #0891b2); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.sh-card-icon i { color: #0f172a; font-size: 1.5rem; }
.sh-card h3 { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin-bottom: 0.8rem; }
.sh-card p { font-size: 0.95rem; color: #64748b; line-height: 1.6; }
.cta-section { background: linear-gradient(135deg, #0f172a, #334155); padding: 4rem 2rem; text-align: center; }
.cta-section h2 { color: #fff; font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
.cta-section p { color: #94a3b8; 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: #0f172a; margin-bottom: 2rem; }
@media (max-width: 768px) {
    .sh-hero-content h1 { font-size: 2.2rem; }
    .sh-stats { gap: 1.5rem; }
    .sh-stat h3 { font-size: 1.8rem; }
}
