/* Strategic Leadership executive certification page */
.sl-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 88px 0 72px;
}
.sl-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.sl-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 420px at 82% 18%, rgba(180, 58, 84, .18) 0%, transparent 62%),
        linear-gradient(125deg, rgba(12, 24, 48, .95) 0%, rgba(23, 23, 23, .92) 45%, rgba(31, 31, 31, .94) 100%);
}
.sl-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sl-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 44px;
    align-items: center;
}
.sl-hero__copy { max-width: 660px; }
.sl-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: var(--rsbt-gold);
}
.sl-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--rsbt-gold);
}
.sl-hero__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 4.6vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
}
.sl-hero__title em {
    display: block;
    margin-top: 8px;
    font-style: normal;
    color: #f0dca0;
    font-size: clamp(26px, 3.8vw, 40px);
}
.sl-hero__subtitle {
    margin: 14px 0 0;
    font-size: 15px;
    color: #d6b565;
    font-weight: 600;
}
.sl-hero__tagline {
    margin: 18px 0 0;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.55;
    color: #f3f4f6;
}
.sl-breadcrumb {
    margin-top: 18px;
    font-size: 13px;
    color: #cbd5e1;
}
.sl-breadcrumb a { color: #f0dca0; }
.sl-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.sl-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}
.sl-badge--gold {
    background: rgba(214, 181, 101, .18);
    border: 1px solid rgba(214, 181, 101, .45);
    color: #f0dca0;
}
.sl-badge--light {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #e5e7eb;
}
.sl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.sl-hero__visual img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .28);
}

.sl-stats {
    margin-top: -28px;
    position: relative;
    z-index: 2;
    padding-bottom: 8px;
}
.sl-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.sl-stat-card {
    background: #fff;
    border: 1px solid #ece4d8;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 12px 28px rgba(24, 24, 24, .08);
    text-align: center;
}
.sl-stat-card__value {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    color: var(--rsbt-accent);
    line-height: 1;
}
.sl-stat-card__label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #64748b;
}

.sl-sec-head { margin-bottom: 28px; }
.sl-sec-head--center { text-align: center; max-width: 760px; margin-inline: auto; }
.sl-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;
}
.sl-sec-head__lead {
    margin: 12px 0 0;
    font-size: 17px;
    line-height: 1.6;
    color: #475569;
}

.sl-quote {
    background: linear-gradient(135deg, #171717 0%, #2a1f24 100%);
    color: #fff;
    border-radius: 18px;
    padding: 34px 36px;
    border-left: 4px solid var(--rsbt-gold);
}
.sl-quote h3 {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: var(--rsbt-gold);
}
.sl-quote p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
}
.sl-quote cite {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    font-style: normal;
    color: #d6b565;
}

.sl-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.sl-fact {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    padding: 16px 18px;
}
.sl-fact--featured {
    background: linear-gradient(135deg, #fff7f8 0%, #fff 100%);
    border-color: rgba(180, 58, 84, .18);
}
.sl-fact__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--rsbt-accent);
}
.sl-fact__value {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.45;
    color: #1f2937;
    font-weight: 600;
}

.sl-six-ds {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.sl-six-d {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    padding: 16px 18px;
}
.sl-six-d__mark {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--rsbt-accent);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: grid;
    place-items: center;
}
.sl-six-d h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #111827;
}
.sl-six-d h4 span { color: var(--rsbt-accent); }
.sl-six-d p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
}

.sl-modules {
    display: grid;
    gap: 16px;
}
.sl-module {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 18px;
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 8px 20px rgba(24, 24, 24, .04);
}
.sl-module--full {
    grid-template-columns: 1fr;
}
.sl-module__num {
    text-align: center;
}
.sl-module__num strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    color: var(--rsbt-accent);
    line-height: 1;
}
.sl-module__num span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #94a3b8;
}
.sl-module h3 {
    margin: 0 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #111827;
}
.sl-module p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}
.sl-module__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sl-module__tag {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
}
.sl-module__tag--ai {
    background: #eef6ff;
    color: #1d4ed8;
}
.sl-module__tag--case {
    background: #fff7ed;
    color: #9a3412;
}

.sl-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.sl-journey-step {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    padding: 16px 18px;
}
.sl-journey-step__week {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--rsbt-accent);
}
.sl-journey-step h4 {
    margin: 8px 0 6px;
    font-size: 15px;
    line-height: 1.35;
    color: #111827;
}
.sl-journey-step p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.sl-pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.sl-pillar {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    padding: 18px 20px;
}
.sl-pillar__step {
    font-size: 12px;
    font-weight: 700;
    color: var(--rsbt-gold);
    letter-spacing: .1em;
}
.sl-pillar h4 {
    margin: 8px 0 6px;
    font-size: 17px;
    color: #111827;
}
.sl-pillar p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}

