html {
    scroll-behavior: smooth;
}

body {
    background: #F7F7F7;
}

.page-head {
    display: none !important;
}

.page-head--dark ~ .main-page-cover, .main-cover.main-page-cover {
    margin-top: 0 !important;
}

.cmt-page {
    margin: 0;
    min-width: 320px;
    color: #1E2B36;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.cmt-page * {
    box-sizing: border-box;
}

.cmt-page a {
    color: inherit;
}

.cmt-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cmt-page button, .cmt-page a {
    touch-action: manipulation;
}

.cmt-page button {
    font-family: inherit;
    cursor: pointer;
}

.cmt-page .shell {
    width: min(calc(100% - 48px), 1256px);
    margin: 0 auto;
}

.cmt-page .section {
    margin: 32px 0;
}

.cmt-page .card {
    background: #FFFFFF;
    border-radius: 18px;
    overflow: hidden;
}

.cmt-page .eyebrow {
    margin: 0 0 18px;
    color: #7D8B98;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cmt-page .eyebrow.orange {
    color: #F28C00;
}

.cmt-page main h1, .cmt-page main h2, .cmt-page main h3, .cmt-page main p {
    margin-top: 0;
}

.cmt-page main h1, .cmt-page main h2, .cmt-page main h3 {
    color: #082C52;
    letter-spacing: -.035em;
}

.cmt-page main h1 {
    margin-bottom: 20px;
    font-size: clamp(2.7rem, 4.35vw, 4rem);
    line-height: .98;
    font-weight: 800;
    text-transform: uppercase;
}

.cmt-page main h2 {
    margin-bottom: 18px;
    font-size: clamp(1.95rem, 2.75vw, 2.9rem);
    line-height: 1.06;
    font-weight: 780;
}

.cmt-page main h3 {
    margin-bottom: 8px;
    font-size: 1.28rem;
    line-height: 1.2;
}

.cmt-page .lead {
    max-width: 58ch;
    margin-bottom: 0;
    color: #52616D;
    font-size: clamp(1.02rem, 1.3vw, 1.16rem);
}

.cmt-page .muted {
    color: #667481;
}

.cmt-page .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 22px;
    border: 1px solid #DDE3E8;
    border-radius: 10px;
    background: #fff;
    color: #082C52;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.cmt-page .button:hover {
    transform: translateY(-1px);
    border-color: #B9C6D0;
}

.cmt-page .button.primary {
    background: #0050A4;
    border-color: #0050A4;
    color: #fff;
}

.cmt-page .button.primary:hover {
    background: #003F82;
    border-color: #003F82;
}

.cmt-page .button.ghost {
    background: transparent;
}

.cmt-page .hero {
    padding: 24px 0 8px;
}

.cmt-page .hero-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: center;
    min-height: 650px;
    overflow: visible;
    background: #fff;
}

.cmt-page .hero-copy {
    position: relative;
    z-index: 3;
    padding: 64px 54px 64px 60px;
}

.cmt-page .hero-date {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 34px;
    color: #082C52;
}

.cmt-page .hero-date strong {
    font-size: clamp(4.25rem, 5.8vw, 5.7rem);
    font-weight: 820;
    line-height: .8;
    letter-spacing: -.07em;
}

.cmt-page .hero-date span {
    padding-bottom: 4px;
    color: #71808D;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.28;
    text-transform: uppercase;
}

.cmt-page .hero-city {
    margin: 0 0 30px;
    color: #5A9BD8;
    font-size: clamp(1.65rem, 2.15vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -.035em;
}

.cmt-page .hero-actions {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 12px;
    max-width: 100%;
}

.cmt-page .hero-actions .button {
    white-space: nowrap;
}

.cmt-page .hero-media {
    position: relative;
    z-index: 2;
    margin: 42px 42px 42px -8px;
}

.cmt-page .hero-media::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -46px;
    right: 26px;
    top: -28px;
    bottom: 32px;
    background: #0050A4;
    border-radius: 2px;
}

.cmt-page .hero-media::after {
    content: "";
    position: absolute;
    right: 18px;
    top: -13px;
    width: 42px;
    height: 6px;
    background: #F28C00;
    transform: skewX(-35deg);
}

.cmt-page .hero-media img {
    width: 100%;
    aspect-ratio: 2048/1147;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 18px 52px rgba(8, 44, 82, .16);
}

.cmt-page .about-card {
    padding: 54px;
}

.cmt-page .about-top {
    display: grid;
    grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
    gap: 48px;
    align-items: center;
}

