﻿.bni-wrap {
    background: #CF2030;
    padding: 5px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 52px;
}

.bni-main {
    font-weight: 800;
    font-size: 17px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px
}

.bni-sub {
    font-size: 7px;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase
}

.header-logo {
    display: flex;
    flex-direction: column;
    gap: 1px
}

.netcon-wordmark {
    display: flex;
    align-items: center;
    line-height: 1
}

.nc-net, .nc-con {
    
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    letter-spacing: -1px
}

.nc-dots {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 3px;
    align-items: center;
    justify-content: center
}

.dot-row {
    display: flex;
    gap: 3px;
    align-items: center
}

.d {
    display: inline-block;
    border-radius: 50%;
    background: #CF2030
}

    .d.sm {
        width: 6px;
        height: 6px
    }

    .d.md {
        width: 9px;
        height: 9px
    }

    .d.lg {
        width: 11px;
        height: 11px
    }

.nc-tm {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    vertical-align: super;
    margin-left: 1px;
    font-weight: 400
}

.header-tagline {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600
}

    .header-tagline b {
        color: #CF2030
    }

/* ══════ HERO ══════ */
.hero-Sponsors {
    background: #fff;
    padding: 24px 28px 18px;
    display: grid;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.hero-headline {
    font-weight: 900;
    font-size: 67px;
    line-height: 1.0;
    color: #000;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

    .hero-headline .red {
        color: #CF2030
    }

.hero-sub {
    font-size: 26.5px;
    color: #333;
    margin: 8px 0 16px;
    font-weight: 700;
}

.equation {
    display: inline-flex;
    align-items: stretch;
    border: 2px solid #000;
    margin: 0 auto;
    border-radius: 30px;
}

.eq-part {
    padding: 12px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .eq-part:last-child {
        border-right: none
    }

    .eq-part.op-cell {
        padding: 12px 18px;
    }

.eq-big {
    
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    color: #000
}

.eq-part.op-cell .eq-big {
    color: #CF2030;
    font-size: 30px;
}

.eq-label {
    font-weight: 900;
    font-size: 19.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CF2030;
    margin-top: 3px;
}

/* ══════ DIVIDER TITLE ══════ */
.divider-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 10px
}

    .divider-title .dl {
        flex: 1;
        height: 2px;
        background: #CF2030;
    }

    .divider-title .dt {
        font-weight: 900;
        font-size: 18px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #CF2030;
        white-space: nowrap;
    }

/* ══════ WHAT YOUR BRAND GETS ══════ */
.brand-gets {
    padding: 14px 28px 16px;
    background: #fff;
    
}

.gets-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin-bottom: 12px
}

.get-item {
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: relative;
}
.gets-grid > div:not(:last-child):before {
    content: "";
    border-right: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
    width: 1px;
}

.get-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #CF2030;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

    .get-icon-circle svg {
        width: 22px;
        height: 22px;
        fill: #fff
    }

.get-stat-title {
    font-weight: 800;
    font-size: 18.5px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase
}

    .get-stat-title .num {
        font-size: 18px
    }

.get-item-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.4
}

.not-visibility {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    margin-top: 6px
}

    .not-visibility span {
        color: #CF2030
    }

/* ══════ ENGINE + METRICS ══════ */
.engine-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}

.engine-panel {
    border: 1px solid #cf2030;
    border-radius: 10px;
}
.flex-section {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.metrics-panel {
    background: #111;
    padding: 0 0 14px
}

.panel-title {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 14px;
    color: #fff
}

.engine-panel .panel-title {
    background: #CF2030;
    border-radius: 10px 10px 0px 0px;
}

.metrics-panel .panel-title {
    background: #333
}

/* cycle diagram */
.cycle-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    flex-wrap: wrap
}

.cycle-node {
    border: 1.5px solid #333;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px;
    background: #fff
}

    .cycle-node.accent-node {
        background: #CF2030;
        border-color: #CF2030
    }

    .cycle-node .node-icon svg {
        width: 15px;
        height: 15px;
        fill: #333
    }

    .cycle-node.accent-node .node-icon svg {
        fill: #fff
    }

    .cycle-node .node-big {
        font-weight: 900;
        font-size: 15px;
        color: #000;
        line-height: 1
    }

    .cycle-node.accent-node .node-big {
        color: #fff
    }

    .cycle-node .node-small {
        font-size: 7.5px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        color: #000;
        line-height: 1.2;
        text-align: center
    }

    .cycle-node.accent-node .node-small {
        color: #fff
    }

.cycle-arrow {
    font-size: 16px;
    color: #CF2030;
    font-weight: 900;
    line-height: 1
}

.engine-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 16px 10px
}

    .engine-checklist li {
        display: flex;
        align-items: flex-start;
        gap: 7px;
        font-size: 14px;
        color: #222;
        line-height: 1.3;
    }

.chk-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #CF2030;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px
}

    .chk-icon svg {
        width: 9px;
        height: 9px;
        stroke: #fff;
        fill: none;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round
    }

