@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

/*-------------------- 共用樣式 --------------------*/

:root {
    --basic-txt: #404040;
    --logo-color: #11d073;
    --b-round: 1.25rem;
    --content-p: calc(3vw + 42px);
    --col-p: clamp(8px, 1vw + 2px, 15px);
    --transition-com: all 0.25s ease;
}

/* 手機板才會折行 */
.br-s {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .br-s {
        display: none;
    }
}

/*-- 按鈕 --*/

.btn {
    position: relative;
    font-size: max(1rem, 16px);
    line-height: 1.1;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-weight: 600;
    overflow: hidden;
    border-radius: 500px;
    box-shadow: 3px 4px 0 black;
    transition: var(--transition-com);
    z-index: 100;
}

/* .btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: 150%;
    height: 120%;
    background-color: black;
    transform-origin: 120% bottom;
    transform: rotate(-45deg);
    transition: var(--transition-com);
} */

.btn:hover::before {
    transform: rotate(0deg);
}

.go-btn,
.go-btn:link,
.go-btn:visited,
.go-btn:hover,
.go-btn:active {
    color: #fff;
    background-color: var(--main-red);
    border: 2px solid black;
}

.go-btn:hover {
    box-shadow: 0 0 0 black;
}

.btn>span {
    position: relative;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    z-index: 100;
}

.btn>span::after {
    content: "\eaaa";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    font-weight: 400;
    margin-left: 0.3rem;
    vertical-align: sub;
    margin-right: 0;
    transition: var(--transition-com);
    font-variation-settings:
        "FILL" 1,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}

.btn:hover>span::after {
    margin-left: 0.8rem;
}

.btn .small::after {
    display: none;
}

.btn-lg {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.8rem 1.85rem;
    box-shadow: 4px 6px 0 black;
}

.btn-sec {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    text-align: center;
}

/*-------------------- 共用樣式 END --------------------*/

/*-------------------- 全頁 --------------------*/

#wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    padding-top: calc(520 / 1920 * 100%);
    /*空出上面主視覺的高度*/
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        padding-top: calc(450 / 768 * 100%);
        /*空出上面主視覺的高度*/
    }

}

#wrapper section {
    padding-inline: var(--col-p);
    padding-block: var(--content-p);
}

/*-- 標題字級 --*/

h1 {
    font-family: 'Noto Serif TC', serif;
    position: relative;
    color: white;
    text-shadow: 0 0 10px var(--light-gd), 0 0 25px var(--light-gd);
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.3rem;
    text-align: center;
    /* margin-bottom: 1rem; */
    z-index: 100;

    >img {
        filter: drop-shadow(0 1px 1.5px rgba(0, 0, 0, 0.6)) drop-shadow(0 1px 1.5px rgba(0, 0, 0, 0.3));
    }
}

@media screen and (max-width: 1199px) {
    h1 {

        >img {
            zoom: 0.9;
        }
    }
}

@media screen and (max-width: 991px) {
    h1 {
        >img {
            zoom: 0.8;
        }
    }
}

@media screen and (max-width: 767px) {
    h1 {
        >img {
            zoom: 0.65;
            filter: drop-shadow(0 1px 1.5px rgba(0, 0, 0, 0.6)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
        }
    }
}

.sub-title {
    font-weight: 500;
    margin-block-end: 1rem;
}

@media screen and (max-width: 767px) {
    .sub-title {
        font-size: 1rem;
    }
}

/*-------------------- 全頁 END --------------------*/

/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 0;
    padding-bottom: calc(570 / 1920 * 100%);
    background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/header1920x570.png) no-repeat center;
    background-size: 100% 100%;

    &::before {
        content: '';
        position: absolute;
        display: block;
        aspect-ratio: 555/528;
        width: min(555px, 40%);
        background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/bg-top-clouds.png) no-repeat top left /contain;
        top: calc(520 / 570 *100%);
        left: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    #main_top {
        padding-bottom: calc(450 / 768 * 100%);
        background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/header768x450.png) no-repeat top center/contain;
    }
}

/*-------------------- 主視覺 END --------------------*/

