/* DHA Phase — sections below hero */
:root {
    --dha-sec-gold: #c89b3c;
    --dha-sec-gold-dark: #a67f2f;
    --dha-sec-marble: linear-gradient(135deg, #faf8f5 0%, #f0ebe4 45%, #f7f4f0 100%);
    --dha-sec-black: #0a0a0a;
    --dha-sec-ease: 0.3s ease;
}

.dha-phase-sections {
    font-family: 'Poppins', sans-serif;
    background: var(--dha-sec-black);
}

.dha-phase-page .dha-phase-sections .dha-attractions__card,
.dha-phase-page .dha-phase-sections .dha-attractions__card-title,
.dha-phase-page .dha-phase-sections .dha-attractions__card-text,
.dha-phase-page .dha-phase-sections .dha-invest-reasons__item,
.dha-phase-page .dha-phase-sections .dha-invest-reasons__item strong,
.dha-phase-page .dha-phase-sections .dha-invest-reasons__item span {
    text-align: center !important;
}
.dha-phase-page .dha-phase-sections .dha-prop-bar__text,
.dha-phase-page .dha-phase-sections .dha-help-bar__content,
.dha-phase-page .dha-phase-sections .dha-project-card__register-text,
.dha-phase-page .dha-phase-sections .dha-invest-reasons__title {
    text-align: left !important;
}

/* Lucide icons — perfect center in circles */
.dha-phase-sections [class*="__icon"] {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
}
.dha-phase-sections [class*="__icon"] svg {
    display: block;
    flex-shrink: 0;
    margin: 0;
}

/* Marble bar shared */
.dha-prop-bar,
.dha-help-bar {
    padding: 0 clamp(16px, 4vw, 40px);
}
.dha-prop-bar__inner,
.dha-help-bar__inner {
    max-width: 1400px;
    margin: 0 auto;
    background: var(--dha-sec-marble);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

/* 1. Value proposition bar */
.dha-prop-bar {
    padding-top: 28px;
    padding-bottom: 0;
    background: #111;
}
.dha-prop-bar__inner {
    display: flex;
    align-items: stretch;
    padding: clamp(20px, 3vw, 32px) clamp(12px, 2vw, 24px);
}
.dha-prop-bar__item {
    flex: 1 1 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    padding: 0 clamp(8px, 1.5vw, 16px);
}
.dha-prop-bar__divider {
    width: 1px;
    align-self: stretch;
    margin: 8px 0;
    background: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}
.dha-prop-bar__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--dha-sec-gold);
    color: #1a1a1a;
}
.dha-prop-bar__icon svg {
    width: 20px;
    height: 20px;
    stroke: #1a1a1a;
}
.dha-prop-bar__text {
    text-align: left;
}
.dha-prop-bar__text strong {
    display: block;
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.3;
}
.dha-prop-bar__text span {
    display: block;
    font-size: clamp(0.72rem, 1.6vw, 0.8rem);
    color: #666;
    line-height: 1.45;
}

/* 2. Attractions */
.dha-attractions {
    padding: clamp(40px, 5vw, 56px) clamp(20px, 4vw, 40px);
    max-width: 1400px;
    margin: 0 auto;
}
.dha-attractions__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: clamp(24px, 3vw, 36px);
    flex-wrap: wrap;
}
.dha-attractions__title {
    margin: 0;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--dha-sec-gold);
    text-transform: uppercase;
}
.dha-attractions__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid var(--dha-sec-gold);
    border-radius: 8px;
    color: var(--dha-sec-gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background var(--dha-sec-ease), color var(--dha-sec-ease), transform var(--dha-sec-ease), box-shadow var(--dha-sec-ease);
}
.dha-attractions__more:hover {
    background: var(--dha-sec-gold);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200, 155, 60, 0.35);
}
.dha-attractions__more svg,
.dha-attractions__more i {
    width: 16px;
    height: 16px;
}

.dha-attractions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.dha-attractions__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 200px;
    padding: clamp(28px, 3vw, 36px) 20px;
    border: 1px solid rgba(200, 155, 60, 0.35);
    border-radius: 4px;
    background-color: #141414;
    background-image:
        linear-gradient(180deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.94) 100%),
        var(--dha-card-bg, none);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: border-color var(--dha-sec-ease), transform var(--dha-sec-ease), box-shadow var(--dha-sec-ease);
}
.dha-attractions__card:hover {
    border-color: var(--dha-sec-gold);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 24px rgba(200, 155, 60, 0.12);
}
.dha-attractions__card-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -72%);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 155, 60, 0.28) 0%, transparent 70%);
    pointer-events: none;
}
.dha-attractions__card-icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    color: var(--dha-sec-gold);
}
.dha-attractions__card-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--dha-sec-gold);
}
.dha-attractions__card-title {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: clamp(0.88rem, 2vw, 1rem);
    font-weight: 600;
    color: var(--dha-sec-gold);
    line-height: 1.35;
}
.dha-attractions__card-text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

/* 3. Investment block */
.dha-invest-block {
    padding: 0 clamp(20px, 4vw, 40px) clamp(40px, 5vw, 56px);
    max-width: 1400px;
    margin: 0 auto;
}
.dha-invest-block__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 20px;
    align-items: stretch;
}

