:root {
    --forest: #032f22;
    --deep: #021b14;
    --ink: #073727;
    --green: #1f8f54;
    --emerald: #26b66a;
    --lime: #b6df3a;
    --lime-soft: #d8ff65;
    --mint: #d9f2dd;
    --mist: #f3f8ef;
    --card: #ffffff;
    --text: #17342b;
    --muted: #64746d;
    --line: rgba(3, 47, 34, .12);
    --shadow: 0 24px 70px rgba(3, 47, 34, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 0 0, rgba(182, 223, 58, .18), transparent 27rem),
        radial-gradient(circle at 100% 8%, rgba(38, 182, 106, .12), transparent 28rem),
        var(--mist);
}
a { text-decoration: none; }
.container { max-width: 1180px; }

.site-header {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
    transition: transform .25s ease;
}
.nav-shell {
    pointer-events: auto;
    padding: 11px 14px;
    border: 1px solid rgba(182, 223, 58, .24);
    border-radius: 999px;
    background: rgba(2, 27, 20, .72);
    backdrop-filter: blur(20px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}
.site-header.is-scrolled .nav-shell {
    background: rgba(2, 27, 20, .9);
    border-color: rgba(182, 223, 58, .35);
}
.brand-mark {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: .92;
    font-size: 18px;
    text-transform: uppercase;
}
.brand-mark:hover { color: #fff; }
.brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--lime);
    position: relative;
    background: radial-gradient(circle at 50% 50%, rgba(182, 223, 58, .18), transparent 58%);
    box-shadow: 0 0 0 6px rgba(182, 223, 58, .08), inset 0 0 0 1px rgba(255, 255, 255, .12);
}
.brand-icon::before,
.brand-icon::after {
    content: '';
    position: absolute;
    border: 2px solid var(--lime);
    border-left: 0;
    border-bottom: 0;
    border-radius: 100% 0 100% 0;
    transform: rotate(-45deg);
}
.brand-icon::before { width: 15px; height: 24px; left: 13px; top: 7px; }
.brand-icon::after { width: 10px; height: 17px; left: 18px; top: 18px; opacity: .75; }
.nav-link {
    color: rgba(255, 255, 255, .76) !important;
    font-weight: 800;
    font-size: 13px;
    padding: 9px 10px !important;
}
.nav-link:hover { color: #fff !important; }
.btn-summit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 900;
    letter-spacing: -.01em;
    background: linear-gradient(135deg, var(--lime), var(--lime-soft));
    color: #09271d;
    box-shadow: 0 18px 46px rgba(182, 223, 58, .24);
    transition: transform .25s ease, box-shadow .25s ease;
}
.btn-summit:hover { color: #09271d; transform: translateY(-2px); box-shadow: 0 24px 54px rgba(182, 223, 58, .34); }
.btn-sm-nav { padding: 9px 16px; font-size: 13px; }
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 850;
    background: rgba(255, 255, 255, .06);
}
.btn-ghost:hover { color: #09271d; background: #fff; }

.hero {
    min-height: 100vh;
    padding: 168px 0 96px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url('../img/sustainability-theme-bg.jpg') center/cover no-repeat;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 27, 20, .72) 0%, rgba(2, 27, 20, .46) 48%, rgba(2, 27, 20, .18) 100%),
        linear-gradient(rgba(182, 223, 58, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(182, 223, 58, .028) 1px, transparent 1px);
    background-size: auto, 58px 58px, 58px 58px;
}
.hero::after {
    content: none;
}
.hero-content { position: relative; z-index: 2; }
.eco-line,
.eco-globe { display: none; }
.eco-line-left {
    left: -70px;
    top: 100px;
    width: 420px;
    height: 260px;
    border: 5px solid rgba(182, 223, 58, .72);
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 100% 0 100%;
    transform: rotate(20deg);
    opacity: .65;
}
.eco-globe {
    right: -120px;
    top: 210px;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    border: 7px solid rgba(182, 223, 58, .70);
    opacity: .78;
}
.eco-globe::before,
.eco-globe::after {
    content: '';
    position: absolute;
    inset: 72px 48px;
    border: 5px solid rgba(182, 223, 58, .55);
    border-radius: 48% 52% 40% 60%;
    transform: rotate(-24deg);
}
.eco-globe::after {
    inset: 126px 86px;
    transform: rotate(31deg);
    border-radius: 60% 40% 55% 45%;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border: 1px solid rgba(182, 223, 58, .30);
    border-radius: 999px;
    color: #f1ffd8;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .13em;
    margin-bottom: 24px;
}
.eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 7px rgba(182, 223, 58, .12);
}
.hero h1 {
    max-width: 900px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(54px, 8vw, 116px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .88;
    margin: 0 0 28px;
}
.hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(135deg, #ffffff, #e9ffd0 52%, var(--lime));
    -webkit-background-clip: text;
    background-clip: text;
}
.hero-lead {
    max-width: 720px;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.72;
    margin-bottom: 34px;
}
.hero-panel {
    position: relative;
    z-index: 2;
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(182, 223, 58, .18);
    border-radius: 32px;
    overflow: hidden;
    background: rgba(2, 27, 20, .45);
    backdrop-filter: blur(14px);
    box-shadow: 0 26px 80px rgba(0, 0, 0, .18);
}
.panel-item { padding: 24px; border-right: 1px solid rgba(182, 223, 58, .14); }
.panel-item:last-child { border-right: 0; }
.panel-item small {
    display: block;
    color: rgba(255, 255, 255, .58);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
.panel-item strong { display: block; color: #fff; font-size: 18px; line-height: 1.35; }

section { padding: 96px 0; }
.section-light { background: linear-gradient(180deg, #f3f8ef, #edf5e9); }
.section-kicker { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; margin-bottom: 12px; }
.section-kicker-light { color: var(--lime); }
.section-title {
    color: var(--deep);
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 900;
    letter-spacing: -.045em;
    font-size: clamp(36px, 5vw, 62px);
    line-height: .98;
    margin-bottom: 22px;
}
.section-text { font-size: 17px; line-height: 1.82; color: var(--muted); }
.editorial-card,
.contact-box {
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 42px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .78)),
        radial-gradient(circle at 85% 10%, rgba(182, 223, 58, .25), transparent 18rem);
    box-shadow: var(--shadow);
}
.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.metric { padding: 22px; border-radius: 24px; background: rgba(3, 47, 34, .06); border: 1px solid rgba(3, 47, 34, .08); }
.metric strong { display: block; font-family: 'Playfair Display', Georgia, serif; color: var(--forest); font-size: 36px; line-height: 1; }
.metric span { display: block; margin-top: 8px; color: var(--muted); font-weight: 700; font-size: 13px; }

.focus-section {
    background:
        linear-gradient(180deg, rgba(217, 242, 221, .65), rgba(243, 248, 239, 1)),
        url('../img/sustainability-theme-bg.jpg') center top/cover fixed no-repeat;
}
.focus-card,
.agenda-card,
.speaker-card,
.partner-card {
    height: 100%;
    border: 1px solid rgba(3, 47, 34, .09);
    background: rgba(255, 255, 255, .88);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 20px 56px rgba(3, 47, 34, .075);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.focus-card:hover,
.agenda-card:hover,
.speaker-card:hover,
.partner-card:hover { transform: translateY(-6px); border-color: rgba(182, 223, 58, .55); box-shadow: 0 28px 74px rgba(3, 47, 34, .13); }
.focus-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(31, 143, 84, .14), rgba(182, 223, 58, .28));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--forest);
    position: relative;
}
.focus-icon::before,
.focus-icon::after { content: ''; position: absolute; border: 2px solid var(--green); }
.focus-icon-leaf::before { width: 20px; height: 30px; border-left: 0; border-bottom: 0; border-radius: 100% 0 100% 0; transform: rotate(-45deg); }
.focus-icon-energy::before { width: 15px; height: 30px; border: 0; background: var(--green); clip-path: polygon(55% 0, 12% 52%, 47% 52%, 34% 100%, 88% 38%, 54% 38%); }
.focus-icon-people::before { width: 14px; height: 14px; border-radius: 50%; top: 15px; left: 18px; }
.focus-icon-people::after { width: 26px; height: 16px; border-radius: 22px 22px 4px 4px; bottom: 14px; left: 16px; }
.focus-icon-finance::before { width: 25px; height: 32px; border-radius: 6px; }
.focus-icon-finance::after { content: '৳'; border: 0; color: var(--green); font-weight: 900; font-size: 22px; }
.focus-icon-food::before { width: 25px; height: 34px; border-left: 0; border-bottom: 0; border-radius: 100% 0 100% 0; transform: rotate(-35deg); }
.focus-icon-food::after { width: 2px; height: 32px; background: var(--green); border: 0; transform: rotate(40deg); }
.focus-icon-governance::before { width: 28px; height: 28px; border-radius: 50%; }
.focus-icon-governance::after { width: 13px; height: 7px; border-top: 0; border-right: 0; transform: rotate(-45deg); }
.focus-card h3,
.agenda-card h3 { font-weight: 900; color: var(--deep); font-size: 20px; margin-bottom: 12px; letter-spacing: -.02em; }
.focus-card p,
.agenda-card p,
.speaker-card p { color: var(--muted); line-height: 1.72; margin-bottom: 0; }

.agenda-section { position: relative; overflow: hidden; background: #fff; }
.agenda-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 12%, rgba(182, 223, 58, .18), transparent 23rem),
        radial-gradient(circle at 90% 70%, rgba(31, 143, 84, .10), transparent 22rem);
    pointer-events: none;
}
.agenda-section .container { position: relative; z-index: 2; }
.time-badge {
    display: inline-flex;
    color: var(--forest);
    background: rgba(182, 223, 58, .22);
    border: 1px solid rgba(182, 223, 58, .45);
    padding: 8px 13px;
    border-radius: 999px;
    font-weight: 900;
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.speakers-section { background: linear-gradient(180deg, #fff, var(--mist)); }
.speaker-photo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 35%, rgba(255, 255, 255, .4), transparent 26%),
        linear-gradient(135deg, var(--forest), var(--green) 55%, var(--lime));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 31px;
    font-weight: 900;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 14px 36px rgba(3, 47, 34, .17);
}
.speaker-card h3 { font-size: 20px; color: var(--deep); font-weight: 900; margin-bottom: 8px; }

.inspire {
    color: #fff;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(2, 27, 20, .94), rgba(3, 47, 34, .82)),
        url('../img/sustainability-theme-bg.jpg') center/cover no-repeat;
}
.inspire::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 20%, rgba(182, 223, 58, .22), transparent 24rem),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, .06));
}
.inspire .container { position: relative; z-index: 2; }
.inspire .section-title { color: #fff; }
.inspire .section-text { color: rgba(255, 255, 255, .76); }
.quote-box {
    border: 1px solid rgba(182, 223, 58, .22);
    border-radius: 30px;
    padding: 28px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
}
.quote-box strong { color: var(--lime); display: block; margin-bottom: 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.quote-box p { margin: 0; color: rgba(255, 255, 255, .82); line-height: 1.75; }
.partners-section,
.contact-section { background: var(--mist); }
.partner-card { text-align: center; color: #6b7a73; font-weight: 900; min-height: 112px; display: flex; align-items: center; justify-content: center; }
.footer {
    background: var(--deep);
    color: rgba(255, 255, 255, .72);
    padding: 34px 0;
    font-size: 14px;
    border-top: 1px solid rgba(182, 223, 58, .12);
}

@media (max-width: 991px) {
    .site-header { top: 10px; }
    .nav-shell { border-radius: 28px; }
    .navbar-collapse { padding: 16px 0 4px; }
    .hero { padding-top: 148px; }
    .hero-panel { grid-template-columns: 1fr 1fr; }
    .panel-item:nth-child(2) { border-right: 0; }
    .panel-item:nth-child(1), .panel-item:nth-child(2) { border-bottom: 1px solid rgba(182, 223, 58, .14); }
    .metric-strip { grid-template-columns: 1fr; }
    .eco-globe { right: -230px; opacity: .48; }
}
@media (max-width: 575px) {
    .brand-mark { font-size: 15px; }
    .brand-icon { width: 38px; height: 38px; }
    .hero-panel { grid-template-columns: 1fr; }
    .panel-item { border-right: 0; border-bottom: 1px solid rgba(182, 223, 58, .14); }
    .panel-item:last-child { border-bottom: 0; }
    section { padding: 74px 0; }
    .editorial-card, .contact-box { padding: 28px; border-radius: 28px; }
    .eco-line-left { left: -150px; top: 78px; opacity: .42; }
    .eco-globe { display: none; }
}

.speaker-group-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -.04em;
    color: var(--deep);
    margin: 0;
}
.speaker-profile-card { position: relative; overflow: hidden; }
.speaker-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 0 14px 36px rgba(3, 47, 34, .17);
    border: 4px solid rgba(182, 223, 58, .28);
}
.speaker-type-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.speaker-type-keynote {
    color: #09271d;
    background: rgba(182, 223, 58, .34);
    border: 1px solid rgba(182, 223, 58, .55);
}
.speaker-type-distinguished {
    color: var(--forest);
    background: rgba(3, 47, 34, .07);
    border: 1px solid rgba(3, 47, 34, .13);
}
.speaker-meta {
    color: var(--forest) !important;
    font-weight: 800;
    margin-bottom: 12px !important;
}

.footer {
    background:
        radial-gradient(circle at 12% 18%, rgba(182, 223, 58, .13), transparent 18rem),
        linear-gradient(135deg, #021b14, #032f22 58%, #064b37);
    color: rgba(255, 255, 255, .74);
    padding: 64px 0 28px;
    font-size: 14px;
    border-top: 1px solid rgba(182, 223, 58, .18);
}
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.02em;
}
.footer-brand:hover { color: #fff; }
.footer-brand-icon { width: 44px; height: 44px; flex: 0 0 44px; }
.footer-text {
    color: rgba(255, 255, 255, .72);
    line-height: 1.75;
    max-width: 520px;
}
.footer-title {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.footer-links a {
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}
.footer-links a:hover {
    color: var(--lime);
    padding-left: 4px;
}
.footer-btn { padding: 12px 20px; }

.footer-brand-logo {
    max-width: 150px;
    max-height: 64px;
    object-fit: contain;
    flex: 0 0 auto;
}
.footer-logo-panel {
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    padding: 16px;
    background: rgba(255, 255, 255, .08);
}
.footer-logo-panel img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}
.footer-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}
.footer-info-list li {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}
.footer-info-list small,
.footer-countdown small {
    display: block;
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.footer-info-list strong {
    display: block;
    color: #fff;
    margin-top: 6px;
    line-height: 1.45;
}
.footer-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.footer-countdown > div {
    text-align: center;
    padding: 14px 8px;
    border: 1px solid rgba(182, 223, 58, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}
.footer-countdown strong {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
}

.footer-bottom {
    margin-top: 46px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .58);
}
@media (max-width: 575px) {
    .footer { padding: 48px 0 24px; }
    
.footer-brand-logo {
    max-width: 150px;
    max-height: 64px;
    object-fit: contain;
    flex: 0 0 auto;
}
.footer-logo-panel {
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    padding: 16px;
    background: rgba(255, 255, 255, .08);
}
.footer-logo-panel img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}
.footer-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}
.footer-info-list li {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}
.footer-info-list small,
.footer-countdown small {
    display: block;
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.footer-info-list strong {
    display: block;
    color: #fff;
    margin-top: 6px;
    line-height: 1.45;
}
.footer-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.footer-countdown > div {
    text-align: center;
    padding: 14px 8px;
    border: 1px solid rgba(182, 223, 58, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}
.footer-countdown strong {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
}

.footer-bottom { flex-direction: column; }
}

/* Updated header and hero event controls */
.navbar-logo {
    max-width: 132px;
    max-height: 48px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}
.brand-mark span:last-child {
    max-width: 190px;
    line-height: 1.05;
}
.hero-event-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
    gap: 18px;
    align-items: stretch;
    max-width: 980px;
    margin: 0 0 30px;
}
.hero-event-card,
.hero-logo-panel {
    border: 1px solid rgba(182, 223, 58, .24);
    border-radius: 28px;
    background: rgba(2, 27, 20, .48);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 68px rgba(0, 0, 0, .20);
}
.hero-event-card {
    padding: 20px;
}
.hero-event-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}
.hero-meta-item {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}
.hero-meta-item small,
.hero-countdown small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hero-meta-item strong {
    display: block;
    color: #fff;
    margin-top: 6px;
    line-height: 1.35;
    font-size: 16px;
}
.hero-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.hero-countdown > div {
    text-align: center;
    padding: 14px 8px;
    border: 1px solid rgba(182, 223, 58, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}
.hero-countdown strong {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 8px;
}
.hero-logo-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    min-height: 156px;
}
.hero-logo-panel img {
    width: 100%;
    max-height: 168px;
    object-fit: contain;
    display: block;
}

