﻿
.agenda-table {
    width: 100%;
    border-collapse: collapse;
    /* background: #fff;*/
}



tr:not(.tbody-spacer):not(.day-row) td,
tr:not(.tbody-spacer):not(.day-row) th {
    border-bottom: 1px solid rgba(25, 87, 157, 0.10) !important;
}

.agenda-table th,
.agenda-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid var(--line-soft);
    vertical-align: middle;
}

.agenda-table thead th {
    background: var(--panel-2);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: var(--muted);
}


.agenda-table .day-row th {
    background: var(--panel);
    color: var(--purple);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}


:root {
    --page-tint: linear-gradient(180deg, #eef4f9 0%, #e8f1f8 100%);
    --text: #10233c;
    --muted: #4e647f;
    --accent: #2f80ed;
    --accent-strong: #5aa8ff;
    --shadow: 0 18px 42px rgba(39, 86, 140, 0.12);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", SegoeUI, Arial, sans-serif;
    color: var(--text);
    background: var(--page-tint);
}

.shell {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.hero {
    padding: 0 0 22px;
    position: relative;
    overflow: hidden;
    min-height: 560px;
    background-image: linear-gradient(90deg, rgba(128, 139, 235, 0.95) 0%, rgba(120, 184, 230, 0.86) 36%, rgba(102, 176, 228, 0.52) 62%, rgba(79, 136, 231, 0.86) 100%), url('/mnt/data/CAI Frontier Week - Website Hero Banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
        pointer-events: none;
    }

.hero-inner {
    position: relative;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 500px);
    gap: 28px;
    align-items: center;
    padding: 44px 0 30px;
}

.hero-copy {
    max-width: 720px;
    padding: 0;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
    max-width: 760px;
}

    .meta span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        width: auto;
        min-width: 0;
        max-width: 100%;
        color: #f3f7fd;
        font-size: 13px;
        line-height: 1.2;
        padding: 8px 14px 8px 8px;
        border-radius: 999px;
        background: rgba(78, 96, 122, 0.44);
        border: 1px solid rgba(219, 233, 252, 0.16);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
        white-space: nowrap;
    }

    .meta strong {
        font-weight: 600;
        opacity: 0.98;
    }

.meta-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(67, 84, 109, 0.58);
    border: 1px solid rgba(255,255,255,0.08);
}

