:root {
    --oic-purple: #2f1838;
    --oic-purple-dark: #291432;
    --oic-pink: #bd3e78;
    --oic-pink-light: #f9a8d4;
    --oic-sky: #a0f1ff;
    --oic-dark: #030914;
    --oic-maroon: #310d1d;
}

.incubator-img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 1.5rem;
}

.program-section {
    padding: 5rem 0;
}

.section-accent {
    width: 5rem;
    height: 4px;
    margin-top: 0.5rem;
    border-radius: 999px;
    background: var(--oic-pink);
}

.program-heading {
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
}

.highlight-pink {
    color: var(--oic-pink-light);
    font-weight: 600;
}

.highlight-sky {
    color: var(--oic-sky);
    font-weight: 700;
}

/* Tracy Pitch Events */
#tracyPitches {
    background: #fff;
    color: #111;
}

.tracy-info-card {
    padding: 1.5rem;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.partner-card {
    overflow: hidden;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1.5rem;
    background: #fff;
}

.partner-card-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #dee2e6;
}

.partner-logo-box {
    min-height: 125px;
    border-radius: 1rem;
}

.partner-logo-box.light {
    background: #f7f3ef;
}

.partner-logo-box.dark {
    background: var(--oic-purple);
}

.partner-logo-box img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.tracy-logo {
    max-height: 7rem;
}

.oic-logo {
    max-height: 5rem;
}

/* iHub */
#ihubSeries {
    background: var(--oic-dark);
    color: #fff;
}

.ihub-partner-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
}

.ihub-partner-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ihub-logo-box {
    min-height: 120px;
    border-radius: 1rem;
}

.ihub-logo-box.white {
    background: #fff;
}

.ihub-logo-box.purple {
    background: var(--oic-purple);
}

.ihub-logo-box img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.ihub-logo {
    max-height: 6rem;
}

.ihub-oic-logo {
    max-height: 5rem;
}

.dark-cta-card {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.dark-cta-card p {
    color: rgba(255, 255, 255, 0.8);
}

/* Lodi Tech */
#lodiTechHub {
    position: relative;
    overflow: hidden;
    background: var(--oic-purple-dark);
    color: #fff;
}

#lodiTechHub::before,
#lodiTechHub::after {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(70px);
    content: "";
    pointer-events: none;
}

#lodiTechHub::before {
    top: -6rem;
    left: -6rem;
}

#lodiTechHub::after {
    right: -6rem;
    bottom: -6rem;
}

.lodi-content {
    position: relative;
    z-index: 1;
}

.lodi-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
}

.lodi-card-header {
    padding: 1.25rem 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lodi-logo-area {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
}

.lodi-logo-area img {
    width: auto;
    max-width: 100%;
    max-height: 5rem;
}

.lodi-cta {
    padding: 1.5rem 1.75rem;
}

.lodi-cta p {
    color: rgba(255, 255, 255, 0.7);
}


/* Start up Sprint */
#miniIncubator {
    background: var(--oic-maroon);
    color: #fff;
}

