/* 酒店订房 · 专题页（蓝色主题，参考同城家政） */

:root {
    --htl-accent: #0ea5e9;
    --htl-accent-dark: #0284c7;
    --htl-accent-deep: #0369a1;
    --htl-accent-soft: #f0f9ff;
    --htl-bg: #f8fafc;
    --htl-surface: #fff;
    --htl-text: #0f172a;
    --htl-muted: #64748b;
    --htl-border: #e2e8f0;
    --htl-radius: 16px;
    --htl-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.hotel-page {
    background: var(--htl-bg);
    color: var(--htl-text);
    -webkit-font-smoothing: antialiased;
}

.hotel-page .site-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--htl-border);
}

/* 顶部横图 Banner */
.local-hotel-band {
    position: relative;
    overflow: hidden;
    padding: 72px 24px;
    color: #f8fafc;
    text-align: center;
}
.local-hotel-band__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.58) 0%, rgba(15, 23, 42, 0.72) 100%),
        linear-gradient(135deg, #0c4a6e 0%, #0369a1 45%, #0f172a 100%);
    background-size: cover;
    background-position: center;
}
.local-hotel-band__inner {
    position: relative;
    z-index: 1;
    max-width: none;
    margin: 0 auto;
}
.local-hotel-band h2 {
    margin: 0 0 20px;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.local-hotel-band p {
    margin: 0 auto 32px;
    max-width: 42em;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.85;
    color: rgba(248, 250, 252, 0.92);
}
.local-hotel-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.local-hotel-band__cta {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    background: #0ea5e9;
    color: #fff !important;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.35);
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.local-hotel-band__cta:hover {
    background: #0284c7;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.42);
}
.local-hotel-band__cta--ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
}
.local-hotel-band__cta--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

/* 主 Hero */
.htl-hero {
    position: relative;
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    overflow: hidden;
}
.htl-hero::before {
    content: '';
    position: absolute;
    right: -8%;
    top: 10%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08), transparent 70%);
    pointer-events: none;
}
.htl-hero__grid {
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .htl-hero__grid {
        grid-template-columns: 1fr 1.05fr;
        gap: 48px;
    }
}
.htl-hero__title {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.35;
    color: #0f172a;
}
.htl-hero__title em {
    font-style: normal;
    color: #0284c7;
}
.htl-hero__lead {
    margin: 0 0 14px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #334155;
    line-height: 1.6;
}
.htl-hero__desc {
    margin: 0 0 28px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.htl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.htl-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.htl-hero__btn--primary {
    background: linear-gradient(135deg, #38bdf8, #0284c7);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.28);
}
.htl-hero__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(2, 132, 199, 0.36);
}
.htl-hero__btn--ghost {
    background: #fff;
    color: #0284c7 !important;
    border: 1px solid #bae6fd;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.htl-hero__btn--ghost:hover {
    border-color: #7dd3fc;
    transform: translateY(-2px);
}
.htl-hero__visual {
    position: relative;
    min-height: 280px;
}
.htl-hero__mock {
    position: relative;
    min-height: 300px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(145deg, #e0f2fe, #f0f9ff);
    border: 1px solid #bae6fd;
    box-shadow: 0 20px 48px rgba(2, 132, 199, 0.1);
}
.htl-hero__mock .mock-desktop {
    max-width: 100%;
    margin-bottom: -40px;
}
.htl-hero__mock .mock-phone {
    position: absolute;
    width: 108px;
    right: 8%;
    bottom: 8px;
    transform: rotate(4deg);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}
.htl-hero__mock .mock-phone:nth-child(3) {
    right: 28%;
    bottom: 24px;
    transform: rotate(-3deg) scale(0.92);
    z-index: 1;
}

/* 核心能力矩阵 */
.htl-features {
    padding: 56px 0;
    background: #fff;
}
.htl-features__head {
    text-align: center;
    margin-bottom: 40px;
}
.htl-features__head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.htl-features__head p {
    margin: 0 auto;
    max-width: 36em;
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.7;
}
.htl-features__grid {
    display: grid;
    gap: 20px;
}
@media (min-width: 640px) {
    .htl-features__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .htl-features__grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.htl-feature {
    padding: 32px 24px 28px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.htl-feature:hover {
    transform: translateY(-3px);
    border-color: #bae6fd;
    box-shadow: 0 16px 40px rgba(2, 132, 199, 0.1);
}
.htl-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e0f2fe, #bae6fd);
    color: #0284c7;
}
.htl-feature__icon svg { width: 28px; height: 28px; }
.htl-feature h3 {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
}
.htl-feature p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
    text-align: left;
}

/* 一站式闭环 */
.htl-loop {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
    border-top: 1px solid #e2e8f0;
}
.htl-loop__grid {
    display: grid;
    gap: 40px;
    align-items: center;
}
@media (min-width: 960px) {
    .htl-loop__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}
.htl-loop__copy h2 {
    margin: 0 0 16px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    line-height: 1.45;
    color: #0f172a;
}
.htl-loop__copy > p {
    margin: 0 0 24px;
    font-size: 0.875rem;
    line-height: 1.85;
    color: #64748b;
}
.htl-loop__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.htl-loop__list li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 22px;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #475569;
}
.htl-loop__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #38bdf8, #0284c7);
}
.htl-loop__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #1e293b;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.15);
    aspect-ratio: 16 / 10;
    min-height: 220px;
}
.htl-loop__calendar {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    padding: 48px 24px 24px;
    background: linear-gradient(180deg, #0c4a6e 0%, #1e293b 100%);
}
.htl-loop__cal-head {
    position: absolute;
    top: 16px;
    left: 24px;
    right: 24px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #7dd3fc;
    letter-spacing: 0.04em;
}
.htl-loop__cal-cell {
    aspect-ratio: 1;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.htl-loop__cal-cell--price {
    background: rgba(14, 165, 233, 0.25);
    border-color: rgba(125, 211, 252, 0.4);
}
.htl-loop__cal-cell--closed {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(248, 113, 113, 0.3);
}

/* 价值展示 */
.htl-showcase {
    padding: 56px 0;
    background: #fff;
}
.htl-showcase__panel {
    display: grid;
    gap: 32px;
    align-items: center;
    padding: 32px 24px;
    border-radius: var(--htl-radius);
    background: linear-gradient(145deg, #f0f9ff, #fff);
    border: 1px solid #bae6fd;
    box-shadow: 0 8px 32px rgba(2, 132, 199, 0.08);
}
@media (min-width: 900px) {
    .htl-showcase__panel {
        grid-template-columns: 1fr 1.1fr;
        gap: 48px;
        padding: 40px 48px;
    }
}
.htl-showcase__kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0284c7;
}
.htl-showcase__body h3 {
    margin: 0 0 14px;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #0f172a;
}
.htl-showcase__body > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.htl-showcase__points {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.htl-showcase__points li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 18px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #475569;
}
.htl-showcase__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0ea5e9;
}
.htl-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.htl-chip {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0369a1;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
}
.htl-showcase__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

/* 预订流程 */
.htl-order-flow {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f0f9ff 0%, #fff 50%, #f8fafc 100%);
    border-top: 1px solid #bae6fd;
    border-bottom: 1px solid #e2e8f0;
}
.htl-section-head {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 28px;
}
.htl-section-head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
}
.htl-section-head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: #64748b;
}
.htl-order-flow__steps {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}
@media (min-width: 640px) {
    .htl-order-flow__steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .htl-order-flow__steps { grid-template-columns: repeat(4, 1fr); }
}
.htl-order-flow__step-card {
    padding: 22px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, border-color 0.2s;
}
.htl-order-flow__step-card:hover {
    transform: translateY(-2px);
    border-color: #bae6fd;
}
.htl-order-flow__step-card h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0284c7;
}
.htl-order-flow__step-card p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: #64748b;
}
.htl-order-flow__track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) {
    .htl-order-flow__track {
        position: relative;
        max-width: none;
        grid-template-columns: repeat(4, 1fr);
        padding-top: 8px;
    }
    .htl-order-flow__track::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 12%;
        right: 12%;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(90deg, #7dd3fc, #38bdf8, #0ea5e9, #0284c7);
        z-index: 0;
    }
}
.htl-order-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding-bottom: 28px;
}
.htl-order-flow__step:last-child { padding-bottom: 0; }
@media (min-width: 1024px) {
    .htl-order-flow__step {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px;
        text-align: center;
    }
}
.htl-order-flow__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(180deg, #bae6fd, #7dd3fc);
}
@media (min-width: 1024px) {
    .htl-order-flow__step:not(:last-child)::after { display: none; }
}
.htl-order-flow__marker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0.8125rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #38bdf8, #0284c7);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.28);
}
@media (min-width: 1024px) {
    .htl-order-flow__marker { display: flex; justify-content: center; }
}
.htl-order-flow__card {
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0ea5e9;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}
.htl-order-flow__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(2, 132, 199, 0.1);
}
.htl-order-flow__role {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #0369a1;
    background: #e0f2fe;
}
.htl-order-flow__card p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #475569;
}