.cmt-page .about-copy {
    max-width: 520px;
}

.cmt-page .visual {
    position: relative;
}

.cmt-page .visual img {
    width: 100%;
    aspect-ratio: 1671/941;
    object-fit: cover;
    border-radius: 12px;
}

.cmt-page .visual.with-accent::after {
    content: "";
    position: absolute;
    right: 18px;
    top: -6px;
    width: 38px;
    height: 5px;
    background: #F28C00;
    transform: skewX(-35deg);
}

.cmt-page .capability {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #DDE3E8;
}

.cmt-page .capability-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
}

.cmt-page .capability-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 22px 0;
    border-top: 1px solid #DDE3E8;
}

.cmt-page .capability-item:nth-child(-n+2) {
    border-top: 0;
}

.cmt-page .num {
    color: #A8C5E2;
    font-size: 1.8rem;
    font-weight: 820;
    letter-spacing: -.06em;
    line-height: 1;
}

.cmt-page .capability-item h3 {
    font-size: 1.16rem;
}

.cmt-page .capability-item p {
    margin: 0;
    color: #65727E;
    line-height: 1.45;
}

.cmt-page .questions-card {
    background: #082C52;
    color: #fff;
    padding: 54px;
}

.cmt-page .questions-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.cmt-page .questions-card h2 {
    color: #fff;
}

.cmt-page .questions-card .lead {
    color: #C8D2DB;
}

.cmt-page .questions-card .visual img {
    border-radius: 12px;
}

.cmt-page .question-heading {
    margin: 40px 0 12px;
    color: #93BFE6;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.cmt-page .question-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 0 36px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.cmt-page .question {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.cmt-page .question .num {
    color: #6EA8DA;
    font-size: 1rem;
    padding-top: .2em;
}

.cmt-page .question p {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 620;
    line-height: 1.42;
}

.cmt-page .question:last-child {
    grid-column: auto;
}

.cmt-page #event {
    scroll-margin-top: 72px;
}

.cmt-page .event-card {
    padding: 44px 46px 50px;
}

.cmt-page .event-showcase {
    display: grid;
    grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
    gap: 36px;
    align-items: center;
}

.cmt-page .event-showcase-copy {
    min-width: 0;
}

.cmt-page .event-showcase .eyebrow {
    margin-bottom: 24px;
}

.cmt-page .event-showcase-date {
    margin: 0;
    color: #0050A4;
    font-size: clamp(3.05rem, 4.25vw, 4.45rem);
    font-weight: 850;
    line-height: .9;
    letter-spacing: -.055em;
}

.cmt-page .event-showcase h2 {
    max-width: 13ch;
    margin: 10px 0 24px;
    color: #082C52;
    font-size: clamp(2.05rem, 2.75vw, 2.95rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.cmt-page .event-highlights {
    display: grid;
    gap: 14px;
    margin-bottom: 26px;
}

.cmt-page .event-highlight {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.cmt-page .event-highlight-bar {
    width: 8px;
    border-radius: 6px;
    background: #F28C00;
}

.cmt-page .event-highlight p {
    margin: 0;
    color: #1A3553;
    font-size: 1.08rem;
    line-height: 1.26;
}

.cmt-page .event-highlight strong {
    color: #0050A4;
    font-size: 1.15rem;
    font-weight: 820;
}

.cmt-page .event-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
}

.cmt-page .event-feature {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 62px;
    padding: 9px 13px;
    border-radius: 9px;
    background: linear-gradient(180deg, #F8FAFC 0%, #F3F6F9 100%);
}

.cmt-page .event-feature:nth-child(7) {
    grid-column: 1;
}

.cmt-page .event-feature-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #0050A4;
}

.cmt-page .event-feature-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cmt-page .event-feature p {
    margin: 0;
    color: #183451;
    font-size: .96rem;
    line-height: 1.24;
}

.cmt-page .event-showcase-media {
    position: relative;
    padding: 20px 0 0 20px;
}

.cmt-page .event-blue-backdrop {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 94%;
    height: 92%;
    background: #0050A4;
    border-radius: 0;
}

.cmt-page .event-photo {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    aspect-ratio: 1671/941;
    overflow: hidden;
    border-radius: 0;
    background: #E8EDF1;
}

.cmt-page .event-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
}

.cmt-page .event-photo-accent {
    position: absolute;
    z-index: 3;
    right: 16px;
    top: 13px;
    width: 38px;
    height: 5px;
    background: #F28C00;
    transform: skewX(-35deg);
}

.cmt-page .program {
    margin-top: 52px;
    padding-top: 48px;
    border-top: 1px solid #DDE3E8;
}

.cmt-page .program-head {
    display: block;
    margin-bottom: 12px;
}

.cmt-page .program h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 3vw, 3.2rem);
    text-transform: uppercase;
    max-width: 12ch;
    line-height: .95;
}

