﻿/* 婚庆交友 · 专题页（玫瑰主题，含短视频与嘉宾运营） */

:root {
    --wed-accent: #f472b6;
    --wed-accent-dark: #e11d48;
    --wed-accent-deep: #be185d;
    --wed-accent-soft: #fff1f2;
    --wed-bg: #f8fafc;
    --wed-surface: #fff;
    --wed-text: #0f172a;
    --wed-muted: #64748b;
    --wed-border: #e2e8f0;
    --wed-radius: 16px;
    --wed-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

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

.wedding-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(--wed-border);
}

.wed-section-head {
    text-align: center;
    margin-bottom: 40px;
}
.wed-section-head h2 {
    margin: 0 0 14px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--wed-text);
}
.wed-section-head p {
    margin: 0 auto;
    max-width: 52em;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: var(--wed-muted);
}

/* 顶部 Hero */
.wed-lead {
    padding: 24px 0 0;
    background: var(--wed-bg);
}
.wed-lead .wed-panel {
    border-radius: var(--wed-radius);
    overflow: hidden;
    box-shadow: var(--wed-shadow);
}
.wed-hero {
    display: grid;
    gap: 32px;
    align-items: center;
    padding: 48px 28px;
    color: #fff;
    background: linear-gradient(135deg, #4c0519 0%, #9f1239 38%, #be185d 72%, #e11d48 100%);
}
@media (min-width: 900px) {
    .wed-hero {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 40px;
        padding: 56px 48px;
    }
}
.wed-hero__kicker {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fecdd3;
    background: rgba(244, 114, 182, 0.15);
    border: 1px solid rgba(244, 114, 182, 0.35);
}
.wed-hero__copy h1 {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 3.5vw, 2.125rem);
    font-weight: 800;
    line-height: 1.35;
}
.wed-hero__copy > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
}
.wed-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.wed-hero__tags span {
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid rgba(251, 207, 232, 0.45);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.8125rem;
    color: #ffe4e6;
}
.wed-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.wed-hero__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
}
.wed-hero__btn--primary {
    background: linear-gradient(135deg, #fb7185, #f472b6);
    color: #4c0519 !important;
    box-shadow: 0 8px 24px rgba(244, 63, 94, 0.35);
}
.wed-hero__btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff !important;
    background: transparent;
}
.wed-hero__btn:hover { transform: translateY(-1px); }
.wed-hero__visual {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wed-hero__mock {
    position: relative;
    width: 100%;
    max-width: 360px;
    min-height: 240px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 251, 235, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.wed-hero__mock .mock-phone {
    position: absolute;
    right: 8%;
    bottom: 12px;
    width: 120px;
    transform: rotate(4deg);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.wed-hero__mock .mock-desktop {
    max-width: 72%;
    margin-bottom: -20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

/* 鍙屾爮 Hub */
.wed-dual-hub {
    padding: 48px 0 64px;
    background: var(--wed-bg);
}
.wed-dual-hub__intro {
    text-align: center;
    margin-bottom: 40px;
}
.wed-dual-hub__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(1.375rem, 3vw, 1.875rem);
    font-weight: 800;
    color: var(--wed-text);
}
.wed-dual-hub__intro-desc {
    max-width: 680px;
    margin: 0 auto 32px;
    font-size: 0.9375rem;
    line-height: 1.9;
    color: var(--wed-muted);
}
.wed-dual-hub__modes {
    display: grid;
    gap: 16px;
    text-align: left;
    margin-bottom: 28px;
}
@media (min-width: 640px) {
    .wed-dual-hub__modes { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (min-width: 1100px) {
    .wed-dual-hub__modes { grid-template-columns: repeat(4, 1fr); }
}
.wed-order-mode {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 20px;
    border-radius: var(--wed-radius);
    background: var(--wed-surface);
    border: 1px solid var(--wed-border);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.wed-order-mode:hover {
    transform: translateY(-3px);
    border-color: #fecdd3;
    box-shadow: 0 12px 32px rgba(244, 63, 94, 0.12);
}
.wed-order-mode__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
    background: linear-gradient(145deg, #a5b4fc, #f472b6);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wed-order-mode__icon svg { width: 22px; height: 22px; }
.wed-order-mode h3 {
    margin: 0 0 10px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--wed-text);
}
.wed-order-mode p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.75;
    color: var(--wed-muted);
}

.wed-hub-stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.wed-panel {
    border-radius: var(--wed-radius);
    overflow: hidden;
    box-shadow: var(--wed-shadow);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: var(--wed-surface);
}

/* 浠峰€间富寮犻潰鏉?*/
.wed-panel--showcase {
    padding: 40px 28px;
}
@media (min-width: 900px) {
    .wed-panel--showcase {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 48px;
        align-items: center;
        padding: 48px;
    }
}
.wed-showcase__kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wed-accent-dark);
}
.wed-showcase__body h3 {
    margin: 0 0 14px;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: var(--wed-text);
}
.wed-showcase__body > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: var(--wed-muted);
}
.wed-showcase__points {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.wed-showcase__points li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 18px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #475569;
}
.wed-showcase__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wed-accent);
}
.wed-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.wed-chip {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--wed-accent-deep);
    background: var(--wed-accent-soft);
    border: 1px solid #fecdd3;
}
.wed-showcase__media {
    min-height: 220px;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff1f2, #ffe4e6);
    border: 1px solid #fecdd3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

/* 鎶ュ悕娴佺▼ */
.wed-order-flow {
    padding: 40px 28px 48px;
    background: linear-gradient(180deg, #fff1f2 0%, #fff 100%);
}
@media (min-width: 900px) {
    .wed-order-flow { padding: 48px 48px 56px; }
}
.wed-order-flow__head {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 28px;
}
.wed-order-flow__head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2.8vw, 1.625rem);
    font-weight: 800;
    color: var(--wed-text);
}
.wed-order-flow__head p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.85;
    color: var(--wed-muted);
}
.wed-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) {
    .wed-order-flow__track {
        position: relative;
        max-width: none;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        padding-top: 8px;
    }
    .wed-order-flow__track::before {
        content: '';
        position: absolute;
        left: 12%;
        right: 12%;
        top: 28px;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(90deg, #a5b4fc, #818cf8, #f472b6, #f472b6);
        z-index: 0;
    }
}
.wed-order-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding-bottom: 28px;
}
.wed-order-flow__step:last-child { padding-bottom: 0; }
@media (min-width: 1024px) {
    .wed-order-flow__step {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px;
        text-align: center;
    }
}
.wed-order-flow__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(180deg, #fecdd3, #818cf8);
}
@media (min-width: 1024px) {
    .wed-order-flow__step:not(:last-child)::after { display: none; }
}
.wed-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, #818cf8, #e11d48);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.28);
}
@media (min-width: 1024px) {
    .wed-order-flow__marker { display: flex; justify-content: center; }
}
.wed-order-flow__card {
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--wed-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    border-top: 3px solid var(--wed-accent);
    transition: transform 0.2s, box-shadow 0.2s;
}
.wed-order-flow__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(244, 63, 94, 0.1);
}
.wed-order-flow__role {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--wed-accent-deep);
    background: var(--wed-accent-soft);
}
.wed-order-flow__card p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #475569;
}

