/* 富爱俱乐部 · 郑州 · style.css */
/* 设计风格：中原大气·简约稳重 | 字体变体 C (Noto Sans SC 无衬线摩登) */
/* Trust Strip C (深色双列带序号) | Footer A (四列等宽) | 圆角 4px */

/* ─── 字体 ─── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400&family=EB+Garamond:ital@1&display=swap');

/* ─── Tokens ─── */
:root {
  --accent: #5a3e28;
  --gold: #9b7a3e;
  --gold-light: #b8954e;
  --bg: #f5f2ed;
  --bg-alt: #ede9e2;
  --bg-dark: #1a1510;
  --ink: #1a1510;
  --ink-light: #3d3020;
  --ink-muted: #8a7a68;
  --ink-faint: #c0b0a0;
  --on-dark: rgba(240,234,224,0.96);
  --on-dark-muted: rgba(200,188,172,0.75);
  --on-dark-faint: rgba(160,148,132,0.5);
  --border: #ddd5c8;
  --border-dark: #2a2018;
  --font-sans: 'Noto Sans SC', 'PingFang SC', 'Helvetica Neue', sans-serif;
  --font-num: 'EB Garamond', Georgia, serif;
  --radius: 4px;
  --radius-sm: 2px;
}

/* ─── Reset ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-sans);font-weight:300;font-size:16px;line-height:1.95;letter-spacing:0.02em;color:var(--ink);background:var(--bg);overflow-x:hidden}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}

/* ─── Typography ─── */
.t-label{font-size:14px;font-weight:300;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold)}
.t-hero{font-family:var(--font-sans);font-size:clamp(2.25rem,5.5vw,4.5rem);font-weight:300;line-height:1.2;letter-spacing:0.02em}
.t-h2{font-family:var(--font-sans);font-size:clamp(1.625rem,3vw,2.5rem);font-weight:300;line-height:1.4;letter-spacing:0.02em}
.t-h3{font-size:18px;font-weight:400;line-height:1.5;letter-spacing:0.04em}
.t-body{font-size:16px;font-weight:300;line-height:1.95;letter-spacing:0.02em}
.t-small{font-size:14px;font-weight:300;line-height:1.85;letter-spacing:0.02em}
.t-num{font-family:var(--font-num);font-style:italic;color:var(--gold)}

/* ─── Layout ─── */
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}
.section{padding:96px 0}
.section-alt{background:var(--bg-alt)}
.section-dark{background:var(--bg-dark);color:var(--on-dark)}

