:root {
    /* ── Design Tokens ── */
    --gold: #95c13d;
    --gold-l: #e8c97a;
    --gold-pale: rgba(149, 193, 61, 0.1);
    --deep: #07101e;
    --deep2: #0d1b2e;
    --navy: #112240;
    --green: #0c3525;
    --teal: #0a4538;
    --text-light: #ece8df;
    --text-dim: rgba(236, 232, 223, 0.6);
    --text-muted: rgba(236, 232, 223, 0.3);
    --border-gold: rgba(149, 193, 61, 0.22);
    --border-dim: rgba(255, 255, 255, 0.07);
    --card-bg: rgba(255, 255, 255, 0.03);
    --nav-h: 68px;

    /* ── Typography ── */
    --font-display: "Bebas Neue", sans-serif;
    --font-body: "Space Grotesk", sans-serif;
    --font-mono: "DM Mono", monospace;

    /* ── Legacy aliases (keep existing blade views working) ── */
    --primary-font-color: var(--gold);
    --secondary-bg-color: var(--green);
    --color-white: #ffffff;
    --color-primary-black: var(--deep);
    --dark-primary-color: var(--teal);
}

.flexslider {
    border: none !important;
}

.placeholder-img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.spotlight:nth-child(4n + 1),
.spotlight:nth-child(4n + 3) {
    color: #ffffff !important;
}

.spotlight-header {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1em;
}

.spotlight:nth-child(4n + 2),
.spotlight:nth-child(4n + 4) {
    color: #fff !important;
    /* Yellow */
}

.text-main-color {
    color: var(--primary-font-color);
}

.objectivegroup p {
    margin-bottom: 0;
}

.list-group-item:last-child {
    border-bottom: none !important;
}

.img-block-wrapper {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.bg-secondary-block {
    background-color: var(--secondary-bg-color);
}

.tagline-wrapper {
    margin-bottom: 1.5rem;
}

.text-style-tagline {
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.bg-image-block {
    /* background-image: url("../../custom/images/registerbg.png");
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top left; */
    background-color: #2f3640;
}

.btn-register {
    font-size: 0.9375rem !important;
    color: #333 !important;
    font-weight: normal !important;
    align-items: center;
    display: inline-flex;
}

.btn-register span {
    margin-left: 5px;
}

.full-img-spread {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.text-style-tagline {
    /* text-transform: uppercase; */
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
    font-family: var(--font-display);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
}

.bg-dark-primary {
    background-color: var(--dark-primary-color);
}

.text-style-muted {
    opacity: 0.75;
}

.divider {
    background-color: #ccc;
    width: 100%;
    height: 1px;
}

.divider-white {
    background-color: #fff;
    width: 100%;
    height: 1px;
}

section {
    padding-left: 6rem;
    padding-right: 6rem;
}

/* For tablets (widths below 992px) */
@media (max-width: 991.98px) {
    section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* For mobile devices (widths below 768px) */
@media (max-width: 767.98px) {
    section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar .navbar-toggler {
        border: 2px solid var(--bs-dark);
        color: var(--bs-dark);
    }

    .remove-mt-sm {
        margin-top: 0 !important;
    }

    .button-sm-block {
        width: 100%;
        margin-top: 10px;
    }

    .mobile-spread {
        object-fit: cover;
        width: 100%;
    }
}

/* Header Styles */
.ted-logo {
    width: 48px;
    height: 24px;
}

.tagline {
    font-size: 14px;
    color: #666;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 0.5rem 0.8rem;
}

.navbar-nav .nav-link:hover {
    color: #e62b1e;
}

.membership-btn {
    background-color: #e62b1e;
    color: white !important;
    border-radius: 3px;
}

.membership-btn:hover {
    background-color: #d42a1d;
}

.search {
    font-size: 18px;
    cursor: pointer;
}

/* Video Container Styles */
.video-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button i {
    font-size: 30px;
    color: #e62b1e;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Talk Info Styles */
.talk-info h1 {
    font-size: 32px;
    line-height: 1.2;
}

.speaker-info {
    font-size: 14px;
    color: #666;
}

.speaker-name {
    font-weight: 500;
}

.action-btn {
    color: #666 !important;
    text-decoration: none !important;
    transition: color 0.3s;
}

.action-btn:hover,
.action-btn.active {
    color: #e62b1e !important;
}

.talk-description {
    line-height: 1.8;
}

.start-here {
    color: #e62b1e;
    font-weight: 500;
}

.tag,
.topic {
    font-size: 14px;
    color: #666;
    transition: color 0.3s;
}

.tag:hover,
.topic:hover {
    color: #e62b1e;
    text-decoration: none;
}

/* Sidebar Styles */
.sidebar h2 {
    font-size: 22px;
}

.thumbnail {
    flex-shrink: 0;
    width: 210px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
}

.talk-meta {
    display: flex;
    flex-direction: column;
}

.talk-meta .date {
    font-size: 12px;
    color: #666;
}

.talk-meta h3 {
    font-size: 16px;
    line-height: 1.3;
    transition: color 0.3s;
}

.talk-meta .speaker {
    font-size: 12px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .thumbnail {
        width: 150px;
        height: 90px;
    }

    .talk-meta h3 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .talk-info h1 {
        font-size: 24px;
    }

    .related-talk {
        flex-direction: column;
    }

    .thumbnail {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}

.light-button {
    appearance: none;
    background-color: #fafbfc;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow:
        rgba(27, 31, 35, 0.04) 0 1px 0,
        rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292e;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    list-style: none;
    padding: 13px 20px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

.light-button:hover {
    background-color: #f3f4f6;
    text-decoration: none;
    transition-duration: 0.1s;
}

.light-button:disabled {
    background-color: #fafbfc;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959da5;
    cursor: default;
}

.light-button:active {
    background-color: #edeff2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
}

.light-button:focus {
    outline: 1px transparent;
}

.light-button:before {
    display: none;
}

.light-button:-webkit-details-marker {
    display: none;
}

.event-img-block {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}

.zoom-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.speakerdata {
    min-height: 80px;
}

.partnerlogo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.event-cover {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Pseudo-element for overlaying opacity */
.event-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    /* semi-transparent black overlay */
    z-index: 1;
    /* Put it above the image but below the text */
}

.event-cover-text {
    position: relative;
    z-index: 2;
    /* Text stays above the image and overlay */
}

.zfix {
    z-index: 3 !important;
}

.offcanvasSpeakersheight {
    height: 80vh !important;
}

#offcanvasSpeakers .profile-container {
    overflow: hidden;
    position: relative;
}

#offcanvasSpeakers .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
}

#offcanvasSpeakers .profile-header {
    padding-bottom: 5rem;
}

#offcanvasSpeakers .profile-name {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

#offcanvasSpeakers .profile-title {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 0;
}

#offcanvasSpeakers .profile-company {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 0;
}

#offcanvasSpeakers .profile-department {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

#offcanvasSpeakers .profile-bio {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-top: 20px;
}

#offcanvasSpeakers .profile-image-container {
    background-color: #f0c14b;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#offcanvasSpeakers .profile-image {
    width: 100%;
    height: auto;
}