.startup-title-gradient {
    background: linear-gradient(
        90deg,
        #a0f1ff,
        #fbcfe8,
        #e9d5ff
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.startup-feature {
    min-height: 70px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
}

.startup-icon {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.25rem;
}

.registration-card {
    overflow: hidden;
    max-width: 450px;
    margin-inline: auto;
    border-radius: 1rem;
    background: #fff;
    color: #0f172a;
}

.registration-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.registration-body {
    padding: 2.5rem 1.5rem;
}

.lock-circle {
    display: flex;
    width: 64px;
    height: 64px;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fee2e2;
    font-size: 1.75rem;
}


/* How it Works Section */
.support-section {
    background: #f8f7f6;
}

.support-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    overflow: hidden;
    border: 1px solid rgba(46, 24, 56, 0.1);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.05);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.support-card:hover {
    transform: translateY(-4px);
    border-color: rgba(138, 62, 189, 0.3);
    box-shadow: 0 0.75rem 2.25rem rgba(0, 0, 0, 0.08);
}

.support-number {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    color: rgba(47, 24, 56, 0.06);
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}

.support-icon {
    display: flex;
    width: 54px;
    height: 54px;
    margin-bottom: 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(138, 54, 163, 0.1);
    color: #7128ad;
    font-size: 1.25rem;
}

.support-list {
    padding-top: 1.25rem;
    padding-left: 1.1rem;
    border-top: 1px solid rgba(47, 24, 56, 0.1);
}

.support-list li {
    margin-bottom: 0.45rem;
    color: #495057;
}

.support-list li:last-child {
    margin-bottom: 0;
}


/* Evennts - Incubator Page */
.events-section {
    background: #fff;
}

.event-item {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

.event-item-featured {
    margin-bottom: 0.5rem;
    border: 1px solid rgba(189, 62, 120, 0.2);
    border-radius: 1rem;
    background: rgba(189, 62, 120, 0.06);
}

.event-item-featured .event-content h3 {
    color: var(--oic-purple);
}

.event-date {
    padding: 0.75rem;
    border-right: 1px solid #dee2e6;
    text-align: center;
}

.event-month {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--oic-pink);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.event-day {
    display: block;
    color: var(--oic-purple);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
}

.event-date-flexible {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 90px;
}

.event-flexible-icon {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--oic-purple);
    color: #fff;
    font-size: 1rem;
}

.event-flexible-text {
    color: var(--oic-pink);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.event-content p {
    max-width: 700px;
    color: #6c757d;
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.event-meta span {
    display: inline-flex;
    align-items: center;
}

.event-meta i {
    color: var(--oic-pink);
}

.event-flexible-note {
    display: inline-flex;
    align-items: center;
    color: var(--oic-purple) !important;
    font-size: 0.9rem;
    font-weight: 600;
}

.event-flexible-note i {
    color: var(--oic-pink);
}

.event-action {
    display: flex;
    min-width: 150px;
    align-items: center;
    justify-content: flex-end;
}

/* Business Support */
.business-support-section {
    background: #f8f7f6;
}

.business-support-list {
    border-top: 1px solid rgba(47, 24, 56, 0.15);
}

.business-support-item {
    display: flex;
    gap: 1.25rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid rgba(47, 24, 56, 0.15);
}

.business-support-icon {
    display: flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--oic-purple);
    color: #fff;
}

.business-support-item p {
    color: #6c757d;
}


/* Whole Person Approach */
.whole-person-section {
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(189, 62, 120, 0.25),
            transparent 35%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(160, 241, 255, 0.1),
            transparent 30%
        ),
        var(--oic-purple);
    color: #fff;
}

.whole-person-section .lead {
    color: rgba(255, 255, 255, 0.8);
}

.whole-person-card {
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.07);
}

.whole-person-card p {
    color: rgba(255, 255, 255, 0.72);
}

.whole-person-icon {
    display: flex;
    width: 52px;
    height: 52px;
    margin-bottom: 1.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--oic-pink-light);
    font-size: 1.2rem;
}


.incubator-final-cta {
    padding: 5rem 0;
    background: var(--oic-dark);
    color: #fff;
}

.final-cta-inner {
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(189, 62, 120, 0.35),
            transparent 40%
        ),
        var(--oic-purple);
}

.final-cta-inner .lead {
    max-width: 800px;
    color: rgba(255, 255, 255, 0.75);
}


/* Partners - Incubator Page */
.partners-section {
    background: #f8f7f6;
}

.partner-logo-card {
    display: flex;
    min-height: 150px;
    padding: 1.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1rem;
    background: #fff;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.partner-logo-card:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 24, 56, 0.25);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
}

.partner-logo-card img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}


/* Past Events - Incubator Page */
.past-events-section {
    background: #fff;
}

.community-eyebrow {
    margin-bottom: 0.75rem;
    color: var(--oic-pink);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.community-showcase {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
    gap: 2.5rem;
}

.community-video-frame {
    overflow: hidden;
    border-radius: 0.5rem;
    background: #eee;
}

.community-spotlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.community-spotlight {
    position: relative;
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #eee;
}

.community-spotlight img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease;
}

.community-spotlight:hover img,
.community-spotlight:focus-visible img {
    transform: scale(1.03);
}

.community-spotlight-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: rgba(47, 24, 56, 0.55);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.community-spotlight-overlay > * {
    font-size: 0.85rem;
}

.community-spotlight:hover .community-spotlight-overlay,
.community-spotlight:focus-visible .community-spotlight-overlay {
    opacity: 1;
}

.community-gallery {
    margin-top: 2.5rem;
}

.community-photo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
}

.community-photo {
    position: relative;
    height: 200px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0.25rem;
    background: #eee;
    cursor: zoom-in;
}

.community-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.community-photo:hover img {
    transform: scale(1.05);
}

.community-photo-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 24, 56, 0.45);
    color: #fff;
    font-size: 1.25rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.community-photo:hover .community-photo-overlay,
.community-photo:focus-visible .community-photo-overlay {
    opacity: 1;
}

.spotlight-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.spotlight-lightbox.is-open {
    display: flex;
}