/* Keep footer unchanged from the original layout */
.footer {
    background: var(--deep);
    color: rgba(255, 255, 255, .72);
    padding: 34px 0;
    font-size: 14px;
    border-top: 1px solid rgba(182, 223, 58, .12);
}

@media (max-width: 991px) {
    .hero-event-wrap { grid-template-columns: 1fr; }
    .hero-event-info { grid-template-columns: 1fr; }
    .brand-mark span:last-child { max-width: 160px; }
}
@media (max-width: 575px) {
    .navbar-logo { max-width: 104px; max-height: 40px; }
    .hero-countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-countdown strong { font-size: 23px; }
}

/* Agenda display controlled from Theme Options */
.agenda-list {
    display: grid;
    gap: 16px;
}
.agenda-row {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 22px;
    align-items: start;
    border: 1px solid rgba(3, 47, 34, .09);
    background: rgba(255, 255, 255, .9);
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 18px 48px rgba(3, 47, 34, .07);
}
.agenda-row h3 {
    color: var(--deep);
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 8px;
}
.agenda-row p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

/* Click-to-open speaker cards */
.speaker-profile-card {
    border: 0;
    cursor: pointer;
}
.speaker-profile-card:focus {
    outline: 3px solid rgba(182, 223, 58, .55);
    outline-offset: 4px;
}
.speaker-bio {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(3, 47, 34, .1);
}
.speaker-more {
    display: inline-flex;
    margin-top: 14px;
    color: var(--forest);
    font-weight: 900;
    font-size: 13px;
}
.speaker-profile-card.is-open .speaker-more {
    color: var(--deep);
}