#offcanvasSpeakers .photo-credit {
    text-align: right;
    font-size: 0.8rem;
    color: #777;
    margin-top: 5px;
}

#offcanvasSpeakers .event-section {
    background-color: #1e2a35;
    color: white;
    padding: 40px 50px;
    margin-top: 50px;
}

#offcanvasSpeakers .event-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: #ffffff !important;
}

#offcanvasSpeakers .event-name {
    font-weight: 700;
    color: #ffffff !important;
}

#offcanvasSpeakers .event-description {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #ffffff !important;
}

#offcanvasSpeakers .apply-btn {
    background-color: #e0e0e0;
    color: #333;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
}

#offcanvasSpeakers .apply-btn:hover {
    background-color: #d0d0d0;
}

.bg-green-block {
    background-color: #008008;
}

.focalarea-img {
    height: 4rem;
    line-height: 4rem;
    width: 4rem;
}

/*----------------------------------*/
/* Social Horizontal */
/*----------------------------------*/
.social-horizontal-wrapper .social-info-list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    border: 1px solid #eeeeee;
}

.social-horizontal-wrapper .social-info-list li {
    flex: 2;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #eeeeee;
}

.social-horizontal-wrapper .social-info-list li a {
    display: block;
    width: 100%;
    padding: 40px 0;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.social-horizontal-wrapper .social-info-list li a i {
    position: absolute;
    font-size: 55px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.social-horizontal-wrapper .social-info-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    background-color: #008008;
}

.social-horizontal-wrapper .social-info-list li a:hover i {
    opacity: 1;
    visibility: visible;
}

.social-horizontal-wrapper .social-info-list li a:hover:before {
    height: 100%;
}

.social-horizontal-wrapper .social-info-list li:last-child {
    border-right: none;
}

.social-horizontal-wrapper.social-horizontal-dark .social-info-list {
    border-color: rgba(255, 255, 255, 0.12);
}

.social-horizontal-wrapper.social-horizontal-dark .social-info-list li {
    border-right-color: rgba(255, 255, 255, 0.12);
}

.social-horizontal-wrapper.social-horizontal-dark .social-info-list li a {
    color: #ffffff;
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
    .social-icon.social-icon-style-02 ul li.social-label {
        padding-right: 40px;
        margin-right: inherit;
    }
}

@media (max-width: 767px) {
    .social-icon ul li {
        margin: 0 8px;
    }

    .social-icon ul li.social-label {
        padding-right: 35px;
    }

    .social-icon ul li.social-label:before {
        width: 20px;
    }
}

@media (max-width: 575px) {
    .social-icon ul li.social-label {
        padding-right: 30px;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .social-icon.social-icon-style-02 ul {
        flex-wrap: wrap;
    }

    .social-icon.social-icon-style-02 ul li {
        margin: 0 12px 0 0;
    }

    .social-icon.social-icon-style-02 ul li.social-label {
        margin-bottom: 5px;
        width: 100%;
        padding-right: 0;
    }

    .social-icon.social-icon-style-02 ul li.social-label:before {
        display: none;
    }
}

.disabled-btn {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.topnavbar .breadcrumb {
    padding-top: 2rem;
    margin-bottom: 0;
    background-color: transparent;
}

.topnavbar .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.topnavbar .breadcrumb-item.active {
    color: #fff;
}

.topnavbar .contact-title {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0rem;
    color: #fff;
}

.topnavbar .contact-subtitle {
    color: #c5c5c6;
}

.contactblock .material-symbols-outlined {
    font-size: 24px;
    color: #1e5245;
    vertical-align: middle;
}

/* Contact options styling */
.contactblock .contact-option {
    background-color: #f8f8f8;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contactblock .contact-option:hover {
    background-color: #f0f0f0;
}

.contactblock .icon-container {
    color: #1e5245;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactblock .arrow-icon {
    color: #1e5245;
}

/* Form styling */
.contactblock .contact-form-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contactblock .form-header {
    background-color: #1e5245;
    color: white;
}

.contactblock .text-light-green {
    color: #a3e635;
}

.contactblock .form-body {
    background-color: white;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.contactblock .form-control {
    padding: 0.75rem;
    border: 1px solid #ddd;
}

.contactblock .form-control:focus {
    border-color: #1e5245;
    box-shadow: 0 0 0 0.25rem rgba(30, 82, 69, 0.25);
}

.contactblock .btn-submit {
    background-color: #a3e635;
    color: #333;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contactblock .btn-submit:hover {
    background-color: #94d82d;
}

.contactblock .privacy-notice a {
    color: #1e5245;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .contactblock .contact-form-container {
        margin-top: 2rem;
    }
}

.contactblock .fw-medium {
    font-weight: 500;
}

.contactblock .paper-plane-icon .material-symbols-outlined {
    color: #a3e635;
}

.topnavbar hr {
    border-color: #e0e0e0;
}

.btn-black-outline {
    background-color: #000;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 20px;
}

.btn-black-outline:hover {
    color: #000 !important;
    border: 1px solid #000;
    background-color: transparent;
    transition: all 0.3s ease;
}

/* ══════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════ */
body {
    font-family: var(--font-body);
    font-size: 17px;
}

h1,
h2,
h3,
h4,
.display-heading {
    font-family: var(--font-display);
}

.label-mono,
.sec-label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 10px;
}

/* ══════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════ */
.navbar.transparent {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    height: var(--nav-h);
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s;
    padding: 0 1rem;
}

.navbar.transparent.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Push page content below fixed nav */
body>main {
    padding-top: var(--nav-h);
}

/* Brand logo */
.navbar.transparent .navbar-brand {
    padding: 0;
}

.navbar.transparent .img-block-wrapper {
    height: 100px;
    width: auto;
    /* max-width: 160px; */
    object-fit: contain;
}

/* Nav links */
.navbar.transparent .navbar-nav .nav-link {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    padding: 7px 14px;
    border-radius: 7px;
    transition:
        color 0.18s,
        background 0.18s;
}

.navbar.transparent .navbar-nav .nav-link:hover {
    color: var(--deep);
    background: rgba(0, 0, 0, 0.05);
}

.navbar.transparent .navbar-nav .nav-link.active {
    color: var(--gold);
    background: var(--gold-pale);
}

/* Dropdown menus */
.navbar.transparent .dropdown-menu {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 6px;
    margin-top: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.navbar.transparent .dropdown-item {
    font-family: var(--font-body);
    font-size: 14px;
    color: #334155;
    border-radius: 7px;
    padding: 8px 14px;
    transition: all 0.15s;
}

.navbar.transparent .dropdown-item:hover {
    background: var(--gold-pale);
    color: var(--gold);
}

/* Register CTA button */
.btn-register {
    font-family: var(--font-body) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--deep) !important;
    background: linear-gradient(135deg, var(--gold), var(--gold-l));
    border: none;
    border-radius: 7px;
    padding: 9px 22px !important;
    letter-spacing: 0.3px;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-register:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(149, 193, 61, 0.35);
    color: var(--deep) !important;
    background: linear-gradient(135deg, var(--gold), var(--gold-l));
    border: none;
}

.btn-register .material-symbols-outlined {
    font-size: 16px;
}

.offcanvas-nav .navbar-nav .nav-link {
    font-size: 15px;
    color: var(--text-dim);
    padding: 12px 16px;
    border-radius: 8px;
}

.offcanvas-nav .navbar-nav .nav-link:hover {
    background: var(--gold-pale);
    color: var(--gold);
}

/* Hamburger toggler */
.navbar.transparent .navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: var(--deep);
    border-radius: 7px;
    padding: 6px 10px;
}

.navbar.transparent .navbar-toggler:focus {
    box-shadow: none;
}

.navbar.transparent .navbar-toggler .bi-list {
    font-size: 22px;
    color: var(--deep);
}

/* Scroll shadow via JS class */
@media (max-width: 991.98px) {
    .navbar.transparent {
        height: auto;
        min-height: var(--nav-h);
    }
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.site-footer {
    background: var(--deep2);
    border-top: 1px solid var(--border-dim);
    padding-left: 6rem;
    padding-right: 6rem;
    color: var(--text-dim);
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}

/* 4-column grid: 2fr 1fr 1fr 1fr */
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

/* Brand column */
.footer-brand .footer-logo {
    height: 60px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    margin-bottom: 14px;
    display: block;
}

.footer-brand-desc {
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.75;
    max-width: 260px;
    margin-bottom: 14px;
}

.footer-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-tag {
    display: inline-block;
    background: var(--gold-pale);
    border: 1px solid var(--border-gold);
    color: var(--gold);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
}

/* Link columns */
.footer-col-heading {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 9px;
}

.footer-col ul li a {
    font-size: 14px;
    color: var(--text-dim);
    text-decoration: none;
    transition: color 0.15s;
    cursor: pointer;
}

.footer-col ul li a:hover {
    color: var(--gold);
}

/* Social icon boxes */
.footer-socials {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.footer-social-link {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    transition:
        border-color 0.2s,
        background 0.2s,
        color 0.2s;
}

.footer-social-link:hover {
    border-color: var(--border-gold);
    background: var(--gold-pale);
    color: var(--gold);
}

/* Bottom bar */
.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid var(--border-dim);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom p {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-footer .container {
        padding: 0 24px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ══════════════════════════════════════════
   WHY NOW SECTION
══════════════════════════════════════════ */
.why-now-section {
    background: linear-gradient(160deg,
            var(--deep) 0%,
            var(--deep2) 50%,
            var(--navy) 100%);
    position: relative;
    overflow: hidden;
}

/* subtle grid background */
.why-now-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(149, 193, 61, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(149, 193, 61, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.why-now-container {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px; */
    position: relative;
    z-index: 1;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.sec-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: var(--text-light);
}

.sec-title em {
    font-style: italic;
    color: var(--gold);
}

.gold-line {
    width: 48px;
    height: 2px;
    background: var(--gold);
    margin: 20px 0;
}

.sec-body {
    font-size: 16px;
    color: var(--text-dim);
    line-height: 1.8;
    margin-bottom: 16px;
}

.why-quote {
    font-family: var(--font-display);
    font-size: 23px;
    line-height: 1.5;
    color: var(--text-dim);
    margin: 24px 0;
    padding-left: 24px;
    border-left: 2px solid var(--gold);
}

.why-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.btn-gold-custom {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--gold), var(--gold-l));
    color: var(--deep) !important;
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}

.btn-gold-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(149, 193, 61, 0.35);
    color: var(--deep) !important;
    text-decoration: none;
}

.btn-outline-custom {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: transparent;
    color: var(--gold) !important;
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--border-gold);
    text-decoration: none;
    transition:
        background 0.2s,
        transform 0.2s;
}

.btn-outline-custom:hover {
    background: var(--gold-pale);
    transform: translateY(-1px);
    text-decoration: none;
    color: var(--gold) !important;
}

/* Stat boxes */
.why-stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.why-stat-box {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition:
        border-color 0.25s,
        transform 0.25s;
}

.why-stat-box:hover {
    border-color: var(--border-gold);
    transform: translateY(-3px);
}

.why-stat-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.stat-num {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 13.5px;
    color: var(--text-dim);
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 991.98px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-now-container {
        padding: 0 24px;
    }
}

@media (max-width: 575.98px) {
    .why-now-section {
        padding: 56px 0;
    }

    .why-stat-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* ══════════════════════════════════════════
   THEMATIC AREAS SECTION
══════════════════════════════════════════ */
.thematic-section {
    background: #ffffff;
    padding: 80px 0;
    border-top: 1px solid #f0f0f0;
}

.thematic-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}

.thematic-header {
    margin-bottom: 40px;
}

/* Override sec-label color for light background */
.thematic-label {
    color: var(--gold) !important;
}

.thematic-title {
    color: #0d1b2e;
}

.thematic-title em {
    color: var(--gold);
}

.thematic-body {
    color: #555;
    max-width: 600px;
    margin-bottom: 0;
}

/* Grid: 7 columns on desktop, wraps naturally */
.themes-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.theme-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px 14px;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 0.25s,
        transform 0.25s,
        box-shadow 0.25s,
        background 0.25s;
}

.theme-card:hover {
    border-color: var(--gold);
    background: var(--gold-pale);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(149, 193, 61, 0.15);
}

.theme-card-icon {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.theme-card-icon img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.theme-card-num {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 1.5px;
    color: var(--gold);
    margin-bottom: 6px;
}

.theme-card-name {
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
}

.theme-card:hover .theme-card-name {
    color: #07101e;
}

/* Responsive */
@media (max-width: 1100px) {
    .themes-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767.98px) {
    .themes-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .thematic-container {
        padding: 0 24px;
    }

    .thematic-section {
        padding: 56px 0;
    }
}

@media (max-width: 480px) {
    .themes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ══════════════════════════════════════════
   HERO INTRO BLOCK (white bg)
══════════════════════════════════════════ */
.hero-intro-section {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    padding-left: 6rem;
    padding-right: 6rem;
}

/* subtle gold grid lines — very faint on white */
.hero-intro-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(149, 193, 61, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(149, 193, 61, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.hero-intro-container {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px; */
    position: relative;
    z-index: 1;
}

/* Eyebrow row */
.hero-intro-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-intro-eyebrow-line {
    width: 40px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}

.hero-intro-tag {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
}

/* Headline */
.hero-intro-h1 {
    font-family: var(--font-display);
    font-size: clamp(42px, 7vw, 80px);
    font-weight: 700;
    line-height: 1;
    color: #07101e;
    margin-bottom: 24px;
    max-width: 820px;
}

.hero-intro-h1 em {
    font-style: italic;
    color: var(--gold);
}

/* Sub-copy */
.hero-intro-p {
    font-size: 17px;
    color: #555;
    max-width: 580px;
    line-height: 1.8;
    margin-bottom: 32px;
}

/* CTA buttons */
.hero-intro-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

/* Countdown */
.hero-intro-countdown {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.cd-item-light {
    text-align: center;
    min-width: 68px;
}

.cd-num-light {
    font-family: var(--font-display);
    font-size: clamp(48px, 5.5vw, 68px);
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.cd-label-light {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-top: 6px;
}

/* Hero sidebar: 2×2 stat grid (fits col-lg-4) */
.hero-intro-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}

.hero-intro-stat {
    padding: 18px 16px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fafafa;
    transition: background 0.2s;
    min-width: 0;
}

.hero-intro-stat:nth-child(2n) {
    border-right: none;
}

.hero-intro-stat:nth-child(n + 3) {
    border-bottom: none;
}

.hero-intro-stat:hover {
    background: var(--gold-pale);
}

.stat-num-dark {
    font-family: var(--font-display);
    font-size: clamp(60px, 2.2vw, 28px);
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label-dark {
    font-size: 12px;
    color: #666;
    line-height: 1.35;
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero-intro-container {
        padding: 0 24px;
    }
}

@media (max-width: 575.98px) {
    .hero-intro-section {
        padding: 48px 0;
    }

    .hero-intro-countdown {
        gap: 16px;
    }
}

/* ══════════════════════════════════════════
   ATTENDEES SPOTLIGHT SECTION
══════════════════════════════════════════ */
.attendee-section {
    background: var(--deep2);
    padding: 80px 6rem 80px;
    border-top: 1px solid var(--border-dim);
}

.attendee-header {
    margin-bottom: 48px;
}

.attendee-label {
    color: var(--gold) !important;
}

.attendee-title {
    color: var(--text-light);
}

.attendee-title em {
    color: var(--gold);
    font-style: italic;
}

.attendee-body {
    color: var(--text-dim);
    max-width: 640px;
    margin-bottom: 0;
}

/* Grid: 7 columns desktop — mirrors thematic areas layout */
.attendees-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.attendee-card {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    padding: 24px 18px 20px;
    text-align: center;
    cursor: default;
    transition:
        border-color 0.25s,
        transform 0.25s,
        box-shadow 0.25s,
        background 0.25s;
}

.attendee-card:hover {
    border-color: var(--border-gold);
    background: var(--gold-pale);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(149, 193, 61, 0.12);
}

/* Avatar circle with initials */
.attendee-card-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), var(--green));
    border: 2px solid var(--border-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--gold);
    transition: border-color 0.25s;
}

.attendee-card:hover .attendee-card-avatar {
    border-color: var(--border-gold);
}

.attendee-card-num {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 1.5px;
    color: var(--gold);
    margin-bottom: 8px;
}

.attendee-card-name {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--text-light);
    margin-bottom: 4px;
}

.attendee-card-role {
    font-size: 11.5px;
    font-weight: 500;
    color: var(--gold);
    margin-bottom: 4px;
    line-height: 1.4;
}

.attendee-card-org {
    font-size: 11px;
    color: var(--text-dim);
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1100px) {
    .attendees-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767.98px) {
    .attendees-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .attendee-container {
        padding: 0 24px;
    }

    .attendee-section {
        padding: 56px 0;
    }
}

@media (max-width: 480px) {
    .attendees-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ══════════════════════════════════════════
   ABOUT HERO SECTION
══════════════════════════════════════════ */
.about-hero {
    padding: 80px 6rem 60px;
    background: linear-gradient(160deg,
            var(--deep2),
            var(--navy) 60%,
            var(--green));
}

.about-hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.paradox-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.p-stat {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid var(--border-gold);
}

@media (max-width: 900px) {
    .about-hero-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        padding: 50px 24px;
    }
}

/* ══════════════════════════════════════════
   SUMMIT OBJECTIVES SECTION
══════════════════════════════════════════ */
.objectives-section {
    background: #ffffff;
    padding: 80px 6rem 80px;
    border-top: 1px solid #f0f0f0;
}

.objectives-container {
    /* max-width: 1100px;
    margin: 0 auto;
    padding: 0 6rem; */
}

.objectives-section .sec-title {
    color: #0d1b2e;
}

.objectives-section .sec-body {
    color: #555;
}

.obj-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 32px;
}

.obj-item {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 22px;
    transition:
        border-color 0.25s,
        background 0.25s;
}

.obj-item:hover {
    border-color: var(--gold);
    background: var(--gold-pale);
}

.obj-num {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 10px;
}

.obj-item h4 {
    font-size: 25px;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 8px;
    line-height: 1.35;
}

.obj-item p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .obj-grid {
        grid-template-columns: 1fr;
    }

    .objectives-container {
        padding: 0 24px;
    }

    .objectives-section {
        padding: 56px 0;
    }
}

/* ══════════════════════════════════════════
   ABOUT NDCCITMA SECTION
══════════════════════════════════════════ */
.ndccitma-section {
    background: var(--deep2);
    padding: 80px 6rem 80px;
    border-top: 1px solid var(--border-dim);
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ndccitma-info-box {
    margin-top: 20px;
    background: var(--gold-pale);
    border: 1px solid var(--border-gold);
    border-radius: 10px;
    padding: 18px 22px;
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.6;
}

.paradox-band {
    background: linear-gradient(135deg, var(--green), var(--teal));
    border-radius: 14px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

.paradox-band-title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 700;
    color: var(--text-light);
    margin: 10px 0 14px;
    line-height: 1.2;
}

.paradox-band-body {
    font-size: 13.5px;
    color: rgba(236, 232, 223, 0.65);
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .two-col {
        grid-template-columns: 1fr;
    }

    .paradox-band {
        grid-template-columns: 1fr;
    }

    .ndccitma-container {
        padding: 0 24px;
    }

    .ndccitma-section {
        padding: 56px 0;
    }
}

/* ══════════════════════════════════════════
   UVP SECTION
══════════════════════════════════════════ */
.uvp-section {
    background: #ffffff;
    padding: 80px 6rem 80px;
    border-top: 1px solid #f0f0f0;
}

.uvp-label {
    color: var(--gold) !important;
}

.uvp-title {
    color: #0d1b2e;
}

.uvp-body {
    color: #555;
    max-width: 680px;
}

.uvp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.uvp-card {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition:
        border-color 0.3s,
        transform 0.3s,
        box-shadow 0.3s;
}

.uvp-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e8e8e8;
    transition: background 0.3s;
}

.uvp-card:hover::before {
    background: var(--gold);
}

.uvp-card:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(149, 193, 61, 0.12);
}

.uvp-icon {
    font-size: 28px;
    margin-bottom: 14px;
}

.uvp-card h4 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 8px;
    line-height: 1.3;
}