/* 鑳藉姏鐭╅樀 */
.wed-cap-matrix {
    padding: 72px 0 80px;
    background: var(--wed-surface);
    border-top: 1px solid var(--wed-border);
}
.wed-cap-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 640px) {
    .wed-cap-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
}
@media (min-width: 1200px) {
    .wed-cap-grid { grid-template-columns: repeat(6, 1fr); }
}
.wed-cap {
    padding: 18px 10px 16px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.wed-cap:hover {
    transform: translateY(-2px);
    border-color: #fecdd3;
    box-shadow: 0 10px 28px rgba(244, 63, 94, 0.1);
}
.wed-cap--active {
    background: linear-gradient(135deg, #818cf8 0%, #f472b6 45%, #e11d48 100%);
    border-color: transparent;
    box-shadow: 0 10px 32px rgba(244, 63, 94, 0.35);
}
.wed-cap--active .wed-cap__icon,
.wed-cap--active .wed-cap__label { color: #fff; }
.wed-cap__icon {
    display: block;
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
    color: var(--wed-accent);
}
.wed-cap__icon svg { width: 100%; height: 100%; }
.wed-cap__label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
}

/* 涓夌鍒嗗伐 */
.wed-dual-end {
    padding: 64px 0 72px;
    background: var(--wed-bg);
}
.wed-dual-end__grid {
    display: grid;
    gap: 24px;
}
@media (min-width: 900px) {
    .wed-dual-end__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
.wed-dual-card {
    border-radius: var(--wed-radius);
    overflow: hidden;
    background: var(--wed-surface);
    border: 1px solid var(--wed-border);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.wed-dual-card__head {
    padding: 20px 24px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.wed-dual-card__head--mp {
    color: #4338ca;
    background: linear-gradient(90deg, #e0f2fe, #fff);
    border-bottom: 1px solid #bae6fd;
}
.wed-dual-card__head--adm {
    color: var(--wed-accent-deep);
    background: linear-gradient(90deg, #fff1f2, #fff);
    border-bottom: 1px solid #fecdd3;
}
.wed-dual-card__list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}
.wed-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;
}
.wed-dual-card__list li:last-child { border-bottom: none; }
.wed-dual-card__list strong {
    color: var(--wed-text);
    font-weight: 700;
}
.wed-dual-card__list span { color: var(--wed-muted); }

/* 鍚庡彴妯″潡 */
.wed-modules {
    padding: 64px 0 72px;
    background: var(--wed-surface);
    border-top: 1px solid var(--wed-border);
}
.wed-module-grid {
    display: grid;
    gap: 14px;
}
@media (min-width: 640px) {
    .wed-module-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .wed-module-grid { grid-template-columns: repeat(4, 1fr); }
}
.wed-module {
    padding: 20px 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--wed-border);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.wed-module:hover {
    border-color: #fecdd3;
    box-shadow: 0 8px 24px rgba(244, 63, 94, 0.08);
}
.wed-module h4 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--wed-text);
}
.wed-module p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.65;
    color: var(--wed-muted);
}
.wed-scope-note {
    margin-top: 28px;
    padding: 24px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff1f2, #fff);
    border: 1px solid #fecdd3;
}
.wed-scope-note h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--wed-text);
}
.wed-scope-note p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: var(--wed-muted);
}
.wed-scope-note a { color: var(--wed-accent-dark); font-weight: 600; }

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

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

    font-size: 1.75rem;
    margin-bottom: 12px;
    line-height: 1;
}