.spotlight-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 9, 20, 0.85);
}

.spotlight-lightbox-content {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 800px;
    max-height: 90vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    border-radius: 0.5rem;
    background: #fff;
    padding: 1.25rem;
}

.spotlight-lightbox-content img {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
}

.spotlight-lightbox-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--oic-purple);
    color: #fff;
    font-size: 1rem;
}

.spotlight-lightbox-close:hover,
.spotlight-lightbox-close:focus {
    background: var(--oic-purple-dark);
    color: #fff;
}


/* Pitch Events Overview - Pitch Events Page */
.pitch-hero-tall {
    display: flex;
    flex-direction: column;
    min-height: 78vh;
}

.pitch-hero-tall > .container {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.pitch-hero-tall > .container > .row {
    width: 100%;
}

.pitch-hero-copy {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.pitch-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.6) 45%,
            rgba(0, 0, 0, 0.2) 75%,
            rgba(0, 0, 0, 0) 100%);
}

.pitch-hero-eyebrow {
    color: var(--oic-pink-light);
    letter-spacing: 0.14em;
}

.pitch-hero-badge {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.overview-hero-bg {
    position: relative;
    overflow: hidden;
    background-image: url('../img/purple-gradient.png');
    background-size: cover;
    background-position: center;
}

.overview-hero-bg::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 9, 20, 0.78), rgba(3, 9, 20, 0.5) 45%, rgba(3, 9, 20, 0.85));
    content: "";
}

.overview-hero-bg > .container {
    position: relative;
    z-index: 1;
}

.pitch-overview-intro {
    max-width: 760px;
}

.pitch-eligibility-note {
    max-width: 760px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 1rem;
    background: rgba(16, 185, 129, 0.16);
    color: #fff;
}

.pitch-eligibility-note .fw-bold {
    color: #6ee7b7;
}

.pitch-advance-copy {
    max-width: 700px;
}

.pitch-advance-label {
    letter-spacing: 0.12em;
}

.pitch-event-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    background: #1c1c22;
    color: #fff;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
}

.pitch-event-card h3 {
    color: #fff !important;
}

.pitch-event-card .text-muted {
    color: rgba(255, 255, 255, 0.65) !important;
}

.pitch-card-bar {
    height: 6px;
    width: 100%;
}

.pitch-card-bar-pink {
    background: var(--oic-pink);
}

.pitch-card-bar-purple {
    background: #8a3ebd;
}

.pitch-feature {
    height: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
}

.pitch-prize-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #17171c;
}

.pitch-prize-panel .border-top {
    border-top-color: rgba(255, 255, 255, 0.15) !important;
}

.pitch-prize-label {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pitch-prize-list {
    margin: 0.5rem 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.95rem;
}

.pitch-prize-list li {
    margin-bottom: 0.35rem;
}

.pitch-prize-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.pitch-prize-total-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pitch-prize-total-amount {
    font-size: 1.75rem;
    font-weight: 800;
}

.pitch-prize-pink {
    color: var(--oic-pink-light);
}

.pitch-prize-purple {
    color: #c9a3e8;
}

.pitch-prize-unit {
    margin-left: 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
}

.pitch-arrow-circle {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.5rem;
    color: #fff;
}

@media (min-width: 992px) {
    .pitch-prize-panel {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
}


/* Steps to Apply - Pitch Events Page */
.steps-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--oic-maroon) 0%, var(--oic-dark) 80%);
    color: #fff;
}

.steps-section::before,
.steps-section::after {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    filter: blur(70px);
    content: "";
    pointer-events: none;
}

.steps-section::before {
    top: -6rem;
    left: -6rem;
    background: rgba(189, 62, 120, 0.2);
}

.steps-section::after {
    right: -6rem;
    bottom: -6rem;
    background: rgba(160, 241, 255, 0.15);
}

.step-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.15);
    color: #fde68a;
    font-size: 0.85rem;
    font-weight: 600;
}

.step-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fcd34d;
}

.step-item {
    position: relative;
    text-align: center;
}

.step-icon-circle {
    display: flex;
    width: 64px;
    height: 64px;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    font-size: 1.5rem;
}

.step-icon-pink {
    border: 1px solid rgba(236, 72, 153, 0.4);
    color: #fbcfe8;
}

.step-icon-sky {
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #bae6fd;
}

.step-icon-violet {
    border: 1px solid rgba(167, 139, 250, 0.4);
    color: #ddd6fe;
}

.step-label {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.step-arrow {
    position: absolute;
    top: 1.75rem;
    right: -2rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 1.25rem;
}

.step-deadline-note {
    max-width: 720px;
}


/* Live Pitch Event Scoring - Pitch Events Page */
.rubric-section {
    background: var(--oic-dark);
    color: #fff;
}

.rubric-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
}