/* ─── Reveal ─── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal.is-visible{opacity:1;transform:none}

/* ─── Navbar ─── */
.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background 0.3s,border-bottom 0.3s}
.navbar.scrolled{background:rgba(245,242,237,0.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:20px 0}
.nav-logo{font-family:var(--font-sans);font-size:16px;font-weight:400;letter-spacing:0.1em;color:var(--ink)}
.nav-logo span{color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:32px}
.nav-links a{font-size:14px;font-weight:300;letter-spacing:0.06em;color:var(--ink-light);transition:color 0.2s}
.nav-links a:hover{color:var(--gold)}
.nav-cta{display:inline-flex;align-items:center;height:44px;padding:0 24px;background:var(--gold);color:#fff !important;font-size:14px;font-weight:300;letter-spacing:0.12em;border-radius:var(--radius);transition:background 0.2s}
.nav-cta:hover{background:var(--gold-light)}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.nav-toggle span{display:block;width:22px;height:1px;background:var(--ink);transition:all 0.3s}
.nav-mobile{display:none}

/* ─── Hero ─── */
/* Hero: 左文右卡片风格 (不同于北京的居中) — 左宽文字 + 右侧竖排统计 */
.hero-section{padding-top:80px;min-height:100dvh;display:flex;align-items:center;position:relative;overflow:hidden}
/* Subtle geo background */
.hero-section::before{content:'';position:absolute;top:-60px;right:-80px;width:560px;height:560px;border:1px solid rgba(155,122,62,0.1);border-radius:50%;pointer-events:none}
.hero-section::after{content:'';position:absolute;top:-30px;right:-50px;width:460px;height:460px;border:1px solid rgba(155,122,62,0.06);border-radius:50%;pointer-events:none}

.hero-layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:80px;align-items:center}
.hero-eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:32px}
.hero-eyebrow-line{width:32px;height:1px;background:var(--gold)}
.hero-title{margin-bottom:24px}
.hero-title em{color:var(--gold);font-style:normal}
.hero-body{color:var(--ink-light);max-width:44ch;margin-bottom:40px}
.hero-cta{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;height:48px;padding:0 32px;background:var(--gold);color:#fff;font-size:14px;font-weight:300;letter-spacing:0.12em;border-radius:var(--radius);transition:background 0.2s;white-space:nowrap}
.btn-primary:hover{background:var(--gold-light)}
.btn-ghost{display:inline-flex;align-items:center;height:48px;padding:0 24px;border:1px solid var(--border);color:var(--ink-light);font-size:14px;font-weight:300;letter-spacing:0.06em;border-radius:var(--radius);transition:border-color 0.2s,color 0.2s}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.hero-footnote{margin-top:24px;font-size:14px;color:var(--ink-muted)}

/* Hero right — vertical stat column */
.hero-stats-col{display:flex;flex-direction:column;gap:0;border-left:1px solid var(--border)}
.hero-stat-item{padding:32px 40px;border-bottom:1px solid var(--border)}
.hero-stat-item:last-child{border-bottom:none}
.hero-stat-num{font-family:var(--font-num);font-style:italic;font-size:clamp(2rem,4vw,3rem);color:var(--gold);line-height:1;margin-bottom:8px}
.hero-stat-label{font-size:14px;color:var(--ink-muted);letter-spacing:0.04em}

/* ─── Trust Strip C — 深色双列带序号 ─── */
.trust-strip{background:var(--bg-dark);padding:64px 0}
.trust-grid-c{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border-dark)}
.trust-item-c{background:var(--bg-dark);padding:40px;position:relative}
.trust-item-c::before{content:attr(data-index);position:absolute;top:24px;right:24px;font-family:var(--font-num);font-style:italic;font-size:14px;color:var(--on-dark-faint)}
.trust-item-c-top{border-top:1px solid var(--gold);padding-top:24px;margin-bottom:16px}
.trust-num-c{font-family:var(--font-num);font-style:italic;font-size:clamp(2rem,3.5vw,2.75rem);color:var(--gold);line-height:1;margin-bottom:8px}
.trust-label-c{font-size:14px;color:var(--on-dark-muted);letter-spacing:0.06em}
.trust-sub-c{font-size:14px;color:var(--on-dark-faint);margin-top:4px}

/* ─── About ─── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.about-header{margin-bottom:32px}
.about-label{margin-bottom:16px}
.about-body{color:var(--ink-light);max-width:44ch}
.about-body p{margin-bottom:20px}
.about-cta{margin-top:32px}
.about-features{display:flex;flex-direction:column}
.about-feature-item{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid var(--border)}
.about-feature-item:first-child{border-top:1px solid var(--border)}
.about-feature-num{font-family:var(--font-num);font-style:italic;font-size:18px;color:var(--gold);flex-shrink:0;padding-top:2px}
.about-feature-title{font-size:16px;font-weight:400;color:var(--ink);margin-bottom:6px}
.about-feature-desc{font-size:14px;color:var(--ink-muted)}

/* ─── Services ─── */
/* 竖向横排大卡片逐行展示 */
.services-section{background:var(--bg-alt)}
.services-header{margin-bottom:48px}
.service-rows{display:flex;flex-direction:column;gap:1px;background:var(--border)}
.service-row{display:grid;grid-template-columns:56px 1fr auto;gap:32px;padding:32px 40px;background:var(--bg-alt);align-items:center;transition:background 0.2s}
.service-row:hover{background:var(--bg)}
.service-row-num{font-family:var(--font-num);font-style:italic;font-size:clamp(1.5rem,2.5vw,2rem);color:var(--gold);line-height:1;text-align:center}
.service-row-content{}
.service-row-title{font-size:18px;font-weight:400;margin-bottom:8px}
.service-row-desc{font-size:14px;color:var(--ink-muted);max-width:52ch}
.service-row-tag{font-size:14px;color:var(--gold);white-space:nowrap;border:1px solid var(--gold);padding:4px 12px;border-radius:var(--radius-sm)}