.engine-guarantee {
    ;
    padding: 8px 16px 0;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.adv-metrics-inner {
    padding: 0 16px
}

.adv-metric {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 0;
    border-bottom: 1px solid rgb(255 255 255 / 29%);
}


    .adv-metric:last-of-type {
        border-bottom: none
    }

.adv-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

    .adv-icon svg {
        width: 24px;
        height: 24px;
        fill: rgba(255,255,255,0.55)
    }

.adv-title {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px
}

.adv-desc {
   font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.3
}

.adv-footer {
    font-style: italic;
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    margin-top: 8px;
    padding: 0 16px;
    border-top: 1px solid rgb(255 255 255 / 29%);
    padding-left: 80px;
}
.bor-left {
    position: relative;
    padding-left: 20px;
}
    .bor-left > div:not(:last-child):before {
        content: "";
        border-left: 1px solid rgb(255 255 255 / 29%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1px;
        margin: auto;
        width: 1px;
    }
/* ══════ TRACK + EVENT + KEYNOTE ══════ */
.track-section {
    display: grid;
    grid-template-columns: 1.8fr 1.1fr 1fr;
    padding: 20px;
    gap: 20px;
}

.track-panel {
    padding: 0;
    border: 1px solid #0000006e;
}
.event-panel {
    border: 1px solid #ddd;
}
.keynote-panel {
    padding: 12px 12px;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.track-panel-title, .event-panel-title {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
}
.event-panel-title {
    color: #fff;
    background: #cd202f;
    margin: 0;
}
.track-stats-row {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 6px;
    margin-bottom: 0
}
.track-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position:relative;
}
.track-stats-row > div:not(:last-child):before {
    content: "";
    border-right: 2px solid rgb(0 0 0 / 46%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    width: 1px;
}
    .track-stat-item svg {
        width: 50px;
        height: 50px;
        fill: #CF2030;
    }
.track-stat-num {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
    .track-stat-num .arr {
        color: #CF2030;
        font-size: 25px;
        display: block;
        font-weight: 600;
        line-height: 35px;
    }
.track-stat-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    line-height: 1.3;
    letter-spacing: 0.2px;
    min-height: 72px;
}
.track-bottom-note {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #CF2030;
    padding: 5px 14px;
    margin: 15px 0px 0;
    letter-spacing: 0.4px;
}
.event-row-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px
}

.ev-ico {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}
    .ev-ico svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #000;
        stroke-width: 2;
        stroke-linecap: round;
    }
.ev-main-text {
    font-weight: 700;
    font-size: 17px;
    color: #000;
    line-height: 27px;
}
.keynote-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 7px
}
.keynote-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #bbb;
    overflow: hidden;
    margin: 0 auto 7px;
    border: 2px solid #CF2030;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .keynote-avatar svg {
        width: 48px;
        height: 48px;
        fill: #888
    }
.keynote-name {
    font-weight: 900;
    font-size: 24px;
    color: #CF2030;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.keynote-desc {
    font-size: 14px;
    color: #333;
    line-height: 16px;
    font-weight: 700;
}
    .keynote-desc em {
        color: #555
    }

/* ══════ SPONSORSHIP ══════ */
.sponsorship-section {
    padding: 12px 16px;
    background: #fff;
    
}
.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.sp-col {
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px 0 #0000001a;
    border-radius: 20px;
    overflow: hidden;
}
    .sp-col.sp-red {
        background: #fff;
    }
    .sp-col.sp-dark {
        background: #fff;
    }
        .sp-col.sp-dark .topheading {
            background: #000;
        }
    .sp-col.sp-light {
        background: #fff
    }
.sp-tier-name {
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 14px;
}
.sp-col.sp-light .sp-tier-name {
    color: #000
}
.sp-price-tag {
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 8px;
    line-height: 18px;
}
.sp-col.sp-light .sp-price-tag {
    color: #000
}

.sp-star-badge {
    display: inline-block;
    background: #fff;
    color: #CF2030;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-weight: 900;
    margin-left: 4px;
    vertical-align: middle
}
.sp-features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    padding: 20px 20px;
}
.sp-col.sp-red .sp-features-list li {
    color: #000;
}

    .sp-features-list li {
        display: flex;
        gap: 5px;
        align-items: flex-start;
        font-size: 14px;
        line-height: 1.35;
        color: #fff
    }

.sp-col.sp-light .sp-features-list li {
    color: #222
}

.sp-bullet {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px
}

    .sp-bullet svg {
        width: 12px;
        height: 12px;
        stroke: #CF2030;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round
    }
.sp-col.sp-red .sp-bullet svg {
    stroke: #000;
}

.sp-col.sp-dark .sp-bullet svg {
    stroke: #CF2030
}

.sp-col.sp-light .sp-bullet svg {
    stroke: #CF2030
}

/* ══════ EXTENDED BRAND ══════ */
.extended-section {
    padding: 12px 16px;
    background: #fff;
    
}

.extended-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    border: 1px solid #ddd
}
.ext-item {
    padding: 12px 8px;
    border-right: 1px solid #ddd;
    display: flex;
    gap: 5px;
}
    .ext-item:last-child {
        border-right: none
    }

    .ext-item.ext-cta {
        background: #CF2030
    }