.rubric-card p {
    color: rgba(255, 255, 255, 0.75);
}

.rubric-icon {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    font-size: 1.1rem;
}

.rubric-icon-sky {
    background: rgba(14, 165, 233, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: #bae6fd;
}

.rubric-icon-pink {
    background: rgba(236, 72, 153, 0.2);
    border: 1px solid rgba(236, 72, 153, 0.3);
    color: #fbcfe8;
}

.rubric-icon-violet {
    background: rgba(139, 92, 246, 0.2);
    border: 1px solid rgba(167, 139, 250, 0.3);
    color: #ddd6fe;
}

.rubric-tip {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.75);
}

/* Extra breathing room below every pitch-events section except the hero */
#overview,
#how-to-apply,
#rubric {
    padding-bottom: 6rem;
}


/* Past Pitch Events - Past Pitch Events Page */
.past-events-intro {
    max-width: 820px;
}

.countywide-recap-section {
    background: #f8f7f6;
}

.past-event-sponsors {
    padding-top: 1rem;
    border-top: 1px solid rgba(47, 24, 56, 0.1);
}

.past-event-sponsors-label {
    margin-bottom: 0.6rem;
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sponsor-logo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.sponsor-logo-row img {
    height: 40px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
}

.past-event-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.past-event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 2.25rem rgba(0, 0, 0, 0.08);
}

.past-event-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.1rem 1.5rem;
    border-bottom: 1px solid rgba(47, 24, 56, 0.1);
    background: #f8f7f6;
}

.past-event-district-badge {
    display: inline-flex;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background: var(--oic-pink);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.past-event-date-text {
    color: var(--oic-purple);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.past-event-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.5rem;
}

.past-event-venue-name {
    color: var(--oic-purple);
}

.past-event-more-link,
.past-event-more-link:link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding-top: 0.5rem;
    color: var(--oic-pink) !important;
    font-weight: 600;
    text-decoration: none;
}

.past-event-more-link:hover {
    color: var(--oic-purple) !important;
    text-decoration: underline;
}

.past-event-card-body a:link,
.past-event-card-body a:visited,
#countywide-recap .event-content a:link,
#countywide-recap .event-content a:visited {
    color: var(--oic-pink) !important;
}

.past-event-card-body a:hover,
#countywide-recap .event-content a:hover {
    color: var(--oic-purple) !important;
}

.past-event-card--pink .past-event-card-header {
    background: rgba(189, 62, 120, 0.08);
}

.past-event-card--purple .past-event-card-header {
    background: rgba(47, 24, 56, 0.06);
}

.past-event-card--purple .past-event-district-badge {
    background: var(--oic-purple);
}

.past-event-card--sky .past-event-card-header {
    background: rgba(160, 241, 255, 0.18);
}

.past-event-card--sky .past-event-district-badge {
    background: #0f6674;
}


@media (max-width: 991.98px) {

    .step-arrow {
        display: none;
    }

    .program-section {
        padding: 4rem 0;
    }

    .partner-card,
    .ihub-partner-card {
        max-width: 600px;
        margin-inline: auto;
    }

    #ihubSeries .ihub-content {
        order: 1;
    }

    #ihubSeries .ihub-partners {
        order: 2;
    }

    .event-item {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 1.5rem;
    }

    .event-action {
        grid-column: 2;
        min-width: 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .community-showcase {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 767.98px) {

    .community-photo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .community-photo {
        height: 160px;
    }

}

@media (max-width: 575.98px) {

    .support-card {
        padding: 1.5rem;
    }

    .support-number {
        font-size: 3.25rem;
    }

    .event-item {
        grid-template-columns: 65px minmax(0, 1fr);
        gap: 1rem;
        padding: 1.5rem 0.75rem;
    }

    .event-date {
        padding: 0.5rem;
    }

    .event-day {
        font-size: 1.75rem;
    }

    .event-flexible-icon {
        width: 38px;
        height: 38px;
    }

    .event-flexible-text {
        font-size: 0.6rem;
    }

    .event-meta {
        flex-direction: column;
        gap: 0.4rem;
    }

    .event-action {
        grid-column: 2;
    }

    .final-cta-inner {
        padding: 2rem 1.5rem;
    }

    .partner-logo-card {
        min-height: 120px;
        padding: 1.25rem;
    }

    .partner-logo-card img {
        max-height: 60px;
    }

    .community-photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .community-photo {
        height: 150px;
    }
}