.home-hero {
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 52%, #f5f3ff 100%);
}

.home-hero .site-container {
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-section + .home-section::before {
    display: none;
}

.home-section--demand,
.home-section--value,
.home-section--bottom-cta {
    background: #ffffff;
}

.home-section--service,
.home-section--faq,
.home-section--featured {
    background: #f8fafc;
}

.hero-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-items: center;
    gap: 28px;
    min-height: clamp(320px, 50vh, 440px);
    padding: clamp(28px, 4vw, 48px) clamp(20px, 5vw, 72px);
    border: 0;
    border-radius: 0;
    color: var(--ink-900);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.9), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(125, 211, 252, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 248, 255, 0.96) 55%, rgba(250, 245, 255, 0.9) 100%);
    box-shadow: none;
}

.hero-panel--simple .hero-panel__copy {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.hero-panel::before,
.hero-panel::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-panel::before {
    right: -72px;
    top: -82px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.55);
    filter: blur(8px);
}

.hero-panel::after {
    right: 8%;
    bottom: -90px;
    width: 260px;
    height: 260px;
    background: rgba(125, 211, 252, 0.16);
    filter: blur(16px);
}

.hero-panel__copy {
    position: relative;
    z-index: 1;
}

.hero-panel__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(6, 167, 255, 0.1);
    color: var(--accent-deep);
    font-size: 0.84rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.hero-panel__title {
    margin: 0 0 12px;
    color: #111827;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.hero-panel__summary {
    margin: 0 auto;
    max-width: 56ch;
    color: #4b5563;
    font-size: 0.96rem;
}

.hero-panel__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px auto 0;
    max-width: 860px;
    padding: 0;
    list-style: none;
}

.hero-panel__points li {
    position: relative;
    min-height: 100%;
    padding: 14px 16px 14px 42px;
    border: 1px solid rgba(147, 197, 253, 0.24);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--ink-700);
    font-size: 0.94rem;
    box-shadow: 0 12px 28px rgba(59, 89, 152, 0.08);
}

.hero-panel__points li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #3b82f6);
    transform: translateY(-50%);
    box-shadow: 0 0 0 5px rgba(224, 242, 254, 0.9);
}

.hero-panel__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.hero-panel__actions .button--secondary {
    border-width: 2px;
}

.hero-panel__actions .button--ghost {
    background: transparent;
}

.home-section--demand,
.home-section--service,
.home-section--value,
.home-section--faq,
.home-section--featured,
.home-section--bottom-cta {
    padding-top: 48px;
    padding-bottom: 48px;
}

.home-section--demand {
    padding-top: 28px;
}

.section-heading {
    max-width: 720px;
}

.section-heading__title {
    margin-top: 0;
}

.home-section--demand .feature-grid,
.home-section--service .feature-grid,
.home-section--featured .feature-grid {
    gap: 20px;
}

.home-section--featured .feature-grid {
    gap: 16px;
}