.ext-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #000;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ext-item.ext-cta .ext-icon svg {
    stroke: #fff
}

.ext-label {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #000;
    line-height: 1.3
}

.ext-item.ext-cta .ext-label {
    color: #fff
}

.ext-sub {
    font-size: 14px;
    color: #444;
    line-height: 1.3
}

/* ══════ EXCLUSIVITY ══════ */
.excl-banner {
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 20px
}

.excl-line {
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: rgba(255,255,255,0.18)
}

.excl-text {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

/* ══════ FOOTER ══════ */
.footer-contact {
    background: #CF2030;
    padding: 9px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.footer-phone-ico svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    flex-shrink: 0
}

.footer-cta-label {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0
}
.footer-contacts {
    display: flex;
    gap: 18px;
    flex: 1;
    flex-wrap: wrap;
    margin-left: 6px;
    justify-content: space-between;
    max-width: 1060px;
    margin: 0 auto;
}
    
.footer-contacts > div:not(:last-child)::before {
        content: "";
        border-right: 1px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -31px;
        margin: 0 auto;
        height: 100%;
        width: 1px;
    }
.footer-person {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.footer-person-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0,0,0,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

    .footer-person-icon svg {
        width: 14px;
        height: 14px;
        fill: #fff
    }

.fp-name {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1
}

.fp-num {
    font-size: 14px;
    color: rgba(255,255,255,0.88);
    font-weight: 400
}
.bottomcontentwrap {
    padding: 20px 20px;
}
.topheading {
    padding: 10px 15px;
    text-align: center;
}
.sp-red .topheading {
    background: #cf2030;
}
.sp-col.sp-dark .sp-features-list li {
    color: #000;
}
/* ══════ RESPONSIVE ══════ */
@media(max-width:768px) {
    .sponsor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .track-section {
        grid-template-columns: repeat(2,1fr);
    }

        .track-section > div:first-child {
            grid-column-start: 1;
            grid-column-end: 3;
        }

    .extended-grid > div:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .extended-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:767px) {
    .track-section > div:first-child {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .sponsor-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .track-section {
        grid-template-columns: repeat(1,1fr);
    }

    .extended-grid > div:last-child {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .extended-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .footer-cta-label {
        font-size: 12px;
    }

}
    @media(max-width:700px) {
        .hero-headline {
            font-size: 28px
        }

        .gets-grid {
            grid-template-columns: repeat(2,1fr)
        }

        .engine-metrics {
            grid-template-columns: 1fr
        }

        /* .engine-panel {
        border-right: none;
        
    }*/

        .track-section {
            grid-template-columns: 1fr
        }

        .event-panel, .keynote-panel {
            border-right: none;
            border-top: 1px solid #333
        }

        /*.track-panel {
        border-right: none
    }*/

        .sponsor-grid {
            grid-template-columns: repeat(2,1fr)
        }

        .extended-grid {
            grid-template-columns: repeat(3,1fr)
        }

        .track-stats-row {
            grid-template-columns: repeat(3,1fr)
        }

        .flex-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .track-stats-row > div:not(:last-child):before {
            display: none;
        }

        .track-stats-row > div:first-child, .track-stats-row > div:nth-child(2) {
            border-bottom: 1px solid #000;
        }

        .track-stats-row > div:first-child, .track-stats-row > div:nth-child(3) {
            border-right: 1px solid #000;
        }

        .track-stats-row {
            grid-template-columns: repeat(2,1fr);
            gap: 0px;
            padding: 10px;
        }

            .track-stats-row > div:last-child {
                grid-column-start: 1;
                grid-column-end: 3;
                margin: 10px 0 0 0;
            }

        .track-bottom-note {
            margin: 0;
        }
    }

    @media(max-width:480px) {
        .hero-headline {
            font-size: 22px
        }

        .equation {
            flex-wrap: wrap
        }

        .eq-part {
            border-bottom: 2px solid #000;
            border-right: none;
            width: 100%
        }

            .eq-part:last-child {
                border-bottom: none
            }

        .sponsor-grid {
            grid-template-columns: 1fr
        }

        .extended-grid {
            grid-template-columns: repeat(2,1fr)
        }

            .extended-grid > div:last-child {
                grid-column-start: 1;
                grid-column-end: 3;
            }

        .footer-contact {
            flex-direction: column;
            align-items: flex-start
        }

        .flex-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .track-stats-row > div:not(:last-child):before {
            display: none;
        }

        .track-stats-row > div:first-child, .track-stats-row > div:nth-child(2) {
            border-bottom: 1px solid #000;
        }

        .track-stats-row > div:first-child, .track-stats-row > div:nth-child(3) {
            border-right: 1px solid #000;
        }

        .track-stats-row {
            grid-template-columns: repeat(2,1fr);
            gap: 0px;
            padding: 10px;
        }

            .track-stats-row > div:last-child {
                grid-column-start: 1;
                grid-column-end: 3;
                margin: 10px 0 0 0;
            }

        .track-bottom-note {
            margin: 0;
        }
    }
