.elementor-9937 .elementor-element.elementor-element-4ec97f2{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-e16b3bf *//* =========================================
   約約客｜中壢舒壓按摩完整攻略
   所有樣式限定於 .yyk-guide
========================================= */

.yyk-guide {
    --yyk-bg: #100b16;
    --yyk-card: #1a1222;
    --yyk-card-light: #24172e;
    --yyk-purple: #d39cff;
    --yyk-pink: #ff79b9;
    --yyk-gold: #f2d18b;
    --yyk-green: #5ee0ac;
    --yyk-white: #fffaff;
    --yyk-text: #eee5f2;
    --yyk-muted: #c5b7ca;
    --yyk-line: rgba(211, 156, 255, 0.2);
    --yyk-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);

    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: var(--yyk-text);
    font-family:
        "Noto Sans TC",
        "Microsoft JhengHei",
        Arial,
        sans-serif;
    font-size: 17px;
    line-height: 1.95;
}

.yyk-guide,
.yyk-guide * {
    box-sizing: border-box;
}

.yyk-guide a {
    color: inherit;
    text-decoration: none;
}

.yyk-guide p {
    margin: 0 0 22px;
}

.yyk-guide ul {
    margin-top: 0;
}

.yyk-guide__hero,
.yyk-section,
.yyk-cta,
.yyk-conclusion {
    position: relative;
    padding: 42px;
    margin-bottom: 30px;
    border: 1px solid var(--yyk-line);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 121, 185, 0.11),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(30, 19, 39, 0.98),
            rgba(16, 11, 22, 0.98)
        );
    box-shadow: var(--yyk-shadow);
}

.yyk-guide__hero {
    padding: 52px 48px;
    border-color: rgba(255, 121, 185, 0.25);
    background:
        radial-gradient(
            circle at 85% 12%,
            rgba(255, 121, 185, 0.2),
            transparent 30%
        ),
        radial-gradient(
            circle at 5% 90%,
            rgba(211, 156, 255, 0.14),
            transparent 36%
        ),
        linear-gradient(145deg, #21112a, #100b16 62%);
}

.yyk-guide__hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 48px;
    width: 100px;
    height: 4px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(
        90deg,
        var(--yyk-purple),
        var(--yyk-pink)
    );
}

.yyk-guide__eyebrow {
    margin-bottom: 14px;
    color: var(--yyk-pink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.yyk-guide h1 {
    max-width: 950px;
    margin: 0 0 28px;
    color: var(--yyk-white);
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.025em;
}

.yyk-guide__lead {
    max-width: 920px;
    padding-left: 20px;
    border-left: 3px solid var(--yyk-pink);
    color: var(--yyk-white);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.85;
}

/* 目錄 */

.yyk-toc {
    position: relative;
    padding: 34px 38px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(242, 209, 139, 0.25);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(242, 209, 139, 0.08),
            rgba(211, 156, 255, 0.06)
        ),
        var(--yyk-card);
}

.yyk-toc__title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: var(--yyk-white);
    font-size: 22px;
    font-weight: 900;
}

.yyk-toc__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--yyk-purple),
        var(--yyk-pink)
    );
    color: #160b19;
    font-size: 14px;
    font-weight: 900;
}

.yyk-toc__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 28px;
}

.yyk-toc__grid a {
    position: relative;
    display: block;
    padding: 10px 12px 10px 28px;
    border-radius: 10px;
    color: var(--yyk-muted);
    font-size: 15px;
    line-height: 1.55;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.yyk-toc__grid a::before {
    content: "›";
    position: absolute;
    left: 10px;
    color: var(--yyk-pink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
}

.yyk-toc__grid a:hover {
    transform: translateX(4px);
    background: rgba(211, 156, 255, 0.08);
    color: var(--yyk-white);
}

/* 共用標題 */

.yyk-section {
    scroll-margin-top: 100px;
}

.yyk-section__heading {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 27px;
}

.yyk-section__heading > span {
    flex: 0 0 auto;
    padding-top: 5px;
    color: var(--yyk-pink);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.yyk-section__heading h2 {
    margin: 0;
    color: var(--yyk-white);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.45;
}

.yyk-section__heading h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 15px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        var(--yyk-purple),
        var(--yyk-pink)
    );
}

.yyk-guide h3 {
    margin: 34px 0 15px;
    color: var(--yyk-purple);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.5;
}

.yyk-guide h4 {
    margin: 0 0 14px;
    color: var(--yyk-white);
    font-size: 19px;
    font-weight: 800;
}

/* 標籤 */

.yyk-hotspot__label {
    display: inline-flex;
    padding: 7px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 121, 185, 0.32);
    border-radius: 50px;
    background: rgba(255, 121, 185, 0.09);
    color: var(--yyk-pink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

/* 重點框 */

.yyk-highlight-box,
.yyk-price-note,
.yyk-tip,
.yyk-cost-box {
    padding: 27px 30px;
    margin: 28px 0;
    border-radius: 18px;
}

.yyk-highlight-box {
    border: 1px solid rgba(211, 156, 255, 0.25);
    background:
        linear-gradient(
            135deg,
            rgba(211, 156, 255, 0.1),
            rgba(255, 121, 185, 0.04)
        );
}

.yyk-highlight-box h3 {
    margin-top: 0;
    color: var(--yyk-white);
}

.yyk-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 24px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.yyk-check-list li {
    position: relative;
    padding-left: 30px;
    color: var(--yyk-text);
}

.yyk-check-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--yyk-green);
    font-weight: 900;
}