/*-------------------- 活動資訊_ease_save --------------------*/
#ease_save {
    background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/bg-bottom-clouds.png) no-repeat center bottom/contain;
}

@media (max-width: 767px) {
    #ease_save {
        background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/bg-bottom-clouds.png) no-repeat left bottom/200%;
    }
}

/* .ease_switch{
    margin-block-end: 0.6rem;
} */

.remark-note {
    position: relative;
    margin-block-start: 0.6rem;
    z-index: 100;
    font-weight: 500;
    font-size: 0.9rem;
}

/* ── 外層容器 ── */
.easetab-outer {
    display: flex;
    position: relative;
    z-index: 2;
}

/* ── 每一個頁籤欄位 ── */
.col {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* ── 按鈕列（綠色膠囊） ── */
.easetab-bar {
    display: flex;
    width: min(1100px, 100%);
    margin-inline: auto;
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(90, 179, 0, 0.35);
    /* easetab-bar 需要 overflow: visible 讓箭頭可以超出 */
    overflow: visible;
}

/* ── 頁籤按鈕本體 ── */
.easetab-btn {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 1.2rem;
    cursor: pointer;
    position: relative;
    transition: background 0.25s;
    border: none;
    background: linear-gradient(135deg, rgba(220, 228, 68, 1) 10%, rgba(0, 199, 115, 1) 90%);
    text-align: left;
    width: 100%;
}

@media (min-width: 768px) {

    #col-0>button {
        border-radius: 999px 0 0 999px;
    }

    #col-2>button {
        border-radius: 0 999px 999px 0;
    }
}

/* 分隔線 */
.col+.col .easetab-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14%;
    height: 72%;
    width: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.easetab-btn.active {
    background: linear-gradient(135deg, rgba(0, 179, 143, 1) 25%, rgba(1, 204, 138, 1) 75%);

    /* box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2); */
}

.easetab-btn .icon {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.18));
    transition: transform 0.2s;
}

.easetab-btn:hover .icon {
    transform: scale(1.08);
}

.easetab-btn .label {
    flex: 1;
}

.easetab-btn .label strong {
    display: block;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin-block-end: 0;
}

.easetab-btn .label span {
    display: block;
    color: rgba(255, 255, 255, 0.88);
}

/* 下拉箭頭：桌面版隱藏 */
.easetab-btn .arrow {
    display: none;
}

/* ── 小手 icon：absolute 懸浮在按鈕底部邊緣 ── */
.easetab-btn-wrap {
    position: absolute;
    bottom: -20px;
    /* 從按鈕底部往下偏移，懸浮在縫隙間 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}

/* inactive：隱藏箭頭 */
.easetab-btn-wrap .hand-icon {
    display: none;
}

/* active：顯示綠色朝下箭頭 */
.easetab-btn-wrap.active .hand-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 16.5px 0;
    border-color: #01c58b transparent transparent;
}



/* ── 下拉清單：桌面版隱藏 ── */
.easetab-dropdown {
    display: none;
}

/* ── 手機版小手：桌面版隱藏 ── */
.mobile-hand-wrap {
    display: none;
}

/* ── Content panel ── */
.panel-wrap {
    background: #c1c1ed url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/bg-service.png) no-repeat center bottom/contain;
    border-radius: var(--b-round);
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    min-height: 200px;
    position: relative;
}

.panel {
    display: none;
    width: min(1200px, 100%);
    margin-inline: auto;
    padding: 1.5rem 1rem 0;
    animation: fadeIn .35s ease;
}

.panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel h2 {
    --img-h: 2.6rem;
    --img-sw: drop-shadow(0 3px 5px rgba(60, 70, 105, 0.5));
    display: inline-flex;
    margin-inline: auto;

    >img {

        height: var(--img-h);
        width: auto;
        filter: var(--img-sw);
    }

    &::before {
        content: '';
        display: inline-block;
        width: calc(var(--img-h) / 45 * 34);
        aspect-ratio: 34 / 45;
        background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/title-s1-left.png) no-repeat left center/contain;
        filter: var(--img-sw);
    }

    &::after {
        content: '';
        display: inline-block;
        width: calc(var(--img-h) / 45 * 32);
        aspect-ratio: 32 / 45;
        background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/title-s1-right.png) no-repeat right center/contain;
        filter: var(--img-sw);
    }
}