.uvp-card p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .uvp-grid {
        grid-template-columns: 1fr 1fr;
    }

    .uvp-container {
        padding: 0 24px;
    }
}

@media (max-width: 575.98px) {
    .uvp-grid {
        grid-template-columns: 1fr;
    }

    .uvp-section {
        padding: 56px 0;
    }
}

/* ══════════════════════════════════════════
   PROGRAMME PAGE
══════════════════════════════════════════ */
.prog-hero {
    padding: 80px 6rem 60px;
    background: linear-gradient(145deg, var(--deep2), var(--navy));
}

.prog-hero-inner {}

.prog-schedule-section {
    background: var(--deep);
    padding: 80px 6rem 80px;
    border-top: 1px solid var(--border-dim);
}

.prog-container {}

/* Day grid */
.day-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.day-card {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 12px;
    overflow: hidden;
    transition:
        border-color 0.3s,
        transform 0.3s;
}

.day-card:hover {
    border-color: var(--border-gold);
    transform: translateY(-4px);
}

.day-header {
    padding: 24px;
    border-bottom: 1px solid var(--border-dim);
}

.day-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.day-1 .day-tag {
    background: rgba(149, 193, 61, 0.15);
    color: var(--gold);
    border: 1px solid var(--border-gold);
}

.day-2 .day-tag {
    background: rgba(26, 77, 58, 0.4);
    color: #5deba0;
    border: 1px solid rgba(93, 235, 160, 0.2);
}