.cmt-page .program-title-date {
    display: inline-block;
    margin-left: .18em;
    position: relative;
    top: .18em;
    color: #7FA6D6;
    font-size: .56em;
    font-weight: 760;
    letter-spacing: -.03em;
    white-space: nowrap;
}

.cmt-page .timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #DDE3E8;
}

.cmt-page .timeline li {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 26px;
    padding: 18px 0;
    border-bottom: 1px solid #DDE3E8;
}

.cmt-page .timeline time {
    color: #0050A4;
    font-size: 1.06rem;
    font-weight: 820;
    white-space: nowrap;
}

.cmt-page .timeline .text {
    color: #34434F;
}

.cmt-page .timeline .subline {
    display: block;
    margin-top: 5px;
    color: #65727E;
    font-size: .94rem;
    line-height: 1.45;
}

.cmt-page .timeline .program-topic {
    display: block;
    margin-top: 10px;
    padding: 11px 13px 11px 15px;
    border-left: 3px solid #F28C00;
    border-radius: 0 8px 8px 0;
    background: #F3F6F9;
    color: #082C52;
    font-size: .94rem;
    line-height: 1.48;
}

.cmt-page .program-topic-title {
    display: block;
    font-weight: 700;
}

.cmt-page .program-topic-speaker {
    display: block;
    margin-top: 4px;
    color: #6D7984;
    font-size: .88rem;
    font-weight: 600;
}

.cmt-page .visit {
    margin: 32px 0;
}

.cmt-page .visit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    gap: 32px;
    align-items: stretch;
}

.cmt-page .location-card, .cmt-page .visit-card {
    padding: 42px;
    background: #fff;
    border-radius: 18px;
}

.cmt-page .location-card h2 {
    font-size: clamp(2rem, 2.8vw, 3rem);
    max-width: 18ch;
}

.cmt-page .address-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0 18px;
    color: #34434F;
    font-style: normal;
    font-size: 1.04rem;
    line-height: 1.55;
}

.cmt-page .pin-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 2px solid #F28C00;
    border-radius: 50% 50% 50% 2px;
    transform: rotate(-45deg);
}

.cmt-page .pin-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 50%;
    background: #F28C00;
}

.cmt-page .location-facts {
    display: grid;
    gap: 8px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.cmt-page .location-facts li {
    position: relative;
    padding-left: 16px;
    color: #52616D;
}

.cmt-page .location-facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 2px;
    background: #F28C00;
}

.cmt-page .map {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #ECEFF1;
    height: 300px;
}

.cmt-page .map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 68%;
}

.cmt-page .map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.cmt-page .map-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.cmt-page .map-actions .button:first-child {
    flex: 1;
}

.cmt-page .visit-card {
    display: flex;
    flex-direction: column;
}

.cmt-page .visit-date {
    margin: 0 0 16px;
    color: #F28C00;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cmt-page .visit-card h2 {
    margin-bottom: 34px;
    font-size: clamp(2.25rem, 3.2vw, 3.45rem);
}

.cmt-page .visit-times {
    margin-bottom: 30px;
    border-top: 1px solid #DDE3E8;
}

.cmt-page .visit-time {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #DDE3E8;
}

.cmt-page .visit-time span {
    color: #75828D;
    font-size: .82rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.cmt-page .visit-time strong {
    color: #082C52;
    font-size: 1.6rem;
    letter-spacing: -.03em;
}

.cmt-page .visit-actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.cmt-page .contact-button {
    min-height: 52px;
}

.cmt-page .op-program {
    width: 100%;
    margin: 55px auto 0;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 44px 55px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .10);
}

.cmt-page .op-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 38px;
    border-bottom: 1px solid #D9D9D9;
}

.cmt-page .op-eyebrow {
    margin: 0 0 12px;
    color: #1D4E8C;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cmt-page .op-main-title {
    margin: 0;
    color: #12385F;
    font-size: clamp(36px, 4vw, 56px);
    line-height: .98;
    letter-spacing: -.03em;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 760px;
}

.cmt-page .op-date {
    flex: 0 0 auto;
    color: #1D4E8C;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    padding-bottom: 6px;
}

