
.dhet-pilot-teaser {
    padding: 72px 0;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}
.dhet-pilot-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}
.dhet-pilot-head h2 {
    margin: 0 0 8px;
    color: var(--dhet-navy, #101c36);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
    letter-spacing: -.045em;
}
.dhet-pilot-head p {
    margin: 0;
    color: #64748b;
    max-width: 650px;
}
.dhet-pilot-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-template-rows: 260px 260px;
    gap: 16px;
}
.dhet-pilot-grid a {
    display: block;
    min-height: 0;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}
.dhet-pilot-grid a:first-child {
    grid-row: 1 / span 2;
}
.dhet-pilot-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.dhet-pilot-grid a:hover img {
    transform: scale(1.04);
}
.dhet-pilot-actions {
    margin-top: 24px;
}
.dhet-pilot-page-hero {
    padding: 72px 0 42px;
}
.dhet-pilot-page-hero-inner {
    padding: 52px;
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(135deg, #101c36, #2658e6);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .18);
}
.dhet-pilot-page-hero h1 {
    margin: 10px 0 14px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: .98;
    letter-spacing: -.05em;
}
.dhet-pilot-page-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 19px;
}
.dhet-pilot-story {
    padding: 18px 0 36px;
}
.dhet-pilot-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.dhet-pilot-story-card {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15,23,42,.08);
}
.dhet-pilot-story-card strong {
    display: block;
    margin-bottom: 7px;
    color: #101c36;
    font-size: 18px;
}
.dhet-pilot-gallery-wrap {
    padding: 30px 0 76px;
}
.dhet-pilot-gallery {
    columns: 3 280px;
    column-gap: 16px;
}
.dhet-pilot-photo {
    break-inside: avoid;
    margin: 0 0 16px;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .10);
}
.dhet-pilot-photo img {
    display: block;
    width: 100%;
    height: auto;
}
.dhet-pilot-photo figcaption {
    padding: 12px 15px 14px;
    color: #64748b;
    font-size: 14px;
}
@media (max-width: 900px) {
    .dhet-pilot-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .dhet-pilot-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 280px 210px 210px;
    }
    .dhet-pilot-grid a:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .dhet-pilot-page-hero-inner {
        padding: 34px 24px;
    }
    .dhet-pilot-story-grid {
        grid-template-columns: 1fr;
    }
}