.talk-sec {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;

    :is(.talk-customer, .talk-service) {
        align-items: end;
        align-content: end;

        >img {
            width: 100%;
            height: auto;
        }
    }

    >.talk-customer {
        position: relative;
    }

    >.talk-service {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }

    &.panel-0>.talk-customer {
        aspect-ratio: 554 / 354;
        width: calc(554 / 1140 * 100%);
    }

    &.panel-0>.talk-service {
        aspect-ratio: 597 / 324;
        width: calc(597 / 1140 * 100%);
    }

    &.panel-1>.talk-customer {
        left: 5%;
        aspect-ratio: 460 / 325;
        width: calc(460 / 1140 * 100%);
    }

    &.panel-1>.talk-service {
        right: 2%;
        aspect-ratio: 591 / 324;
        width: calc(591 / 1140 * 100%);
    }

    &.panel-2>.talk-customer {
        left: 10%;
        aspect-ratio: 413 / 368;
        width: calc(420 / 1140 * 100%);
    }

    &.panel-2>.talk-service {
        right: 5%;
        aspect-ratio: 535 / 324;
        width: calc(535 / 1140 * 100%);
    }
}

/* ════════════════════════════════
     手機版 RWD < 768px
  ════════════════════════════════ */
@media (max-width: 767px) {

    .easetab-outer {
        position: relative;
    }

    /* 非 active 的 col 隱藏 */
    .col {
        display: none;
        flex: unset;
        width: 100%;
    }

    .col.active {
        display: flex;
    }

    /* active 按鈕撐滿 */
    .easetab-btn {
        border-radius: 999px;
        overflow: hidden;
    }

    /* 隱藏分隔線 */
    .col+.col .easetab-btn::before {
        display: none;
    }

    /* 顯示下拉箭頭 */
    .easetab-btn .arrow {
        display: block;
        font-size: 22px;
        color: #fff;
        flex-shrink: 0;
        transition: transform 0.25s ease;
    }

    .easetab-outer.open .easetab-btn .arrow {
        transform: rotate(180deg);
    }

    /* 小手在手機版 */
    .easetab-btn-wrap {
        display: flex;
        bottom: -10px;
    }

    /* 非 active col 的小手隱藏 */
    .col:not(.active) .easetab-btn-wrap {
        display: none;
    }

    /* ── 下拉清單 ── */
    .easetab-dropdown {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        z-index: 500;
    }

    .easetab-outer.open .easetab-dropdown {
        display: block;
        animation: dropDown 0.2s ease;
    }

    @keyframes dropDown {
        from {
            opacity: 0;
            transform: translateY(-6px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* 下拉清單裡的每個選項 */
    .easetab-dropdown .col {
        display: flex !important;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .easetab-dropdown .col:last-child {
        border-bottom: none;
    }

    .easetab-dropdown .col .easetab-btn {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 14px 20px;
    }

    .easetab-dropdown .col .easetab-btn:hover {
        background: transparent;
    }

    .easetab-dropdown .col.active .easetab-btn {
        background: linear-gradient(135deg, #E7FAF1 0%, #CFF6E3 100%);
        box-shadow: none;
    }

    .easetab-dropdown .col .easetab-btn .label strong {
        color: #3a7000;
        /* font-size: 15px; */
        text-shadow: none;
    }

    .easetab-dropdown .col.active .easetab-btn .label strong {
        color: #2d5a00;
    }

    .easetab-dropdown .col .easetab-btn .label span {
        color: #777;
    }

    .easetab-dropdown .col .easetab-btn .icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    /* 下拉內隱藏箭頭和小手 */
    .easetab-dropdown .easetab-btn .arrow,
    .easetab-dropdown .easetab-btn-wrap {
        display: none !important;
    }

    /* 勾選記號 */
    .easetab-dropdown .col .check-icon {
        display: block;
        margin-left: auto;
        font-size: 18px;
        color: #5ab300;
        opacity: 0;
        flex-shrink: 0;
    }

    .easetab-dropdown .col.active .check-icon {
        opacity: 1;
    }

    .panel-wrap {
        background: #c1c1ed url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/bg-service.png) no-repeat left bottom / 260%;
    }

    .panel {
        padding: 1.5rem 0.5rem 0;
    }

    .panel h2 {

        &::before,
        &::after {
            display: none;
        }

        >img {
            zoom: 0.9;
        }
    }

    .talk-sec {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;

        >.talk-service {
            position: relative;
        }

        &.panel-0>.talk-customer {
            aspect-ratio: 554 / 354;
            width: calc(554 / 597 * 100%);
        }

        &.panel-0>.talk-service {
            aspect-ratio: 597 / 324;
            width: calc(597 / 597 * 100%);
        }

        &.panel-1>.talk-customer {
            inset: 0;
            aspect-ratio: 460 / 325;
            width: calc(460 / 597 * 100%);
        }

        &.panel-1>.talk-service {
            inset: 0;
            aspect-ratio: 591 / 324;
            width: calc(591 / 597 * 100%);
        }

        &.panel-2>.talk-customer {
            inset: 0;
            aspect-ratio: 413 / 368;
            width: calc(420 / 597 * 100%);
        }

        &.panel-2>.talk-service {
            inset: 0;
            aspect-ratio: 535 / 324;
            width: calc(535 / 597 * 100%);
        }
    }
}

/*-------------------- 活動資訊_ease_save_END --------------------*/

/*-------------------- 比較表 #ease_compare --------------------*/

/* ──────── 背景區 ──────── */
.bg-travelflow {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #5EE87A 0%, #C8F56A 10%, #F0FF4A 20%, #C8F56A 60%, #5EE87A 90%);
}

/* ── 光暈層 ── */
.bg-travelflow .tf-glow {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bg-travelflow .tf-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.22;
    will-change: transform;
    animation: tfOrbDrift ease-in-out infinite alternate;
}

.bg-travelflow .tf-glow-orb:nth-child(1) {
    width: 500px;
    height: 500px;
    left: -8%;
    top: -12%;
    background: radial-gradient(circle, #F0FF6A, transparent);
    animation-duration: 10s;
}

.bg-travelflow .tf-glow-orb:nth-child(2) {
    width: 420px;
    height: 420px;
    right: -4%;
    top: 8%;
    background: radial-gradient(circle, #D9FF5A, transparent);
    animation-duration: 14s;
    animation-delay: -4s;
}

.bg-travelflow .tf-glow-orb:nth-child(3) {
    width: 340px;
    height: 340px;
    left: 28%;
    bottom: -8%;
    background: radial-gradient(circle, #7BFF9A, transparent);
    animation-duration: 11s;
    animation-delay: -7s;
}

.bg-travelflow .tf-glow-orb:nth-child(4) {
    width: 300px;
    height: 300px;
    right: 22%;
    bottom: 4%;
    background: radial-gradient(circle, #FFEA6A, transparent);
    animation-duration: 13s;
    animation-delay: -2s;
}

@keyframes tfOrbDrift {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(30px, -25px);
    }
}

/* ── Canvas（sparkle 專用）── */
#canvas-travelflow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* ── 飛機層 ── */
.bg-travelflow .tf-plane-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.bg-travelflow .tf-trail {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), rgba(255, 255, 220, .4));
    border-radius: 2px;
    transform-origin: left center;
    animation: tfTrailFade 3s ease-out forwards;
    pointer-events: none;
}

@keyframes tfTrailFade {
    0% {
        opacity: 1;
        width: 0;
    }

    30% {
        opacity: .7;
    }

    100% {
        opacity: 0;
        width: 180px;
    }
}

/* ── 漂浮泡泡圖示層 ── */
.bg-travelflow .tf-icons {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

/* 泡泡容器：圓形玻璃泡泡 */
.bg-travelflow .tf-bubble-wrap {
    position: absolute;
    border-radius: 50%;
    will-change: transform, opacity;
    /* 玻璃泡泡質感 */
    background: radial-gradient(circle at 35% 32%,
            rgba(255, 255, 255, 0.72) 0%,
            rgba(255, 255, 255, 0.28) 30%,
            rgba(255, 255, 255, 0.10) 60%,
            rgba(255, 255, 255, 0.04) 100%);
    box-shadow:
        inset -3px -4px 8px rgba(255, 255, 255, 0.5),
        inset 2px 3px 6px rgba(255, 255, 255, 0.8),
        0 6px 20px rgba(0, 0, 0, 0.10);
    /* 邊框高光 */
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    /* 讓圖片置中 */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* 泡泡內的 PNG 圖示 */
.bg-travelflow .tf-bubble-wrap img {
    width: 68%;
    height: 68%;
    object-fit: contain;
    mix-blend-mode: screen;
    position: relative;
    z-index: 1;
}

/* 泡泡頂部亮點（偽元素）*/
.bg-travelflow .tf-bubble-wrap::before {
    content: '';
    position: absolute;
    top: 14%;
    left: 22%;
    width: 28%;
    height: 13%;
    background: rgba(255, 255, 255, 0.70);
    border-radius: 50%;
    transform: rotate(-30deg);
    filter: blur(2px);
    z-index: 2;
}

/* ────────── 比較表 ────────── */
:root {
    --green-bg: #e8f5e2;
    --green-mid: #4aaf4a;
    --green-dark: #2d8c2d;
    --teal-mid: #2e8b6e;
    --white: #ffffff;
    --text-dark: #2a2a2a;
    --text-mid: #444;
    --row-border: rgba(80, 160, 80, 0.2);
    --radius-lg: 18px;
    --shadow: 0 6px 28px rgba(40, 120, 40, 0.15);
}

.compare-sec {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
    z-index: 100;
}

/* ══════════════════════════════
   TABLE SHELL
══════════════════════════════ */
.cmp-table {
    border-radius: var(--radius-lg);
    overflow: hidden;
    /* box-shadow: var(--shadow); */
}

/* ══════════════════════════════
   HEADER
══════════════════════════════ */
.tbl-header {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    background: transparent;
}

.th {
    padding: 0.5rem 1rem;
    font-weight: 700;
    text-align: center;
    color: white;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: .04em;
    border-radius: var(--b-round) var(--b-round) 0 0;
    box-shadow: inset -2px 3px 0 rgba(255, 255, 255, .4);
    margin-block-end: 0;
}

.th-left {
    background: linear-gradient(180deg, #3c63de 0%, #6586ef 100%);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.th-mid {
    box-shadow: none;
    background: transparent;
}

.th-right {
    background: linear-gradient(180deg, #00ad5e 0%, var(--logo-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    >img[src*='icon-star'] {
        width: 0.85em;
        filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.85));
    }
}

/* ══════════════════════════════
   ROWS
══════════════════════════════ */
.tbl-row {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    border-top: 1px solid var(--row-border);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
}

.tbl-row.in {
    opacity: 1;
    transform: translateY(0);
}

.tbl-row:nth-child(1) {
    transition-delay: .06s
}

.tbl-row:nth-child(2) {
    transition-delay: .18s
}

.tbl-row:nth-child(3) {
    transition-delay: .30s
}

.tbl-row:hover .td-left {
    background: #ecf8ec;
}

.tbl-row:hover .td-right {
    background: #fafffe;
}

/* ── cells ── */
.td-left {
    background: #f4fbf4;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.td-mid {
    position: relative;
    background: linear-gradient(to right, rgba(43, 122, 82, 1) 0%, rgba(67, 169, 121, 1) 25%, rgba(67, 169, 121, 1) 75%, rgba(43, 122, 82, 1) 100%);
    padding: 1rem 2rem;
    text-shadow: 0 2px 5px #0e5e32;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.td-right {
    background: white;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: visible;
    transition: background .2s;
}

.tbl-row:last-child .td-left {
    border-radius: 0 0 0 var(--radius-lg);
}

.tbl-row:last-child .td-right {
    border-radius: 0 0 var(--radius-lg) 0;
}

/* ── mid content ── */

@media (min-width: 768px) {
    .mid-icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);

        >img {
            transform: scale(0.9);
        }
    }
}


.mid-label {
    font-weight: 600;
    color: white;
    text-align: center;
    /* line-height: 1.4; */
    letter-spacing: .02em;
}

/* ── star ── */
.star {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 1.3rem;
    will-change: transform;
    animation: pulse 2.3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* ── text ── */
.left-text {
    color: var(--text-mid);
    line-height: 1.65;
    text-align: center;
}

.left-text .td-note {}

.right-text {
    color: var(--text-dark);
    line-height: 1.65;
    font-weight: 500;
}

.right-text strong {
    color: var(--green-dark);
    font-weight: 700;
}

/* ══════════════════════════════
   MOBILE TABS  (hidden on desktop)
══════════════════════════════ */
.tabs {
    display: none;
    gap: 8px;
    background: transparent;
    padding: 10px 10px 0;
}

.tab-btn {
    flex: 1;
    padding: 13px 10px;
    font-size: .95rem;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, .85);
    background: linear-gradient(180deg, #8eca6e 0%, #5a9a3a 100%);
    border-radius: 16px 16px 0 0;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
    transition: background .25s;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: .02em;
}

.tab-btn.active-left {
    background: linear-gradient(180deg, #3c63de 0%, #6586ef 100%);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    color: var(--white);
}

.tab-btn.active-right {
    background: linear-gradient(180deg, #00ad5e 0%, var(--logo-color) 100%);
    box-shadow: inset -2px 3px 0 rgba(255, 255, 255, .4);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    color: var(--white);
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.tab-btn.active-right::before {
    content: '⭐';
    font-size: 1.125rem;
}

/* slide animations */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(14px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-14px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.anim-right {
    animation: slideInRight .3s ease both;
}

.anim-left {
    animation: slideInLeft .3s ease both;
}

/* ══════════════════════════════
   MOBILE OVERRIDES  (< 680px)
══════════════════════════════ */
@media (max-width: 679px) {

    .tabs {
        display: flex;
    }

    /* collapse to 2-col: mid label (fixed left) | content (right) */
    .tbl-header {
        display: none;
    }

    .tbl-row {
        grid-template-columns: 125px 1fr;
        grid-template-areas: "mid content";
        transform: translateX(16px);
    }

    .tbl-row.in {
        transform: translateX(0);
    }

    .td-mid {
        grid-area: mid;
        padding: 0.5rem 0.6rem;
        gap: 0;
    }

    .td-left {
        grid-area: content;
        display: none;
        padding: 0.5rem;
    }

    .td-right {
        grid-area: content;
        padding: 0.5rem;
    }

    .mid-icon {
        >img {
            zoom: 0.7;
        }
    }

    .mid-label {
        font-size: 0.9375rem;
    }

    .td-left .left-text {}

    .td-right .right-text {}

    .td-right .star {
        width: 2rem;
    }

    /* show-left: reveal left col, hide right */
    .cmp-table.show-left .td-left {
        display: flex;
    }

    .cmp-table.show-left .td-right {
        display: none;
    }

    .tbl-row:last-child .td-mid {
        border-radius: 0 0 0 var(--radius-lg);
    }

    .tbl-row:last-child .td-right {
        border-radius: 0 0 var(--radius-lg) 0;
    }

    .tbl-row:last-child .td-left {
        border-radius: 0 0 var(--radius-lg) 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .star {
        animation: none;
    }

    .tbl-row {
        transition: none !important;
    }
}

/*-------------------- 比較表 #ease_compare END --------------------*/

/*-------------------- 安心訂．口碑最好 #ease_best --------------------*/

#ease_best {
    background: url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/bg-sky.jpg) repeat;
}

/* ===== PROMO GRID ===== */
/*
   * 桌機：.promo-grid 用 subgrid 概念。
   * 每個 .promo-cell 是 grid item，內部用 flex column。
   * 關鍵：所有 .promo-panel 設相同的 margin-top（icon-wrap 高度 - overlap），
   * 讓白色區塊上緣強制對齊。
   * 手機：單欄，.promo-cell 自然堆疊，icon 與 panel 不分離。
   */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--col-p);
    margin-top: 1.5rem;
    /* 讓每個 cell 的高度撐滿同一列 → panel 等高 */
    align-items: stretch;
}

.promo-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeUp 0.7s ease both;
}

.promo-cell:nth-child(1) {
    animation-delay: 0.20s;
}

.promo-cell:nth-child(2) {
    animation-delay: 0.35s;
}

.promo-cell:nth-child(3) {
    animation-delay: 0.50s;
}

/* 固定高度的 icon 區域，所有 cell 一致 → panel 上緣自動對齊 */
.promo-icon-wrap {
    width: 100%;
    height: clamp(90px, 15vw, 180px);
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: -28px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.promo-icon {
    width: auto;
    height: 100%;
    max-width: 90%;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.14));
}

.promo-cell:hover .promo-icon {
    animation: iconBounce 1s ease infinite;
}

@keyframes iconBounce {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-14px);
    }

    55% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(0);
    }
}

.promo-panel {
    position: relative;
    width: 100%;
    flex: 1;
    /* 撐滿 cell 剩餘高度 → 三個 panel 等高 */
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--b-round);
    padding: 2rem 1rem 1rem;
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.22s ease;
    backdrop-filter: blur(8px);
}

.promo-panel:hover {
    box-shadow: 0 16px 48px rgba(80, 170, 230, 0.28);
}

@media (max-width: 640px) {
    .promo-grid {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .promo-cell {
        margin-bottom: 1.5rem;
    }

    .promo-cell:last-child {
        margin-bottom: 0;
    }

    .promo-icon-wrap {
        height: 110px;
    }

    .promo-panel {
        flex: none;
    }
}

.promo-label {
    font-weight: 600;
    margin-block-end: 0;

    &::before,
    &::after {
        content: 'wand_stars';
        font-family: 'Material Symbols Outlined';
        color: #ffa901;
        font-size: 1em;
        font-variation-settings: 'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }

    &::before {
        transform: scaleX(-1);
    }
}

/* ===== BUTTONS ===== */
.btn-list {
    width: 100%;
}

.ease-slidebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(320px, 100%);
    padding: 0.5rem 1rem;
    margin: 10px auto;
    border: 1.5px solid var(--logo-color);
    border-radius: 999px;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
}


.ease-slidebtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--logo-color);
    transition: left 0.4s ease;
    z-index: 0;
}