/* 三端分工 */
.htl-dual-end {
    padding: 64px 0 72px;
    background: var(--htl-bg);
}
.htl-dual-end__grid {
    display: grid;
    gap: 24px;
}
@media (min-width: 900px) {
    .htl-dual-end__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.htl-dual-card {
    border-radius: var(--htl-radius);
    overflow: hidden;
    background: var(--htl-surface);
    border: 1px solid var(--htl-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.htl-dual-card__head {
    padding: 20px 24px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.htl-dual-card__head--mp {
    color: #0369a1;
    background: linear-gradient(90deg, #e0f2fe, #fff);
    border-bottom: 1px solid #bae6fd;
}
.htl-dual-card__head--adm {
    color: #0369a1;
    background: linear-gradient(90deg, #f0f9ff, #fff);
    border-bottom: 1px solid #7dd3fc;
}
.htl-dual-card__list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.htl-dual-card__list li {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 14px 24px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.8125rem;
    line-height: 1.7;
}
.htl-dual-card__list li:last-child { border-bottom: none; }
.htl-dual-card__list strong {
    color: var(--htl-text);
    font-weight: 700;
}
.htl-dual-card__list span { color: var(--htl-muted); }

/* 后台模块 */
.htl-modules {
    padding: 64px 0 72px;
    background: var(--htl-surface);
    border-top: 1px solid var(--htl-border);
}
.htl-module-grid {
    display: grid;
    gap: 14px;
}
@media (min-width: 640px) {
    .htl-module-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .htl-module-grid { grid-template-columns: repeat(4, 1fr); }
}
.htl-module {
    padding: 20px 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--htl-border);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.htl-module:hover {
    border-color: #bae6fd;
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.08);
}
.htl-module h4 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--htl-text);
}
.htl-module p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.65;
    color: var(--htl-muted);
}
.htl-module--platform {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #f0f9ff, #fff);
    border-color: #bae6fd;
}

/* 两点详解 */
.htl-deep {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
}
.htl-deep__grid {
    display: grid;
    gap: 24px;
}
@media (min-width: 768px) {
    .htl-deep__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.htl-deep__item {
    padding: 28px 24px;
    border-radius: var(--htl-radius);
    background: #fff;
    border: 1px solid var(--htl-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.htl-deep__item h3 {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0369a1;
}
.htl-deep__item p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.85;
    color: var(--htl-muted);
}

/* 功能卡片 */
.htl-plugins {
    padding: 64px 0 72px;
    background: var(--htl-bg);
}
.htl-plugin-grid {
    display: grid;
    gap: 18px;
}
@media (min-width: 640px) {
    .htl-plugin-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .htl-plugin-grid { grid-template-columns: repeat(3, 1fr); }
}
.htl-plugin-card {
    padding: 24px 22px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--htl-border);
    border-left: 4px solid var(--htl-accent);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.htl-plugin-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.1);
}
.htl-plugin-card__icon {
    font-size: 1.75rem;
    margin-bottom: 12px;
    line-height: 1;
}
.htl-plugin-card__tag {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--htl-accent-dark);
}
.htl-plugin-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--htl-text);
}
.htl-plugin-card__hl {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--htl-accent);
}
.htl-plugin-card p:last-child {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: var(--htl-muted);
}

