/* CEDET brand overrides */

:root {
    --cedet-teal: #008f98;
    --cedet-teal-dark: #006c73;
    --cedet-yellow: #d6c000;
    --cedet-black: #000000;
}

.cedet-tribute-section {
    background: #f5f7f6;
    padding: 90px 0;
}

.cedet-tribute-row {
    align-items: center;
    display: flex;
}

.cedet-tribute-figure {
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 46, 36, 0.13);
    margin: 0;
    padding: 12px 12px 18px;
}

.cedet-tribute-figure img {
    display: block;
    height: 390px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.cedet-tribute-figure figcaption {
    color: #283b34;
    font-family: "Montserrat", sans-serif;
    padding: 18px 10px 0;
    text-align: center;
}

.cedet-tribute-figure figcaption strong,
.cedet-tribute-figure figcaption span {
    display: block;
}

.cedet-tribute-figure figcaption strong {
    font-size: 17px;
    letter-spacing: 0.4px;
}

.cedet-tribute-figure figcaption span {
    color: #6c7773;
    font-size: 13px;
    letter-spacing: 1.2px;
    margin-top: 5px;
    text-transform: uppercase;
}

.cedet-tribute-copy {
    padding-left: 65px;
}

.cedet-tribute-eyebrow {
    color: #009f6b;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cedet-tribute-copy p {
    color: #273b34;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
}

.cedet-affiliates-section {
    background: #f5f7f6;
    padding: 90px 0;
}

.cedet-affiliates-eyebrow {
    color: #009f6b;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cedet-affiliates-title {
    color: #183c31;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.cedet-affiliates-intro {
    color: #52635d;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 940px;
}

.cedet-affiliates-button {
    margin-top: 30px;
}

.cedet-affiliates-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
}