.ease-slidebtn:hover::before {
    left: 0;
}

.btn-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--logo-color);
    white-space: normal;
    word-break: keep-all;
    transition: color 0.4s ease;

}

.ease-slidebtn:hover .btn-content {
    color: #ffffff;

    &::after {
        transform: translateY(-3px);
    }
}

.btn-content::after {
    content: 'pan_tool_alt';
    font-family: 'Material Symbols Outlined';
    font-size: 1em;
    font-variation-settings: 'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
    line-height: 1;
    margin-inline-start: 0.25em;
    display: inline-flex;
    align-items: center;
    transition: transform 0.15s;
}

@media (max-width: 640px) {
    .btn-content {
        font-size: 1rem;
    }
}

/*-------------------- 安心訂．口碑最好 #ease_best END --------------------*/

/*-------------------- 注意事項 #ease_note --------------------*/

#ease_note {
    font-size: min(16px, 0.9375rem);
    background:
        url(https://event.cdn-gunnarworks.com/events/travel_ease/2026/bg-bubble02.jpg) repeat;
}

#ease_note .accordion-button {
    font-weight: 500;

    &:not(.collapsed) {
        color: #0C9251;
        background-color: #E7FAF1;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }
}

#ease_note h5 {
    margin-top: 1rem;
    text-align: center;
}