.day-3 .day-tag {
    background: rgba(30, 60, 100, 0.4);
    color: #7eb8ff;
    border: 1px solid rgba(126, 184, 255, 0.2);
}

.day-card h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 6px;
}

.day-card .day-sub {
    font-size: 12.5px;
    color: var(--text-dim);
    margin-bottom: 0;
}

.day-sessions {
    padding: 20px 24px;
}

.session-item {
    display: flex;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--border-dim);
}

.session-item:last-child {
    border: none;
}

.session-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: 7px;
    flex-shrink: 0;
}

.session-item p {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.55;
    margin-bottom: 0;
}

.session-item strong {
    color: var(--text-light);
    font-weight: 600;
}

/* Features block */
.prog-features-block {
    margin-top: 56px;
}

.prog-features-title {
    margin-bottom: 28px;
}

.prog-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.feat-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    padding: 20px;
    transition: border-color 0.2s;
}

.feat-row:hover {
    border-color: var(--border-gold);
}

.feat-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.feat-row h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 4px;
}

.feat-row p {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.6;
    margin-bottom: 0;
}

/* CTA band */
.prog-cta-band {
    margin-top: 40px;
    background: var(--gold-pale);
    border: 1px solid var(--border-gold);
    border-radius: 12px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.prog-cta-title {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 6px;
}

.prog-cta-body {
    font-size: 13.5px;
    color: var(--text-dim);
    max-width: 540px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .day-grid {
        grid-template-columns: 1fr;
    }

    .prog-features {
        grid-template-columns: 1fr;
    }

    .prog-container,
    .prog-hero {
        padding-left: 24px;
        padding-right: 24px;
    }

    .prog-schedule-section {
        padding: 56px 0;
    }
}

/* ══════════════════════════════════════════
   INVEST PAGE
══════════════════════════════════════════ */
.invest-hero {
    padding: 80px 6rem 60px;
    background: linear-gradient(155deg, var(--deep2), var(--green) 70%);
}

.invest-hero-inner {
    /* max-width: 1100px;
    margin: 0 auto; */
}

.invest-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.invest-stat {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.invest-sectors-section {
    background: var(--deep);
    padding: 80px 6rem 80px;
    border-top: 1px solid var(--border-dim);
}

.invest-container {
    /* max-width: 1100px;
    margin: 0 auto;
    padding: 0 6rem; */
}

.sector-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.sector-card {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 12px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition:
        border-color 0.3s,
        transform 0.3s;
}

.sector-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--border-dim);
    transition: background 0.3s;
}

