/**
 * 子栏目首页公共样式
 * 适用于各地区分站页面
 * 字体：在页面中通过 <link href="fonts/thailand-fonts.css"> 引入（勿用本文件 @import，本地 file:// 打开时 @import 易失败导致后续规则不生效）
 */

/* ========== CSS变量 ========== */
:root {
    --page-primary: #0094d4;
    --page-secondary: #6366f1;
    --page-gradient: linear-gradient(135deg, #00a5c4 0%, #4f46e5 100%);
    --page-text-light: #ffffff;
    --page-text-dark: #1a1a2e;
    --page-container-width: 1320px;
}

/* ========== 泰国站字体（正文 Lato；主副标题 Montserrat；中文 Noto Sans SC 回退，避免系统默认微软雅黑） ========== */
body.elementor-page-9.elementor-kit-6 {
    --e-global-typography-primary-font-family: "Montserrat";
    --e-global-typography-secondary-font-family: "Montserrat";
    --e-global-typography-text-font-family: "Lato";
    --e-global-typography-accent-font-family: "Lato";
    font-family: "Lato", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.elementor-page-9.elementor-kit-6 h1,
body.elementor-page-9.elementor-kit-6 h2,
body.elementor-page-9.elementor-kit-6 h3,
body.elementor-page-9.elementor-kit-6 h4,
body.elementor-page-9.elementor-kit-6 h5,
body.elementor-page-9.elementor-kit-6 h6 {
    font-family: "Montserrat", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.elementor-page-9 .elementor-heading-title,
body.elementor-page-9 .elementor-widget-heading .elementor-heading-title {
    font-family: "Montserrat", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.elementor-page-9 .elementor-widget-text-editor,
body.elementor-page-9 .elementor-tab-content,
body.elementor-page-9 .elementor-accordion .elementor-accordion-content {
    font-family: "Lato", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.elementor-page-9 .elementor-button,
body.elementor-page-9 .elementor-nav-menu a,
body.elementor-page-9 .eael-simple-menu li > a {
    font-family: "Lato", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 顶栏主导航与主站一致：仅一级英文大写（.sub-menu 内保持原文；中文一级不受影响） */
body.elementor-page-9 .elementor-element.elementor-element-25e31566 .eael-simple-menu > li > a,
body.elementor-page-9 .elementor-element.elementor-element-1f8bacf .eael-simple-menu > li > a {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.elementor-page-9 .eael-tabs-nav .eael-tab-item-trigger {
    font-family: "Montserrat", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.elementor-page-9 .page-about-intro,
body.elementor-page-9 .page-about-time-item,
body.elementor-page-9 .page-agenda-table,
body.elementor-page-9 .page-site-link {
    font-family: "Lato", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.elementor-page-9 .page-about-title,
body.elementor-page-9 .page-keyword-title,
body.elementor-page-9 .page-section-title-text {
    font-family: "Montserrat", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* News / press 区块（勿用 .tf_post *，避免覆盖图标字体） */
body.elementor-page-9 #tf_post_list,
body.elementor-page-9 #tf_article_list,
body.elementor-page-9 .tf_post,
body.elementor-page-9 .tf_post_title,
body.elementor-page-9 .tf_post_title h2,
body.elementor-page-9 .tf_post_title h2 a,
body.elementor-page-9 .tf_post_content,
body.elementor-page-9 .tf_post_content p,
body.elementor-page-9 .tf_post_author p,
body.elementor-page-9 .tf_post_date p,
body.elementor-page-9 .tf_post_tags p,
body.elementor-page-9 .tf_post_source a {
    font-family: "Times New Roman", Times, Arial, "Noto Sans SC", sans-serif;
}

/* ========== 版心容器 ========== */
.page-container {
    max-width: var(--page-container-width);
    min-width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ========== 关于我们栏目 ========== */
.page-about-section {
    width: 100%;
    min-height: 615px;
    background-image: url('../img/hgtabinnerbg.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0;
    box-sizing: border-box;
}

/* 关于我们 - 内容容器 */
.page-about-content {
    width: 100%;
    max-width: var(--page-container-width);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 关于我们 - 标题行 */
.page-about-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.page-about-title-icon {
    height: 40px;
    width: auto;
}

.page-about-title {
    font-size: 36px !important;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* 关于我们 - 时间行 */
.page-about-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.page-about-time-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.page-about-time-item i,
.page-about-time-item .icon {
    font-size: 18px;
    opacity: 0.9;
}

.page-about-time-icon {
    height: 20px;
    width: auto;
}

.page-about-time-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
}

/* 关于我们 - 简介行 */
.page-about-intro {
    max-width: 900px;
    margin: 0 0 30px 0;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
}

/* 关于我们 - 官网链接 */
.page-site-link {
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.page-site-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
    color: #fff;
}

.page-site-link:active {
    transform: translateY(0);
}

/* 关于我们 - 关键词块容器 */
.page-about-keywords {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}

/* 关于我们 - 单个关键词块 */
.page-keyword-item {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

.page-keyword-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* 关键词块 - 标题 */
.page-keyword-title {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0;
}

/* ========== 栏目背景图（首页议程/注册等区块、议程详情 .pageContent 等）========== */
.page-section-bg {
    position: relative;
    background-image: url('../img/page-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* ========== 子页面栏目标题 ========== */
.page-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 60px 0 40px 0;
}

.page-section-title-icon {
    width: 22px;
    height: 32px;
    object-fit: contain;
}

.page-section-title-text {
    font-size: 36px !important;
    font-weight: 700;
    color: #04b589 !important;
    margin: 0;
    letter-spacing: 2px;
}

/* ========== 通用工具类 ========== */
.is-hidden-temp {
    display: none !important;
}

/* ========== 首页议程 Tab + 列表（参考：文字 Tab + 底部分渐变线 + 指示点） ========== */
/* 左轮播 + 右 Tab；移动端上下堆叠 */
.page-agenda-split {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(20px, 3.5vw, 44px);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* PC 横排：小窗口随容器变窄；最大 526px；宽度取 min(526px, 38%) */
.page-agenda-carousel {
    flex: 0 1 auto;
    width: min(526px, 38%);
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.page-agenda-carousel-viewport {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 526 / 586;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    background: #0f172a;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.page-agenda-carousel-track {
    display: flex;
    flex-direction: row;
    height: 100%;
    transition: transform 0.38s ease;
    will-change: transform;
}

.page-agenda-carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-agenda-carousel-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-agenda-split .page-agenda-home {
    flex: 1 1 280px;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 900px) {
    .page-agenda-split {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

    .page-agenda-carousel {
        width: 100%;
        max-width: min(526px, 100%);
        margin: 0 auto;
    }

    .page-agenda-carousel-viewport {
        width: 100%;
    }
}

/* 置于 .page-container 内：略收左右内边距，避免贴边过满 */
.page-agenda-home {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 12%;
    box-sizing: border-box;
}

.page-agenda-tabs-shell {
    width: 100%;
}

.page-agenda-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 10px 16px;
}

/* 字号固定，用 transform 放大，避免 font-size 过渡导致整行重排抖动 */
.page-agenda-tab {
    flex: 1 1 auto;
    min-width: min(100%, 7.5rem);
    max-width: 100%;
    margin: 0;
    padding: 10px 8px 12px;
    border: none;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #9ca3af;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1);
    transform-origin: center bottom;
    transition: transform 0.2s ease;
}

.page-agenda-tab::-moz-focus-inner {
    border: 0;
}

.page-agenda-tab:hover,
.page-agenda-tab:active,
.page-agenda-tab:focus {
    color: #9ca3af;
    background: transparent !important;
}

/* 未选中移入：略放大（不改变布局占位字号） */
.page-agenda-tab:not(.is-active):hover,
.page-agenda-tab:not(.is-active):active {
    transform: scale(1.04);
}

/* 选中：再放大一档 */
.page-agenda-tab.is-active {
    font-weight: 500;
    color: #9ca3af;
    -webkit-text-fill-color: #9ca3af;
    transform: scale(1.0625);
}

.page-agenda-tab.is-active:hover {
    transform: scale(1.125);
}

.page-agenda-tab:focus {
    outline: none;
}

.page-agenda-tab:focus-visible {
    outline: 2px solid rgba(148, 163, 184, 0.55);
    outline-offset: 2px;
}

/* 渐变引导线 + 指示圆点（位置由内联脚本根据当前 Tab 计算） */
.page-agenda-tab-rail {
    position: relative;
    width: 100%;
    height: 14px;
    margin-top: 2px;
}

/* 线条中段饱和，向两端渐隐 */
.page-agenda-tab-rail-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0ea5e9 0%, #6366f1 48%, #818cf8 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.page-agenda-tab-indicator {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0284c7;
    box-shadow: 0 0 0 2px #f3f4f6;
    pointer-events: none;
    transition: left 0.28s ease;
}

/* 三面板叠在同一格，容器高度取最高面板，切换列表不再整体跳高 */
.page-agenda-tabpanels {
    display: grid;
    margin-top: 22px;
    grid-template-columns: 1fr;
    align-items: start;
}

.page-agenda-tabpanel {
    grid-area: 1 / 1;
    min-width: 0;
}

.page-agenda-tabpanel:not(.is-active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.page-agenda-tabpanel.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .page-agenda-tab {
        transition: none;
    }

    .page-agenda-tab-indicator {
        transition: none;
    }

    .page-agenda-carousel-track {
        transition: none;
    }
}

.page-agenda-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.page-agenda-link-list li {
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
}

.page-agenda-link-list a {
    display: block;
    padding: 16px 8px 16px 0;
    margin: 0;
    color: #4b5563;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    transition: color 0.2s ease, text-shadow 0.22s ease;
}

.page-agenda-link-list a:hover {
    color: #0284c7;
    text-shadow: 0 0 0.5px rgba(2, 132, 199, 0.25);
}

.page-agenda-link-list a:active {
    color: #0369a1;
}

/* 窄屏：Tab 纵向排列，整行宽度，文案可多行不挤 */
@media screen and (max-width: 640px) {
    .page-agenda-tabs {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 6px;
    }

    .page-agenda-tab {
        flex: none;
        width: 100%;
        min-width: 0;
        max-width: none;
        text-align: center;
        transform-origin: center center;
    }

    .page-agenda-tab-rail {
        margin-top: 8px;
    }
}

/* ========== 议程详情页（锚点区块） ========== */
.page-agenda-detail {
    max-width: var(--page-container-width);
    margin: 0 auto;
    padding: 24px 20px 60px;
    box-sizing: border-box;
}

.page-agenda-detail .pageTitle {
    margin-bottom: 8px;
}

.page-agenda-back {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--page-primary);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
}

.page-agenda-back:hover,
.page-agenda-back:focus,
.page-agenda-back:active {
    color: var(--page-primary) !important;
    text-decoration: underline;
}

/* 与 .page-agenda-back 同字号；提高优先级以压过 Elementor/主题对 h2 的默认字号 */
body.elementor-page-9 .page-agenda-detail h2.page-agenda-anchor-title,
.page-agenda-detail h2.page-agenda-anchor-title {
    scroll-margin-top: 100px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    /* color: #04b589; */
    margin: 36px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #d4ebf7;
}

.page-agenda-anchor-title:first-of-type {
    margin-top: 0;
}

.page-agenda-lead {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 20px;
}

.page-agenda-table--match .agenda-col-track {
    flex: 0 1 42%;
    min-width: 0;
    max-width: 50%;
    width: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    text-align: left;
    justify-content: flex-start;
}

/* 轨道列误用 .agenda-time 时会继承 nowrap，在此强制可换行 */
.page-agenda-table--match .agenda-col-track.agenda-time {
    white-space: normal;
}

.page-agenda-table--match .agenda-header .agenda-col-track {
    justify-content: flex-start;
}

.page-agenda-table--match .agenda-col-pair {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    text-align: left;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .page-agenda-table--match .agenda-header,
    .page-agenda-table--match .agenda-row {
        flex-wrap: wrap;
    }

    .page-agenda-table--match .agenda-col-track,
    .page-agenda-table--match .agenda-col-pair {
        width: 100%;
        border-right: none;
    }
}

/* ========== 议程表格 ========== */
.page-agenda-table {
    width: 100%;
    max-width: var(--page-container-width);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
}

/* 表头行 */
.page-agenda-table .agenda-header {
    display: flex;
    border: 1px solid #d4ebf7;
    background-color: #eeefef;
}

.page-agenda-table .agenda-header .agenda-cell {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #333;
    border-right: 1px solid #d4ebf7;
    padding: 0 20px;
}

.page-agenda-table .agenda-header .agenda-col-content {
    justify-content: center;
    padding: 0 30px;
}

.page-agenda-table .agenda-header .agenda-cell:last-child {
    border-right: none;
}

/* 表格主体 */
.page-agenda-table .agenda-body {
    border-left: 1px solid #d4ebf7;
    border-right: 1px solid #d4ebf7;
}

/* 数据行 */
.page-agenda-table .agenda-row {
    display: flex;
    border-bottom: 1px solid #d4ebf7;
}

.page-agenda-table .agenda-row .agenda-cell {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    border-right: 1px solid #d4ebf7;
    padding: 15px 20px;
}

.page-agenda-table .agenda-row .agenda-cell:last-child {
    border-right: none;
}

/* 列宽定义 - 两列布局 */
.page-agenda-table .agenda-col-time {
    width: 20%;
    flex-shrink: 0;
    padding: 0 20px;
}

.page-agenda-table .agenda-col-content {
    width: 80%;
    min-width: 70%;
    flex-shrink: 0;
    padding: 0 30px;
    text-align: left;
    justify-content: flex-start;
}

/* 时间列样式 */
.page-agenda-table .agenda-time {
    white-space: nowrap;
    font-weight: 500;
}

/* ========== 报名方式 ========== */
.registration-methods {
    width: 100%;
    max-width: var(--page-container-width);
    margin: 0 auto 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.registration-method-1 {
    height: 70px;
    background-image: url('../img/bmfs01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.registration-method-1 a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-left: 15%;
}

.registration-method-1 a:hover {
    opacity: 0.8;
}

/* PC端隐藏方式一标签 */
.registration-method-label {
    display: none;
}

.registration-method-2 {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 70px !important;
}

.registration-method-2 img {
    width: 100%;
    display: block;
}

/* ========== 报名卡片 ========== */
.registration-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
    max-width: var(--page-container-width);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.registration-card {
    height: 300px;
    background-image: url('../img/bottom-bg.jpg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.registration-card:hover {
    transform: translateY(-5px);
}

.registration-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 68px 20px 30px 20px;
    box-sizing: border-box;
    position: relative;
}

/* 国家行 */
.registration-country {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
}

/* 地区行 */
.registration-region {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-weight: 400;
}

/* 时间行 */
.registration-time {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 20px;
    text-align: center;
    padding-top: 15px;
    transition: transform 0.4s ease, opacity 0.3s ease;
    margin-bottom: 12px !important;
}

/* 时间行上边框装饰 */
.registration-time::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
}

.registration-time::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #ffffff;
}
.registration-card-inner .registration-btn{
    color: #ffffff !important;
}
.registration-btn a:active, a:hover{
    color: #ffffff;
}
/* 查看详情按钮 */
.registration-btn {
    position: absolute;
    bottom: -50px;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 40px;
    background: transparent;
    border: 1px solid #ffffff;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.4s ease, bottom 0.4s ease, background 0.3s ease;
}

.registration-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* 悬停动画效果 */
.registration-card:hover .registration-time {
    transform: translateY(-30px);
}

.registration-card:hover .registration-btn {
    opacity: 1;
    bottom: 50px;
}

/* ========== 响应式适配 ========== */
@media screen and (max-width: 1024px) {
    .page-about-section {
        min-height: auto;
        padding: 50px 0;
    }

    .page-about-title {
        font-size: 30px;
    }

    .page-about-title-icon {
        height: 35px;
    }

    .page-about-keywords {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .page-about-time {
        flex-wrap: wrap;
    }

    .page-keyword-title {
        font-size: 22px;
    }

    .page-section-title {
        padding: 50px 0 30px 0;
    }

    .page-section-title-text {
        font-size: 30px;
    }

    .page-section-title-icon {
        width: 28px;
        height: 28px;
    }

    /* 平板端报名卡片 - 只改变布局，不改变卡片尺寸 */
    .registration-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 767px) {
    .page-about-section {
        padding: 40px 0;
    }

    .page-about-title-wrapper {
        gap: 8px;
        margin-bottom: 15px;
    }

    .page-about-title-icon {
        height: 28px;
    }

    .page-about-title {
        font-size: 24px;
    }

    .page-about-time {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .page-about-time-divider {
        display: none;
    }

    .page-about-intro {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .page-about-keywords {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page-keyword-item {
        height: 100px;
    }

    .page-keyword-title {
        font-size: 20px;
    }

    .page-section-title {
        padding: 40px 0 25px 0;
        gap: 12px;
    }

    .page-section-title-text {
        font-size: 24px;
    }

    .page-section-title-icon {
        width: 22px;
        height: 22px;
    }

    .page-agenda-table {
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
    }

    .page-agenda-table .agenda-header .agenda-cell,
    .page-agenda-table .agenda-row .agenda-cell {
        height: auto;
        min-height: 50px;
        padding: 12px 8px;
    }

    .page-agenda-table .agenda-time {
        white-space: normal;
    }

    /* 移动端列宽调整 */
    .page-agenda-table .agenda-col-time {
        width: 22%;
    }

    .page-agenda-table .agenda-col-content {
        width: 48%;
    }

    .page-agenda-table .agenda-col-speaker {
        width: 30%;
    }

    /* 移动端报名方式 */
    .registration-methods {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .registration-method-1 {
        height: auto;
        background-image: none !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding: 0;
    }

    .registration-method-label {
        display: block;
        color: #0e5bd3;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .registration-method-1 a {
        color: #0e5bd3 !important;
        font-size: 14px !important;
        margin-left: 0;
        word-break: break-all;
    }

    /* 移动端报名卡片 - 只改变布局，不改变卡片尺寸 */
    .registration-cards {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
}

/* 更小屏幕单列布局 */
@media screen and (max-width: 480px) {
    .registration-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* 视频背景区域的标题图片样式 */
.home-background-container .elementor-element-e3b77c0 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-background-container .elementor-element-e3b77c0 .elementor-widget-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-background-container .elementor-element-e3b77c0 img {
    width: 80%;
    height: auto;
    max-width: 80%;
    object-fit: contain;
    display: block;
}

/* ========== 泰国分站页头主题背景色 ========== */
body.elementor-page-9:not(.elementor-motion-effects-element-type-background),
body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #04b589 !important;
}
.elementor-8709 .elementor-element.elementor-element-69f954d:not(.elementor-motion-effects-element-type-background),
.elementor-8709 .elementor-element.elementor-element-69f954d > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-8709 .elementor-element.elementor-element-ffaa69a:not(.elementor-motion-effects-element-type-background),
.elementor-8709 .elementor-element.elementor-element-ffaa69a > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-8709 .elementor-element.elementor-element-9ffe597:not(.elementor-motion-effects-element-type-background),
.elementor-8709 .elementor-element.elementor-element-9ffe597 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #04b589 !important;
}
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu-container,
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu-container .eael-simple-menu-toggle,
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu li > a,
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu li ul,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu-container,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu-container .eael-simple-menu-toggle,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu li > a,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu li ul {
    background-color: #04b589 !important;
}
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu li ul li > a,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu li ul li > a {
    background-color: #04b589 !important;
}
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu li ul li .eael-simple-menu-indicator,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu li ul li .eael-simple-menu-indicator,
.elementor-8709 .elementor-element.elementor-element-25e31566 .eael-simple-menu li ul li a span.eael-simple-menu-dropdown-indicator,
.elementor-8709 .elementor-element.elementor-element-1f8bacf .eael-simple-menu li ul li a span.eael-simple-menu-dropdown-indicator {
    background-color: #04b589 !important;
    border-color: #04b589 !important;
}

/* 泰国分站 navRightLogo 宽度 */
.navRightLogo {
    width: 69px !important;
}

/* 泰国站独立报名页（无 Elementor body 类） */
body.elq-lp {
    font-family: "Lato", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
