/* AI Emergence Conference - page-specific styles */
/* Builds on the shared --oic-* tokens and components defined in incubator.css */

/* Several rows on this page use .g-5 for gutter spacing, which sets a wider
   negative margin than the container's default padding offsets. That bleed
   shows up as unwanted horizontal scroll / whitespace on narrow viewports. */
body {
    overflow-x: hidden;
}

.ai-final-cta {
    padding: 5rem 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(189, 62, 120, 0.4), transparent 45%),
        radial-gradient(circle at 0% 100%, rgba(138, 62, 189, 0.35), transparent 45%),
        var(--oic-purple);
    color: #fff;
}

.ai-final-cta .lead {
    max-width: 800px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.75);
}

/* Who Should Attend */
.audience-card {
    height: 100%;
    padding: 1.75rem;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1.25rem;
    background: #f8f7f6;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.audience-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
}

.audience-icon {
    display: flex;
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(189, 62, 120, 0.1);
    color: var(--oic-pink);
    font-size: 1.25rem;
}

/* Partner blurb captions */
.partner-blurb {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 0.85rem;
    text-align: center;
}

.funding-partner-line {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

.funding-value-note {
    max-width: 820px;
    margin: 2.5rem auto 0;
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

/* Presented By - host org cards */
.host-org-card {
    height: 100%;
    padding: 1.75rem;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(47, 24, 56, 0.04);
}

.host-org-card-lg {
    padding: 2.25rem;
}

/* Featured AWS Partner cards */
.featured-partner-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(47, 24, 56, 0.05);
}

.featured-partner-logo {
    display: flex;
    min-height: 60px;
    margin-bottom: 1.25rem;
    align-items: center;
}

.featured-partner-logo img {
    max-height: 56px;
    width: auto;
}

.featured-partner-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(47, 24, 56, 0.06);
    color: var(--oic-purple);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.featured-partner-card p {
    color: #495057;
    font-size: 0.95rem;
}

.ai-hero {
    display: flex;
    flex-direction: column;
    min-height: 70vh;
}

.ai-hero > .container {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.ai-hero > .container > .row {
    width: 100%;
}

.ai-hero-copy {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ai-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 4, 16, 0.72);
}

.ai-hero-copy h1,
.ai-hero-copy p,
.ai-hero-copy .badge {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.ai-hero-deadline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}


/* Funding section photo band */
.funding-photo-bg {
    position: relative;
    overflow: hidden;
    background-image: url('../img/ai1.png');
    background-size: cover;
    background-position: center;
}

.funding-photo-bg::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(3, 9, 20, 0.88),
            rgba(3, 9, 20, 0.78) 45%,
            rgba(3, 9, 20, 0.92));
    content: "";
}

.funding-photo-bg > .container {
    position: relative;
    z-index: 1;
}


/* Presented By / brand strip */
.brand-strip-section {
    background: #fff;
}

.partner-logo-card.brand-tile-dark {
    background: var(--oic-purple);
    border-color: rgba(255, 255, 255, 0.15);
}

.host-detail h3 {
    margin-bottom: 0.5rem;
}

.host-detail p {
    margin-bottom: 0;
}


/* Overview highlight quote */
.overview-highlight {
    max-width: 760px;
    padding: 1.25rem 1.75rem;
    margin-inline: auto;
    border-left: 4px solid var(--oic-pink);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(47, 24, 56, 0.06);
}


/* Two Paths - segmented toggle + tab panels */
.path-toggle-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.path-toggle.nav {
    display: inline-flex;
    padding: 0.35rem;
    border: 0;
    border-radius: 999px;
    background: #f1eef2;
    gap: 0.25rem;
}

.path-toggle .nav-link {
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1.75rem;
    color: #495057 !important;
    font-weight: 700;
    text-transform: none !important;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}

.path-toggle .nav-link:hover {
    color: #2f1838 !important;
}

.path-toggle .nav-link.active,
.path-toggle .nav-link.active:hover {
    background: var(--oic-purple);
    color: #fff !important;
    box-shadow: 0 0.35rem 0.9rem rgba(47, 24, 56, 0.25);
}

.path-audience-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: rgba(189, 62, 120, 0.08);
    color: var(--oic-pink);
    font-weight: 700;
    font-size: 0.85rem;
}

.path-panel.is-day2 .path-audience-chip {
    background: rgba(138, 62, 189, 0.1);
    color: #8a3ebd;
}

.path-side-card p i {
    margin-right: 0.4rem;
    color: var(--oic-pink);
}

.path-panel.is-day2 .path-side-card p i {
    color: #8a3ebd;
}

.path-feature-list {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
}

.path-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(47, 24, 56, 0.08);
    color: #495057;
}

.path-feature-list li:last-child {
    border-bottom: 0;
}

.path-feature-list li i {
    margin-top: 0.3rem;
    color: var(--oic-pink);
}

.path-panel.is-day2 .path-feature-list li i {
    color: #8a3ebd;
}

.path-side-card {
    padding: 2rem;
    border-radius: 1.25rem;
    border-left: 4px solid var(--oic-pink);
    background: linear-gradient(160deg, rgba(189, 62, 120, 0.12), rgba(189, 62, 120, 0.04));
}

.path-panel.is-day2 .path-side-card {
    border-left-color: #8a3ebd;
    background: linear-gradient(160deg, rgba(138, 62, 189, 0.12), rgba(138, 62, 189, 0.04));
}

.path-side-label {
    margin-bottom: 0.4rem;
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.path-side-divider {
    margin: 1.5rem 0;
    border-top: 1px solid rgba(47, 24, 56, 0.1);
}

.path-side-total {
    color: var(--oic-purple);
    font-size: 1.75rem;
    font-weight: 800;
}


/* Funding tier cards */
.funding-tier-card {
    height: 100%;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1.25rem;
    background: #fff;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.funding-tier-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
}

.funding-tier-card.is-first {
    border-color: rgba(189, 62, 120, 0.35);
    background: #fdf2f6;
}

.funding-amount {
    margin: 0.5rem 0;
    color: var(--oic-purple);
    font-size: 2rem;
    font-weight: 800;
}

.funding-amount.is-first {
    color: var(--oic-pink);
}

.funding-disclaimer {
    max-width: 780px;
    margin-inline: auto;
    color: #6c757d;
    font-size: 0.9rem;
}


/* Contact + Location split card */
.contact-split-card {
    overflow: hidden;
    border: 1px solid rgba(47, 24, 56, 0.1);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 0.5rem 2rem rgba(47, 24, 56, 0.06);
}

.contact-split-media {
    position: relative;
    min-height: 260px;
}

.contact-split-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 30% 45%;
}

.contact-split-link:link,
.contact-split-link:visited {
    color: var(--oic-pink) !important;
}

.contact-split-link:hover {
    color: var(--oic-purple) !important;
}

.contact-split-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2.5rem;
}

.contact-split-block + .contact-split-block {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(47, 24, 56, 0.1);
}

.contact-split-block address {
    font-style: normal;
}


@media (max-width: 767.98px) {
    .path-toggle {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .path-toggle .nav-link {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .contact-split-body {
        padding: 1.75rem;
    }

    .funding-tier-card {
        padding: 1.5rem 1.25rem;
    }

    .path-side-card {
        padding: 1.5rem;
    }
}