.sector-card:hover::after {
    background: var(--gold);
}

.sector-card:hover {
    border-color: var(--border-gold);
    transform: translateX(4px);
}

.sector-card--full {
    grid-column: 1 / -1;
}

.sector-num {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 10px;
}

.sector-card-visual {
    margin-bottom: 12px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.sector-card-thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--border-dim);
}

.sector-card-icon {
    font-size: 36px;
    line-height: 1;
    display: block;
}

.sector-card h3 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 8px;
    line-height: 1.3;
}

.sector-card p {
    font-size: 13.5px;
    color: var(--text-dim);
    line-height: 1.7;
    margin-bottom: 12px;
}

.sector-highlight {
    background: var(--gold-pale);
    border: 1px solid var(--border-gold);
    border-radius: 7px;
    padding: 10px 14px;
    font-size: 12.5px;
    color: var(--gold-l);
    line-height: 1.55;
}

.sector-highlight strong {
    color: var(--gold);
}

/* Investment case band */
.invest-case-band {
    background: linear-gradient(135deg, var(--navy), var(--green));
    border-radius: 14px;
    padding: 48px;
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.invest-case-title {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 700;
    color: var(--text-light);
    margin: 10px 0 14px;
    line-height: 1.2;
}

.invest-case-body {
    font-size: 14px;
    color: rgba(236, 232, 223, 0.65);
    line-height: 1.75;
    margin-bottom: 0;
}

.invest-green-box {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-gold);
    border-radius: 12px;
    padding: 28px;
}

