/* ============================================================
       色彩角色：深藍綠＝品牌底色 / 青綠＝AI・Carbon Mate・主 CTA
                 黃色＝活動資訊（日期、限量） / 橘色＝警示（少量）
       ============================================================ */
    .cm-apac-section {
        --cm-apac-bg-deep: #0f8fc2;
        --cm-apac-bg-deep-2: #0a6da8;
        --cm-apac-expo-blue: #108fc2;
        --cm-apac-primary: #00a99d;
        --cm-apac-primary-dark: #008f85;
        --cm-apac-primary-soft: #eef8f6;
        --cm-apac-page: #f6faf9;
        --cm-apac-line: #dceae7;
        --cm-apac-yellow: #ffd95a;
        --cm-apac-yellow-ink: #5b4300;
        --cm-apac-orange: #f59a23;
        --cm-apac-text: #123e4a;
        --cm-apac-muted: #667d82;
        --cm-apac-muted-on-dark: #a9c6cc;
        padding: 56px 0 0;
        color: var(--cm-apac-text);
        font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        line-height: 1.6;
        scroll-margin-top: 88px;
    }

    .cm-apac-shell {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding-right: clamp(20px, 4vw, 60px);
        padding-left: clamp(20px, 4vw, 60px);
    }

    .cm-apac-section *,
    .cm-apac-modal * {
        box-sizing: border-box;
    }

    .cm-apac-campaign {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
    }

    .cm-apac-event-card {
        overflow: hidden;
        background: var(--cm-apac-page);
        border: 1px solid var(--cm-apac-line);
        border-radius: 24px;
        box-shadow: 0 24px 60px -20px rgba(7, 63, 77, 0.22);
    }

    /* ---------- 上半部：深色活動區 ---------- */
    .cm-apac-banner {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
        gap: clamp(24px, 3vw, 42px);
        align-items: center;
        overflow: hidden;
        min-height: 450px;
        padding: clamp(38px, 4.5vw, 62px);
        color: #ffffff;
        background: var(--cm-apac-expo-blue) url('/images/ocr_campaign/apac_2026/expo-hero.png') center center / cover no-repeat;
    }

    .cm-apac-banner::before {
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 78% 48%, rgba(255, 255, 255, 0.82) 0 16%, rgba(136, 218, 222, 0.36) 34%, rgba(16, 143, 194, 0.08) 52%, transparent 70%),
            linear-gradient(90deg, rgba(4, 58, 82, 0.84) 0%, rgba(6, 86, 122, 0.66) 45%, rgba(255, 255, 255, 0.1) 78%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.08) 100%);
        content: "";
        pointer-events: none;
    }

    .cm-apac-banner-main,
    .cm-apac-mascot {
        position: relative;
        z-index: 1;
    }

    .cm-apac-banner-main {
        max-width: 780px;
    }

    .cm-apac-tags,
    .cm-apac-info-strip {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    /* ① 活動標籤 */
    .cm-apac-tags {
        gap: 8px;
        margin-bottom: 18px;
    }

    .cm-apac-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 14px;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 999px;
        backdrop-filter: blur(6px);
        font-size: 13.5px;
        font-weight: 700;
        letter-spacing: 0.4px;
    }

    .cm-apac-pill-gold {
        color: var(--cm-apac-yellow-ink);
        background: var(--cm-apac-yellow);
        border-color: var(--cm-apac-yellow);
        font-weight: 900;
    }

    /* ② 主標題 */
    .cm-apac-banner h2 {
        margin: 0 0 6px;
        color: #ffffff;
        font-size: clamp(38px, 4.4vw, 58px);
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: 0;
    }

    /* ③ 副標 */
    .cm-apac-tagline {
        margin: 0 0 14px;
        color: #f5d55f;
        font-size: clamp(17px, 1.8vw, 21px);
        font-weight: 800;
        letter-spacing: 0.2px;
    }

    /* ④ 活動說明 */
    .cm-apac-subtitle {
        max-width: 820px;
        margin: 0 0 24px;
        color: rgba(255, 255, 255, 0.88);
        font-size: clamp(14.5px, 1.3vw, 16px);
        line-height: 1.7;
    }

    /* ⑤ 講者卡片（上下區塊之間的重點資訊層） */
    .cm-apac-speaker-section {
        position: relative;
        padding: clamp(22px, 3vw, 34px) clamp(24px, 4vw, 52px);
        background:
            linear-gradient(90deg, rgba(0, 169, 157, 0.08) 0%, rgba(255, 217, 90, 0.12) 100%),
            #ffffff;
        border-top: 1px solid rgba(220, 234, 231, 0.9);
        border-bottom: 1px solid rgba(220, 234, 231, 0.9);
    }

    .cm-apac-speaker-section::before {
        position: absolute;
        top: 0;
        right: clamp(24px, 5vw, 64px);
        left: clamp(24px, 5vw, 64px);
        height: 4px;
        background: linear-gradient(90deg, var(--cm-apac-orange), var(--cm-apac-yellow), var(--cm-apac-primary));
        border-radius: 0 0 999px 999px;
        content: "";
    }

    .cm-apac-speaker-section-head {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 8px 12px;
        margin-bottom: 14px;
    }

    .cm-apac-speaker-section-head span {
        color: var(--cm-apac-primary-dark);
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 1.4px;
    }

    .cm-apac-speaker-section-head strong {
        color: var(--cm-apac-text);
        font-size: clamp(20px, 2.2vw, 26px);
        font-weight: 900;
        line-height: 1.25;
    }

    .cm-apac-speakers {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin: 0;
    }

    .cm-apac-speaker {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        min-width: 0;
        padding: 17px 18px;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(220, 234, 231, 0.95);
        border-left: 4px solid var(--cm-apac-primary);
        border-radius: 12px;
        box-shadow: 0 14px 28px -22px rgba(18, 62, 74, 0.45);
    }

    .cm-apac-speaker-content {
        min-width: 0;
    }

    .cm-apac-speaker-heading {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 4px 10px;
        margin-bottom: 6px;
    }

    .cm-apac-speaker-heading strong {
        color: var(--cm-apac-text);
        font-size: 18px;
        font-weight: 900;
        line-height: 1.35;
    }

    .cm-apac-speaker-role {
        color: var(--cm-apac-muted);
        font-size: 13.5px;
        font-weight: 600;
        line-height: 1.35;
    }

    .cm-apac-speaker-icon {
        display: inline-grid;
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        place-items: center;
        color: var(--cm-apac-primary-dark);
        background: var(--cm-apac-primary-soft);
        border: 1px solid rgba(0, 169, 157, 0.18);
        border-radius: 50%;
        font-size: 13px;
        line-height: 1;
    }

    .cm-apac-speaker-time,
    .cm-apac-speaker-topic,
    .cm-apac-speaker-detail {
        margin: 0;
    }

    .cm-apac-speaker-time {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 5px;
        padding: 3px 9px;
        color: var(--cm-apac-yellow-ink);
        background: rgba(255, 217, 90, 0.42);
        border: 1px solid rgba(245, 154, 35, 0.24);
        border-radius: 999px;
        font-size: 12.5px;
        font-weight: 900;
        line-height: 1.35;
    }

    .cm-apac-speaker-topic {
        color: var(--cm-apac-text);
        font-size: 15px;
        font-weight: 800;
        line-height: 1.5;
    }

    .cm-apac-speaker-detail {
        margin-top: 3px;
        color: var(--cm-apac-muted);
        font-size: 13.5px;
        line-height: 1.55;
    }

    /* ⑥ 報到與地點：獨立資訊列 */
    .cm-apac-info-strip {
        gap: 14px;
        width: fit-content;
        max-width: 100%;
        padding: 10px 16px;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 999px;
        backdrop-filter: blur(8px);
        font-size: 14.5px;
        font-weight: 700;
    }

    .cm-apac-info-strip span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .cm-apac-info-strip i {
        color: #f5d55f;
    }

    .cm-apac-info-divider {
        width: 1px;
        height: 14px;
        background: rgba(255, 255, 255, 0.22);
    }

    .cm-apac-invite {
        margin: 12px 0 0;
        color: var(--cm-apac-muted-on-dark);
        font-size: 13.5px;
        font-weight: 500;
        line-height: 1.5;
    }

    .cm-apac-mascot {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-self: end;
        align-self: center;
        isolation: isolate;
        text-align: center;
        transform: translate(-6px, 12px);
    }

    .cm-apac-mascot::before {
        position: absolute;
        z-index: -2;
        top: 42px;
        left: 50%;
        width: min(380px, 31vw);
        aspect-ratio: 1;
        background:
            radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.88) 0 34%, rgba(141, 222, 226, 0.34) 55%, rgba(16, 143, 194, 0.02) 72%),
            linear-gradient(135deg, rgba(0, 169, 157, 0.1), rgba(255, 217, 90, 0.08));
        border: 1px solid rgba(255, 255, 255, 0.42);
        border-radius: 50%;
        box-shadow:
            inset 0 0 42px rgba(255, 255, 255, 0.54),
            0 28px 60px rgba(4, 77, 118, 0.14);
        content: "";
        transform: translateX(-50%);
    }

    .cm-apac-mascot::after {
        position: absolute;
        z-index: -1;
        right: 7%;
        bottom: 2px;
        left: 8%;
        height: 34px;
        background: radial-gradient(ellipse at center, rgba(4, 77, 118, 0.28) 0%, rgba(4, 77, 118, 0.12) 42%, transparent 72%);
        border-radius: 50%;
        content: "";
        filter: blur(8px);
    }

    .cm-apac-mascot-bubble {
        position: relative;
        margin-bottom: -2px;
        padding: 10px 16px;
        color: var(--cm-apac-text);
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(4, 77, 118, 0.22);
        font-size: 14px;
        font-weight: 800;
        white-space: nowrap;
        animation: cm-apac-float 3s ease-in-out infinite;
    }

    .cm-apac-mascot-bubble span {
        color: var(--cm-apac-primary-dark);
    }

    .cm-apac-mascot-bubble::after {
        position: absolute;
        bottom: -6px;
        left: 50%;
        border-width: 6px 6px 0;
        border-style: solid;
        border-color: #ffffff transparent;
        content: "";
        transform: translateX(-50%);
    }

    .cm-apac-mascot-image {
        width: clamp(300px, 28vw, 370px);
        height: clamp(300px, 28vw, 370px);
        object-fit: contain;
        filter:
            drop-shadow(0 16px 22px rgba(4, 77, 118, 0.2))
            drop-shadow(0 0 18px rgba(255, 255, 255, 0.42));
    }

    /* ---------- 下半部：淺色兌換區（同一套 Carbon Mate SaaS 視覺） ---------- */
    .cm-apac-ticket {
        position: relative;
        background:
            linear-gradient(90deg, var(--cm-apac-orange) 0 18%, var(--cm-apac-yellow) 18% 38%, var(--cm-apac-primary) 38% 100%) top left / 100% 5px no-repeat,
            linear-gradient(180deg, #ffffff 0%, var(--cm-apac-page) 100%);
    }

    .cm-apac-ticket-body {
        display: grid;
        grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); /* 約 62 / 38 */
        gap: 24px;
        align-items: stretch;
        padding: clamp(24px, 3.2vw, 36px);
    }

    /* 淺色區卡片樣式 */
    .cm-apac-card {
        position: relative;
        background: #ffffff;
        border: 1px solid var(--cm-apac-line);
        border-radius: 14px;
        box-shadow: 0 12px 28px -18px rgba(7, 63, 77, 0.24);
    }

    .cm-apac-action {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: clamp(24px, 2.8vw, 34px);
        overflow: hidden;
        border-left: 5px solid var(--cm-apac-primary);
        scroll-margin-top: 96px;
    }

    .cm-apac-action::before,
    .cm-apac-action::after {
        position: absolute;
        right: -11px;
        width: 22px;
        height: 22px;
        background: var(--cm-apac-page);
        border: 1px solid var(--cm-apac-line);
        border-radius: 50%;
        content: "";
    }

    .cm-apac-action::before {
        top: 28px;
    }

    .cm-apac-action::after {
        bottom: 28px;
    }

    .cm-apac-ticket-labels {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }

    .cm-apac-ticket-label {
        color: var(--cm-apac-primary-dark);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1.5px;
    }

    .cm-apac-ticket-limit {
        padding: 2px 9px;
        color: var(--cm-apac-yellow-ink);
        background: var(--cm-apac-yellow);
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
    }

    .cm-apac-action h3 {
        margin: 0 0 8px;
        color: var(--cm-apac-text);
        font-size: clamp(22px, 2.5vw, 30px);
        font-weight: 900;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .cm-apac-action h3 span {
        color: var(--cm-apac-primary);
    }

    .cm-apac-action p {
        margin: 0 0 22px;
        color: var(--cm-apac-muted);
        font-size: 14.5px;
        line-height: 1.65;
    }

    .cm-apac-email-group {
        position: relative;
        display: flex;
        gap: 10px;
    }

    .cm-apac-email-input {
        flex: 1;
        min-width: 0;
        height: 54px;
        padding: 0 18px 0 46px;
        color: var(--cm-apac-text);
        background: var(--cm-apac-page);
        border: 1.5px solid var(--cm-apac-line);
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
    }

    .cm-apac-email-input::placeholder {
        color: #93a8ad;
        font-weight: 500;
    }

    .cm-apac-email-input:focus {
        background: #ffffff;
        border-color: var(--cm-apac-primary);
        box-shadow: 0 0 0 4px rgba(0, 169, 157, 0.16);
        outline: none;
    }

    .cm-apac-email-icon {
        position: absolute;
        top: 50%;
        left: 16px;
        color: #8da4a0;
        font-size: 17px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    /* 主 CTA：品牌青綠 */
    .cm-apac-submit {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 54px;
        padding: 0 26px;
        color: #ffffff;
        background: linear-gradient(135deg, var(--cm-apac-primary), var(--cm-apac-primary-dark));
        border: 0;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 169, 157, 0.28);
        font-size: 15px;
        font-weight: 900;
        white-space: nowrap;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    }

    .cm-apac-submit:hover,
    .cm-apac-submit:focus-visible {
        color: #ffffff;
        background: linear-gradient(135deg, var(--cm-apac-primary-dark), #007a71);
        box-shadow: 0 12px 26px rgba(0, 169, 157, 0.36);
        transform: translateY(-2px);
    }

    .cm-apac-submit:focus-visible {
        outline: 3px solid rgba(0, 169, 157, 0.35);
        outline-offset: 2px;
    }

    .cm-apac-submit:disabled {
        cursor: wait;
        opacity: 0.75;
        transform: none;
    }

    .cm-apac-email-error {
        display: none;
        margin-top: 8px;
        color: #c2410c;
        font-size: 13px;
        font-weight: 700;
    }

    /* 右側說明卡：Benefit，視覺重量降低 */
    .cm-apac-perk {
        display: flex;
        flex-direction: column;
        padding: 22px 24px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
    }

    .cm-apac-perk-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        width: fit-content;
        margin-bottom: 12px;
        padding: 4px 10px;
        color: var(--cm-apac-primary-dark);
        background: var(--cm-apac-primary-soft);
        border-radius: 6px;
        font-size: 11.5px;
        font-weight: 800;
        letter-spacing: 0.3px;
    }

    .cm-apac-reward {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin-bottom: 14px;
    }

    .cm-apac-reward-number {
        color: var(--cm-apac-primary);
        font-size: 40px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -1px;
    }

    .cm-apac-reward-unit {
        color: var(--cm-apac-text);
        font-size: 14.5px;
        font-weight: 800;
    }

    .cm-apac-rules {
        margin: 0 0 14px;
        padding: 14px 0 0;
        color: var(--cm-apac-text);
        list-style: none;
        border-top: 1px solid var(--cm-apac-line);
        font-size: 12.5px;
        line-height: 1.7;
    }

    .cm-apac-rules li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }

    .cm-apac-rules li strong {
        color: var(--cm-apac-text);
    }

    .cm-apac-rules li i {
        flex-shrink: 0;
        margin-top: 4px;
        color: var(--cm-apac-primary);
        font-size: 13px;
    }

    /* 警示：橘色只留在這裡，且用描邊＋圖示，不再整塊填色 */
    .cm-apac-warning {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: auto;
        padding: 9px 12px;
        color: #7c4a0d;
        background: #fffaf3;
        border: 1px dashed rgba(245, 154, 35, 0.55);
        border-radius: 8px;
        font-size: 11.5px;
        font-weight: 700;
        line-height: 1.45;
    }

    .cm-apac-warning i {
        flex-shrink: 0;
        color: var(--cm-apac-orange);
        font-size: 13px;
    }

    .cm-apac-contact {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
        color: var(--cm-apac-muted);
        font-size: 12.5px;
        font-weight: 700;
        line-height: 1.45;
    }

    .cm-apac-contact i {
        color: var(--cm-apac-primary-dark);
        font-size: 13px;
    }

    .cm-apac-contact a {
        color: var(--cm-apac-primary-dark);
        text-decoration: none;
        word-break: break-all;
    }

    .cm-apac-contact a:hover,
    .cm-apac-contact a:focus-visible {
        text-decoration: underline;
    }

    .cm-apac-section .fa,
    .cm-apac-modal .fa {
        top: 0;
        vertical-align: middle;
    }

    /* ---------- Modal ---------- */
    .cm-apac-modal[hidden] {
        display: none;
    }

    .cm-apac-modal {
        position: fixed;
        inset: 0;
        z-index: 2000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        background: rgba(7, 63, 77, 0.72);
        backdrop-filter: blur(6px);
    }

    .cm-apac-modal-card {
        position: relative;
        width: 100%;
        max-width: 480px;
        padding: 32px clamp(20px, 4vw, 32px);
        text-align: center;
        background: #ffffff;
        border-radius: 24px;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
        animation: cm-apac-modal-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .cm-apac-modal-mascot {
        width: 150px;
        height: 150px;
        margin: -18px auto 8px;
    }

    .cm-apac-modal-mascot img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .cm-apac-modal-card h4 {
        margin: 0 0 8px;
        color: #123e4a;
        font-size: 22px;
        font-weight: 900;
    }

    .cm-apac-modal-card p {
        margin: 0 0 18px;
        color: #667d82;
        font-size: 14px;
        line-height: 1.6;
    }

    .cm-apac-modal-email {
        margin-bottom: 14px;
        padding: 10px 16px;
        color: #008f85;
        background: #eef8f6;
        border: 1px solid #dceae7;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 800;
        word-break: break-all;
    }

    .cm-apac-modal-actions {
        display: flex;
        justify-content: center;
    }

    .cm-apac-modal-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        height: 46px;
        min-width: 160px;
        padding: 0 24px;
        border: 0;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 800;
        text-decoration: none;
        cursor: pointer;
    }

    .cm-apac-modal-close {
        color: #ffffff;
        background: #00a99d;
    }

    .cm-apac-modal-close:hover,
    .cm-apac-modal-close:focus-visible {
        background: #008f85;
    }

    @keyframes cm-apac-float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }

    @keyframes cm-apac-modal-pop {
        0% { opacity: 0; transform: scale(0.85); }
        100% { opacity: 1; transform: scale(1); }
    }

    @media (max-width: 860px) {
        .cm-apac-banner {
            grid-template-columns: 1fr;
            gap: 22px;
            min-height: 0;
            background-position: 22% center;
        }

        .cm-apac-speakers {
            grid-template-columns: 1fr;
        }

        .cm-apac-speaker-section-head {
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;
        }

        .cm-apac-mascot {
            justify-self: center;
            transform: translateY(0);
        }

        .cm-apac-mascot::before {
            width: min(350px, 82vw);
            top: 34px;
        }

        .cm-apac-mascot-image {
            width: min(320px, 76vw);
            height: min(320px, 76vw);
        }

        .cm-apac-ticket-body {
            grid-template-columns: 1fr;
            gap: 16px;
        }
    }

    @media (max-width: 600px) {
        .cm-apac-section {
            padding-top: 32px;
            overflow-x: hidden;
        }

        .cm-apac-shell {
            padding-right: 14px;
            padding-left: 14px;
        }

        .cm-apac-event-card {
            border-radius: 18px;
        }

        .cm-apac-banner-main,
        .cm-apac-speaker-section,
        .cm-apac-speaker-content,
        .cm-apac-ticket-body,
        .cm-apac-card,
        .cm-apac-email-group,
        .cm-apac-perk {
            min-width: 0;
            max-width: 100%;
        }

        .cm-apac-speaker-section {
            padding: 20px 16px 22px;
        }

        .cm-apac-speaker-section::before {
            right: 16px;
            left: 16px;
        }

        .cm-apac-speaker-section-head {
            margin-bottom: 12px;
        }

        .cm-apac-speaker-section-head span {
            font-size: 12.5px;
        }

        .cm-apac-banner {
            gap: 16px;
            padding: 22px 18px 18px;
            background-color: var(--cm-apac-expo-blue);
            background-image: url('/images/ocr_campaign/apac_2026/expo-hero.png');
            background-position: 16% center;
        }

        .cm-apac-banner::before {
            inset: 0;
            background: linear-gradient(180deg, rgba(4, 58, 82, 0.84) 0%, rgba(6, 86, 122, 0.7) 58%, rgba(6, 86, 122, 0.3) 100%);
        }

        .cm-apac-tags {
            gap: 7px;
        }

        .cm-apac-pill {
            max-width: 100%;
            padding: 6px 11px;
            font-size: 13px;
            white-space: normal;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        .cm-apac-speakers {
            align-items: stretch;
            gap: 10px;
        }

        .cm-apac-speaker {
            width: 100%;
            justify-content: flex-start;
            padding: 12px 13px;
            border-radius: 10px;
        }

        .cm-apac-speaker-heading strong {
            font-size: 17px;
        }

        .cm-apac-speaker-role {
            font-size: 13px;
        }

        .cm-apac-speaker-topic {
            font-size: 14px;
        }

        .cm-apac-speaker-detail {
            font-size: 13px;
        }

        .cm-apac-speaker-heading,
        .cm-apac-speaker-role,
        .cm-apac-speaker-topic,
        .cm-apac-speaker-detail {
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        .cm-apac-info-strip {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            width: 100%;
            border-radius: 14px;
        }

        .cm-apac-info-strip .cm-apac-info-divider {
            display: none;
        }

        .cm-apac-info-strip span {
            min-width: 0;
            align-items: flex-start;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        .cm-apac-info-strip i {
            flex: 0 0 auto;
            margin-top: 4px;
        }

        .cm-apac-mascot {
            width: 100%;
            transform: translateY(0);
        }

        .cm-apac-mascot-bubble {
            max-width: calc(100% - 16px);
            font-size: 13px;
            white-space: normal;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        .cm-apac-mascot-image {
            width: min(260px, 82vw);
            height: min(260px, 82vw);
        }

        .cm-apac-ticket-body {
            padding: 16px 14px;
        }

        .cm-apac-action {
            padding: 22px 18px;
        }

        .cm-apac-ticket-labels {
            flex-wrap: wrap;
        }

        .cm-apac-action h3 {
            font-size: clamp(22px, 7.5vw, 28px);
        }

        .cm-apac-action h3,
        .cm-apac-action p,
        .cm-apac-reward-unit,
        .cm-apac-rules span,
        .cm-apac-warning span,
        .cm-apac-contact span {
            min-width: 0;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        .cm-apac-warning,
        .cm-apac-contact {
            align-items: flex-start;
        }

        .cm-apac-perk {
            padding: 20px 18px;
        }

        .cm-apac-email-group {
            flex-direction: column;
        }

        .cm-apac-email-input {
            flex: none;
            width: 100%;
            font-size: 16px;
        }

        .cm-apac-email-icon {
            top: 27px;
        }

        .cm-apac-submit {
            justify-content: center;
            width: 100%;
        }

        .cm-apac-modal-button {
            width: 100%;
        }

        .cm-apac-modal {
            overflow-y: auto;
        }

        .cm-apac-modal-card {
            max-height: calc(100vh - 24px);
            max-height: calc(100dvh - 24px);
            margin: auto;
            overflow-y: auto;
        }
    }

    @media (max-width: 360px) {
        .cm-apac-section {
            padding-top: 24px;
        }

        .cm-apac-shell {
            padding-right: 8px;
            padding-left: 8px;
        }

        .cm-apac-banner {
            padding: 20px 14px 16px;
        }

        .cm-apac-banner h2 {
            font-size: 32px;
        }

        .cm-apac-speaker-section {
            padding: 18px 12px 20px;
        }

        .cm-apac-info-strip {
            padding: 9px 10px;
        }

        .cm-apac-ticket-body {
            padding: 12px 8px;
        }

        .cm-apac-action,
        .cm-apac-perk {
            padding: 18px 14px;
        }

        .cm-apac-modal {
            padding: 10px;
        }

        .cm-apac-modal-card {
            max-height: calc(100vh - 20px);
            max-height: calc(100dvh - 20px);
            padding: 24px 16px;
        }

        .cm-apac-modal-mascot {
            width: 120px;
            height: 120px;
        }

        .cm-apac-modal-card h4 {
            font-size: 20px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .cm-apac-mascot-bubble,
        .cm-apac-modal-card {
            animation: none;
        }

        .cm-apac-submit,
        .cm-apac-submit:hover {
            transform: none;
        }
    }