@media (max-width: 575px) {
    .agenda-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Speaker details modal */
.speaker-detail-modal .modal-content {
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(3, 47, 34, .25);
}
.speaker-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 12px;
    opacity: 1;
}
.speaker-modal-grid {
    display: grid;
    grid-template-columns: 310px 1fr;
    min-height: 360px;
}
.speaker-modal-media {
    background: linear-gradient(145deg, rgba(182, 223, 58, .24), rgba(3, 47, 34, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
}
.speaker-modal-image {
    width: 230px;
    height: 230px;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(3, 47, 34, .18);
}
.speaker-modal-photo {
    width: 220px;
    height: 220px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--forest);
    font-size: 76px;
    font-weight: 900;
    box-shadow: 0 24px 60px rgba(3, 47, 34, .16);
}
.speaker-modal-content {
    padding: 46px 42px;
}
.speaker-modal-content h3 {
    color: var(--deep);
    font-size: 32px;
    font-weight: 900;
    margin: 18px 0 10px;
}
.speaker-modal-designation {
    color: var(--forest);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}
.speaker-modal-organization {
    color: var(--muted);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}
.speaker-modal-bio {
    border-top: 1px solid rgba(3, 47, 34, .1);
    padding-top: 20px;
}
.speaker-modal-bio p {
    color: var(--muted);
    line-height: 1.8;
    margin: 0;
}
@media (max-width: 767px) {
    .speaker-modal-grid {
        grid-template-columns: 1fr;
    }
    .speaker-modal-media {
        padding: 34px 24px 18px;
    }
    .speaker-modal-image,
    .speaker-modal-photo {
        width: 180px;
        height: 180px;
    }
    .speaker-modal-content {
        padding: 30px 24px 34px;
    }
    .speaker-modal-content h3 {
        font-size: 26px;
    }
}


/* Partner panel moved from hero to Our Valued Partners; hero now shows the main logo clearly */
.hero-main-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    margin: 0 0 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}
.hero-main-logo img {
    width: min(360px, 72vw);
    max-height: 150px;
    object-fit: contain;
    display: block;
}
.hero-event-wrap {
    grid-template-columns: minmax(0, 1fr);
    max-width: 760px;
}
.partners-logo-panel {
    padding: 34px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(3, 47, 34, .10);
    box-shadow: 0 28px 80px rgba(3, 47, 34, .10);
    text-align: center;
}
.partners-logo-panel img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
@media (max-width: 575px) {
    .hero-main-logo { padding: 14px 18px; border-radius: 22px; }
    .hero-main-logo img { max-height: 110px; }
    .partners-logo-panel { padding: 20px; border-radius: 24px; }
}