.invest-green-title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 12px;
}

.invest-green-body {
    font-size: 13.5px;
    color: rgba(236, 232, 223, 0.65);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .invest-hero {
        padding: 50px 24px;
    }

    .invest-container {
        padding: 0 24px;
    }

    .invest-stats {
        grid-template-columns: 1fr 1fr;
    }

    .sector-grid {
        grid-template-columns: 1fr;
    }

    .sector-card--full {
        grid-column: auto;
    }

    .invest-case-band {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }

    .invest-sectors-section {
        padding: 56px 0;
    }
}

/* ══════════════════════════════════════════
   SPEAKERS PAGE
══════════════════════════════════════════ */
.speakers-section {
    background: var(--deep);
    padding: 80px 6rem 80px;
    border-top: 1px solid var(--border-dim);
}

.speakers-container {
    /* max-width: 1100px;
    margin: 0 auto;
    padding: 0 6rem; */
}

/* Keynote full card */
.keynote-full {
    background: linear-gradient(135deg, var(--navy), var(--green));
    border: 1px solid var(--border-gold);
    border-radius: 16px;
    padding: 56px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.keynote-full::before {
    content: '"';
    position: absolute;
    font-family: var(--font-display);
    font-size: 260px;
    color: rgba(149, 193, 61, 0.05);
    top: -40px;
    right: 40px;
    line-height: 1;
    pointer-events: none;
}

.kf-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    border: 4px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 64px;
    font-weight: 700;
    color: var(--gold);
    flex-shrink: 0;
}

