/* DHA Lahore phases hub — scoped to this page only. */
.dha-phases-page{background:#fff}
.dha-phases-hero{background-image:url('../images/page-heading-bg.jpg');border-bottom:4px solid var(--brand)}
.dha-phases-hero-content{max-width:900px}
.dha-phases-hero h1{max-width:780px}
.dha-phases-hero p{max-width:760px;line-height:1.75}
.dha-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

.dha-directory{background:#f3f7fa}
.dha-section-intro{max-width:760px;margin-bottom:34px}
.dha-section-intro.compact{max-width:710px}
.dha-section-intro h2,.dha-help h2,.dha-faq-intro h2{font-size:clamp(30px,4vw,44px);line-height:1.12;letter-spacing:-1.1px;margin:0 0 13px;color:#062941}
.dha-section-intro p,.dha-faq-intro>p{margin:0;color:var(--muted)}
.dha-phase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.dha-phase-card{position:relative;min-height:238px;display:flex;flex-direction:column;padding:28px 26px 24px;border:2px solid #0a3557;border-radius:16px;background:linear-gradient(180deg,#fff 0%,#f7fbfd 100%);box-shadow:0 10px 28px rgba(6,41,69,.06);overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s;animation:dhaCardIn .55s both}
.dha-phase-card:nth-child(2){animation-delay:.05s}.dha-phase-card:nth-child(3){animation-delay:.1s}.dha-phase-card:nth-child(4){animation-delay:.15s}.dha-phase-card:nth-child(5){animation-delay:.2s}.dha-phase-card:nth-child(6){animation-delay:.25s}
.dha-phase-card::before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#0a3557,var(--brand))}
.dha-phase-card:hover{transform:translateY(-5px);border-color:var(--brand);box-shadow:0 20px 45px rgba(6,41,69,.14)}
.dha-phase-card h3{margin:7px 0 10px;font-size:27px;line-height:1.1;letter-spacing:-.45px;color:#062941}
.dha-phase-card p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.6}
.dha-tags{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 19px}
.dha-tags span{border:1px solid #c7d9e4;background:#eef6fa;color:#38596d;border-radius:999px;padding:5px 9px;font-size:10px;line-height:1;font-weight:800}
.dha-card-btn{margin-top:auto;min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 17px;border-radius:9px;background:var(--brand);color:#fff;font-size:13px;font-weight:900;box-shadow:0 8px 18px rgba(0,147,221,.2);transition:.22s}
.dha-card-btn b{font-size:18px;font-weight:400;transition:transform .22s}
.dha-card-btn:hover{background:#062941}.dha-card-btn:hover b{transform:translateX(4px)}

.dha-help{padding:58px 0;background:linear-gradient(135deg,#062941,#0a3f63);color:#fff;border-top:4px solid var(--brand)}
.dha-help-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.dha-help h2{color:#fff;margin-bottom:10px}
.dha-help p{margin:0;max-width:690px;color:#c6d7e1}
.dha-help .btn{flex:0 0 auto}

.dha-compare{background:#eaf2f6}
.dha-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.dha-compare-grid>div{min-height:145px;padding:25px 24px;border:2px solid #0a3557;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 9px 24px rgba(6,41,69,.05)}
.dha-compare-grid strong{display:block;color:#062941;font-size:16px;margin-bottom:8px}
.dha-compare-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}

.dha-faq{background:#f3f7fa}
.dha-faq .faq-grid{align-items:start;gap:40px}
.dha-faq-intro{position:sticky;top:118px;padding:28px;border:2px solid #0a3557;border-left:5px solid var(--brand);border-radius:14px;background:#fff;box-shadow:0 9px 24px rgba(6,41,69,.05)}
.dha-faq-intro h2{font-size:31px}
.dha-faq-intro .text-link{display:inline-flex;margin-top:18px}
.dha-faq .faq-list details{border:2px solid #0a3557;border-radius:12px;box-shadow:0 5px 15px rgba(6,41,69,.035)}
.dha-faq .faq-list details+details{margin-top:10px}
.dha-faq .faq-list summary{min-height:62px;padding:17px 19px;font-weight:850}
.dha-faq .faq-list details p{padding:0 19px 19px;margin:0;color:var(--muted);line-height:1.65}

@keyframes dhaCardIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(max-width:900px){.dha-phase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dha-help-inner{align-items:flex-start;flex-direction:column}.dha-compare-grid{grid-template-columns:1fr}.dha-faq-intro{position:static}}
@media(max-width:640px){.dha-phases-hero .page-hero-content{padding-block:50px}.dha-hero-actions .btn{width:100%}.dha-phase-grid{grid-template-columns:1fr}.dha-phase-card{min-height:auto;padding:23px 21px 21px}.dha-phase-card h3{font-size:25px}.dha-help{padding:46px 0}.dha-help .btn{width:100%}.dha-compare-grid>div{min-height:auto}.dha-faq-intro{padding:23px 21px}.dha-faq-intro h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.dha-phase-card{animation:none!important;transition:none!important}}