.yyk-tip {
    border-left: 4px solid var(--yyk-purple);
    background: rgba(211, 156, 255, 0.08);
}

.yyk-tip strong {
    display: block;
    margin-bottom: 8px;
    color: var(--yyk-purple);
    font-size: 18px;
}

.yyk-tip p,
.yyk-price-note p {
    margin-bottom: 0;
}

.yyk-price-note {
    border: 1px solid rgba(242, 209, 139, 0.28);
    background:
        linear-gradient(
            135deg,
            rgba(242, 209, 139, 0.1),
            rgba(255, 121, 185, 0.04)
        );
}

.yyk-price-note strong {
    display: block;
    margin-bottom: 9px;
    color: var(--yyk-gold);
    font-size: 20px;
}

.yyk-cost-box {
    border: 1px solid rgba(255, 121, 185, 0.22);
    background: rgba(255, 121, 185, 0.06);
}

.yyk-cost-box__title {
    margin-bottom: 16px;
    color: var(--yyk-pink);
    font-size: 20px;
    font-weight: 900;
}

.yyk-cost-box ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    padding-left: 22px;
    margin-bottom: 0;
}

/* 雙卡片 */

.yyk-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.yyk-info-card {
    position: relative;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(211, 156, 255, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(211, 156, 255, 0.09),
            rgba(255, 255, 255, 0.015)
        );
}

.yyk-info-card--warning {
    border-color: rgba(242, 209, 139, 0.22);
    background:
        linear-gradient(
            145deg,
            rgba(242, 209, 139, 0.08),
            rgba(255, 255, 255, 0.015)
        );
}

.yyk-info-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(211, 156, 255, 0.14);
    color: var(--yyk-purple);
    font-weight: 900;
}

.yyk-info-card--warning .yyk-info-card__icon {
    background: rgba(242, 209, 139, 0.12);
    color: var(--yyk-gold);
}

.yyk-info-card ul {
    padding-left: 21px;
    margin-bottom: 0;
    color: var(--yyk-muted);
}

/* 引言 */

.yyk-quote {
    position: relative;
    padding: 25px 29px 25px 34px;
    margin: 30px 0;
    border: 0;
    border-left: 4px solid var(--yyk-pink);
    border-radius: 0 16px 16px 0;
    background: rgba(255, 121, 185, 0.08);
    color: var(--yyk-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.85;
}

.yyk-quote--gold {
    border-left-color: var(--yyk-gold);
    background: rgba(242, 209, 139, 0.08);
}

/* 越式項目 */

.yyk-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    margin: 24px 0 30px;
}

.yyk-service-grid div {
    padding: 17px 12px;
    border: 1px solid rgba(211, 156, 255, 0.19);
    border-radius: 14px;
    background: rgba(211, 156, 255, 0.055);
    color: var(--yyk-white);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

/* 服務類型卡片 */

.yyk-service-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px;
    margin-top: 28px;
}

.yyk-service-cards article {
    position: relative;
    min-height: 220px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(211, 156, 255, 0.18);
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 121, 185, 0.08),
            transparent 35%
        ),
        rgba(255, 255, 255, 0.025);
}

.yyk-service-cards article:last-child {
    grid-column: 1 / -1;
    min-height: auto;
}

.yyk-service-cards article > span {
    color: rgba(211, 156, 255, 0.43);
    font-size: 27px;
    font-weight: 900;
}

.yyk-service-cards h3 {
    margin: 9px 0 12px;
    color: var(--yyk-white);
}

.yyk-service-cards p {
    margin-bottom: 0;
    color: var(--yyk-muted);
    font-size: 15px;
}

/* 注意事項 */

.yyk-notice-list {
    display: grid;
    gap: 14px;
}

.yyk-notice-list article {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(211, 156, 255, 0.15);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.025);
}

.yyk-notice-list__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        rgba(211, 156, 255, 0.2),
        rgba(255, 121, 185, 0.16)
    );
    color: var(--yyk-pink);
    font-size: 14px;
    font-weight: 900;
}

.yyk-notice-list h3 {
    margin: 0 0 7px;
    color: var(--yyk-white);
    font-size: 19px;
}