.kf-badge {
    display: inline-block;
    background: var(--gold);
    color: var(--deep);
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 2px;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
}

.kf-name {
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 700;
    color: var(--text-light);
    line-height: 1.1;
    margin-bottom: 6px;
}

.kf-title {
    font-size: 14px;
    color: var(--text-dim);
    margin-bottom: 18px;
}

.kf-desc {
    font-size: 14.5px;
    color: var(--text-dim);
    line-height: 1.75;
    max-width: 580px;
    margin-bottom: 0;
}

/* Delegate categories grid */
.delegate-cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.del-cat {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.25s;
}

.del-cat:hover {
    border-color: var(--border-gold);
}

.del-cat-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.speaker-card-keynote-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: var(--gold);
    color: var(--deep);
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
}

.del-cat-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.del-cat h4 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 8px;
}

.del-cat p {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.65;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .speakers-container {
        padding: 0 24px;
    }

    .keynote-full {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 36px 24px;
    }

    .kf-avatar {
        margin: 0 auto;
    }

    .delegate-cats {
        grid-template-columns: 1fr 1fr;
    }

    .speakers-section {
        padding: 56px 0;
    }
}

@media (max-width: 575.98px) {
    .delegate-cats {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════
   PARTNERS PAGE
══════════════════════════════════════════ */
.partners-section {
    background: #ffffff;
    padding: 80px 6rem 80px;
    border-top: 1px solid #f0f0f0;
}

.partners-container {
    /* max-width: 1100px;
    margin: 0 auto;
    padding: 0 6rem; */
}

.partners-section .sec-title {
    color: #0d1b2e;
}

.partners-section .sec-label {
    color: var(--gold) !important;
}

/* Partners page — CMS logo row */
.partners-page-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 28px 32px;
    align-items: center;
    justify-items: center;
}

.partners-page-logo-cell {
    width: 100%;
    max-width: 200px;
}

.partners-page-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: #fafafa;
    transition:
        border-color 0.25s,
        box-shadow 0.25s;
}

a.partners-page-logo-link:hover {
    border-color: var(--gold);
    box-shadow: 0 8px 24px rgba(149, 193, 61, 0.12);
}

.partners-page-logo-link img {
    max-width: 100%;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Sponsor grid */
.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 8px;
}

.sponsor-tier {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition:
        border-color 0.25s,
        transform 0.25s;
}

.sponsor-tier:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}

/* /partners — tier visuals follow grid order (1st = featured border; label colours by nth-child) */
.partners-section .sponsor-grid .sponsor-tier:first-child {
    border-color: rgba(149, 193, 61, 0.4);
}

.partners-section .sponsor-grid .sponsor-tier:nth-child(1) .sponsor-tier-label {
    color: var(--gold);
}

.partners-section .sponsor-grid .sponsor-tier:nth-child(2) .sponsor-tier-label {
    color: #c0c0c0;
}

.partners-section .sponsor-grid .sponsor-tier:nth-child(3) .sponsor-tier-label {
    color: #cd7f32;
}

.partners-section .sponsor-grid .sponsor-tier:nth-child(4) .sponsor-tier-label {
    color: #8c7853;
}

.partners-section .sponsor-grid .sponsor-tier:nth-child(n + 5) .sponsor-tier-label {
    color: #0d1b2e;
}

.partners-section .sponsor-grid .sponsor-tier:nth-child(n + 2) .sponsor-price {
    font-size: 24px;
}

.sponsor-tier-label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sponsor-price {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 8px;
}

.sponsor-tier ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    text-align: left;
}

.sponsor-tier ul li {
    font-size: 12.5px;
    color: #555;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.sponsor-tier ul li:last-child {
    border: none;
}

/* CTA band */
.partners-cta-band {
    margin-top: 40px;
    background: var(--gold-pale);
    border: 1px solid var(--border-gold);
    border-radius: 14px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}

.partners-cta-title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 8px;
}

.partners-cta-body {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 560px;
}

.partners-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

/* Supporting orgs */
.supporting-orgs {
    margin-top: 56px;
}

.dev-partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 8px;
}

.dev-partner-item {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 13.5px;
    color: #444;
    font-weight: 500;
    transition: border-color 0.25s;
}

.dev-partner-item:hover {
    border-color: var(--gold);
}

/* Responsive */
@media (max-width: 900px) {
    .partners-container {
        padding: 0 24px;
    }

    .sponsor-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dev-partners-grid {
        grid-template-columns: 1fr 1fr;
    }

    .partners-cta-band {
        grid-template-columns: 1fr;
    }

    .partners-section {
        padding: 56px 0;
    }
}