/* Hero logo moved to the right-side empty space beside the headline text */
.hero-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 38px;
    align-items: center;
    max-width: 1120px;
    margin-bottom: 28px;
}
.hero-copy {
    min-width: 0;
}
.hero-top-grid .hero-main-logo {
    justify-self: end;
    width: min(430px, 100%);
    min-height: 250px;
    margin: 0;
    padding: 28px 34px;
}
.hero-top-grid .hero-main-logo img {
    width: 100%;
    max-height: 210px;
}
@media (max-width: 991px) {
    .hero-top-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .hero-top-grid .hero-main-logo {
        justify-self: start;
        width: min(360px, 100%);
        min-height: auto;
    }
}
@media (max-width: 575px) {
    .hero-top-grid .hero-main-logo {
        width: 100%;
        padding: 18px 22px;
    }
    .hero-top-grid .hero-main-logo img {
        max-height: 140px;
    }
}


.registration-fee-section { padding-top: 0; }
.registration-card { overflow: hidden; }
.registration-rate-table table { background: #fff; border-color: rgba(3, 47, 34, .16); border-radius: 18px; overflow: hidden; }
.registration-rate-table thead th { background: rgba(3, 47, 34, .08); color: var(--deep); font-weight: 900; }
.registration-rate-table td, .registration-rate-table th { padding: 16px; color: var(--deep); }
.important-notes { border: 1px solid rgba(3, 47, 34, .1); border-radius: 24px; padding: 24px; background: rgba(3, 47, 34, .04); }
.important-notes h3, .registration-contact h3 { font-size: 18px; font-weight: 900; color: var(--deep); margin-bottom: 14px; }
.important-notes ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.7; }
.important-notes li + li { margin-top: 10px; }
.registration-contact { border: 1px solid rgba(3, 47, 34, .1); border-radius: 24px; padding: 24px; background: rgba(255, 255, 255, .72); }
.registration-contact p { margin-bottom: 6px; color: var(--muted); }
.registration-contact p:last-child { margin-bottom: 0; }

