/* 超聲波脊椎篩查頁 */

.us-price-highlight {
    color: var(--primary-color);
    font-size: 1.15em;
}

.us-scope-section {
    background: var(--tcm-cream);
}

.us-price-box {
    margin-top: 8px;
    padding: 20px 24px;
    border: 1px solid var(--primary-color);
    background: #fff;
}

.us-price-offer {
    font-family: var(--family-font);
    font-size: 22px;
    font-weight: 500;
    color: var(--tcm-ink);
    margin: 0 0 4px;
}

.us-price-offer strong {
    color: var(--primary-color);
    font-size: 1.2em;
}

.us-price-original {
    font-size: 15px;
    color: rgba(44, 36, 22, 0.6);
    margin: 0;
    text-decoration: line-through;
}

/* CTA 橫幅 */
.us-cta-section {
    padding: 0 0 60px;
    background: #fff;
}

.us-cta-banner {
    margin: 0;
    border: 1px solid var(--tcm-border);
    padding: 10px;
    background: #fff;
    box-shadow: var(--tcm-shadow);
}

.us-cta-banner img {
    width: 100%;
    display: block;
}

.us-cta-actions {
    text-align: center;
    margin-top: 28px;
}

.us-cta-btn {
    min-width: 240px;
}

/* 整脊專家 */
.us-stats-section {
    padding: 60px 0;
    background: var(--tcm-cream);
}

.us-stats-banner {
    margin: 0;
    border: 1px solid var(--tcm-border);
    padding: 10px;
    background: #fff;
    box-shadow: var(--tcm-shadow);
}

.us-stats-banner img {
    width: 100%;
    display: block;
}

/* 脊骨錯位警號 */
.us-warning-section {
    padding: 60px 0;
    background: #fff;
}

.us-warning-banner {
    margin: 40px 0 0;
    border: 1px solid var(--tcm-border);
    padding: 10px;
    background: var(--tcm-paper);
}

.us-warning-banner img {
    width: 100%;
    display: block;
}

.us-warning-list {
    display: none;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.us-warning-list li {
    padding: 12px 16px;
    text-align: center;
    font-family: var(--family-font);
    font-size: 15px;
    font-weight: 500;
    color: var(--tcm-ink);
    border: 1px solid var(--tcm-border);
    background: var(--tcm-cream);
}

/* 表單 */
.us-form-tagline {
    font-family: var(--family-font);
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color) !important;
    margin-bottom: 8px !important;
}

.visual-page-section .region-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 12px;
    padding-top: 4px;
}

.visual-page-section .region-options .layui-form-radio {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--tcm-border);
    background: var(--tcm-cream);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.visual-page-section .region-options .layui-form-radio:hover {
    border-color: rgba(179, 32, 44, 0.35);
}

.visual-page-section .region-options .layui-form-radioed {
    border-color: var(--primary-color);
    background: var(--tcm-red-light);
}

.visual-page-section .region-item .layui-form-label {
    margin-bottom: 4px;
}

/* 條款細則 */
.us-terms-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #004b63 0%, #003344 100%);
}

.us-terms-box {
    max-width: 900px;
    color: #fff;
}

.us-terms-title {
    font-family: var(--family-font);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 500;
    margin-bottom: 24px;
}

.us-terms-box>p {
    font-size: 15px;
    line-height: 1.85;
    opacity: 0.92;
    margin-bottom: 20px;
}

.us-terms-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.us-terms-list li {
    font-size: 14px;
    line-height: 1.85;
    opacity: 0.88;
    margin-bottom: 10px;
    padding-left: 4px;
}

.us-terms-list sup {
    margin-right: 4px;
}