@media (max-width: 575.98px) {
    .sponsor-grid {
        grid-template-columns: 1fr;
    }

    .dev-partners-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ══════════════════════════════════════════
   MEDIA PAGE
══════════════════════════════════════════ */
.media-hero-meta {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.media-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.media-meta-label {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
}

.media-meta-val {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
}

.media-section {
    background: var(--deep);
    padding: 80px 0;
    border-top: 1px solid var(--border-dim);
}

.media-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 6rem;
}

/* Tabs */
.media-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.media-tab {
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid var(--border-dim);
    background: transparent;
    color: var(--text-dim);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    font-family: var(--font-body);
    transition: all 0.2s;
}

.media-tab:hover {
    border-color: var(--border-gold);
    color: var(--text-light);
}

.media-tab.active {
    background: var(--gold-pale);
    border-color: var(--border-gold);
    color: var(--gold);
}

/* Press release cards */
.pr-card {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.pr-card:hover {
    border-color: var(--border-gold);
}

.pr-date {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pr-title {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 8px;
    line-height: 1.3;
}

.pr-excerpt {
    font-size: 13.5px;
    color: var(--text-dim);
    line-height: 1.65;
}

.pr-read {
    display: inline-block;
    font-size: 10px;
    color: var(--gold);
    font-family: var(--font-mono);
    letter-spacing: 1px;
    border-bottom: 1px solid var(--border-gold);
    margin-top: 10px;
}

/* Media kit grid */
.press-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
}

.media-card {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s;
}

.media-card:hover {
    border-color: var(--border-gold);
}

.mc-icon {
    font-size: 26px;
    margin-bottom: 12px;
}

.media-card h3 {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 8px;
}

.media-card p {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.6;
    margin-bottom: 14px;
}

.dl-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dl-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-dim);
    font-size: 12.5px;
    color: var(--text-dim);
    gap: 8px;
}

.dl-list li:last-child {
    border: none;
}

.dl-item-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.dl-size {
    font-size: 11px;
    color: var(--text-muted);
}

.dl-btn {
    background: var(--gold-pale);
    border: 1px solid var(--border-gold);
    color: var(--gold);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--font-body);
    transition: all 0.2s;
    white-space: nowrap;
}

.dl-btn:hover {
    background: var(--gold);
    color: var(--deep);
}

/* Info banner */
.info-banner {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: rgba(149, 193, 61, 0.07);
    border: 1px solid rgba(149, 193, 61, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.ib-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.info-banner p {
    font-size: 13.5px;
    color: var(--text-dim);
    line-height: 1.6;
    margin: 0;
}

.info-banner p strong {
    color: var(--text-light);
}

/* Gallery placeholders */
.gallery-placeholders {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-placeholder {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.gallery-ph-icon {
    font-size: 32px;
}

.gallery-ph-label {
    font-size: 11px;
    font-family: var(--font-mono);
    letter-spacing: 1px;
    color: var(--text-dim);
}

.gallery-ph-date {
    font-size: 11px;
    color: var(--text-muted);
}

/* Responsive */
@media (max-width: 900px) {
    .media-container {
        padding: 0 24px;
    }

    .press-grid {
        grid-template-columns: 1fr;
    }

    .gallery-placeholders {
        grid-template-columns: 1fr;
    }

    .media-section {
        padding: 56px 0;
    }
}

/* ══════════════════════════════════════════
   WHO'S COMING — dark thematic grid (DB-driven)
══════════════════════════════════════════ */
.whos-coming-section {
    background: #0a1128;
    padding: 80px 6rem 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.whos-coming-container {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px; */
}

.whos-coming-header {
    margin-bottom: 40px;
}

.whos-coming-label {
    color: var(--gold) !important;
}

.whos-coming-title {
    color: #ffffff;
}

.whos-coming-title-plain+.whos-coming-title-em {
    margin-left: 0.35em;
}

.whos-coming-title-em {
    color: var(--gold);
    font-style: italic;
}

.whos-coming-gold-line {
    background: var(--gold);
    margin-top: 16px;
    margin-bottom: 20px;
}

.whos-coming-body {
    color: rgba(255, 255, 255, 0.72);
    max-width: 640px;
    margin-bottom: 0;
}

.whos-coming-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.whos-coming-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 20px 14px;
    text-align: center;
    transition:
        border-color 0.25s,
        transform 0.25s,
        box-shadow 0.25s,
        background 0.25s;
}

.whos-coming-card:hover {
    border-color: var(--gold);
    background: rgba(149, 193, 61, 0.08);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.whos-coming-card-icon {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.whos-coming-card-icon img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.whos-coming-card-num {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 1.5px;
    color: var(--gold);
    margin-bottom: 6px;
}

.whos-coming-card-name {
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
}

.whos-coming-card:hover .whos-coming-card-name {
    color: #ffffff;
}

@media (max-width: 1100px) {
    .whos-coming-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767.98px) {
    .whos-coming-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .whos-coming-container {
        padding: 0 24px;
    }

    .whos-coming-section {
        padding: 56px 0;
    }
}

@media (max-width: 480px) {
    .whos-coming-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ══════════════════════════════════════════
   THEMATIC AREAS STRIP (welcome page)
══════════════════════════════════════════ */
.ui-thematic-section {
    background: var(--deep2);
    padding: 80px 6rem 80px;
}

.ui-thematic-header {
    max-width: 640px;
    margin-bottom: 48px;
}

.ui-themes-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}

.ui-theme-item {
    background: var(--card-bg);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition:
        border-color 0.25s,
        background 0.25s,
        transform 0.25s;
}

.ui-theme-item:hover {
    border-color: var(--border-gold);
    background: var(--gold-pale);
    transform: translateY(-3px);
}

.ui-theme-icon {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1;
}

.ui-theme-num {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 1.5px;
    color: var(--gold);
    margin-bottom: 8px;
}

.ui-theme-name {
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-dim);
}

@media (max-width: 1199.98px) {
    .ui-themes-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 575.98px) {
    .ui-themes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ui-thematic-section {
        padding: 56px 0;
    }
}