/* 泰剧兔 · 热带海岛度假风 */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    color: #14493d;
    background: #fff8ec;
    line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ol, ul { list-style: none; }
.wp3k { width: 1200px; margin: 0 auto; }

/* ===== 头尾 ===== */
.hd8m {
    position: fixed; top: 0; left: 0; right: 0; z-index: 90;
    background: rgba(255, 248, 236, .92);
    backdrop-filter: blur(12px);
    border-bottom: 2px dashed rgba(14, 77, 64, .14);
    transition: box-shadow .3s, background .3s;
}
.hd8m.sc { box-shadow: 0 10px 30px rgba(14, 77, 64, .12); background: rgba(255, 250, 241, .97); }
.hd8m .wp3k { display: flex; align-items: center; height: 82px; }
.lg7v { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; color: #0e4d40; }
.lg7v img { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 3px solid #ffd23f; box-shadow: 0 4px 10px rgba(255, 138, 61, .25); }
.lg7v span { display: flex; flex-direction: column; line-height: 1.15; }
.lg7v i { font-style: normal; font-size: 11px; letter-spacing: 3px; color: #ff8a3d; font-weight: 700; text-transform: uppercase; }
.nv9k { display: flex; gap: 34px; margin-left: 56px; }
.nv9k a { font-size: 16px; font-weight: 600; color: #2c6658; position: relative; padding: 4px 0; }
.nv9k a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 3px; border-radius: 3px; background: #ff8a3d; transition: width .25s; }
.nv9k a:hover { color: #ff8a3d; }
.nv9k a:hover::after { width: 100%; }
.hr4n { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.gb6x {
    background: linear-gradient(135deg, #ffa44d, #ff7a2e);
    color: #fff; font-weight: 700; font-size: 15px;
    padding: 11px 24px; border-radius: 999px;
    box-shadow: 0 8px 18px rgba(255, 122, 46, .35);
    transition: transform .2s, box-shadow .2s;
}
.gb6x:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(255, 122, 46, .45); }
.mb1p { display: none; border: 0; background: #0e4d40; color: #fff; width: 42px; height: 42px; border-radius: 50%; font-size: 20px; cursor: pointer; }
.mn5w { display: none; }

/* ===== Hero ===== */
.he6v {
    position: relative; overflow: hidden;
    padding: 158px 0 84px;
    background:
        radial-gradient(circle at 86% 12%, rgba(255, 210, 63, .32), transparent 260px),
        radial-gradient(circle at 6% 88%, rgba(34, 184, 207, .18), transparent 300px),
        linear-gradient(180deg, #fff8ec 0%, #fdeed2 100%);
}
.sun-dot {
    position: absolute; top: 108px; right: 7%; width: 132px; height: 132px;
    border-radius: 50%; background: radial-gradient(circle, #ffd23f 0%, #ffb347 70%, rgba(255,179,71,0) 72%);
    opacity: .65; animation: sunpulse 5s ease-in-out infinite;
}
@keyframes sunpulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
.leaf { position: absolute; width: 150px; height: 62px; background: #0aa06e; opacity: .18; border-radius: 100% 0 100% 0; }
.leaf.lf1 { top: 118px; left: -36px; transform: rotate(24deg); }
.leaf.lf2 { bottom: 30px; right: -30px; transform: rotate(200deg) scale(1.4); }
.he6v .wp3k { display: flex; align-items: center; gap: 56px; position: relative; z-index: 2; }
.hl8q { flex: 1.15; }
.hb5x {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: #0aa06e; font-weight: 800; font-size: 13px; letter-spacing: 1px;
    padding: 7px 18px; border-radius: 999px;
    border: 2px solid #0aa06e;
    box-shadow: 4px 4px 0 #0aa06e;
    margin-bottom: 26px;
}
.hb5x i { font-size: 16px; }
h1 {
    font-size: 56px; line-height: 1.22; font-weight: 900; color: #0e4d40;
    letter-spacing: 1px;
}
h1 em {
    font-style: normal; color: #ff7a2e; position: relative; white-space: nowrap;
}
h1 em::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 12px;
    background: rgba(255, 210, 63, .65); z-index: -1; border-radius: 6px;
    transform: skewX(-14deg);
}
.hd2x { margin: 26px 0 34px; font-size: 17px; color: #3d6b5f; max-width: 560px; }
.hc9p { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.mbtn {
    display: inline-flex; align-items: center; gap: 9px;
    background: linear-gradient(135deg, #ffa44d, #ff7a2e);
    color: #fff; font-size: 19px; font-weight: 800;
    padding: 17px 40px; border-radius: 999px;
    box-shadow: 0 12px 0 #e05a14, 0 18px 30px rgba(255, 122, 46, .4);
    transition: transform .15s, box-shadow .15s;
}
.mbtn:hover { transform: translateY(3px); box-shadow: 0 9px 0 #e05a14, 0 14px 24px rgba(255, 122, 46, .4); }
.pbtn {
    display: inline-flex; align-items: center; gap: 6px;
    color: #0e4d40; font-weight: 700; font-size: 16px;
    padding: 15px 26px; border-radius: 999px;
    border: 2px solid #0e4d40; background: #fff;
    transition: background .2s, color .2s;
}
.pbtn:hover { background: #0e4d40; color: #fff; }
.hx6k { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hx6k li {
    background: #fff; border-radius: 16px; padding: 10px 18px;
    font-size: 13px; color: #5d8378; font-weight: 600;
    box-shadow: 0 6px 16px rgba(14, 77, 64, .08);
}
.hx6k b { color: #ff7a2e; font-size: 17px; margin-right: 3px; }

/* hero 右侧：长耳兔手机 */
.hr7m { flex: .85; position: relative; display: flex; justify-content: center; padding: 30px 0 60px; }
.phone { position: relative; }
.ear-l, .ear-r {
    position: absolute; top: -34px; width: 46px; height: 92px;
    background: #fff; border: 4px solid #0e4d40; border-radius: 50% 50% 42% 42%;
    z-index: 1;
}
.ear-l { left: 78px; transform: rotate(-14deg); }
.ear-r { right: 78px; transform: rotate(14deg); }
.ear-l::after, .ear-r::after {
    content: ""; position: absolute; left: 50%; top: 12px; transform: translateX(-50%);
    width: 18px; height: 52px; border-radius: 50%; background: #ffd0c4;
}
.ph-body {
    position: relative; width: 300px; height: 600px;
    background: #fff; border: 5px solid #0e4d40; border-radius: 42px;
    overflow: hidden; box-shadow: 14px 18px 0 rgba(14, 77, 64, .14);
}
.ph-body img { width: 100%; height: 100%; object-fit: cover; }
.ph-tag {
    position: absolute; left: 16px; right: 16px; bottom: 18px;
    background: rgba(14, 77, 64, .9); color: #fff;
    border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 700;
    display: flex; align-items: center; gap: 7px;
}
.ph-tag i { color: #ff6b6b; font-size: 16px; }
.float-card {
    position: absolute; background: #fff; border-radius: 18px;
    padding: 12px 18px; display: flex; flex-direction: column; gap: 1px;
    box-shadow: 0 12px 28px rgba(14, 77,64,.16);
    animation: bob 3.6s ease-in-out infinite;
}
.float-card i { font-size: 22px; color: #0aa06e; }
.float-card b { font-size: 14px; color: #0e4d40; }
.float-card span { font-size: 12px; color: #7a9a90; }
.fc-a { left: -10px; top: 120px; }
.fc-b { right: -16px; top: 230px; animation-delay: .8s; }
.fc-b i { color: #ff8a3d; }
.fc-c { left: 2px; bottom: 24px; animation-delay: 1.5s; }
.fc-c i { color: #ffd23f; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ===== 通用模块 ===== */
.bk2z { padding: 92px 0; }
.sea3 { background: linear-gradient(180deg, #f3e7cd 0%, #fdf3de 100%); }
.st7b {
    text-align: center; font-size: 34px; font-weight: 900; color: #0e4d40;
    margin-bottom: 54px; position: relative; display: flex; align-items: center; justify-content: center; gap: 18px;
}
.st7b::before, .st7b::after {
    content: ""; width: 54px; height: 12px; border-radius: 999px;
    background: repeating-linear-gradient(90deg, #ff8a3d 0 10px, transparent 10px 18px);
}
.tt9 { font-size: 19px; font-weight: 800; color: #0e4d40; }
.ds9 { font-size: 14.5px; color: #52746a; }
.lk6 { color: #ff7a2e; font-weight: 700; border-bottom: 2px solid #ffd23f; }

/* ===== 产品展示：明信片 ===== */
.sh4k { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.pc-card {
    position: relative; background: #fff; border-radius: 8px 26px 26px 8px;
    padding: 14px 14px 18px; box-shadow: 0 14px 30px rgba(14,77,64,.12);
    transition: transform .28s, box-shadow .28s;
    border: 2px solid #efe3c8;
}
.pc-card:nth-child(odd) { transform: rotate(-1.4deg); }
.pc-card:nth-child(even) { transform: rotate(1.4deg); }
.pc-card:hover { transform: rotate(0) translateY(-10px); box-shadow: 0 24px 44px rgba(14,77,64,.2); }
.pc-card img { width: 100%; height: 380px; object-fit: cover; border-radius: 4px 18px 4px 4px; }
.stamp {
    position: absolute; top: -14px; right: 16px;
    width: 74px; height: 74px; border-radius: 50%;
    background: #fff; border: 3px dashed #ff8a3d;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-size: 9px; font-weight: 800; color: #ff8a3d; letter-spacing: 1px;
    transform: rotate(12deg);
}
.stamp i { font-size: 20px; margin-bottom: 2px; }
.pc-card figcaption { padding: 14px 6px 0; }
.pc-card figcaption b { display: block; font-size: 16px; color: #0e4d40; margin-bottom: 5px; }
.pc-card figcaption { font-size: 13px; color: #6d8d83; }

/* ===== 优势亮点 ===== */
.ad5q { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ad-it {
    background: #fff; border-radius: 26px; padding: 34px 30px;
    border: 2px solid #f0e4c9;
    box-shadow: 0 10px 0 #e8dabb;
    transition: transform .25s, box-shadow .25s;
}
.ad-it:hover { transform: translateY(-6px); box-shadow: 0 16px 0 #e2d2ab; }
.ad-ic {
    width: 62px; height: 62px; border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; color: #fff; margin-bottom: 18px;
    background: linear-gradient(135deg, #13c285, #0aa06e);
}
.ad-it:nth-child(2) .ad-ic { background: linear-gradient(135deg, #ffa44d, #ff7a2e); }
.ad-it:nth-child(3) .ad-ic { background: linear-gradient(13deg, #ffd84d, #ffb347); }
.ad-it:nth-child(4) .ad-ic { background: linear-gradient(135deg, #3ec9de, #22a8bd); }
.ad-it:nth-child(5) .ad-ic { background: linear-gradient(135deg, #ff9db0, #ff6b6b); }
.ad-it:nth-child(6) .ad-ic { background: linear-gradient(135deg, #9b8cf6, #6d5de0); }
.ad-it .tt9 { margin-bottom: 9px; }

/* ===== 使用流程：登机牌 ===== */
.bp4m { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.bp4m li {
    position: relative; background: #fff;
    padding: 30px 28px 32px 34px;
    border: 2px solid #efe3c8;
}
.bp4m li:first-child { border-radius: 24px 0 0 24px; }
.bp4m li:last-child { border-radius: 0 24px 24px 0; }
.bp4m li + li { border-left: 0; }
.bp4m li + li::before {
    content: ""; position: absolute; left: 0; top: 12px; bottom: 12px;
    border-left: 3px dashed #d9c89f;
}
.bp4m li::after {
    content: "";
    position: absolute; right: -14px; top: 50%; transform: translateY(-50%);
    z-index: 3; width: 0; height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #ff8a3d;
}
.bp4m li:last-child::after { display: none; }
.bp-no {
    font-size: 40px; font-weight: 900;
    background: linear-gradient(180deg, #ffb066, #ff7a2e);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    line-height: 1;
}
.bp-tag {
    display: inline-block; margin: 14px 0 6px;
    font-size: 11px; font-weight: 800; letter-spacing: 2px;
    color: #0aa06e; background: rgba(10,160,110,.12);
    padding: 4px 12px; border-radius: 999px;
}
.bp4m .tt9 { margin-bottom: 6px; }

/* ===== 资讯 ===== */
.nw2q { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.nw-it {
    background: #fff; border-radius: 24px; padding: 30px 28px;
    border-top: 8px solid #0aa06e;
    box-shadow: 0 12px 28px rgba(14,77,64,.1);
    transition: transform .25s;
}
.nw-it:hover { transform: translateY(-6px); }
.nw-it:nth-child(2) { border-top-color: #22b8cf; }
.nw-it:nth-child(3) { border-top-color: #ff8a3d; }
.nw-k { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: #0aa06e; margin-bottom: 14px; }
.nw-it:nth-child(2) .nw-k { color: #22a8bd; }
.nw-it:nth-child(3) .nw-k { color: #ff7a2e; }
.nw-it .tt9 { margin-bottom: 10px; font-size: 17.5px; line-height: 1.5; }
.nw-dt { margin-top: 16px; font-size: 12px; font-weight: 700; color: #a8976c; letter-spacing: 1px; }

/* ===== FAQ：行李牌 ===== */
.fa3z { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.fa8q {
    background: #fff; border-radius: 20px;
    border: 2px solid #efe3c8;
    box-shadow: 0 8px 0 #e8dabb;
    overflow: hidden;
}
.fq-h {
    display: flex; align-items: center; gap: 16px;
    padding: 20px 26px; cursor: pointer;
}
.fq-tg {
    flex: none; width: 46px; height: 46px; border-radius: 14px;
    background: linear-gradient(135deg, #13c285, #0aa06e);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800; gap: 2px;
}
.fq-tg i { display: none; }
.fq-h b { flex: 1; font-size: 16.5px; color: #0e4d40; }
.fq-h > i {
    flex: none; font-size: 24px; color: #ff7a2e;
    transition: transform .3s;
}
.fa8q.fq-op .fq-h > i { transform: rotate(45deg); }
.fq-b { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.fq-b .ds9 { padding: 0 26px 24px 88px; }

/* ===== 评价：明信片瀑布 ===== */
.sy4m { column-count: 3; column-gap: 28px; }
.sy-it {
    break-inside: avoid; margin-bottom: 28px;
    background: #fff; border-radius: 6px 22px 22px 6px;
    border: 2px solid #efe3c8;
    padding: 26px 24px 20px;
    box-shadow: 0 10px 22px rgba(14,77,64,.1);
    position: relative;
}
.sy-it:nth-child(3n+1) { border-top: 6px solid #0aa06e; }
.sy-it:nth-child(3n+2) { border-top: 6px solid #ff8a3d; }
.sy-it:nth-child(3n) { border-top: 6px solid #22b8cf; }
.pin-a {
    position: absolute; top: -12px; left: 32px;
    width: 22px; height: 22px; border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffd23f, #ff7a2e);
    box-shadow: 0 4px 8px rgba(255,122,46,.4);
}
.sy-it .ds9 { font-size: 14.5px; color: #335f54; line-height: 1.85; }
.sy-f { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 2px dashed #eadfc4; }
.sy-a {
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg, #13c285, #0aa06e);
    color: #fff; font-size: 15px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.sy-f b { font-size: 14px; color: #0e4d40; }
.sy-f time { margin-left: auto; font-size: 11px; color: #a8976c; white-space: nowrap; }

/* ===== CTA 海边 ===== */
.cta9x { position: relative; background: linear-gradient(180deg, #0ea5a4 0%, #0c7f86 100%); padding: 110px 0 90px; overflow: hidden; }
.wave-top {
    position: absolute; top: -2px; left: 0; right: 0; height: 36px;
    background: radial-gradient(circle at 18px -10px, transparent 20px, #0ea5a4 21px) repeat-x;
    background-size: 44px 36px; transform: rotate(180deg);
}
.cta9x::after {
    content: ""; position: absolute; left: -8%; right: -8%; bottom: -40px; height: 120px;
    background: radial-gradient(circle at 50% 0, rgba(255,255,255,.14) 0 58%, transparent 60%);
    background-size: 80px 70px;
}
.ct-in { position: relative; z-index: 2; text-align: center; color: #fff; }
.ct-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.16); border: 2px solid rgba(255,255,255,.5);
    padding: 8px 22px; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: 2px;
    margin-bottom: 26px;
}
.ct-t { font-size: 42px; font-weight: 900; line-height: 1.4; }
.ct-t em { font-style: normal; color: #ffe07a; }
.ct-d { margin: 18px 0 36px; font-size: 16px; opacity: .92; }
.ct-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, #ffd84d, #ff8a3d);
    color: #6b3500; font-size: 20px; font-weight: 900;
    padding: 19px 52px; border-radius: 999px;
    box-shadow: 0 10px 0 rgba(107,53,0,.35), 0 18px 34px rgba(0,0,0,.2);
    transition: transform .15s, box-shadow .15s;
}
.ct-btn:hover { transform: translateY(3px); box-shadow: 0 7px 0 rgba(107,53,0,.35), 0 12px 26px rgba(0,0,0,.2); }

/* ===== 页脚 ===== */
.ft5k { background: #0b3a30; color: #9fc4b9; padding: 46px 0 34px; }
.ft-row { display: flex; align-items: center; justify-content: space-between; }
.ft-lg { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 19px; font-weight: 800; }
.ft-lg img { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #ffd23f; }
.ft-nv { display: flex; gap: 28px; }
.ft-nv a { font-size: 14px; }
.ft-nv a:hover { color: #ffd23f; }
.ft-ln { border: 0; border-top: 2px dashed rgba(255,255,255,.15); margin: 26px 0 18px; }
.ft-cp { font-size: 12.5px; text-align: center; opacity: .8; }

/* 入场 */
.rv { opacity: 0; transition: opacity .6s ease; }
.rv-in { opacity: 1; }

/* ===== 移动端 768 ===== */
@media (max-width: 768px) {
    .wp3k { width: 100%; padding: 0 18px; }
    .hd8m .wp3k { height: 66px; }
    .lg7v { font-size: 18px; }
    .lg7v img { width: 36px; height: 36px; }
    .lg7v i { font-size: 9px; letter-spacing: 2px; }
    .nv9k { display: none; }
    .gb6x { display: none; }
    .mb1p { display: flex; align-items: center; justify-content: center; }
    .mn5w {
        display: flex; flex-direction: column; gap: 4px;
        max-height: 0; overflow: hidden;
        background: #fffdf7; border-bottom: 0 solid #efe3c8;
        transition: max-height .35s, border-width .35s;
    }
    .mn5w.mn-open { max-height: 420px; border-bottom-width: 2px; }
    .mn5w a { padding: 14px 22px; font-size: 15px; font-weight: 700; color: #2c6658; }
    .mn5w a:last-child {
        margin: 8px 18px 16px; text-align: center;
        background: linear-gradient(135deg, #ffa44d, #ff7a2e); color: #fff;
        border-radius: 999px; padding: 14px;
    }
    .he6v { padding: 104px 0 54px; }
    .sun-dot { width: 90px; height: 90px; top: 80px; }
    .leaf { display: none; }
    .he6v .wp3k { flex-direction: column; gap: 40px; }
    h1 { font-size: 36px; }
    .hd2x { font-size: 15px; }
    .hc9p { flex-direction: column; align-items: stretch; }
    .mbtn { width: 100%; justify-content: center; font-size: 18px; padding: 17px 24px; box-shadow: 0 8px 0 #e05a14; }
    .pbtn { justify-content: center; }
    .hx6k { gap: 10px; }
    .hx6k li { padding: 8px 14px; font-size: 12px; }
    .hr7m { width: 100%; padding: 24px 0 40px; }
    .ph-body { width: 260px; height: 520px; }
    .ear-l { left: 58px; } .ear-r { right: 58px; }
    .fc-a { left: 0; } .fc-b { right: 0; }
    .bk2z { padding: 64px 0; }
    .st7b { font-size: 26px; margin-bottom: 38px; gap: 10px; }
    .st7b::before, .st7b::after { width: 30px; height: 9px; }
    .sh4k { display: flex; overflow-x: auto; gap: 16px; padding: 14px 4px 20px; scroll-snap-type: x mandatory; }
    .pc-card { flex: 0 0 74%; scroll-snap-align: center; transform: none !important; }
    .pc-card img { height: 340px; }
    .ad5q { grid-template-columns: 1fr; gap: 18px; }
    .ad-it { padding: 26px 22px; box-shadow: 0 7px 0 #e8dabb; }
    .bp4m { grid-template-columns: 1fr; }
    .bp4m li { border-left: 2px solid #efe3c8 !important; }
    .bp4m li:first-child { border-radius: 24px 24px 0 0; }
    .bp4m li:last-child { border-radius: 0 0 24px 24px; }
    .bp4m li + li { border-top: 0; }
    .bp4m li + li::before { display: none; }
    .bp4m li::after {
        right: 50%; top: auto; bottom: -15px; transform: translateX(50%);
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 13px solid #ff8a3d;
        border-bottom: 0;
    }
    .nw2q { grid-template-columns: 1fr; gap: 18px; }
    .fq-h { padding: 16px 18px; gap: 12px; }
    .fq-h b { font-size: 15px; }
    .fq-b .ds9 { padding: 0 18px 20px 18px; }
    .sy4m { column-count: 1; }
    .sy-f time { font-size: 10px; }
    .ct-t { font-size: 28px; }
    .ct-btn { width: 90%; justify-content: center; font-size: 18px; padding: 17px 24px; }
    .ft-row { flex-direction: column; gap: 20px; }
    .ft-nv { flex-wrap: wrap; justify-content: center; gap: 16px 22px; }
}