/* Speaker section fixes: grid, image fit, badge, modal empty bio */
.speaker-profile-card {
    height: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.speaker-profile-card .speaker-image {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 18%;
    display: block;
}
.speaker-type-badge {
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    line-height: 1;
}
.speaker-type-badge::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V7a4 4 0 0 0-4-4Zm7 9a1 1 0 1 0-2 0 5 5 0 0 1-10 0 1 1 0 1 0-2 0 7 7 0 0 0 6 6.92V21H8a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-3v-2.08A7 7 0 0 0 19 12Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V7a4 4 0 0 0-4-4Zm7 9a1 1 0 1 0-2 0 5 5 0 0 1-10 0 1 1 0 1 0-2 0 7 7 0 0 0 6 6.92V21H8a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-3v-2.08A7 7 0 0 0 19 12Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.speaker-type-distinguished::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.5 2.9 5.88 6.49.94-4.7 4.58 1.11 6.46L12 17.31l-5.8 3.05 1.11-6.46-4.7-4.58 6.49-.94L12 2.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.5 2.9 5.88 6.49.94-4.7 4.58 1.11 6.46L12 17.31l-5.8 3.05 1.11-6.46-4.7-4.58 6.49-.94L12 2.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.speaker-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--forest) !important;
    font-weight: 800;
    margin-bottom: 12px !important;
}
.speaker-modal-image {
    width: 100%;
    height: 100%;
    min-height: 390px;
    border-radius: 0;
    object-fit: cover;
    object-position: 50% 18%;
    box-shadow: none;
}
.speaker-modal-media {
    padding: 0;
    overflow: hidden;
}
.speaker-modal-bio:empty {
    display: none;
}
@media (max-width: 767px) {
    .speaker-modal-image {
        min-height: 280px;
        height: 280px;
    }
}