ul.num-list>li {
    list-style-type: decimal;
}

#ease_note ul {
    /* padding-inline-start: 24px; */
    margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
    #ease_note ul {
        padding-inline-start: 5px;
    }
}

#ease_note li {
    text-align: left;
}

#ease_note .contentbox>ul {
    width: 90%;
    margin: 0 auto;
    padding-inline-start: 0;
}

.note_list {
    background: url(https://event.cdn-gunnarworks.com/events/travelfair/2022/note_icon01.png) no-repeat left 0.4em;
    padding-left: 20px;
    margin-bottom: 5px;
}

.note_list_content {
    background: url(https://event.cdn-gunnarworks.com/events/travelfair/2022/note_icon02.png) no-repeat left 0.46em;
    padding-left: 20px;
}

.note_content_item {
    background: url(https://event.cdn-gunnarworks.com/events/travelfair/2022/note_icon02.png) no-repeat left 7px;
    padding-left: 15px;
    font-size: 0.9375rem;
    margin-bottom: 2px;
}

#btn_app {
    position: fixed;
    right: 5px;
    bottom: calc(60px + 95px + 5px);
    z-index: 999;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    #ease_note .contentbox>ul {
        width: 95%;
    }

    #btn_top,
    #btn_app {
        right: 0;
    }
}