.home-section--demand .feature-card,
.home-section--service .feature-card {
    border: 0;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.home-section--demand .feature-card:hover,
.home-section--service .feature-card:hover {
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.home-section--demand .feature-card__eyebrow {
    background: #eff6ff;
    color: var(--accent-deep);
}

.home-section--demand .feature-card h3,
.home-section--service .feature-card h3,
.home-section--featured .post-card__title {
    text-wrap: balance;
}

.home-section--service .feature-card--service {
    gap: 16px;
    justify-content: space-between;
}

.home-section--service .feature-card--service::before {
    height: 5px;
    background: linear-gradient(90deg, #38bdf8, #3b82f6);
}

.home-section--service .feature-card--service .button {
    min-width: 142px;
    background: #111827;
    color: #ffffff;
    border-color: #111827;
    box-shadow: none;
}

.home-section--service .feature-card:nth-child(2) {
    border: 2px solid rgba(249, 115, 22, 0.42);
    box-shadow: 0 20px 48px rgba(249, 115, 22, 0.14);
}

.home-section--service .feature-card:nth-child(2)::after {
    content: "推荐";
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    padding: 5px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);
}

.home-section--service .feature-card:nth-child(2) .button {
    background: linear-gradient(135deg, #fb923c, #f97316);
    border-color: transparent;
    box-shadow: 0 16px 32px rgba(249, 115, 22, 0.24);
}

.value-points-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 26px;
}

.value-point {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(102, 132, 189, 0.14);
}

.value-point__number {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(59, 130, 246, 0.14);
}

.value-point__body h3 {
    margin: 0 0 6px;
    color: #111827;
    font-family: var(--font-display);
    font-size: 1.02rem;
    line-height: 1.3;
}

.value-point__body p {
    margin: 0;
    color: var(--ink-700);
    font-size: 0.92rem;
    line-height: 1.72;
}

.home-faq {
    margin-top: 0;
}

.home-faq .faq-item {
    border: 0;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.home-faq .faq-item__summary::after {
    background: #eff6ff;
}

.home-section--featured .post-card {
    border: 0;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.home-section--featured .post-card:hover,
.home-section--featured .post-card:focus-within {
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.home-section--featured .post-card__media {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.7), transparent 24%),
        linear-gradient(135deg, #dbeafe, #bfdbfe 52%, #93c5fd 100%);
}

.home-section--featured .post-card--compact .post-card__media {
    aspect-ratio: 16 / 7;
}

.home-section--featured .post-card--compact .post-card__body {
    gap: 8px;
    padding: 14px 14px 12px;
}

.home-section--featured .post-card--compact .post-card__eyebrow {
    padding: 5px 10px;
    font-size: 0.74rem;
}

.home-section--featured .post-card--compact .post-card__title {
    font-size: 0.96rem;
    line-height: 1.34;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-section--featured .post-card--compact .post-card__summary {
    font-size: 0.84rem;
    line-height: 1.62;
    -webkit-line-clamp: 2;
}

.home-section--featured .post-card--compact .post-card__meta {
    gap: 10px;
    padding-top: 10px;
    font-size: 0.8rem;
}

.home-section--featured .section-footer .button--guide-link {
    background: #ffffff;
    border-color: rgba(96, 165, 250, 0.22);
    color: var(--accent-deep);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.home-bottom-cta {
    position: relative;
    overflow: hidden;
    border: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.22);
}

.home-bottom-cta::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.home-bottom-cta .cta-box__body {
    align-items: center;
}

.home-bottom-cta .cta-box__title,
.home-bottom-cta .cta-box__text {
    color: #fff;
}

.home-bottom-cta .cta-box__text {
    color: rgba(255, 255, 255, 0.86);
}

.home-bottom-cta .button--primary {
    background: linear-gradient(135deg, #fb923c, #f97316);
    box-shadow: 0 16px 32px rgba(249, 115, 22, 0.22);
}

.home-bottom-cta .button--secondary {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.26);
    color: #fff;
}

@media (max-width: 1140px) {
    .hero-panel__points {
        grid-template-columns: 1fr;
    }

    .value-points-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 720px) {
    .home-section--demand,
    .home-section--service,
    .home-section--value,
    .home-section--faq,
    .home-section--featured,
    .home-section--bottom-cta {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .home-section--demand {
        padding-top: 18px;
    }

    .hero-panel {
        min-height: auto;
        padding: 28px 18px 32px;
    }

    .hero-panel__actions {
        flex-direction: column;
    }

    .hero-panel__points {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-panel__points li {
        border-radius: 18px;
    }

    .value-point {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 14px 0;
    }

    .value-point__number {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .home-section--service .feature-card:nth-child(2)::after {
        top: 16px;
        right: 16px;
        left: auto;
    }

    .home-section--featured .feature-grid {
        gap: 14px;
    }

    .home-section--featured .post-card--compact .post-card__body {
        padding: 13px 13px 12px;
    }

    .home-section--featured .post-card--compact .post-card__title {
        font-size: 0.94rem;
    }

    .home-bottom-cta {
        border-radius: 28px;
    }

    .home-bottom-cta .cta-box__body {
        align-items: stretch;
    }
}