/* Improved speaker bio modal layout */
.speaker-detail-modal .speaker-modal-dialog {
    max-width: min(1040px, calc(100vw - 36px));
}
.speaker-detail-modal .modal-content {
    border-radius: 24px;
    max-height: 90vh;
}
.speaker-detail-modal .modal-body {
    max-height: 90vh;
    overflow: hidden;
}
.speaker-modal-grid {
    grid-template-columns: minmax(320px, 42%) 1fr;
    min-height: 0;
    max-height: 90vh;
}
.speaker-modal-media {
    min-height: 520px;
}
.speaker-modal-image {
    min-height: 520px;
    object-position: center top;
}
.speaker-modal-content {
    padding: 48px 46px 34px;
    overflow-y: auto;
    max-height: 90vh;
}
.speaker-modal-content h3 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
}
.speaker-modal-bio p {
    color: #26352f;
    font-size: 15.5px;
    line-height: 1.75;
}
.speaker-modal-organization {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(3, 47, 34, .14);
}
.speaker-modal-bio {
    border-top: 0;
    padding-top: 0;
}
@media (max-width: 991px) {
    .speaker-detail-modal .speaker-modal-dialog {
        max-width: min(720px, calc(100vw - 28px));
    }
    .speaker-modal-grid {
        grid-template-columns: 1fr;
    }
    .speaker-modal-media {
        min-height: 300px;
        max-height: 340px;
    }
    .speaker-modal-image {
        min-height: 300px;
        height: 340px;
        object-position: center 18%;
    }
    .speaker-modal-content {
        padding: 30px 26px 34px;
        max-height: calc(90vh - 300px);
    }
}
@media (max-width: 575px) {
    .speaker-detail-modal .speaker-modal-dialog {
        max-width: calc(100vw - 18px);
        margin: .5rem auto;
    }
    .speaker-modal-close {
        top: 12px;
        right: 12px;
    }
    .speaker-modal-media,
    .speaker-modal-image {
        min-height: 240px;
        height: 260px;
    }
    .speaker-modal-content {
        padding: 24px 20px 28px;
        max-height: calc(90vh - 240px);
    }
    .speaker-modal-content h3 {
        font-size: 28px;
    }
}