.dha-invest-reasons {
    padding: clamp(28px, 3vw, 40px);
    border-radius: 16px;
    background: #161616;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.dha-invest-reasons__title {
    margin: 0 0 clamp(24px, 3vw, 32px);
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: left;
}
.dha-invest-reasons__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 28px) clamp(16px, 2vw, 24px);
}
.dha-invest-reasons__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding: 8px 12px;
    transition: transform var(--dha-sec-ease);
}
.dha-invest-reasons__item:hover {
    transform: translateY(-3px);
}
.dha-invest-reasons__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(200, 155, 60, 0.45);
    color: var(--dha-sec-gold);
}
.dha-invest-reasons__icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--dha-sec-gold);
}
.dha-invest-reasons__item > div {
    text-align: center;
}
.dha-invest-reasons__item strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.3;
}
.dha-invest-reasons__item span {
    display: block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

/* Project highlights card */
.dha-project-card {
    position: relative;
    padding: clamp(28px, 3vw, 36px);
    border-radius: 16px;
    background: #121212;
    border: 1px solid rgba(200, 155, 60, 0.35);
    overflow: hidden;
}
.dha-project-card::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 155, 60, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.dha-project-card__title {
    margin: 0 0 20px;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
}
.dha-project-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}
.dha-project-card__tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
}
.dha-project-card__tag--gold {
    background: var(--dha-sec-gold);
    color: #1a1a1a;
}
.dha-project-card__tag--outline {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    background: transparent;
}
.dha-project-card__location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 24px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}
.dha-project-card__location svg,
.dha-project-card__location i {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: var(--dha-sec-gold);
    stroke: var(--dha-sec-gold);
}
.dha-project-card__stats {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dha-project-card__stat {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}
.dha-project-card__stat svg,
.dha-project-card__stat i {
    width: 22px;
    height: 22px;
    color: var(--dha-sec-gold);
    stroke: var(--dha-sec-gold);
    flex-shrink: 0;
}
.dha-project-card__stat strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.dha-project-card__stat span {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
}
.dha-project-card__stat-divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}
.dha-project-card__register {
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #d4b06a, var(--dha-sec-gold));
}
.dha-project-card__register-icon {
    display: none;
}
.dha-project-card__register-text {
    margin-bottom: 16px;
}
.dha-project-card__register-text strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.dha-project-card__register-text {
    text-align: left;
}
.dha-project-card__register-text span {
    display: block;
    font-size: 0.8rem;
    color: rgba(26, 26, 26, 0.75);
    line-height: 1.45;
}
.dha-project-card__register-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.dha-project-card__register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 calc(50% - 5px);
    min-width: 140px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background var(--dha-sec-ease), transform var(--dha-sec-ease), box-shadow var(--dha-sec-ease), border-color var(--dha-sec-ease);
}
.dha-project-card__register-btn:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.dha-project-card__register-btn--whatsapp {
    background: #fff;
    color: #1a1a1a;
    border-color: rgba(0, 0, 0, 0.12);
}
.dha-project-card__register-btn--whatsapp:hover {
    background: #fff;
    border-color: #25d366;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
}
.dha-project-card__register-btn--whatsapp .fa-whatsapp {
    color: #25d366;
    font-size: 1.1rem;
}
.dha-project-card__register-btn svg {
    width: 16px;
    height: 16px;
}

/* 4. Help bar */
.dha-help-bar {
    padding-bottom: clamp(32px, 4vw, 48px);
    background: #111;
}
.dha-help-bar__inner {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 32px);
    padding: clamp(24px, 3vw, 36px) clamp(20px, 3vw, 40px);
    flex-wrap: wrap;
}
.dha-help-bar__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--dha-sec-gold);
    color: #1a1a1a;
}
.dha-help-bar__icon svg {
    width: 30px;
    height: 30px;
    stroke: #1a1a1a;
    stroke-width: 1.75px;
}
.dha-help-bar__content {
    flex: 1 1 240px;
    min-width: 0;
    text-align: left;
}
.dha-help-bar__eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--dha-sec-gold-dark);
    margin-bottom: 6px;
}
.dha-help-bar__title {
    display: block;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.2;
}
.dha-help-bar__text {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.55;
    max-width: 520px;
}
.dha-help-bar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex: 1 1 280px;
    justify-content: flex-end;
}
.dha-help-bar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 clamp(16px, 2vw, 24px);
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background var(--dha-sec-ease), color var(--dha-sec-ease), transform var(--dha-sec-ease), box-shadow var(--dha-sec-ease), border-color var(--dha-sec-ease);
    white-space: nowrap;
}
.dha-help-bar__btn svg {
    width: 16px;
    height: 16px;
    display: block;
}
.dha-help-bar__btn--gold {
    background: var(--dha-sec-gold);
    color: #fff;
    border: 1px solid var(--dha-sec-gold);
}
.dha-help-bar__btn--gold:hover {
    background: var(--dha-sec-gold-dark);
    border-color: var(--dha-sec-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(200, 155, 60, 0.4);
}
.dha-help-bar__btn--whatsapp {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.dha-help-bar__btn--whatsapp .fa-whatsapp {
    color: #25d366;
    font-size: 1.15rem;
    line-height: 1;
}
.dha-help-bar__btn--whatsapp:hover {
    border-color: #25d366;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.22);
}

/* Responsive */
@media (max-width: 1024px) {
    .dha-prop-bar__inner {
        flex-wrap: wrap;
        gap: 20px;
    }
    .dha-prop-bar__divider {
        display: none;
    }
    .dha-prop-bar__item {
        flex: 1 1 calc(50% - 12px);
    }
    .dha-attractions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dha-invest-block__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .dha-prop-bar__item {
        flex: 1 1 100%;
    }
    .dha-attractions__grid {
        grid-template-columns: 1fr;
    }
    .dha-attractions__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .dha-invest-reasons__grid {
        grid-template-columns: 1fr;
    }
    .dha-project-card__stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .dha-project-card__stat-divider {
        width: 100%;
        height: 1px;
    }
    .dha-project-card__register-btn {
        flex: 1 1 100%;
    }
    .dha-help-bar__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .dha-help-bar__actions {
        width: 100%;
        flex-direction: column;
        justify-content: stretch;
    }
    .dha-help-bar__btn {
        width: 100%;
    }
}