.yyk-notice-list p {
    margin-bottom: 0;
    color: var(--yyk-muted);
    font-size: 15px;
}

/* 比較表 */

.yyk-table-wrap {
    width: 100%;
    margin: 30px 0;
    overflow-x: auto;
    border: 1px solid rgba(211, 156, 255, 0.2);
    border-radius: 18px;
}

.yyk-compare-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    border-spacing: 0;
    color: var(--yyk-text);
}

.yyk-compare-table th,
.yyk-compare-table td {
    padding: 19px 20px;
    border: 0;
    border-bottom: 1px solid rgba(211, 156, 255, 0.13);
    text-align: left;
    vertical-align: top;
}

.yyk-compare-table th {
    background:
        linear-gradient(
            135deg,
            rgba(211, 156, 255, 0.16),
            rgba(255, 121, 185, 0.09)
        );
    color: var(--yyk-white);
    font-size: 15px;
    font-weight: 800;
}

.yyk-compare-table td {
    background: rgba(255, 255, 255, 0.022);
    color: var(--yyk-muted);
    font-size: 15px;
}

.yyk-compare-table td strong {
    color: var(--yyk-purple);
}

.yyk-compare-table tbody tr:last-child td {
    border-bottom: 0;
}

.yyk-compare-table tbody tr:hover td {
    background: rgba(211, 156, 255, 0.05);
}

/* CTA */

.yyk-cta {
    overflow: hidden;
    padding: 48px;
    border-color: rgba(255, 121, 185, 0.32);
    background:
        radial-gradient(
            circle at 95% 10%,
            rgba(255, 121, 185, 0.21),
            transparent 35%
        ),
        radial-gradient(
            circle at 5% 100%,
            rgba(211, 156, 255, 0.16),
            transparent 38%
        ),
        linear-gradient(145deg, #26132d, #100b16);
    text-align: center;
}

.yyk-cta::after {
    content: "YYK";
    position: absolute;
    right: -20px;
    bottom: -65px;
    color: rgba(255, 255, 255, 0.025);
    font-size: 180px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.yyk-cta__badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: 8px 17px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 121, 185, 0.32);
    border-radius: 50px;
    background: rgba(255, 121, 185, 0.1);
    color: var(--yyk-pink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.yyk-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto 22px;
    color: var(--yyk-white);
    font-size: clamp(27px, 3.5vw, 39px);
    font-weight: 900;
    line-height: 1.45;
}

.yyk-cta p {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    color: var(--yyk-muted);
}

.yyk-requirements {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 28px 0;
}

.yyk-requirements span {
    padding: 9px 15px;
    border: 1px solid rgba(211, 156, 255, 0.22);
    border-radius: 50px;
    background: rgba(211, 156, 255, 0.07);
    color: var(--yyk-white);
    font-size: 14px;
    font-weight: 600;
}

.yyk-cta__quote {
    position: relative;
    z-index: 1;
    max-width: 740px;
    padding: 18px 22px;
    margin: 26px auto;
    border-left: 3px solid var(--yyk-gold);
    background: rgba(242, 209, 139, 0.07);
    color: var(--yyk-gold);
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.yyk-cta__buttons {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin-top: 29px;
}

.yyk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 25px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.yyk-button:hover {
    transform: translateY(-3px);
}

.yyk-button--primary {
    background: linear-gradient(
        135deg,
        var(--yyk-purple),
        var(--yyk-pink)
    );
    color: #160b19 !important;
    box-shadow: 0 13px 28px rgba(255, 121, 185, 0.22);
}

.yyk-button--line {
    background: linear-gradient(135deg, #64e5a8, #2bcf83);
    color: #071b12 !important;
    box-shadow: 0 13px 28px rgba(43, 207, 131, 0.18);
}

.yyk-button--ghost {
    border-color: rgba(211, 156, 255, 0.28);
    background: rgba(255, 255, 255, 0.035);
    color: var(--yyk-white) !important;
}

/* FAQ */

.yyk-faq details {
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid rgba(211, 156, 255, 0.17);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.022);
}

.yyk-faq summary {
    position: relative;
    padding: 21px 55px 21px 23px;
    color: var(--yyk-white);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.55;
    cursor: pointer;
    list-style: none;
}

.yyk-faq summary::-webkit-details-marker {
    display: none;
}

.yyk-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--yyk-pink);
    font-size: 26px;
    font-weight: 400;
    transform: translateY(-50%);
}

.yyk-faq details[open] summary::after {
    content: "−";
}

.yyk-faq details[open] summary {
    border-bottom: 1px solid rgba(211, 156, 255, 0.13);
    background: rgba(211, 156, 255, 0.055);
}

.yyk-faq details > div {
    padding: 20px 23px 22px;
}

.yyk-faq details p {
    margin-bottom: 0;
    color: var(--yyk-muted);
    font-size: 15px;
}