/* Page preloader */
body.is-loading {
    overflow: hidden;
}
.site-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(circle at 30% 25%, rgba(182, 223, 58, .28), transparent 34rem),
        radial-gradient(circle at 70% 70%, rgba(38, 182, 106, .18), transparent 30rem),
        linear-gradient(135deg, #021b14 0%, #032f22 55%, #071f17 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .55s ease, visibility .55s ease;
}
.site-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.preloader-card {
    width: min(360px, 90vw);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 36px 30px;
    border: 1px solid rgba(216, 255, 101, .22);
    border-radius: 34px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}
.preloader-logo {
    max-width: 210px;
    max-height: 96px;
    object-fit: contain;
    animation: preloaderLogo 1.6s ease-in-out infinite;
}
.preloader-title {
    max-width: 260px;
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    line-height: .95;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.04em;
}
.preloader-orbit {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid rgba(216, 255, 101, .2);
    animation: preloaderSpin 1.4s linear infinite;
}
.preloader-orbit::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .25);
}
.preloader-orbit span {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--lime-soft);
    box-shadow: 0 0 22px rgba(216, 255, 101, .8);
}
.preloader-orbit span:nth-child(1) { top: -6px; left: 31px; }
.preloader-orbit span:nth-child(2) { right: 3px; bottom: 10px; transform: scale(.75); opacity: .75; }
.preloader-orbit span:nth-child(3) { left: 3px; bottom: 10px; transform: scale(.55); opacity: .55; }
.preloader-text {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
@keyframes preloaderSpin {
    to { transform: rotate(360deg); }
}
@keyframes preloaderLogo {
    0%, 100% { transform: translateY(0); opacity: .92; }
    50% { transform: translateY(-5px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .preloader-logo,
    .preloader-orbit {
        animation: none;
    }
}