.cmt-page .op-timeline {
    margin-top: 12px;
}

.cmt-page .op-timeline-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 25px;
    padding: 22px 0;
    border-bottom: 1px solid #D9D9D9;
}

.cmt-page .op-time {
    color: #1D4E8C;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
}

.cmt-page .op-event-title {
    margin: 0;
    color: #1E2A36;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.cmt-page .op-event-note {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.55;
    color: #636363;
}

.cmt-page .op-parallel {
    margin-top: 38px;
}

.cmt-page .op-parallel-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.cmt-page .op-parallel-kicker {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #EC6910;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cmt-page .op-parallel-title {
    margin: 0;
    color: #12385F;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}

.cmt-page .op-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.cmt-page .op-choice-card {
    position: relative;
    border-radius: 12px;
    padding: 25px;
    background: #F4F7FB;
    overflow: hidden;
}

.cmt-page .op-choice-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #1D4E8C;
}

.cmt-page .op-choice-card.op-demo {
    background: #FFF7F0;
}

.cmt-page .op-choice-card.op-demo::before {
    background: #EC6910;
}

.cmt-page .op-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
    color: #636363;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.cmt-page .op-time-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff;
    color: #1D4E8C;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.cmt-page .op-demo .op-time-badge {
    color: #EC6910;
}

.cmt-page .op-choice-card h2 {
    margin: 0 0 18px;
    color: #12385F;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 800;
    text-transform: uppercase;
}

.cmt-page .op-talks {
    display: grid;
    gap: 0;
}

.cmt-page .op-talk {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(29, 78, 140, .16);
}

.cmt-page .op-talk:first-child {
    border-top: 0;
    padding-top: 0;
}

.cmt-page .op-talk-time {
    color: #1D4E8C;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.cmt-page .op-talk-name {
    margin: 0;
    color: #1E2A36;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.cmt-page .op-talk-topic {
    margin: 0;
    color: #636363;
    font-size: 14px;
    line-height: 1.4;
}

.cmt-page .op-talk-speaker {
    margin: 6px 0 0;
    color: #636363;
    font-size: 14px;
    line-height: 1.4;
}

.cmt-page .op-speaker-company {
    font-weight: 800;
    color: #1E2A36;
}

.cmt-page .op-break-row .op-talk-name {
    color: #636363;
    font-weight: 700;
}

.cmt-page .op-feature-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cmt-page .op-feature-list li {
    position: relative;
    padding-left: 24px;
    color: #1E2A36;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.cmt-page .op-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EC6910;
    transform: translateY(-50%);
}

.cmt-page .op-final-row {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 25px;
    padding: 24px 25px;
    border-radius: 12px;
    background: #12385F;
}

.cmt-page .op-final-row .op-time {
    color: #fff;
}

.cmt-page .op-final-row .op-event-title {
    color: #fff;
}

.cmt-page .op-final-row .op-event-note {
    color: rgba(255, 255, 255, .78);
}

.footer {
    margin-top: 0 !important;
}

html.cmt-modal-open, body.cmt-modal-open {
    overflow: hidden;
}

.cmt-page .cmt-modal {
    position: fixed;
    margin: auto;
    width: 600px;
    max-width: 90%;
    max-height: 80vh;
    padding: clamp(12px, 3vw, 32px);
    border: 0;
    border-radius: clamp(12px, 2vw, 24px);
    background: rgba(255, 255, 255, .28);
}

.cmt-page .cmt-modal[open] {
    display: flex;
    flex-direction: column;
}

.cmt-page .cmt-modal:focus {
    outline: none;
}

.cmt-page .cmt-modal::backdrop {
    background: rgba(0, 0, 0, .53);
}

.cmt-page .cmt-modal__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    background: #FFFFFF;
    border-radius: clamp(12px, 2vw, 24px);
    overflow: hidden;
}

.cmt-page .cmt-modal__close {
    position: absolute;
    top: clamp(12px, 3vw, 32px);
    right: clamp(12px, 3vw, 32px);
    z-index: 1000;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    padding: clamp(4px, .8vw, 10px);
    background: #fff;
    opacity: .7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: opacity .3s;
}

.cmt-page .cmt-modal__close:hover {
    opacity: 1;
}

.cmt-page .cmt-modal__close img {
    display: block;
    width: clamp(8px, 1.6vw, 20px);
    height: clamp(8px, 1.6vw, 20px);
}