.sl-assessment {
    display: grid;
    gap: 10px;
}
.sl-assess-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 10px;
    padding: 14px 18px;
}
.sl-assess-item strong {
    display: block;
    font-size: 15px;
    color: #111827;
}
.sl-assess-item span {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    color: #64748b;
}
.sl-assess-item em {
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--rsbt-accent);
}

.sl-deliverables {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.sl-deliverable {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    padding: 18px 20px;
}
.sl-deliverable h4 {
    margin: 0 0 6px;
    font-size: 16px;
    color: var(--rsbt-accent);
}
.sl-deliverable p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
}

.sl-audience {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}
.sl-audience li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}
.sl-audience li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rsbt-gold);
}

.sl-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.sl-step {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    padding: 18px 16px;
    text-align: center;
}
.sl-step__num {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: var(--rsbt-accent);
    color: #fff;
    font-weight: 700;
    display: grid;
    place-items: center;
}
.sl-step h4 {
    margin: 0 0 6px;
    font-size: 15px;
    color: #111827;
}
.sl-step p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #64748b;
}

.sl-price {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 0;
    background: linear-gradient(135deg, #171717 0%, #2a1f24 100%);
    color: #fff;
    border-radius: 18px;
    overflow: hidden;
}
.sl-price__main {
    padding: 30px 32px;
}
.sl-price__label {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--rsbt-gold);
    font-weight: 700;
}
.sl-price__amount {
    margin-top: 8px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
    line-height: 1;
}
.sl-price__amount small {
    font-size: .45em;
    color: #d6b565;
}
.sl-price__note {
    margin-top: 8px;
    font-size: 14px;
    color: #d1d5db;
}
.sl-price__discount {
    padding: 30px 28px;
    background: rgba(214, 181, 101, .12);
    border-left: 1px solid rgba(214, 181, 101, .25);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sl-price__discount strong {
    color: var(--rsbt-gold);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.sl-price__discount p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #e5e7eb;
}
.sl-price__discount b {
    display: block;
    margin-top: 8px;
    font-size: 24px;
    color: #fff;
}

.sl-callout {
    margin-top: 20px;
    background: #fff7f8;
    border: 1px solid rgba(180, 58, 84, .16);
    border-radius: 12px;
    padding: 18px 20px;
}
.sl-callout h4 {
    margin: 0 0 8px;
    font-size: 15px;
    color: var(--rsbt-accent);
}
.sl-callout p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}

.sl-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}
.sl-contact-item {
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    padding: 18px 20px;
    text-align: center;
}
.sl-contact-item strong {
    display: block;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--rsbt-accent);
}
.sl-contact-item span,
.sl-contact-item a {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}
.sl-contact-item a:hover { color: var(--rsbt-accent); }

.sl-cta-band {
    margin-top: 28px;
    padding: 28px 32px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--rsbt-accent) 0%, #8c2d42 100%);
    color: #fff;
    text-align: center;
}
.sl-cta-band p {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
}
.sl-cta-band .btn-alt {
    background: #fff;
    color: #111827;
    border: none;
}

.sl-table-wrap {
    overflow-x: auto;
    margin-top: 18px;
}

.sl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    overflow: hidden;
}

.sl-table thead th {
    background: var(--rsbt-accent);
    color: #fff;
    text-align: left;
    padding: 12px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sl-table td {
    padding: 12px 16px;
    border-top: 1px solid #ece4d8;
    vertical-align: top;
    color: #374151;
    line-height: 1.45;
}

.sl-table tbody tr:nth-child(even) {
    background: #faf8f5;
}

.sl-table td.k {
    font-weight: 700;
    color: #111827;
}

.sl-diploma-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 12px;
}

.sl-diploma-meta span {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    background: #fff7f8;
    color: var(--rsbt-accent);
    border: 1px solid rgba(180, 58, 84, .14);
}

.sl-module ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.sl-module ul li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.45;
    color: #4b5563;
}

.sl-sec {
    padding: 72px 0;
    scroll-margin-top: calc(var(--site-header-h) + 72px);
}
.sl-sec--light { background: #faf8f5; }

@media (max-width: 1024px) {
    .sl-hero__inner { grid-template-columns: 1fr; }
    .sl-hero__visual { max-width: 520px; }
    .sl-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sl-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .sl-hero { padding: 64px 0 56px; }
    .sl-stats__grid,
    .sl-facts,
    .sl-six-ds,
    .sl-pillars,
    .sl-deliverables,
    .sl-audience,
    .sl-contact-grid { grid-template-columns: 1fr; }
    .sl-module { grid-template-columns: 1fr; }
    .sl-module__num { text-align: left; }
    .sl-journey,
    .sl-steps { grid-template-columns: 1fr; }
    .sl-price { grid-template-columns: 1fr; }
    .sl-price__discount { border-left: none; border-top: 1px solid rgba(214, 181, 101, .25); }
    .sl-sec { padding: 56px 0; scroll-margin-top: calc(var(--site-header-h) + 56px); }
}