/*-------------------- 懸浮按鈕 .btn-capsule --------------------*/

/* =============================
       3D 膠囊按鈕核心樣式
       ============================= */
.btn-capsule {
    position: fixed;
    bottom: calc(var(--content-p) / 2);
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 2rem 0.25rem 5.5rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-family: inherit;
    text-decoration: none;
    background-color: var(--logo-color);
    color: white;
    white-space: nowrap;
    z-index: 900;

    box-shadow:
        /* 外陰影：底部厚度感 */
        0 6px 0 #0a8a4a,
        0 8px 12px rgba(0, 0, 0, 0.45),
        /* 內陰影：頂部打亮（凸起光感）*/
        inset 0 4px 8px rgba(255, 255, 255, 0.6),
        /* 內陰影：底部壓暗（邊緣收攏感）*/
        inset 0 -8px 14px rgba(0, 80, 30, 0.55);

    transition: var(--transition-com);
    user-select: none;
    -webkit-font-smoothing: antialiased;

    >strong {
        margin-block-end: 0.25rem;
        font-weight: inherit;
        margin-inline-start: 0.125rem;
    }

    &::after {
        content: 'keyboard_double_arrow_right';
        font-family: 'Material Symbols Outlined';
        font-size: 1.5em;
        font-variation-settings: 'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24;
        line-height: 1;
        color: #ffff5e;
        display: inline-flex;
        align-items: center;
        transition: transform 0.15s;
    }
}