.cmt-page .cmt-modal__body {
    min-height: 0;
    flex: 1;
    border-radius: clamp(12px, 2vw, 24px);
    padding: clamp(12px, 3vw, 32px);
    overflow-y: auto;
}

@media (max-width: 1024px) {
    .cmt-page .hero-card {
        grid-template-columns: 1fr;
        min-height: 0;
        overflow: hidden;
    }

    .cmt-page .hero-copy {
        padding: 52px 44px 36px;
    }

    .cmt-page .hero-media {
        margin: 0 44px 44px;
    }

    .cmt-page .hero-media::before {
        left: -24px;
        right: 28%;
        top: -18px;
        bottom: -20px;
    }

    .cmt-page .about-top, .cmt-page .capability, .cmt-page .questions-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cmt-page .event-showcase {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .cmt-page .event-showcase-media {
        padding-left: 18px;
    }

    .cmt-page .about-copy {
        max-width: 760px;
    }

    .cmt-page .capability {
        margin-top: 40px;
        padding-top: 40px;
    }

    .cmt-page .program-head {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cmt-page .visit-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cmt-page .location-card, .cmt-page .visit-card {
        padding: 34px;
    }
}

@media (max-width: 992px) {
    .cmt-page .op-program {
        padding: 32px 25px;
    }

    .cmt-page .op-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding-bottom: 32px;
    }

    .cmt-page .op-date {
        font-size: 20px;
        padding-bottom: 0;
    }

    .cmt-page .op-timeline-row {
        grid-template-columns: 95px 1fr;
        gap: 18px;
    }

    .cmt-page .op-choice-grid {
        grid-template-columns: 1fr;
    }

    .cmt-page .op-parallel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .cmt-page .op-final-row {
        grid-template-columns: 95px 1fr;
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .cmt-page {
        font-size: 16px;
    }

    .cmt-page .shell {
        width: calc(100% - 24px);
    }

    .cmt-page .section {
        margin: 24px 0;
    }

    .cmt-page .hero {
        padding-top: 12px;
    }

    .cmt-page .hero-card {
        border-radius: 16px;
    }

    .cmt-page .hero-copy {
        padding: 34px 22px 26px;
    }

    .cmt-page .hero-date {
        margin-bottom: 26px;
    }

    .cmt-page .hero-date strong {
        font-size: 3.7rem;
    }

    .cmt-page .hero-date span {
        font-size: .72rem;
    }

    .cmt-page main h1 {
        font-size: clamp(2.05rem, 9.2vw, 2.5rem);
        line-height: 1.02;
        color: #082C52;
    }

    .cmt-page .hero-city {
        margin-bottom: 22px;
        font-size: 1.6rem;
    }

    .cmt-page .hero-media {
        margin: 0 12px 24px;
    }

    .cmt-page .hero-media::before {
        left: -12px;
        right: 26%;
        top: -12px;
        bottom: -10px;
    }

    .cmt-page .hero-media::after {
        right: 12px;
        top: -7px;
        width: 32px;
        height: 5px;
    }

    .cmt-page .hero-media img {
        box-shadow: 0 12px 28px rgba(8, 44, 82, .14);
    }

    .cmt-page .about-card, .cmt-page .questions-card, .cmt-page .event-card {
        padding: 30px 22px;
    }

    .cmt-page .event-showcase {
        display: block;
    }

    .cmt-page .event-showcase .eyebrow {
        margin-bottom: 22px;
    }

    .cmt-page .event-showcase-date {
        font-size: clamp(2.85rem, 13vw, 3.55rem);
    }

    .cmt-page .event-showcase h2 {
        max-width: none;
        margin: 8px 0 22px;
        font-size: clamp(1.9rem, 8.4vw, 2.25rem);
        line-height: 1.04;
    }

    .cmt-page .event-highlights {
        margin-bottom: 22px;
    }

    .cmt-page .event-highlight {
        grid-template-columns: 7px minmax(0, 1fr);
        gap: 13px;
    }

    .cmt-page .event-highlight-bar {
        width: 7px;
    }

    .cmt-page .event-highlight p {
        font-size: 1rem;
    }

    .cmt-page .event-highlight strong {
        font-size: 1.04rem;
    }

    .cmt-page .event-feature-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cmt-page .event-feature:nth-child(7) {
        grid-column: auto;
    }

    .cmt-page .event-feature {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 58px;
        padding: 9px 12px;
    }

    .cmt-page .event-feature-icon {
        width: 36px;
        height: 36px;
    }

    .cmt-page .event-feature-icon svg {
        width: 32px;
        height: 32px;
    }

    .cmt-page .event-feature p {
        font-size: .95rem;
    }

    .cmt-page .event-showcase-media {
        margin-top: 28px;
        padding: 14px 0 0 14px;
    }

    .cmt-page .event-blue-backdrop {
        width: 92%;
        height: 92%;
    }

    .cmt-page .event-photo-accent {
        right: 10px;
        top: 7px;
        width: 30px;
        height: 4px;
    }

    .cmt-page main h2 {
        font-size: clamp(1.8rem, 7.8vw, 2.15rem);
    }

    .cmt-page .capability-list {
        grid-template-columns: 1fr;
    }

    .cmt-page .question-list {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
    }

    .cmt-page .capability-item:nth-child(2) {
        border-top: 1px solid #DDE3E8;
    }

    .cmt-page .program {
        margin-top: 40px;
        padding-top: 36px;
    }

    .cmt-page .timeline li {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 0;
    }

    .cmt-page .visit {
        margin-top: 0;
    }

    .cmt-page .visit-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cmt-page .location-card, .cmt-page .visit-card {
        padding: 28px 22px;
    }

    .cmt-page .location-card {
        order: 1;
    }

    .cmt-page .visit-card {
        order: 2;
    }

    .cmt-page .location-card h2 {
        font-size: 2.05rem;
    }

    .cmt-page .address-line {
        margin-top: 20px;
    }

    .cmt-page .map {
        height: 236px;
    }

    .cmt-page .map-actions {
        display: grid;
    }

    .cmt-page .map-actions .button {
        width: 100%;
    }

    .cmt-page .visit-card h2 {
        margin-bottom: 26px;
    }

    .cmt-page .visit-time {
        padding: 16px 0;
    }

    .cmt-page .visit-actions .button {
        width: 100%;
    }

    .cmt-page .program h2 {
        max-width: none;
    }

    .cmt-page .program-title-date {
        display: block;
        margin-left: 0;
        top: 0;
        margin-top: 8px;
        font-size: .42em;
        line-height: 1.05;
    }
}

@media (max-width: 576px) {
    .cmt-page .op-program {
        margin-top: 38px;
        padding: 25px 18px;
        border-radius: 12px;
    }

    .cmt-page .op-main-title {
        font-size: 36px;
    }

    .cmt-page .op-timeline-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 25px 0;
    }

    .cmt-page .op-time {
        font-size: 20px;
    }

    .cmt-page .op-event-title {
        font-size: 19px;
    }

    .cmt-page .op-event-note {
        font-size: 15px;
    }

    .cmt-page .op-parallel {
        margin-top: 38px;
    }

    .cmt-page .op-parallel-title {
        font-size: 25px;
    }

    .cmt-page .op-choice-card {
        padding: 25px 20px;
    }

    .cmt-page .op-choice-card h2 {
        font-size: 23px;
    }

    .cmt-page .op-card-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .cmt-page .op-talk {
        grid-template-columns: 74px 1fr;
        gap: 12px;
    }

    .cmt-page .op-talk-name, .cmt-page .op-feature-list li {
        font-size: 16px;
    }

    .cmt-page .op-final-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 25px 20px;
    }

    .cmt-page .hero-actions {
        grid-auto-flow: row;
        grid-auto-columns: max-content;
    }
}

@media (max-width: 425px) {
    .cmt-page .shell {
        width: calc(100% - 16px);
    }

    .cmt-page .hero-copy {
        padding: 30px 18px 24px;
    }

    .cmt-page main h1 {
        font-size: clamp(1.95rem, 9vw, 2.3rem);
    }

    .cmt-page .about-card, .cmt-page .questions-card, .cmt-page .event-card, .cmt-page .location-card, .cmt-page .visit-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cmt-page .event-showcase-date {
        font-size: 3rem;
    }

    .cmt-page .event-showcase h2 {
        font-size: 1.95rem;
    }

    .cmt-page .event-showcase-media {
        margin-left: -4px;
        margin-right: -4px;
    }

    .cmt-page .map {
        height: 212px;
    }

    .cmt-page .timeline li {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .cmt-page .visit-time strong {
        font-size: 1.45rem;
    }
}

@media (max-width: 375px) {
    .cmt-page .hero-date strong {
        font-size: 3.35rem;
    }

    .cmt-page main h1 {
        font-size: 1.9rem;
    }

    .cmt-page .hero-city {
        font-size: 1.5rem;
    }

    .cmt-page .location-card h2 {
        font-size: 1.85rem;
    }
}