.service-vip{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;background:var(--ink);color:var(--on-dark);padding:40px 48px;margin-top:1px}
.service-vip-text .t-label{color:var(--gold)}
.service-vip-title{font-family:var(--font-sans);font-size:clamp(1.25rem,2vw,1.625rem);font-weight:300;color:var(--on-dark);margin:12px 0}
.service-vip-desc{font-size:14px;color:var(--on-dark-muted);max-width:48ch}
.service-vip-cta{display:inline-flex;align-items:center;height:48px;padding:0 32px;background:var(--gold);color:#fff;font-size:14px;letter-spacing:0.12em;border-radius:var(--radius);white-space:nowrap;transition:background 0.2s}
.service-vip-cta:hover{background:var(--gold-light)}

/* ─── Profiles ─── */
/* 等高四列 */
.profiles-section{}
.profiles-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}
.profiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.profile-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.profile-img-wrap{height:260px;background:var(--bg-alt);position:relative;overflow:hidden}
.profile-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top}
.profile-body{padding:20px 24px}
.profile-name{font-size:16px;font-weight:400;margin-bottom:4px}
.profile-sub{font-size:14px;color:var(--ink-muted)}
.profile-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.profile-tag{font-size:14px;color:var(--ink-muted);border:1px solid var(--border);padding:2px 10px;border-radius:var(--radius-sm)}
.profiles-cta-bar{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;background:var(--bg-alt);border:1px solid var(--border);margin-top:16px;border-radius:var(--radius)}
.profiles-cta-bar p{font-size:14px;color:var(--ink-muted)}
.profiles-cta-bar p strong{color:var(--ink)}

/* ─── Register CTA ─── */
.cta-section{background:var(--ink);text-align:center;padding:96px 0}
.cta-section .t-label{color:var(--gold);margin-bottom:16px}
.cta-title{font-family:var(--font-sans);font-size:clamp(1.75rem,3.5vw,3rem);font-weight:300;color:var(--on-dark);margin-bottom:24px}
.cta-body{font-size:16px;color:var(--on-dark-muted);max-width:44ch;margin:0 auto 40px}
.cta-group{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn-cta{display:inline-flex;align-items:center;height:52px;padding:0 40px;background:var(--gold);color:#fff;font-size:14px;font-weight:300;letter-spacing:0.12em;border-radius:var(--radius);transition:background 0.2s}
.btn-cta:hover{background:var(--gold-light)}
.btn-cta-outline{display:inline-flex;align-items:center;height:52px;padding:0 32px;border:1px solid rgba(200,180,150,0.3);color:var(--on-dark-muted);font-size:14px;letter-spacing:0.06em;border-radius:var(--radius);transition:border-color 0.2s}
.btn-cta-outline:hover{border-color:var(--gold);color:var(--gold)}

/* ─── Blog ─── */
.blog-section{}
.blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.blog-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;transition:border-color 0.2s}
.blog-card:hover{border-color:var(--gold)}
.blog-card-tag{font-size:14px;color:var(--gold);letter-spacing:0.12em;margin-bottom:16px}
.blog-card-title{font-size:18px;font-weight:400;line-height:1.5;margin-bottom:12px;flex:1}
.blog-card-meta{font-size:14px;color:var(--ink-muted);margin-top:24px;display:flex;justify-content:space-between;align-items:center}
.blog-card-arrow{font-size:14px;color:var(--gold)}

/* ─── FAQ ─── */
.faq-section{background:var(--bg-alt)}
.faq-header{margin-bottom:48px}
.faq-list{display:flex;flex-direction:column;gap:1px;background:var(--border)}
.faq-item{background:var(--bg)}
details.faq-item summary{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;cursor:pointer;list-style:none;font-size:16px;font-weight:400;color:var(--ink);transition:color 0.2s;gap:16px}
details.faq-item summary::-webkit-details-marker{display:none}
details.faq-item summary::after{content:'+';font-family:var(--font-num);font-style:normal;font-size:20px;color:var(--gold);flex-shrink:0;transition:transform 0.3s}
details.faq-item[open] summary{color:var(--gold)}
details.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-answer{padding:0 32px 24px;color:var(--ink-muted);font-size:14px;line-height:1.85;max-width:64ch}

/* ─── Contact ─── */
.contact-section{}
.contact-header{margin-bottom:48px}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--border)}
.contact-item{background:var(--bg);padding:40px;display:flex;flex-direction:column;gap:12px}
.contact-item-icon{width:40px;height:40px;border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:18px}
.contact-item-label{font-size:14px;color:var(--ink-muted);margin-bottom:4px}
.contact-item-value{font-size:16px;font-weight:400}