h1 {
    margin: 0 0 18px;
    font-size: clamp(40px, 5.8vw, 70px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    max-width: 760px;
    color: #111827;
    font-weight: 500;
}

.hero .tagline {
    margin: 0 0 10px;
    max-width: 720px;
    font-size: clamp(20px, 1.9vw, 26px);
    line-height: 1.25;
    color: #233b57;
    font-weight: 700;
}

.hero .hero-description {
    margin: 0;
    max-width: 760px;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.52;
    color: #233b57;
}

.hero-cta {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2d6dff 0%, #2357dc 42%, #0e1e5f 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(32, 86, 214, 0.24);
}

.why-attend {
    background: rgba(238, 246, 255, 0.72);
    border: 1px solid rgba(255,255,255,0.42);
    border-radius: 28px;
    padding: 20px;
    box-shadow: 0 18px 40px rgba(58, 110, 168, 0.14);
    backdrop-filter: blur(8px);
}

.why-attend-inner {
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(25, 87, 157, 0.08);
    border-radius: 22px;
    padding: 22px;
}

.why-attend h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin: 0 0 14px;
    color: #274766;
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.card {
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(17, 76, 141, 0.10);
    border-radius: 16px;
    padding: 16px 16px 15px;
    min-height: 0;
}

    .card h3 {
        margin: 0 0 8px;
        font-size: 17px;
        line-height: 1.25;
        color: #163452;
        font-weight: 600;
    }

    .card p {
        margin: 0;
        color: #45607b;
        line-height: 1.48;
        font-size: 14px;
    }

.section {
    padding: 24px 0 42px;
}

    .section h2 {
        font-size: clamp(30px, 4vw, 42px);
        margin: 0 0 18px;
        letter-spacing: -0.02em;
        font-weight: 500;
    }

.section-intro {
    color: var(--muted);
    max-width: 980px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.agenda-wrap {
    background: linear-gradient(180deg, rgba(231,241,251,0.92) 0%, rgba(221,236,248,0.92) 100%);
    border: 1px solid rgba(96, 140, 203, 0.18);
    border-radius: var(--radius-xl);
    padding: 24px;
    box-shadow: 0 18px 42px rgba(84, 128, 184, 0.12);
}

.agenda-grid-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 54px;
}

.agenda-note {
    display: none;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.tab {
    border: 1px solid rgba(28, 87, 153, 0.12);
    background: rgba(255,255,255,0.72);
    color: #1f3856;
    padding: 11px 16px;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    transition: 180ms ease;
}

    .tab.active,
    .tab:hover {
        background: linear-gradient(180deg, var(--accent-strong), var(--accent));
        color: #fff;
        border-color: transparent;
    }

.tab-panel {
    display: none;
}

    .tab-panel.active {
        display: block;
    }

.tag {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(193, 216, 255, 0.10);
    color: #d4e3ff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
}

.tag {
    margin-bottom: 8px;
    background: rgba(49, 74, 117, 0.10);
    border-color: rgba(49, 74, 117, 0.08);
    color: #46648a;
}

.cta {
    /*            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 150px;
            padding: 14px 22px;
            border-radius: 999px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            background: linear-gradient(180deg, #67a9ff, #4588f3);
            color: #fff;
            box-shadow: 0 14px 30px rgba(69,136,243,0.22);*/
}

.time {
    color: #365574;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(180deg, #67a9ff, #4588f3);
    color: #fff;
    box-shadow: 0 14px 30px rgba(69, 136, 243, 0.22);
    border: none !important;
}

.session-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    color: #18314d;
    font-weight: 600;
}

.full-list {
    display: grid;
    gap: 18px;
}

.day-summary-card {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(25, 87, 157, 0.10);
    border-radius: 22px;
    padding: 28px 34px;
    margin-bottom: 18px;
}

.day-summary-eyebrow {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.2;
    color: #3f5d7d;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.day-summary-title {
    margin: 0 0 18px;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #111827;
    font-weight: 500;
}

.day-summary-copy {
    margin: 0;
    max-width: 1100px;
    color: #4e647f;
    font-size: 18px;
    line-height: 1.6;
}

.list-day {
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(25, 87, 157, 0.10);
    border-radius: 22px;
    overflow: hidden;
}

.list-day-header {
    padding: 16px 20px;
    background: linear-gradient(90deg, rgba(89, 145, 228, 0.14), rgba(255,255,255,0.50));
    border-bottom: 1px solid rgba(25, 87, 157, 0.10);
}

    .list-day-header h3 {
        margin: 0;
        font-size: 22px;
        color: #193453;
        font-weight: 600;
    }

.list-day-timezone {
    padding: 12px 20px 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #5a708e;
    background: rgba(244,249,255,0.72);
    border-bottom: 1px solid rgba(112, 152, 206, 0.12);
}

.list-day-body {
    padding: 6px 0;
}

.list-item {
    display: grid;
    grid-template-columns: 150px 1fr 160px;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border-top: 1px solid rgba(25, 87, 157, 0.10);
}

    .list-item:first-child {
        border-top: none;
    }

.list-time {
    color: #365574;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.list-main h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    color: #18314d;
    font-weight: 600;
}

.list-main .tag {
    margin-bottom: 8px;
    background: rgba(49, 74, 117, 0.10);
    border-color: rgba(49, 74, 117, 0.08);
    color: #46648a;
}

.list-action {
    display: flex;
    justify-content: flex-end;
}

.day-card {
    background: linear-gradient(180deg, rgba(235,244,252,0.98) 0%, rgba(225,239,250,0.98) 100%);
    border: 1px solid rgba(104, 145, 202, 0.18);
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(84, 128, 184, 0.12);
}

.day-header-row {
    display: grid;
    grid-template-columns: 170px 1fr 180px;
    gap: 0;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(112, 152, 206, 0.18);
    color: #55708f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: rgba(244,249,255,0.72);
}

.day-band {
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #234565;
    border-bottom: 1px solid rgba(112, 152, 206, 0.18);
    background: linear-gradient(90deg, rgba(89, 145, 228, 0.12), rgba(255,255,255,0.52));
}


.day-timezone {
    padding: 12px 20px 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #5a708e;
    background: rgba(244,249,255,0.72);
    border-bottom: 1px solid rgba(112, 152, 206, 0.12);
}

.session {
    display: grid;
    grid-template-columns: 170px 1fr 180px;
    gap: 0;
    align-items: center;
    border-bottom: 1px solid rgba(112, 152, 206, 0.14);
}

    .session:last-of-type {
        border-bottom: none;
    }

.session-time,
.session-main,
.session-action {
    padding: 18px 20px;
}

.session-time {
    color: #355270;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.session-main h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    color: #18314d;
    font-weight: 700;
}

.session-main p {
    margin: 8px 0 0;
    color: #56708a;
    font-size: 16px;
    line-height: 1.5;
}

.session-main .tag {
    margin-bottom: 8px;
    background: rgba(49, 74, 117, 0.10);
    border-color: rgba(49, 74, 117, 0.08);
    color: #46648a;
}

.session-action {
    display: flex;
    justify-content: flex-end;
}

footer {
    padding: 28px 0 56px;
    color: #6a809a;
    font-size: 14px;
}

@media (max-width: 1050px) {
    .hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .why-attend {
        max-width: 760px;
    }
}

@media (max-width: 760px) {
    .shell, .hero-inner {
        width: min(100% - 28px, 1200px);
    }

    .hero {
        min-height: 0;
        background-position: 66% center;
    }

    .hero-inner {
        padding: 26px 0 24px;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .meta {
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }

        .meta span {
            white-space: normal;
            width: fit-content;
        }

    .list-item,
    .session,
    .day-header-row {
        grid-template-columns: 1fr;
    }

    .list-action,
    .session-action {
        justify-content: stretch;
    }

    .cta {
        width: 100%;
    }
}


.section-title {
    font-size: clamp(30px, 4vw, 42px);
    margin: 0 0 18px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.section-copy {
    color: var(--muted);
    max-width: 980px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.panel {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

/** new */
.tab-standard .tab-group {
    border-bottom-style: none !important;
}

.tab-group a:not(.tab-image), .tab-group button:not(.tab-image) {
    border-style: none;
}

.tab-standard .tab-group .active:not(.tab-image) {
    /*          background: var(--purple);
            border-color: var(--purple);
            color: #fff;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
            padding-top: inherit !important;
            margin-bottom: inherit !important;*/
    /*        background: linear-gradient(180deg, var(--accent-strong), var(--accent));
            color: #fff;
            border-color: transparent;*/
    padding: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(28, 87, 153, 0.12);
    background: linear-gradient(180deg, var(--accent-strong), var(--accent));
    color: #1f3856;
    padding: 11px 16px !important;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    font: inherit;
    transition: 180ms ease;
}

.tab-group a:not(.tab-image):not(.active), .tab-group button:not(.tab-image):not(.active) {
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: #1f3856;
    padding: 11px 16px !important;
    border-radius: 999px;
    cursor: pointer;
    color: #1f3856;
    font: inherit;
    transition: 180ms ease;
    background: #fff !important;
}

    .tab-group a:not(.tab-image):not(.active):hover, .tab-group button:not(.tab-image):not(.active) {
        background: linear-gradient(180deg, var(--accent-strong), var(--accent)) !important;
        color: #fff;
        border-color: transparent;
    }

html:not([dir=rtl]) .tab-standard .tab-group a:not(.tab-image):not(:first-child), html:not([dir=rtl]) .tab-standard .tab-group button:not(.tab-image):not(:first-child) {
    margin-left: 0.8rem;
}
/*.tab-group a:not(.tab-image):focus, .tab-group button:not(.tab-image):focus {
    outline-offset: 0;
}*/
.tab-standard .tab-group a {
    /*font-weight: bold !important;
            margin-top: 4px;*/
}

.tab-group a:not(.tab-image):not(.active), .tab-group button:not(.tab-image):not(.active) {
    transition: none !important;
}

.tab-standard .tab-group a:not(.tab-image), .tab-standard .tab-group button:not(.tab-image) {
}

.tab-group a:not(.tab-image):focus, .tab-group button:not(.tab-image):focus {
    outline-offset: -.499rem;
}

.tab-standard .tab-group a:not(.tab-image):not(.active):focus, .tab-standard .tab-group a:not(.tab-image):not(.active):hover, .tab-standard .tab-group button:not(.tab-image):not(.active):focus, .tab-standard .tab-group button:not(.tab-image):not(.active):hover {
    margin-top: auto;
}

.tab-standard .tab-group a:not(.tab-image), .tab-standard .tab-group button:not(.tab-image) {
    /* padding: .3rem .75rem;*/
}
/** end new */

.agenda-table {
    border-collapse: collapse;
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(25, 87, 157, 0.10);
    border-radius: 22px;
    overflow: hidden;
}

.day-title {
    padding: 16px 20px;
    background: linear-gradient(90deg, rgba(89, 145, 228, 0.14), rgba(255, 255, 255, 0.50));
    border-bottom: 1px solid rgba(25, 87, 157, 0.10);
}

.list-day:not(:first-child) {
    margin-top: 16px;
}

.tr-time {
    font-weight: 600 !important;
    font-size: 12px !important;
}

.tab-content, .tab-panel-group {
    margin-top: 1.5rem !important;
}

tr {
    border-top: 1px solid rgba(25, 87, 157, 0.10) !important;
}

tr {
    border-bottom: 1px solid #dee2e6;
}

.day-summary-eyebrow {
    margin: 0 0 16px !important;
    font-size: 14px;
    line-height: 1.2;
    color: #3f5d7d;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.session-title-day {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    color: #18314d;
    font-weight: 700;
}

.session-title-dayp {
    margin: 8px 0 0;
    color: #56708a;
    font-size: 16px;
    line-height: 1.5;
}

.group-day {
    background: linear-gradient(180deg, rgba(235, 244, 252, 0.98) 0%, rgba(225, 239, 250, 0.98) 100%);
}

.list-day:nth-child(2) .agenda-table td[data-label="Register now"] {
    padding-left: 190px !important;
}
.agenda-table td[data-label="Session"] {
    padding-left: 100px;
}
/* MOBILE */
@media (max-width: 767px) {
    .agenda-table td[data-label="Session"] {
        padding-left: 0px;
    }
    .list-day:nth-child(2) .agenda-table td[data-label="Register now"] {
        padding-left: 0px !important;
    }
    .eyebrow {
        padding: 12px;
    }

    .agenda-table thead {
        display: none;
    }

    .agenda-table,
    .agenda-table tbody,
    .agenda-table tr,
    .agenda-table td,
    .agenda-table th {
        display: block;
        width: 100%;
    }

        .agenda-table tr {
            border: 1px solid var(--line);
            border-radius: 8px;
            margin-bottom: 16px;
            padding: 12px;
            background: #fff;
        }

        /* Day separator stays full width */
        .agenda-table .day-row th {
            display: block;
            border: none;
            padding: 12px;
            margin-bottom: 8px;
            border-radius: 6px;
        }

        /* Time becomes header-like */
        .agenda-table th[scope="row"] {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 6px;
            border: none;
            padding: 0;
        }

        .agenda-table td {
            border: none;
            padding: 6px 0;
        }

            /* Add labels using data-label */
            .agenda-table td::before {
                content: attr(data-label);
                display: block;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 0.08em;
                color: var(--muted);
                margin-bottom: 4px;
                font-weight: 600;
            }

    .register {
        margin-top: 8px;
        display: inline-block;
    }
}


