body {
    margin: 0;
    font-family: Segoe UI,Arial;
    color: white;
}

/* 背景 */

.wf-hero {
    min-height: 100vh;
    background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.1)),url('/imagesmax/50.jpg') center/cover no-repeat;

    display: flex;
    flex-direction: column;
}
/* 顶部导航 */

.wf-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(8px);
}

.wf-logo {
    font-size: 26px;
    font-weight: bold;
}

.wf-menu a {
    color: white;
    margin-left: 25px;
    text-decoration: none;
    font-size: 16px;
}

    .wf-menu a:hover {
        text-decoration: underline;
    }

/* 中央 */

.wf-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* 白卡 */

.wf-card {
    width: 900px;
    max-width: 95%;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(15px);
    color: black;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* Hero 标题 */

.wf-title {
    text-align: center;
    margin-bottom: 30px;
}

    .wf-title h1 {
        font-size: 52px;
        margin: 0;
    }

    .wf-title p {
        font-size: 20px;
        color: #444;
    }

/* 按钮 */

.wf-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    background: #2d7ef7;
    color: white;
    text-decoration: none;
    margin-right: 10px;
}

.wf-btn-outline {
    border: 1px solid #ccc;
    padding: 12px 28px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
}

/* 手机适配 */

@media (max-width:768px) {

    .wf-navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .wf-menu {
        margin-top: 10px;
    }

        .wf-menu a {
            display: inline-block;
            margin: 8px 10px 0 0;
        }

    .wf-title h1 {
        font-size: 36px;
    }

    .wf-card {
        padding: 25px;
    }
}
/* ===== 婚恋主题颜色 ===== */

body {
    font-family: "Segoe UI", "Microsoft YaHei", Arial;
    color: #fff5f8;
}

/* 标题 */

.wf-title h1 {
    font-size: 54px;
    color: #ffd1dc;
    text-shadow: 0 3px 12px rgba(0,0,0,0.6);
    margin-bottom: 10px;
}

.wf-title p {
    font-size: 20px;
    color: #ffe6ef;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

/* 按钮 */

.wf-btn {
    background: linear-gradient(45deg,#ff6fa5,#ff9ac2);
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

    .wf-btn:hover {
        transform: scale(1.05);
    }

.wf-btn-outline {
    border: 2px solid #ffd1dc;
    color: #ffd1dc;
    border-radius: 30px;
    padding: 12px 28px;
}

    .wf-btn-outline:hover {
        background: #ffd1dc;
        color: #444;
    }

/* 功能卡片 */

.wf-features {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 20px;
    margin-top: 40px;
}

.wf-feature {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

    .wf-feature h3 {
        color: #ffd1dc;
        margin-bottom: 10px;
    }

    .wf-feature:hover {
        transform: translateY(-5px);
    }

/* 卡片文字 */

.wf-card {
    background: rgba(255,255,255,0.15);
    color: white;
}

/* 手机适配 */

@media (max-width:768px) {

    .wf-title h1 {
        font-size: 36px;
    }

    .wf-title p {
        font-size: 16px;
    }
}
/* 搜索 */

.wf-search {
    margin-top: 40px;
    text-align: center;
}

.wf-search-box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

    .wf-search-box select {
        padding: 10px;
        border-radius: 6px;
        border: none;
    }


/* 推荐会员 */

.wf-members {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
    margin-top: 20px;
}

.wf-member {
    background: rgba(255,255,255,0.2);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

    .wf-member img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }


/* 成功故事 */

.wf-success {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    margin-top: 20px;
}

.wf-success-card {
    background: rgba(255,255,255,0.25);
    padding: 20px;
    border-radius: 15px;
    color: white;
}


/* 标题 */

.wf-section-title {
    margin-top: 50px;
    text-align: center;
    color: #ffd1dc;
}

.wf-members{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-top:20px;
}

.wf-member{
background:rgba(255,255,255,0.2);
padding:20px;
border-radius:15px;
text-align:center;
}

.wf-member img{
width:120px;
height:120px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}