/* 結語 */

.yyk-conclusion {
    padding: 45px;
    border-color: rgba(242, 209, 139, 0.26);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(242, 209, 139, 0.12),
            transparent 33%
        ),
        linear-gradient(145deg, #1d1520, #100b16);
}

.yyk-conclusion__title {
    margin-bottom: 10px;
    color: var(--yyk-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.yyk-conclusion h2 {
    margin: 0 0 24px;
    color: var(--yyk-white);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 900;
}

.yyk-conclusion__highlight {
    padding: 16px 20px;
    border-left: 3px solid var(--yyk-gold);
    background: rgba(242, 209, 139, 0.07);
    color: var(--yyk-gold);
    font-size: 20px;
    font-weight: 900;
}

/* 平板 */

@media (max-width: 900px) {
    .yyk-guide__hero,
    .yyk-section,
    .yyk-cta,
    .yyk-conclusion {
        padding: 34px;
    }

    .yyk-toc__grid,
    .yyk-check-list,
    .yyk-card-grid,
    .yyk-service-cards {
        grid-template-columns: 1fr;
    }

    .yyk-service-cards article:last-child {
        grid-column: auto;
    }

    .yyk-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* 手機 */

@media (max-width: 600px) {
    .yyk-guide {
        font-size: 16px;
        line-height: 1.85;
    }

    .yyk-guide__hero,
    .yyk-section,
    .yyk-cta,
    .yyk-conclusion {
        padding: 25px 20px;
        margin-bottom: 20px;
        border-radius: 18px;
    }

    .yyk-guide__hero {
        padding-top: 35px;
    }

    .yyk-guide__hero::before {
        left: 20px;
        width: 72px;
    }

    .yyk-guide h1 {
        margin-bottom: 21px;
        font-size: 29px;
        line-height: 1.42;
    }

    .yyk-guide__lead {
        padding-left: 15px;
        font-size: 17px;
    }

    .yyk-toc {
        padding: 24px 18px;
        border-radius: 17px;
    }

    .yyk-toc__grid {
        gap: 3px;
    }

    .yyk-toc__grid a {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .yyk-section__heading {
        gap: 11px;
    }

    .yyk-section__heading h2 {
        font-size: 25px;
    }

    .yyk-guide h3 {
        font-size: 21px;
    }

    .yyk-highlight-box,
    .yyk-price-note,
    .yyk-tip,
    .yyk-cost-box {
        padding: 22px 19px;
    }

    .yyk-check-list,
    .yyk-cost-box ul {
        grid-template-columns: 1fr;
    }

    .yyk-info-card {
        padding: 23px 20px;
    }

    .yyk-service-grid {
        gap: 9px;
    }

    .yyk-service-grid div {
        padding: 14px 8px;
        font-size: 14px;
    }

    .yyk-service-cards article {
        min-height: auto;
        padding: 23px 20px;
    }

    .yyk-notice-list article {
        grid-template-columns: 42px 1fr;
        gap: 14px;
        padding: 20px 16px;
    }

    .yyk-notice-list__number {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 12px;
    }

    .yyk-table-wrap {
        overflow: visible;
        border: 0;
    }

    .yyk-compare-table {
        min-width: 0;
    }

    .yyk-compare-table thead {
        display: none;
    }

    .yyk-compare-table,
    .yyk-compare-table tbody,
    .yyk-compare-table tr,
    .yyk-compare-table td {
        display: block;
        width: 100%;
    }

    .yyk-compare-table tr {
        margin-bottom: 15px;
        overflow: hidden;
        border: 1px solid rgba(211, 156, 255, 0.18);
        border-radius: 15px;
    }

    .yyk-compare-table td {
        position: relative;
        padding: 15px 15px 15px 118px;
        border-bottom: 1px solid rgba(211, 156, 255, 0.1);
    }

    .yyk-compare-table td::before {
        content: attr(data-label);
        position: absolute;
        top: 15px;
        left: 15px;
        width: 90px;
        color: var(--yyk-pink);
        font-size: 13px;
        font-weight: 800;
    }

    .yyk-compare-table td:last-child {
        border-bottom: 0;
    }

    .yyk-cta {
        text-align: left;
    }

    .yyk-cta h2,
    .yyk-cta p {
        margin-right: 0;
        margin-left: 0;
    }

    .yyk-requirements,
    .yyk-cta__buttons {
        justify-content: flex-start;
    }

    .yyk-cta__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .yyk-button {
        width: 100%;
    }

    .yyk-faq summary {
        padding: 18px 48px 18px 17px;
        font-size: 16px;
    }

    .yyk-faq details > div {
        padding: 17px;
    }

    .yyk-quote {
        padding: 21px 18px 21px 22px;
        font-size: 16px;
    }
}/* End custom CSS */