.btn-capsule:hover {
    filter: brightness(1.05);
    color: #ffff5e;

    &::after {
        transform: translateX(0.1em);
    }
}

.btn-capsule:active {
    transform: translate(-50%, 5px);
    box-shadow:
        0 1px 0 #0a8a4a,
        0 2px 5px rgba(0, 0, 0, 0.3),
        inset 0 4px 8px rgba(255, 255, 255, 0.5),
        inset 0 -8px 14px rgba(0, 80, 30, 0.55);
}

/* 按鈕內的小圖示框 */
.btn-capsule .capsule-icon {
    position: absolute;
    display: flex;
    align-self: flex-end;
    left: 0.5rem;
    bottom: 0;
    width: 4.6rem;
    font-size: 15px;
    font-weight: 700;
}

/* =============================
       其他顏色變體
       ============================= */
.btn-blue {
    background-color: #2a8ef5;
    color: #07285a;
    box-shadow:
        0 6px 0 #0a55aa,
        0 8px 12px rgba(0, 0, 0, 0.45),
        inset 0 4px 8px rgba(255, 255, 255, 0.6),
        inset 0 -8px 14px rgba(0, 30, 100, 0.45);
}

.btn-blue:active {
    box-shadow:
        0 1px 0 #0a55aa,
        0 2px 5px rgba(0, 0, 0, 0.3),
        inset 0 4px 8px rgba(255, 255, 255, 0.5),
        inset 0 -8px 14px rgba(0, 30, 100, 0.45);
}

.btn-orange {
    background-color: #ff8500;
    color: #4a1c00;
    box-shadow:
        0 6px 0 #b05500,
        0 8px 12px rgba(0, 0, 0, 0.45),
        inset 0 4px 8px rgba(255, 255, 255, 0.6),
        inset 0 -8px 14px rgba(100, 30, 0, 0.45);
}

.btn-orange:active {
    box-shadow:
        0 1px 0 #b05500,
        0 2px 5px rgba(0, 0, 0, 0.3),
        inset 0 4px 8px rgba(255, 255, 255, 0.5),
        inset 0 -8px 14px rgba(100, 30, 0, 0.45);
}