.us-terms-foot {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    opacity: 0.95;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px) {
    .visual-page-section .region-options {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .us-cta-section,
    .us-stats-section,
    .us-warning-section,
    .us-terms-section {
        padding: 48px 0;
    }

    .us-warning-list {
        display: grid;
    }

    .us-warning-banner {
        display: none;
    }

    .visual-page-section .region-options {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .visual-page-section .region-options {
        grid-template-columns: 1fr;
    }
}

.pt-scope-section {
    padding: 60px 0;
}

.pt-scope-pillars {
    gap: 48px 20px;
    margin-bottom: 0;
}

.pt-scope-pillars::before {
    display: none;
}

.pt-scope-section .intro-philosophy-pillar p {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

/* 宣傳圖展示 */
.pt-showcase-section {
    padding: 60px 0;
    background: #fff;
}

.pt-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.pt-showcase-item {
    margin: 0;
    border: 1px solid var(--tcm-border);
    padding: 10px;
    background: var(--tcm-paper);
    overflow: hidden;
}

.pt-showcase-item img {
    width: 100%;
    display: block;
    border-radius: 2px;
}

.pt-showcase-item figcaption {
    padding: 14px 8px 6px;
    text-align: center;
    font-family: var(--family-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--tcm-ink);
}

.pt-showcase-item--wide {
    grid-column: 1 / -1;
}

/* 表單補充 */
.visual-page-section .clinic-options--scroll {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: 360px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid var(--tcm-border);
    background: var(--tcm-cream);
}

.visual-page-section .clinic-options--scroll .layui-form-radio {
    margin: 0;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid var(--tcm-border);
}

.visual-page-section .clinic-options--scroll .layui-form-radioed {
    border-color: var(--primary-color);
    background: var(--tcm-red-light);
}

.pt-form-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.pt-form-btns .layui-btn {
    min-width: 160px;
    height: 48px;
    line-height: normal;
    border-radius: 0;
    font-size: 16px;
}

.visual-form-notice strong {
    color: var(--primary-color);
    font-weight: 500;
}

@media (max-width: 991px) {
    .pt-scope-pillars {
        grid-template-columns: repeat(2, 1fr);
    }

    .pt-showcase-grid {
        grid-template-columns: 1fr;
    }

    .pt-showcase-item--wide {
        grid-column: auto;
    }
}

@media (max-width: 767px) {

    .pt-showcase-section,
    .pt-scope-section {
        padding: 48px 0;
    }

    .pt-scope-pillars {
        grid-template-columns: 1fr;
    }

    .pt-form-btns {
        flex-direction: column;
    }

    .pt-form-btns .layui-btn {
        width: 100%;
        min-width: 0;
    }
}

.visual-detail-intro-visual img {
    height: auto;
}

.visual-detail-highlights {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.row-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.img-left {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    border: 1px solid var(--tcm-border);
    overflow: hidden;
    background: #fff;
    padding: 12px;
}

.img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-wrapper-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
}

.img-right {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    border: 1px solid var(--tcm-border);
    overflow: hidden;
    background: #fff;
    padding: 12px;
}

.img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual-detail-process {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}

.visual-detail-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: rgba(179, 32, 44, 0.2);
}

.visual-detail-step {
    padding: 30px 20px 28px 40px;
}

/* 預約表單 */
.pt-form-section {
    padding: 60px 0;
}

.pt-form-layout {
    display: grid;
    grid-template-columns: 0.42fr 0.58fr;
    gap: 40px;
    align-items: start;
}

.pt-form-visual-inner {
    border: 1px solid var(--tcm-border);
    padding: 10px;
    background: #fff;
    box-shadow: var(--tcm-shadow);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pt-form-visual-inner img {
    width: 100%;
    display: block;
}

.pt-form-head {
    margin-bottom: 20px;
}

.pt-form-head .section-eyebrow {
    /* display: block; */
    margin-bottom: 12px;
}

.pt-form-head .section-title {
    text-align: left;
    margin-bottom: 12px;
}

.pt-form-head>p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(44, 36, 22, 0.72);
    margin: 0;
}

.pt-form-section .visual-form-notice {
    justify-content: flex-start;
    margin-bottom: 24px;
}

.pt-form-section .visual-form-notice p {
    font-size: 17px;
    text-align: left;
}

.pt-form-section .visual-form-box {
    margin-top: 0;
}

.pt-form-fields {
    grid-template-columns: 1fr;
    gap: 0;
}

.pt-form-section .pt-form-btns {
    justify-content: flex-start;
}

.pt-form-main {
    position: sticky;
    top: 110px;
    align-self: flex-start;
    height: fit-content;
    scroll-margin-top: 90px;
}

@media (max-width: 991px) {
    .pt-form-layout {
        grid-template-columns: 1fr;
    }

    .pt-form-main {
        position: static;
        top: auto;
        scroll-margin-top: 76px;
    }

    .pt-form-visual-inner {
        position: static;
    }

    .pt-form-head .section-title {
        text-align: center;
    }

    .pt-form-head>p {
        text-align: center;
    }

    .pt-form-section .visual-form-notice {
        justify-content: center;
    }

    .pt-form-section .visual-form-notice p {
        text-align: center;
    }

    .pt-form-section .pt-form-btns {
        justify-content: center;
    }

    .pt-form-fields {
        grid-template-columns: 1fr;
    }


    .intro-banner-box {
        width: 280px;
    }

    .visual-detail-highlights-section .section-title {
        font-size: 36px;
    }

    .row-wrapper {
        grid-template-columns: 1fr;
    }

    .visual-detail-highlights {
        gap: 20px;
    }

    .row-wrapper-2 {
        grid-template-columns: 1fr;
    }

    .visual-detail-process {
        gap: 20px;
    }

    .pt-form-layout {
        gap: 30px;
    }

    .pt-form-head {
        text-align: center;
    }

    .pt-form-btns .layui-btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .pt-form-section {
        padding: 30px 0;
    }
}

.visual-detail-process-section {
    background: #fff;
}