.cedet-affiliate-card {
    align-items: center;
    background: #fff;
    border: 1px solid #dce7e3;
    border-radius: 10px;
    box-shadow: 0 8px 26px rgba(22, 47, 60, .07);
    display: flex;
    height: 155px;
    justify-content: center;
    padding: 22px;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.cedet-affiliate-card:hover {
    border-color: #72bdb2;
    box-shadow: 0 14px 34px rgba(22, 47, 60, .13);
    transform: translateY(-4px);
}

.cedet-affiliate-card img {
    display: block;
    max-height: 100px;
    max-width: 92%;
    object-fit: contain;
    width: auto;
}

.cedet-speakers-preview {
    background: linear-gradient(135deg, #123b32 0%, #086c5d 100%);
    color: #fff;
    padding: 92px 0;
}

.cedet-country-brand-section {
    background: #fff;
    padding: 36px 0 28px;
}

.cedet-country-brand-logo {
    height: auto;
    max-width: 190px;
    width: 42vw;
}

.cedet-agenda-note {
    color: #5d6870;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 24px 0 0;
    text-align: right;
}

.cedet-program-section {
    background: #fff;
    padding: 82px 0;
}

.cedet-program-heading h2 {
    color: #172f55;
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 400;
    margin: 0 0 12px;
}

.cedet-program-heading p {
    color: #526d22;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 18px;
}

.cedet-program-title {
    background: #1d3d6d;
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.cedet-program-heading h3 {
    color: #1d3d6d;
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0;
}

.cedet-program-scroll {
    border: 1px solid #d5d5d5;
    overflow-x: auto;
}

.cedet-program-table {
    color: #111;
    font-family: Arial, sans-serif;
    font-size: 14px;
    min-width: 1080px;
}

.cedet-program-row {
    display: grid;
    grid-template-columns: 125px 290px minmax(560px, 1fr) 125px;
}

.cedet-program-columns {
    background: #2f591f;
    color: #fff;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
}

.cedet-program-session {
    align-items: stretch;
    border-bottom: 2px solid #222;
}

.cedet-program-time,
.cedet-program-topic {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center;
    padding: 12px 14px;
    text-align: center;
}

.cedet-program-topic {
    color: #173d70;
    font-size: 16px;
}

.cedet-program-panel {
    background: #fff;
    font-size: 20px;
    padding: 5px;
    text-align: center;
}

.cedet-program-speakers {
    background: #c9e3b7;
}

.cedet-program-speakers p,
.cedet-program-countries p {
    border-bottom: 1px dotted #333;
    line-height: 1.35;
    margin: 0;
    min-height: 27px;
    padding: 4px 7px;
}

.cedet-program-speakers p:last-child,
.cedet-program-countries p:last-child {
    border-bottom: 0;
}

.cedet-program-countries {
    padding-top: 35px;
    text-align: center;
}

.cedet-program-session > .cedet-program-countries:only-child,
.cedet-program-session > .cedet-program-speakers + .cedet-program-countries {
    padding-top: 0;
}

.cedet-country-guest {
    background: #f5c99f;
    font-weight: 700;
}

.cedet-program-pending {
    background: #f2ff00;
}

.cedet-program-axis {
    border-bottom: 2px solid #222;
    color: #090909;
    font-size: 21px;
    font-weight: 700;
    padding: 25px 20px;
    text-align: center;
}

.cedet-program-break {
    grid-template-columns: 125px 1fr;
    padding: 15px 0;
}

.cedet-program-break > div:last-child {
    align-items: center;
    background: #aaa8a8;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
}

@media (max-width: 767px) {
    .cedet-program-section { padding: 60px 0; }
    .cedet-program-heading h2 { font-size: 21px; }
    .cedet-program-heading p { font-size: 16px; }
    .cedet-program-title { font-size: 21px; }
    .cedet-program-heading h3 { font-size: 21px; }
    .cedet-agenda-note { text-align: left; }
}

/* Agenda adaptada al lenguaje visual de la Cumbre */
.cedet-program-section {
    background: #f3f8f6;
    padding: 92px 0 82px;
}

.cedet-program-heading {
    margin: 0 auto 42px;
    max-width: 800px;
}

.cedet-program-eyebrow {
    color: #008f8c;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.cedet-program-heading h2 {
    color: #123b32;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 12px;
}

.cedet-program-heading p {
    color: #536660;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 18px;
}

.cedet-program-date {
    background: #fff;
    border: 1px solid #d9e8e3;
    border-radius: 999px;
    color: #244a40;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 10px 20px;
}

.cedet-program-date span {
    color: #00a99d;
    margin: 0 7px;
}

.cedet-program-scroll {
    background: #fff;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(22, 62, 52, .1);
    overflow: hidden;
}

.cedet-program-table {
    color: #263d37;
    font-family: Arial, sans-serif;
    font-size: 14px;
    min-width: 0;
}

.cedet-program-row {
    grid-template-columns: 120px 230px minmax(430px, 1fr) 110px;
}

.cedet-program-columns {
    background: linear-gradient(135deg, #123b32 0%, #087667 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 15px 0;
}

.cedet-program-session {
    border-bottom: 1px solid #dce9e5;
    transition: background-color .2s ease;
}

.cedet-program-session:hover {
    background: #f9fcfb;
}

.cedet-program-time {
    color: #008f8c;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.cedet-program-topic {
    color: #163e34;
    font-size: 15px;
    line-height: 1.45;
}

.cedet-program-panel {
    background: transparent;
    color: #008f8c;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding: 13px 12px 7px;
    text-align: left;
}

.cedet-program-speakers {
    background: transparent;
    padding: 0 12px 10px;
}

.cedet-program-speakers p,
.cedet-program-countries p {
    border-bottom: 1px solid #e8efed;
    line-height: 1.45;
    min-height: 0;
    padding: 6px 0;
}

.cedet-program-countries {
    align-self: center;
    color: #63736e;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    letter-spacing: .4px;
    padding: 36px 10px 10px;
    text-align: center;
}

.cedet-country-guest {
    background: transparent;
    color: #b46b2d;
    font-weight: 700;
}

.cedet-program-pending {
    color: #73817d;
    font-style: italic;
    background: transparent;
}

.cedet-program-axis {
    background: #e0f1eb;
    border: 0;
    color: #123b32;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: .4px;
    padding: 22px 20px;
}

.cedet-program-break {
    background: #f7faf9;
    grid-template-columns: 120px 1fr;
    padding: 0;
}

.cedet-program-break > div:last-child {
    background: transparent;
    color: #63736e;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 1.4px;
    padding: 18px;
}

.cedet-program-section .cedet-agenda-note {
    color: #73817d;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .cedet-program-scroll { overflow-x: auto; }
    .cedet-program-table { min-width: 900px; }
    .cedet-program-row { grid-template-columns: 105px 205px minmax(430px, 1fr) 100px; }
    .cedet-program-break { grid-template-columns: 105px 1fr; }
}

@media (max-width: 767px) {
    .cedet-program-section { padding: 68px 0 58px; }
    .cedet-program-heading { margin-bottom: 30px; }
    .cedet-program-heading h2 { font-size: 36px; }
    .cedet-program-heading p { font-size: 16px; }
    .cedet-program-date { border-radius: 12px; line-height: 1.5; }
    .cedet-program-scroll { border-radius: 12px; overflow: visible; }
    .cedet-program-table { min-width: 0; }
    .cedet-program-columns { display: none; }
    .cedet-program-row,
    .cedet-program-break { display: block; }
    .cedet-program-session { padding: 20px; }
    .cedet-program-time { display: block; padding: 0 0 8px; text-align: left; }
    .cedet-program-topic { display: block; font-size: 17px; padding: 0 0 14px; text-align: left; }
    .cedet-program-panel { padding-left: 0; }
    .cedet-program-speakers { padding-left: 0; padding-right: 0; }
    .cedet-program-countries { display: none; }
    .cedet-program-axis { font-size: 14px; line-height: 1.5; padding: 20px; }
    .cedet-program-break { padding: 18px 20px; }
    .cedet-program-break .cedet-program-time { padding: 0 0 3px; }
    .cedet-program-break > div:last-child { justify-content: flex-start; padding: 0; }
}

.cedet-speakers-preview-header {
    align-items: flex-end;
    display: flex;
}

.cedet-speakers-preview-eyebrow {
    color: #8ce0c8;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.cedet-speakers-preview-title {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.cedet-speakers-preview-header p {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    max-width: 780px;
}

.cedet-speakers-preview-action {
    text-align: right;
}

.cedet-speakers-preview-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 48px;
}

.cedet-speaker-preview-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    min-height: 240px;
    padding: 30px 24px;
}

.cedet-speaker-preview-initials {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #08715f;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    margin-bottom: 26px;
    width: 72px;
}

.cedet-speaker-preview-photo {
    border: 3px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    display: block;
    height: 92px;
    margin-bottom: 24px;
    object-fit: cover;
    object-position: center top;
    width: 92px;
}

.cedet-speaker-preview-card h3 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
}

.cedet-speaker-preview-card p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 991px) {
    .cedet-speakers-preview-header {
        display: block;
    }

    .cedet-speakers-preview-action {
        margin-top: 28px;
        text-align: left;
    }

    .cedet-speakers-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cedet-affiliates-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .cedet-tribute-section {
        padding: 65px 0;
    }

    .cedet-tribute-row {
        display: block;
    }

    .cedet-tribute-copy {
        padding: 42px 15px 0;
    }

    .cedet-tribute-copy p {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .cedet-tribute-section {
        padding: 45px 0;
    }

    .cedet-tribute-figure img {
        height: 270px;
        object-position: center top;
    }

    .cedet-tribute-copy {
        padding-top: 32px;
    }

    .cedet-tribute-eyebrow {
        font-size: 20px;
    }

    .cedet-tribute-copy p {
        font-size: 19px;
        line-height: 1.6;
    }

    .cedet-affiliates-section {
        padding: 60px 0;
    }

    .cedet-affiliates-title {
        font-size: 36px;
    }

    .cedet-affiliates-intro {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .cedet-speakers-preview {
        padding: 65px 0;
    }

    .cedet-speakers-preview-title {
        font-size: 32px;
    }

    .cedet-speakers-preview-grid {
        grid-template-columns: 1fr;
    }

    .cedet-affiliates-grid {
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }

    .cedet-affiliate-card {
        height: 145px;
    }
}

.cedet-speakers-hero {
    background: linear-gradient(135deg, rgba(9, 48, 40, .94), rgba(0, 137, 113, .9)), url("../images/bg-home-renewable-energy.png") center/cover;
    color: #fff;
    padding: 190px 0 120px;
}

.cedet-speakers-page-eyebrow,
.cedet-speakers-directory-eyebrow {
    color: #83dfc5;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cedet-speakers-hero h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.cedet-speakers-hero p {
    color: rgba(255, 255, 255, .8);
    font-size: 22px;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.cedet-speakers-down {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 25px;
    height: 50px;
    justify-content: center;
    margin-top: 38px;
    width: 50px;
}

.cedet-speakers-directory {
    background: #f5f7f6;
    padding: 90px 0 100px;
}

.cedet-speakers-directory-eyebrow {
    color: #009f6b;
}

.cedet-speakers-directory-title {
    color: #183c31;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.cedet-speakers-directory-intro {
    color: #62716c;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

.cedet-speakers-directory-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 55px;
}

.cedet-speaker-directory-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dce7e3;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(22, 47, 60, .07);
    display: flex;
    padding: 28px;
}

.cedet-speaker-directory-portrait {
    align-items: center;
    background: linear-gradient(145deg, #0b806c, #19ae82);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 92px;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    height: 92px;
    justify-content: center;
    margin-right: 24px;
    overflow: hidden;
    width: 92px;
}

.cedet-speaker-directory-portrait img {
    border-radius: 50%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.cedet-speaker-directory-content h3 {
    color: #183c31;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin: 2px 0 9px;
}

.cedet-speaker-directory-role {
    color: #008f72;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 17px;
}

.cedet-speaker-directory-bio {
    border-top: 1px solid #e6eeeb;
    padding-top: 14px;
}

.cedet-speaker-directory-bio summary {
    color: #264c40;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
}

.cedet-speaker-directory-bio summary::-webkit-details-marker {
    display: none;
}

.cedet-speaker-directory-bio summary:after {
    content: " +";
}

.cedet-speaker-directory-bio[open] summary:after {
    content: " −";
}

.cedet-speaker-directory-bio p {
    color: #64726d;
    font-size: 14px;
    line-height: 1.75;
    margin: 16px 0 0;
}

.cedet-speakers-return {
    background: #123b32;
    color: #fff;
    padding: 72px 0;
}

.cedet-speakers-return h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.cedet-speakers-return p {
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    margin: 0 0 28px;
}

@media (max-width: 991px) {
    .cedet-speakers-directory-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cedet-speakers-hero {
        padding: 145px 0 85px;
    }

    .cedet-speakers-hero h1 {
        font-size: 48px;
    }

    .cedet-speakers-hero p {
        font-size: 18px;
    }

    .cedet-speakers-directory {
        padding: 65px 0 75px;
    }

    .cedet-speakers-directory-title {
        font-size: 34px;
    }
}

@media (max-width: 520px) {
    .cedet-speaker-directory-card {
        display: block;
        padding: 24px;
    }

    .cedet-speaker-directory-portrait {
        height: 76px;
        margin: 0 0 20px;
        width: 76px;
    }
}

/* Sponsors */
.cedet-sponsors-section {
    background: linear-gradient(180deg, #f5f9f8 0%, #ffffff 100%);
    padding: 92px 0 84px;
}

.cedet-sponsors-eyebrow {
    color: #008f8c;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cedet-sponsors-title {
    color: #182636;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 14px;
}

.cedet-sponsors-intro {
    color: #5b6772;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto 54px;
    max-width: 720px;
}

.cedet-sponsor-tier { margin-top: 38px; }

.cedet-sponsor-tier-heading {
    align-items: center;
    color: #008f8c;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cedet-sponsor-tier-heading:before,
.cedet-sponsor-tier-heading:after {
    background: #d8e5e3;
    content: "";
    flex: 1;
    height: 1px;
}

.cedet-sponsor-tier-gold .cedet-sponsor-tier-heading { color: #b89800; }
.cedet-sponsor-tier-silver .cedet-sponsor-tier-heading { color: #70808a; }

.cedet-sponsor-grid {
    display: grid;
    gap: 18px;
    margin: 0 auto;
}

.cedet-sponsor-grid-special {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 960px;
}
.cedet-sponsor-grid-gold {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 860px;
}
.cedet-sponsor-grid-silver {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 960px;
}

.cedet-sponsor-grid-silver .cedet-sponsor-card:last-child {
    grid-column: 2;
}

.cedet-sponsor-card {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 8px 26px rgba(22, 47, 60, .07);
    display: flex;
    flex-direction: column;
    height: 160px;
    justify-content: center;
    padding: 24px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cedet-sponsor-tier-special .cedet-sponsor-card { border-top: 4px solid #008f8c; height: 188px; }
.cedet-sponsor-tier-gold .cedet-sponsor-card { border-top: 4px solid #d8b900; height: 180px; }
.cedet-sponsor-tier-silver .cedet-sponsor-card { border-top: 3px solid #aab7bd; }

.cedet-sponsor-card:hover {
    box-shadow: 0 14px 34px rgba(22, 47, 60, .13);
    transform: translateY(-4px);
}

.cedet-sponsor-card img {
    display: block;
    max-height: 90px;
    max-width: 90%;
    object-fit: contain;
    width: auto;
}

.cedet-sponsor-card img.cedet-sponsor-logo-ins {
    max-height: 112px;
    max-width: 96%;
}


.cedet-sponsor-card-text { color: #162f3c; text-align: center; }
.cedet-sponsor-wordmark { font-family: Arial, sans-serif; font-size: 44px; font-weight: 800; letter-spacing: 1px; }
.cedet-sponsor-card small { color: #758189; display: block; font-size: 11px; letter-spacing: .6px; margin-top: 9px; text-transform: uppercase; }
.cedet-sponsor-wordmark-core { font-size: 25px; font-weight: 400; }
.cedet-sponsor-wordmark-core b { color: #008f8c; }
.cedet-sponsor-wordmark-bcr { color: #005ca9; font-size: 50px; font-style: italic; }

@media (max-width: 767px) {
    .cedet-sponsor-grid-special,
    .cedet-sponsor-grid-silver {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .cedet-sponsor-grid-silver .cedet-sponsor-card:last-child {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .cedet-sponsors-section { padding: 70px 0 62px; }
    .cedet-sponsors-title { font-size: 34px; }
    .cedet-sponsor-grid-special,
    .cedet-sponsor-grid-silver { grid-template-columns: 1fr; }
    .cedet-sponsor-card,
    .cedet-sponsor-tier-special .cedet-sponsor-card { height: 150px; }
}

.cedet-navbar-brand {
    height: auto;
    line-height: 1;
    padding-bottom: 7px;
    padding-top: 7px;
}

.cedet-navbar-brand img {
    display: block;
    height: 46px;
    max-width: 190px;
    object-fit: contain;
    width: auto;
}

.cedet-hero-logo {
    display: block;
    margin: 0 auto 28px;
    max-width: 720px;
    width: 92%;
}

#home-bg-parallax {
    background-color: #050817;
    min-height: 620px;
    position: relative;
}

#home-bg-parallax > .bg-parallax {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0 !important;
    transform: none !important;
}

#home-bg-parallax > .bg-parallax:after {
    background: linear-gradient(135deg, rgba(2, 6, 22, 0.76), rgba(0, 60, 94, 0.34) 52%, rgba(2, 6, 22, 0.72));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
    color: var(--cedet-teal) !important;
}

.title-underline-base-color,
.title-underline-thick-base-color {
    border-color: var(--cedet-yellow);
}

.title-sideline-base-color:before,
.title-strikethrough-base-color:before {
    background-color: var(--cedet-yellow);
}

.text-base-color,
.text-hover-base-color:hover,
.text-hover-base-color:focus {
    color: var(--cedet-teal) !important;
}

.bg-base-color,
.bg-hover-base-color:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover,
.nav.nav-pills.nav-stacked > li.active > a:focus,
.panel-group .panel.active .panel-heading,
.countdown .clock-item,
.pricing ul > li.check-mark:before,
.timeline-item.highlight:before,
.pace .pace-progress {
    background-color: var(--cedet-teal) !important;
}

.border-base-color,
.timeline-item.highlight:before {
    border-color: var(--cedet-teal) !important;
}

.btn.btn-base-color {
    background-color: var(--cedet-teal);
    border-color: var(--cedet-teal);
}

.btn.btn-base-color:hover,
.btn.btn-base-color:focus {
    background-color: var(--cedet-yellow);
    border-color: var(--cedet-yellow);
    color: var(--cedet-black);
}

.btn.btn-outline-base-color {
    border-color: var(--cedet-teal);
    color: var(--cedet-teal);
}

.btn.btn-outline-base-color:hover {
    background-color: var(--cedet-teal);
}

.btn.btn-outline-black:hover,
.btn.btn-outline-black:focus {
    background-color: var(--cedet-teal);
    border-color: var(--cedet-teal);
    color: #ffffff;
}

.footer {
    border-top: 4px solid var(--cedet-yellow);
}

.footer-logo img {
    height: auto;
    max-width: 240px;
    width: 100%;
}

.footer-social a:hover,
.footer-social a:focus {
    color: var(--cedet-teal) !important;
}

.cedet-contact-logo {
    display: inline-block;
    margin-bottom: 25px;
}

.cedet-contact-logo img {
    display: block;
    height: auto;
    max-width: 360px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.cedet-contact-logo:hover img,
.cedet-contact-logo:focus img {
    opacity: 0.85;
    transform: translateY(-2px);
}

.cedet-contact-eyebrow {
    color: var(--cedet-teal);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cedet-contact-title {
    color: #252525;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 32px;
}

.cedet-contact-organization {
    color: #303030;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto 10px;
    max-width: 720px;
}

.cedet-contact-location {
    color: #626262;
    font-size: 17px;
    margin-bottom: 36px;
}

.cedet-contact-location i {
    color: var(--cedet-teal);
    margin-right: 7px;
}

.cedet-contact-methods {
    display: flex;
    flex-wrap: wrap;
}

.cedet-contact-methods > [class*="col-"] {
    display: flex;
}

.cedet-contact-method {
    background: #f7f8f8;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    color: #3c3c3c;
    display: block;
    font-size: 13px;
    min-height: 126px;
    padding: 24px 12px;
    transition: all 0.2s ease;
    width: 100%;
    word-break: break-word;
}

.cedet-contact-method i {
    color: var(--cedet-teal);
    display: block;
    font-size: 30px;
    margin-bottom: 14px;
}

.cedet-contact-method:hover,
.cedet-contact-method:focus {
    background: var(--cedet-teal);
    color: #ffffff;
    transform: translateY(-3px);
}

.cedet-contact-method:hover i,
.cedet-contact-method:focus i {
    color: #ffffff;
}

.cedet-contact-social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 34px;
}

.cedet-contact-social > span {
    color: #252525;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cedet-contact-social a {
    border: 1px solid var(--cedet-teal);
    border-radius: 22px;
    color: var(--cedet-teal);
    font-weight: 600;
    padding: 8px 15px;
}

.cedet-contact-social a:hover,
.cedet-contact-social a:focus {
    background: var(--cedet-teal);
    color: #ffffff;
}

.cedet-about-story {
    margin: 0 auto;
    max-width: 920px;
}

.cedet-about-lead {
    border-left: 5px solid var(--cedet-yellow);
    color: #252525;
    font-size: 21px;
    line-height: 1.65;
    margin: 0 0 38px;
    padding: 4px 0 4px 28px;
}

.cedet-about-topic {
    align-items: flex-start;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    padding: 28px 32px;
}

.cedet-about-number {
    color: var(--cedet-teal);
    flex: 0 0 48px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.cedet-about-topic h4 {
    color: #252525;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.cedet-about-topic p {
    color: #626262;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.cedet-about-action {
    margin-top: 34px;
}

.cedet-event-facts {
    margin-top: 65px;
    padding-top: 10px;
}

.cedet-event-facts .row .row {
    display: flex;
    flex-wrap: wrap;
}

.cedet-event-facts .row .row > [class*="col-"] {
    display: flex;
}

.cedet-fact-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
    padding: 34px 26px;
    position: relative;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.cedet-fact-card:before {
    background: var(--cedet-yellow);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cedet-fact-card:hover {
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.cedet-fact-card-featured {
    background: linear-gradient(145deg, var(--cedet-teal-dark), var(--cedet-teal));
}

.cedet-fact-icon {
    align-items: center;
    background: rgba(0, 143, 152, 0.1);
    border-radius: 50%;
    color: var(--cedet-teal);
    display: flex;
    font-size: 26px;
    height: 58px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 58px;
}

.cedet-fact-label {
    color: var(--cedet-teal);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cedet-fact-value {
    color: #252525;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.45;
}

.cedet-fact-detail {
    color: #626262;
    display: block;
    font-size: 14px;
    line-height: 1.55;
    margin-top: 8px;
}

.cedet-fact-card-featured .cedet-fact-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.cedet-fact-card-featured .cedet-fact-label,
.cedet-fact-card-featured .cedet-fact-value,
.cedet-fact-card-featured .cedet-fact-detail {
    color: #ffffff;
}

.cedet-speaker-roster {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
}

.cedet-speaker-roster > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.cedet-speaker-card {
    background: #ffffff;
    border-top: 4px solid var(--cedet-teal);
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.07);
    padding: 26px;
    width: 100%;
}

.cedet-speaker-type {
    color: var(--cedet-teal);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cedet-speaker-card h4 {
    color: #252525;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 8px;
}

.cedet-speaker-card p {
    color: #626262;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.cedet-agenda-participants {
    color: #626262;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 7px;
}

.cedet-agenda-speakers {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.cedet-agenda-speakers li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #626262;
    font-size: 13px;
    line-height: 1.45;
    padding: 9px 0;
}

.cedet-agenda-speakers strong {
    color: #252525;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.cedet-agenda-speakers span {
    display: block;
    margin-top: 2px;
}

.cedet-agenda-axis {
    color: var(--cedet-teal);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 6px;
    text-transform: uppercase;
}

.cedet-agenda-panel-number {
    color: var(--cedet-teal);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 5px 0 3px;
    text-transform: uppercase;
}

.cedet-learning-table .cedet-session-group {
    background: var(--cedet-teal);
    border-color: var(--cedet-teal);
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 14px 16px;
    text-align: left;
    text-transform: uppercase;
}

.cedet-learning-table td {
    background: #ffffff;
    vertical-align: middle !important;
}

.cedet-learning-axes {
    display: flex;
    flex-wrap: wrap;
}

.cedet-learning-axes > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.cedet-learning-axis-card {
    background: #ffffff;
    border-bottom: 4px solid var(--cedet-yellow);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
    padding: 30px;
    width: 100%;
}

.cedet-learning-axis-number {
    color: var(--cedet-teal);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.cedet-learning-axis-card h4 {
    color: #252525;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 20px;
}

.cedet-learning-axis-card li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #626262;
    font-size: 14px;
    line-height: 1.6;
    padding: 13px 0;
}

.cedet-investment-card {
    background: #ffffff;
    border: 1px solid rgba(0, 143, 152, 0.18);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
}

.cedet-investment-price {
    align-items: center;
    background: linear-gradient(145deg, var(--cedet-teal-dark), var(--cedet-teal));
    color: #ffffff;
    display: flex;
    flex: 0 0 205px;
    flex-direction: column;
    justify-content: center;
    padding: 34px 24px;
    text-align: center;
}

.cedet-investment-label {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cedet-investment-price strong {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 58px;
    line-height: 1;
}

.cedet-investment-tax {
    background: var(--cedet-yellow);
    border-radius: 20px;
    color: #111111;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-top: 14px;
    padding: 5px 12px;
}

.cedet-investment-benefits {
    flex: 1;
    padding: 30px 34px;
}

.cedet-investment-benefits h3 {
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cedet-investment-benefits li {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 0 6px 27px;
    position: relative;
}

.cedet-investment-benefits li:before {
    background: var(--cedet-teal);
    border-radius: 50%;
    color: #ffffff;
    content: "✓";
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 18px;
}

@media (max-width: 991px) {
    .cedet-navbar-brand img {
        height: 40px;
        max-width: 165px;
    }

    #home-bg-parallax > .bg-parallax {
        background-position: center center !important;
        height: auto !important;
        top: 0;
    }
}

@media (max-width: 767px) {
    .cedet-navbar-brand {
        padding-left: 15px;
    }

    #home-bg-parallax > .bg-parallax {
        background-position: 50% center !important;
        background-size: cover !important;
        height: auto !important;
        top: 0;
    }

    #home-bg-parallax {
        min-height: 560px;
    }

    #home-bg-parallax > .bg-parallax:after {
        background: rgba(2, 6, 22, 0.68);
    }

    .cedet-hero-logo {
        margin: 0 auto 20px;
        max-width: 430px;
        width: 94%;
    }

    .cedet-about-lead {
        font-size: 18px;
        padding-left: 20px;
    }

    .cedet-about-topic {
        display: block;
        padding: 24px 22px;
    }

    .cedet-about-number {
        display: block;
        margin-bottom: 14px;
    }

    .cedet-event-facts {
        margin-top: 48px;
        padding-top: 30px;
    }

    .cedet-event-facts .row .row {
        display: block;
    }

    .cedet-event-facts .row .row > [class*="col-"] {
        display: block;
        margin-bottom: 18px;
    }

    .cedet-contact-logo img {
        max-width: 280px;
    }

    .cedet-contact-title {
        font-size: 36px;
    }

    .cedet-contact-organization {
        font-size: 19px;
    }

    .cedet-contact-methods {
        display: block;
    }

    .cedet-contact-methods > [class*="col-"] {
        display: block;
        margin-bottom: 14px;
    }

    .cedet-speaker-roster > [class*="col-"] {
        display: block;
    }

    .cedet-learning-axes {
        display: block;
    }

    .cedet-learning-axes > [class*="col-"] {
        display: block;
    }

    .cedet-investment-card {
        display: block;
    }

    .cedet-investment-price {
        padding: 28px 20px;
    }

    .cedet-investment-benefits {
        padding: 26px 24px;
    }
}
