.project-hero {
    position: relative;
    overflow: hidden;
    min-height: 72vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(35, 64, 142, 0.92), rgba(237, 27, 36, 0.84)),
        linear-gradient(180deg, #23408e 0%, #ed1b24 100%);
}

.project-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.12), transparent 32%),
        radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.08), transparent 28%);
}

.project-hero-content {
    position: relative;
    z-index: 1;
    padding: 130px 0 90px;
    color: #ffffff;
}

.page-tag,
.section-tag,
.card-tag,
.timeline-phase {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-tag,
.section-tag {
    padding: 8px 14px;
    font-size: 0.8rem;
}

.page-tag {
    margin-bottom: 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.project-hero-content h1 {
    max-width: 940px;
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.project-hero-content p {
    max-width: 740px;
    margin: 20px 0 0;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: rgba(255, 255, 255, 0.88);
}

.project-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 820px;
    margin-top: 34px;
}

.meta-card {
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.meta-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.meta-card strong {
    font-size: 1.1rem;
    color: #ffffff;
}

.project-section {
    padding: 96px 0;
}

.overview-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fe 100%);
}

.project-intro-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: start;
}

.project-intro-copy h2,
.section-head h2,
.download-card h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    color: #23408e;
}

.project-intro-copy p,
.section-head p,
.download-card p {
    margin: 18px 0 0;
    color: #667085;
}

.section-tag {
    margin-bottom: 16px;
    color: #ed1b24;
    background: rgba(237, 27, 36, 0.08);
}

.project-summary-card,
.content-card,
.timeline-item,
.compliance-card,
.legal-card,
.director-card,
.download-card {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(35, 64, 142, 0.08);
    box-shadow: 0 16px 40px rgba(35, 64, 142, 0.10);
}

.project-summary-card {
    padding: 28px;
}

.project-summary-card h3,
.content-card h3,
.timeline-item h3,
.compliance-card h3,
.director-card h3 {
    margin: 0 0 14px;
    font-size: 1.35rem;
    color: #23408e;
}

.project-summary-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-summary-card li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(35, 64, 142, 0.08);
}

.project-summary-card li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.project-summary-card span,
.legal-item span {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #98a2b3;
}

.project-summary-card strong,
.legal-item strong {
    color: #101828;
}

.content-section {
    background: #f7f9ff;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.content-card {
    padding: 30px;
}

.card-tag {
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 0.76rem;
    color: #ed1b24;
    background: rgba(237, 27, 36, 0.08);
}

.content-card p,
.content-card li,
.timeline-item p,
.compliance-card li,
.director-card p,
.legal-item {
    color: #667085;
}

.content-card ul,
.compliance-card ul {
    margin: 0;
    padding-left: 18px;
}

.content-card li,
.compliance-card li {
    margin-bottom: 10px;
}

.section-head {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-head.center {
    margin-inline: auto;
    text-align: center;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.timeline-item {
    padding: 28px;
}

.timeline-phase {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: 0.76rem;
    color: #23408e;
    background: rgba(35, 64, 142, 0.08);
}

.budget-section {
    background: #ffffff;
}

.budget-table-wrap {
    overflow-x: auto;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(35, 64, 142, 0.08);
    box-shadow: 0 16px 40px rgba(35, 64, 142, 0.08);
}

.budget-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

.budget-table thead th {
    padding: 18px 22px;
    text-align: left;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    background: #23408e;
}

.budget-table tbody td,
.budget-table tfoot td {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(35, 64, 142, 0.08);
    color: #344054;
}

.budget-table tbody tr:nth-child(even) {
    background: #f8f9fe;
}

.budget-table tfoot td {
    font-weight: 800;
    color: #ed1b24;
    background: #fff6f7;
}

.outcomes-section {
    background: linear-gradient(180deg, #f8f9fe 0%, #ffffff 100%);
}

.outcome-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.outcome-item {
    padding: 22px 24px;
    border-left: 4px solid #ed1b24;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(35, 64, 142, 0.08);
    color: #344054;
    font-weight: 600;
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.compliance-card {
    padding: 28px;
}

.legal-card {
    padding: 24px;
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.legal-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
    background: #f8f9fe;
}

.directors-section {
    background: #f7f9ff;
}

.directors-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.director-card {
    padding: 28px;
}

.director-card p {
    margin: 0 0 10px;
}

.download-section {
    background: linear-gradient(135deg, #ed1b24, #ff4b6d);
}

.download-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 34px;
    background: rgba(255, 255, 255, 0.96);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.96rem;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #23408e, #ed1b24);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(35, 64, 142, 0.18);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .project-intro-grid,
    .content-grid,
    .timeline-grid,
    .compliance-grid,
    .legal-grid,
    .directors-grid,
    .download-card {
        grid-template-columns: 1fr;
    }

    .download-card {
        display: grid;
    }
}

@media (max-width: 860px) {
    .project-hero {
        min-height: auto;
    }

    .project-hero-content {
        padding: 110px 0 78px;
    }

    .project-hero-meta,
    .outcome-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .project-section {
        padding: 72px 0;
    }

    .project-hero-content h1 {
        font-size: 2.3rem;
    }

    .project-hero-content p,
    .project-intro-copy p,
    .section-head p,
    .download-card p {
        font-size: 0.98rem;
    }

    .content-card,
    .timeline-item,
    .compliance-card,
    .project-summary-card,
    .director-card,
    .download-card,
    .legal-card {
        padding: 22px;
    }

    .budget-table thead th,
    .budget-table tbody td,
    .budget-table tfoot td {
        padding: 14px 16px;
    }

    .btn {
        width: 100%;
    }
}