/* 閫傜敤鍦烘櫙 + CTA */
.wed-audience {
    padding: 0 0 80px;
    background: var(--wed-surface);
}
.wed-audience__grid {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}
@media (min-width: 640px) {
    .wed-audience__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .wed-audience__grid { grid-template-columns: repeat(4, 1fr); }
}
.wed-audience__item {
    padding: 22px 20px;
    border-radius: 10px;
    background: var(--wed-accent-soft);
    border: 1px solid #fecdd3;
}
.wed-audience__item h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--wed-text);
}
.wed-audience__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--wed-muted);
}
.wed-audience__item a { color: var(--wed-accent-dark); font-weight: 600; }
.wed-bullets {
    margin: 0 0 32px;
    padding-left: 1.25em;
    font-size: 0.875rem;
    line-height: 1.85;
    color: var(--wed-muted);
}
.wed-cta-bar {
    padding: 40px 32px;
    border-radius: var(--wed-radius);
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #be185d, #f472b6);
    box-shadow: 0 16px 48px rgba(55, 48, 163, 0.25);
}
.wed-cta-bar h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 800;
}
.wed-cta-bar > p {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
}
.wed-cta-bar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.wed-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: var(--wed-accent-deep) !important;
    transition: transform 0.2s;
}
.wed-cta-bar__links a:hover { transform: translateY(-1px); }
.wed-cta-bar__links a.wed-cta-bar__link--ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.wed-synergy {
    padding: 64px 0 72px;
    background: var(--wed-surface);
    border-top: 1px solid var(--wed-border);
}
.wed-synergy__grid {
    display: grid;
    gap: 16px;
}
@media (min-width: 640px) {
    .wed-synergy__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .wed-synergy__grid { grid-template-columns: repeat(4, 1fr); }
}
.wed-synergy__item {
    padding: 22px 20px;
    border-radius: 10px;
    background: var(--wed-accent-soft);
    border: 1px solid #fecdd3;
}
.wed-synergy__item h3 {
    margin: 0 0 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--wed-text);
}
.wed-synergy__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--wed-muted);
}

@media (max-width: 767px) {
    .wed-hero { padding: 40px 20px; }
    .wed-hero__mock .mock-phone { width: 96px; }
    .wed-cap-matrix,
    .wed-dual-end,
    .wed-modules,
    .wed-deep,
    .wed-features,
    .wed-synergy,
    .wed-audience { padding: 40px 0; }
}



