/* Honorary DBA page — dark prestige theme */
.hd-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 0 48px;
    background: #121212;
}
.hd-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(680px 420px at 82% 38%, rgba(212, 160, 23, .14) 0%, transparent 62%),
        linear-gradient(125deg, #121212 0%, #1a1a1a 48%, #141414 100%);
}
.hd-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(18, 18, 18, .82) 0%, rgba(18, 18, 18, .45) 45%, rgba(18, 18, 18, .18) 100%);
}
.hd-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 44px;
    align-items: center;
    padding-top: 12px;
}
.hd-hero__copy { max-width: 640px; }
.hd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #d4a017;
}
.hd-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #d4a017;
}
.hd-hero__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 4.6vw, 52px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.02em;
    color: #d4a017;
}
.hd-hero__title em {
    display: block;
    margin-top: 6px;
    font-style: normal;
    color: #fff;
    font-size: clamp(26px, 3.6vw, 40px);
}
.hd-hero__subtitle {
    margin: 14px 0 0;
    font-size: 15px;
    color: #d6b565;
    font-weight: 600;
}
.hd-hero__tagline {
    margin: 18px 0 0;
    font-size: clamp(17px, 2.1vw, 22px);
    line-height: 1.55;
    color: #f3f4f6;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}
.hd-hero__tagline strong { color: #d4a017; font-style: normal; }
.hd-breadcrumb {
    margin-top: 18px;
    font-size: 13px;
    color: #cbd5e1;
}
.hd-breadcrumb a { color: #f0dca0; }
.hd-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.hd-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}
.hd-badge--gold {
    background: rgba(212, 160, 23, .16);
    border: 1px solid rgba(212, 160, 23, .45);
    color: #f0dca0;
}
.hd-badge--light {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #e5e7eb;
}
.hd-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.hd-hero__visual {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(212, 160, 23, .2);
    box-shadow: 0 28px 56px rgba(0, 0, 0, .45);
    aspect-ratio: 1024 / 543;
    max-height: 420px;
}
.hd-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 52%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.hd-stats {
    margin-top: -28px;
    position: relative;
    z-index: 2;
    padding-bottom: 8px;
}
.hd-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.hd-stat-card {
    background: linear-gradient(145deg, #1a1a1a 0%, #242424 100%);
    border: 1px solid rgba(212, 160, 23, .28);
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
    text-align: center;
    color: #fff;
}
.hd-stat-card__value {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: #d4a017;
    line-height: 1;
}
.hd-stat-card__label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #cbd5e1;
}

.hd-sec { padding: 72px 0; }
.hd-sec--light { background: #f8f6f2; }
.hd-sec--dark {
    background: linear-gradient(180deg, #1a1a1a 0%, #121212 100%);
    color: #fff;
}
.hd-sec-head { margin-bottom: 32px; }
.hd-sec-head h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 3.4vw, 38px);
    color: var(--rsbt-accent);
    line-height: 1.15;
}
.hd-sec--dark .hd-sec-head h2 { color: #d4a017; }
.hd-sec-head__lead {
    margin: 12px 0 0;
    font-size: 17px;
    line-height: 1.6;
    color: #475569;
    max-width: 760px;
}
.hd-sec--dark .hd-sec-head__lead { color: #d1d5db; }

.hd-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.hd-pillar {
    background: #fff;
    border: 1px solid #ece4d8;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 10px 24px rgba(24, 24, 24, .06);
}
.hd-pillar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #d4a017;
    font-size: 18px;
    margin-bottom: 14px;
}
.hd-pillar h3 {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: var(--rsbt-accent);
}
.hd-pillar p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
}

.hd-quote {
    background: linear-gradient(135deg, #171717 0%, #2a2418 100%);
    color: #fff;
    border-radius: 18px;
    padding: 36px 40px;
    border-left: 4px solid #d4a017;
    max-width: 820px;
}
.hd-quote p {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.55;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}
.hd-quote strong { color: #d4a017; font-style: normal; }

.hd-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.hd-timeline-card {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
}
.hd-timeline-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4a017 0%, #d6b565 100%);
}
.hd-timeline-card__date {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(22px, 2.6vw, 28px);
    font-weight: 700;
    color: #d4a017;
    line-height: 1.1;
}
.hd-timeline-card h3 {
    margin: 10px 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: var(--rsbt-accent);
}
.hd-timeline-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
}

.hd-portfolio-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}
.hd-callout {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 14px;
    padding: 22px 24px;
}
.hd-callout h3 {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: var(--rsbt-accent);
}
.hd-callout p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
}
.hd-callout a {
    color: var(--rsbt-accent);
    font-weight: 600;
}
.hd-callout--dark {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(212, 160, 23, .25);
}
.hd-callout--dark h3 { color: #d4a017; }
.hd-callout--dark p { color: #d1d5db; }

.hd-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.hd-checklist li {
    position: relative;
    padding: 10px 14px 10px 36px;
    background: #fff;
    border: 1px solid #ece4d8;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #334155;
}
.hd-checklist li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 10px;
    color: #d4a017;
    font-weight: 700;
}
.hd-checklist--numbered { counter-reset: hd-order; }
.hd-checklist--numbered li::before {
    content: counter(hd-order);
    counter-increment: hd-order;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    color: #d4a017;
    border-radius: 50%;
    font-size: 11px;
    top: 8px;
}

.hd-table-wrap {
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid #e8e2d8;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 24, 24, .06);
}
.hd-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.hd-table th,
.hd-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #f1ebe3;
    vertical-align: top;
}
.hd-table th {
    background: #1a1a1a;
    color: #d4a017;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.hd-table tr:last-child td { border-bottom: 0; }
.hd-table tr:hover td { background: #faf8f5; }
.hd-table__no {
    width: 48px;
    font-weight: 700;
    color: #d4a017;
    white-space: nowrap;
}
.hd-status {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
}
.hd-status--required {
    background: rgba(180, 58, 84, .1);
    color: #9f1239;
}
.hd-status--optional {
    background: rgba(100, 116, 139, .12);
    color: #475569;
}

.hd-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.hd-cta {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2418 100%);
    border-radius: 20px;
    padding: 40px 44px;
    color: #fff;
    border: 1px solid rgba(212, 160, 23, .25);
}
.hd-cta h2 {
    margin: 0 0 12px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    color: #d4a017;
}
.hd-cta p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #e5e7eb;
}
.hd-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hd-cta__contact {
    margin-top: 16px;
    font-size: 14px;
    color: #cbd5e1;
}
.hd-cta__contact a { color: #f0dca0; }

.hd-contact-panel {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 16px;
    padding: 28px;
}
.hd-contact-panel h3 {
    margin: 0 0 16px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: var(--rsbt-accent);
}
.hd-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #475569;
}
.hd-contact-item strong {
    display: block;
    color: var(--rsbt-accent);
    font-size: 13px;
    margin-bottom: 2px;
}
.hd-contact-item a { color: var(--rsbt-accent); font-weight: 600; }

@media (max-width: 1024px) {
    .hd-hero__inner,
    .hd-pillars,
    .hd-timeline,
    .hd-portfolio-intro,
    .hd-split,
    .hd-cta {
        grid-template-columns: 1fr;
    }
    .hd-hero__visual { max-width: 520px; }
}

@media (max-width: 768px) {
    .hd-hero { padding: 0 0 36px; }
    .hd-hero__inner { padding-top: 14px; }
    .hd-stats__grid { grid-template-columns: 1fr; }
    .hd-sec { padding: 52px 0; }
    .hd-cta { padding: 28px 24px; }
    .hd-table th:nth-child(3),
    .hd-table td:nth-child(3) { display: none; }
}