/* 适用场景 + CTA */
.htl-audience {
    padding: 64px 0 80px;
    background: var(--htl-surface);
    border-top: 1px solid var(--htl-border);
}
.htl-audience__grid {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}
@media (min-width: 640px) {
    .htl-audience__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .htl-audience__grid { grid-template-columns: repeat(4, 1fr); }
}
.htl-audience__item {
    padding: 22px 20px;
    border-radius: 10px;
    background: var(--htl-accent-soft);
    border: 1px solid #bae6fd;
}
.htl-audience__item h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--htl-text);
}
.htl-audience__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--htl-muted);
}
.htl-audience__item a {
    color: var(--htl-accent-dark);
    font-weight: 600;
}
.htl-cta-bar {
    padding: 40px 32px;
    border-radius: var(--htl-radius);
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0369a1, #0ea5e9);
    box-shadow: 0 16px 48px rgba(3, 105, 161, 0.25);
}
.htl-cta-bar h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 800;
}
.htl-cta-bar > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
}
.htl-cta-bar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.htl-cta-bar__links a {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    background: #fff;
    color: #0369a1 !important;
    transition: transform 0.2s;
}
.htl-cta-bar__links a:hover { transform: translateY(-1px); }
.htl-cta-bar__links a.htl-cta-bar__link--ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* 功能能力详解 · 五步拆解 */
.htl-features-detail {
    padding: 56px 0 0;
    background: var(--htl-surface);
}
.htl-features-detail__head {
    max-width: 720px;
    margin: 0 auto 8px;
    padding: 0 20px;
    text-align: center;
}
.htl-features-detail__head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--htl-text);
}
.htl-features-detail__head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: var(--htl-muted);
}
.htl-delivery-steps {
    margin-top: 32px;
    border-top: 1px solid #f1f5f9;
}
.htl-delivery-step {
    display: grid;
    gap: 32px;
    align-items: center;
    padding: 40px 28px;
    border-top: 1px solid #f1f5f9;
}
@media (min-width: 900px) {
    .htl-delivery-step {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        padding: 48px 48px;
    }
    .htl-delivery-step--reverse .htl-delivery-step__copy { order: 2; }
    .htl-delivery-step--reverse .htl-delivery-step__media { order: 1; }
}
.htl-delivery-step:nth-child(even) {
    background: #f8fafc;
}
.htl-delivery-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--htl-accent-soft);
    color: var(--htl-accent-dark);
    font-size: 0.875rem;
    font-weight: 800;
}
.htl-delivery-step__copy h3 {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--htl-text);
}
.htl-delivery-step__copy > p {
    margin: 0 0 16px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: var(--htl-muted);
}
.htl-delivery-step__copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.htl-delivery-step__copy li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 16px;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.65;
}
.htl-delivery-step__copy li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--htl-accent);
}
.htl-delivery-step__copy a {
    color: var(--htl-accent-dark);
    font-weight: 600;
    text-decoration: none;
}
.htl-delivery-step__copy a:hover {
    text-decoration: underline;
}
.htl-delivery-step__media {
    min-height: 220px;
    border-radius: var(--htl-radius);
    background: linear-gradient(145deg, #f8fafc, #f1f5f9);
    border: 1px dashed #cbd5e1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.htl-delivery-step__media:has(img:not([src])),
.htl-delivery-step__media:has(img[src=""]) {
    background: linear-gradient(145deg, #f0f9ff, #e0f2fe);
    border-color: #bae6fd;
}
.htl-delivery-step__media:has(img:not([src]))::after,
.htl-delivery-step__media:has(img[src=""])::after {
    content: '配图可在后台上传';
    font-size: 0.8125rem;
    color: #94a3b8;
    font-weight: 500;
}
.htl-delivery-step__media img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: contain;
    display: block;
}
.htl-delivery-step__media img:not([src]),
.htl-delivery-step__media img[src=""] {
    display: none;
}

@media (max-width: 767px) {
    .local-hotel-band { padding: 56px 20px; }
    .htl-hero { padding: 40px 0 48px; }
    .htl-hero__mock .mock-phone { width: 88px; }
    .htl-features,
    .htl-loop,
    .htl-showcase,
    .htl-order-flow,
    .htl-features-detail,
    .htl-dual-end,
    .htl-modules,
    .htl-deep,
    .htl-plugins,
    .htl-audience { padding: 40px 0; }
    .htl-features-detail { padding: 40px 0 0; }
    .htl-delivery-step { padding: 32px 20px; }
}