/* ─── Footer A — 四列等宽 ─── */
.footer{background:var(--bg-dark);padding:64px 0 40px}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;padding-bottom:48px;border-bottom:1px solid var(--border-dark)}
.footer-brand-name{font-family:var(--font-sans);font-size:16px;font-weight:400;color:var(--on-dark);letter-spacing:0.1em;margin-bottom:12px}
.footer-brand-name span{color:var(--gold)}
.footer-brand-desc{font-size:14px;color:var(--on-dark-muted);line-height:1.85}
.footer-col-title{font-size:14px;font-weight:400;color:var(--on-dark);letter-spacing:0.1em;margin-bottom:20px}
.footer-links{display:flex;flex-direction:column;gap:12px}
.footer-links a{font-size:14px;color:var(--on-dark-muted);transition:color 0.2s}
.footer-links a:hover{color:var(--gold)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px}
.footer-copy{font-size:14px;color:var(--on-dark-faint)}
.footer-icp{font-size:14px;color:var(--on-dark-faint)}

/* ─── Mobile Nav ─── */
@media(max-width:767px){
  .nav-links{display:none}
  .nav-toggle{display:flex}
  .nav-mobile{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg);z-index:99;padding:80px 40px 40px;flex-direction:column;gap:0}
  .nav-mobile.open{display:flex}
  .nav-mobile a{font-size:18px;font-weight:300;letter-spacing:0.06em;color:var(--ink);padding:20px 0;border-bottom:1px solid var(--border)}
  .nav-mobile .nav-cta{margin-top:32px;width:100%;justify-content:center;border-radius:var(--radius)}
}

/* ─── Responsive ─── */
@media(max-width:1024px){
  .hero-layout{grid-template-columns:1fr;gap:48px}
  .hero-stats-col{flex-direction:row;border-left:none;border-top:1px solid var(--border)}
  .hero-stat-item{flex:1;padding:24px;border-bottom:none;border-right:1px solid var(--border)}
  .hero-stat-item:last-child{border-right:none}
  .about-grid{grid-template-columns:1fr;gap:48px}
  .profiles-grid{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:767px){
  .container{padding:0 24px}
  .section{padding:64px 0}
  .hero-section{padding-top:72px}
  .t-hero{font-size:2rem}
  .t-h2{font-size:1.5rem}
  body{font-size:14px}
  .hero-stats-col{flex-direction:column;border-top:1px solid var(--border);border-left:none}
  .hero-stat-item{border-right:none;border-bottom:1px solid var(--border)}
  .hero-stat-item:last-child{border-bottom:none}
  .trust-grid-c{grid-template-columns:1fr 1fr}
  .service-row{grid-template-columns:40px 1fr;grid-template-rows:auto auto}
  .service-row-tag{display:none}
  .service-vip{grid-template-columns:1fr;gap:24px}
  .profiles-grid{grid-template-columns:1fr 1fr}
  .profiles-cta-bar{flex-direction:column;gap:16px;text-align:center;padding:24px}
  .blog-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;gap:8px;text-align:center}
  .cta-group{flex-direction:column;align-items:center}
  .btn-cta,.btn-cta-outline,.btn-primary,.btn-ghost{width:100%;justify-content:center}
  .profiles-header{flex-direction:column;align-items:flex-start;gap:16px}
  .blog-header{flex-direction:column;align-items:flex-start;gap:16px}
}

/* ─── Adult notice ─── */
.footer-adult{font-size:14px;color:var(--on-dark-faint);text-align:center;width:100%}
