```css
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@600;700;900&family=Inter:wght@400;500;600;700;800&display=swap');

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --bg-cream: #FDF9F3;
  --bg-sage: #EFF4F0;
  --bg-blush: #FBEFEA;
  --card-white: #FFFFFF;
  --ink: #2D2A26;
  --ink-soft: #5E5952;
  --muted: #8A857D;
  --coral: #F05B4F;
  --coral-deep: #D84538;
  --coral-soft: #FFE0DA;
  --teal: #1F8A7D;
  --teal-soft: #DFF0EC;
  --gold: #D9A441;
  --gold-soft: #FBF1DC;
  --line: #EAE2D6;
  --shadow-card: 0 2px 6px rgba(45,42,38,0.04), 0 12px 28px rgba(45,42,38,0.05);
  --shadow-lift: 0 8px 20px rgba(45,42,38,0.07), 0 20px 44px rgba(240,91,79,0.12);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
}

body {
  font-family: 'Inter', system-ui, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
  background-color: var(--bg-cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ========== 核心布局 ========== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; position: relative; }
.section:nth-child(even) { background: var(--bg-sage); }

/* ========== 导航 ========== */
.site-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(253,249,243,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234,226,214,0.7);
  box-shadow: 0 1px 12px rgba(45,42,38,0.03);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: linear-gradient(145deg, var(--coral), #F57D6A);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(240,91,79,0.32), inset 0 -2px 3px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}
.logo-icon::after {
  content: '';
  position: absolute;
  top: -4px; left: 50%;
  transform: translateX(-50%);
  width: 14px; height: 14px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  filter: blur(4px);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 2px;
  transition: color 0.3s ease;
}
.main-nav a:hover { color: var(--coral); }
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--coral), var(--gold));
  border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.22,1,0.36,1);
}
.main-nav a:hover::after { width: 100%; }

.nav-cta {
  padding: 9px 22px !important;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 600 !important;
  background: linear-gradient(135deg, var(--coral) 0%, #F57D6A 100%);
  box-shadow: 0 4px 16px rgba(240,91,79,0.28), inset 0 -2px 3px rgba(0,0,0,0.06);
  transition: all 0.3s ease !important;
}
.nav-cta::after { display: none; }
.nav-cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 22px rgba(240,91,79,0.38);
}

.menu-toggle { display: none; background: none; border: none; cursor: pointer; width: 40px; height: 40px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 8px; transition: background 0.2s; }
.menu-toggle:hover { background: rgba(240,91,79,0.08); }
.menu-toggle span { display: block; width: 20px; height: 2.5px; background: var(--ink); border-radius: 3px; transition: all 0.3s; }

/* ========== Hero首屏 ========== */
.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 55% at 88% 20%, rgba(217,164,65,0.13) 0%, transparent 70%),
    radial-gradient(ellipse 35% 45% at 10% 88%, rgba(240,91,79,0.09) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 60% 110%, rgba(31,138,125,0.08) 0%, transparent 70%),
    linear-gradient(150deg, #FFFDFA 0%, #FCF5EC 55%, #FAEEE8 100%);
}

.hero::before {
  content: '♠';
  position: absolute;
  right: 6%;
  top: 55%;
  transform: rotate(18deg) translateY(-50%);
  font-size: 15rem;
  opacity: 0.03;
  color: var(--teal);
  pointer-events: none;
  line-height: 1;
  font-family: Georgia, serif;
}

.hero::after {
  content: '♥';
  position: absolute;
  right: 20%;
  bottom: 12%;
  transform: rotate(-12deg);
  font-size: 9rem;
  opacity: 0.035;
  color: var(--coral);
  pointer-events: none;
  line-height: 1;
  font-family: Georgia, serif;
}

.hero-content { max-width: 720px; position: relative; z-index: 2; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  background: linear-gradient(120deg, var(--coral-soft), var(--gold-soft));
  color: var(--coral-deep);
  border: 1px solid rgba(240,91,79,0.15);
  letter-spacing: 0.6px;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(240,91,79,0.15);
}

.hero h1 {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(2.4rem, 5.2vw, 3.6rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 22px;
}

.hero p {
  font-size: 1.06rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 36px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 36px rgba(45,42,38,0.10), 0 30px 70px rgba(45,42,38,0.07);
  transform: perspective(900px) rotateY(-4deg) rotateX(1deg);
  transition: transform 0.5s ease;
  outline: 1px solid rgba(234,226,214,0.5);
}
.hero-image:hover { transform: perspective(900px) rotateY(0deg) rotateX(0deg); }
.hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(240,91,79,0.06) 0%, transparent 40%, rgba(217,164,65,0.05) 100%);
  pointer-events: none;
}
.hero-image img { width: 100%; height: auto; display: block; }

/* ========== 按钮 ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--coral) 0%, #F57D6A 100%);
  box-shadow: 0 6px 20px rgba(240,91,79,0.32), inset 0 -2px 3px rgba(0,0,0,0.06);
}
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 28px rgba(240,91,79,0.42), inset 0 -2px 3px rgba(0,0,0,0.06);
}
.btn-primary:active {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 0 4px 12px rgba(240,91,79,0.32);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--teal);
  color: var(--teal);
}
.btn-outline:hover {
  background: var(--teal-soft);
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(31,138,125,0.15);
}

/* ========== 标签 / 标题 ========== */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--coral);
}
.section-label::before {
  content: '';
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), trans);
  background: var(--gold);
  border-radius: 2px;
  display: inline-block;
}

.section-title {
  font-family: 'Noto Serif SC', serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: var(--ink);
}

.section-desc {
  max-width: 600px;
  opacity: 0.7;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 400;
}

/* ========== 卡片网格 ========== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.category-card {
  background: var(--card-white);
  border-radius: var(--radius-lg);
  padding: 32px 28px 36px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--gold));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.category-card::after {
  content: '♦';
  position: absolute;
  bottom: 10px;
  right: 16px;
  font-size: 2.6rem;
  opacity: 0.04;
  color: var(--coral);
  line-height: 1;
  font-family: Georgia, serif;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.category-card:nth-child(1)::after { content: '♥'; color: var(--coral); }
.category-card:nth-child(2)::after { content: '♠'; color: var(--teal); }
.category-card:nth-child(3)::after { content: '♦'; color: var(--gold); }
.category-card:nth-child(4)::after { content: '♣'; color: var(--teal); }

.category-card:hover {
  transform: translateY(-6px) rotate(0.4deg);
  box-shadow: var(--shadow-lift);
  border-color: rgba(240,91,79,0.18);
}
.category-card:hover::before { opacity: 1; }
.category-card:hover::after {
  opacity: 0.09;
  transform: scale(1.1) rotate(-4deg);
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.3rem;
  background: linear-gradient(145deg, var(--coral-soft), #FFF);
  box-shadow: inset 0 0 0 1px rgba(240,91,79,0.1);
}
.category-card:nth-child(2) .card-icon { background: linear-gradient(145deg, var(--teal-soft), #FFF); box-shadow: inset 0 0 0 1px rgba(31,138,125,0.1); }
.category-card:nth-child(3) .card-icon { background: linear-gradient(145deg, var(--gold-soft), #FFF); box-shadow: inset 0 0 0 1px rgba(217,164,65,0.1); }
.category-card:nth-child(4) .card-icon { background: linear-gradient(145deg, var(--teal-soft), #FFF); box-shadow: inset 0 0 0 1px rgba(31,138,125,0.1); }

.category-card h3 {
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.category-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

.card-link {
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--coral);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}
.card-link:hover { gap: 10px; }
.card-link::after {
  content: '→';
  font-size: 0.95rem;
}

/* ========== 特性块 ========== */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.feature-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 38px rgba(45,42,38,0.08);
  position: relative;
}
.feature-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31,138,125,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.feature-image img { width: 100%; height: auto; display: block; }

.feature-text { position: relative; }
.feature-text .section-title { margin-bottom: 18px; }
.feature-text p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 24px;
}

.feature-list {
  list-style: none;
  margin-top: 8px;
}
.feature-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.feature-list li::before {
  content: '✓';
  font-weight: 700;
  color: var(--coral);
  background: rgba(240,91,79,0.12);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* ========== 数据条 ========== */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}

.stat-item {
  background: var(--card-white);
  padding: 30px 20px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  position: relative;
  transition: all 0.35s ease;
}
.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--gold));
  border-radius: 0 0 4px 4px;
  opacity: 0.85;
}
.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}

.stat-number {
  font-family: 'Noto Serif SC', serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--coral);
}
.stat-item:nth-child(2) .stat-number { color: var(--teal); }
.stat-item:nth-child(3) .stat-number { color: var(--gold); }
.stat-item:nth-child(4) .stat-number { color: var(--coral); }

.stat-label {
  font-size: 0.88rem;
  opacity: 0.65;
  color: var(--ink-soft);
  margin-top: 8px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ========== 内容墙 ========== */
.content-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.content-wall-item {
  background: var(--card-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
  position: relative;
}
.content-wall-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(31,138,125,0.2);
}

.content-wall-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
  display: block;
}
.content-wall-item:hover img { transform: scale(1.04); }

.content-wall-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  opacity: 0;
  transition: opacity 0.35s ease;
}
.content-wall-item:hover::after { opacity: 1; }

.content-wall-body { padding: 24px; }
.content-wall-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.content-wall-body p {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

/* ========== FAQ ========== */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--card-white);
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item:hover { border-color: rgba(240,91,79,0.2); box-shadow: 0 4px 16px rgba(45,42,38,0.05); }
.faq-item.open {
  border-color: rgba(240,91,79,0.35);
  box-shadow: 0 6px 20px rgba(240,91,79,0.08);
}

.faq-item .faq-question {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 0.97rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  transition: color 0.2s;
}
.faq-item.open .faq-question { color: var(--coral); }

.faq-item .faq-question::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--coral);
  font-weight: 300;
  transition: transform 0.3s ease;
  line-height: 1;
  flex-shrink: 0;
}
.faq-item.open .faq-question::after {
  content: '−';
  transform: rotate(180deg);
}

.faq-item .faq-answer {
  padding: 0 24px 18px;
  display: none;
  opacity: 0.7;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.7;
  border-top: 1px dashed var(--line);
  margin-top: 0;
  padding-top: 14px;
}
.faq-item.open .faq-answer { display: block; opacity: 0.75; }

/* ========== CTA横幅 ========== */
.cta-banner {
  position: relative;
  padding: 64px 40px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--coral) 0%, #EF7462 40%, var(--gold) 120%);
  box-shadow: 0 12px 40px rgba(240,91,79,0.28), 0 30px 70px rgba(217,164,65,0.12);
  overflow: hidden;
  isolation: isolate;
}
.cta-banner::before {
  content: '♥';
  position: absolute;
  right: -1rem;
  bottom: -2.5rem;
  font-size: 9rem;
  opacity: 0.09;
  color: #fff;
  line-height: 1;
  transform: rotate(-18deg);
  pointer-events: none;
  z-index: -1;
  font-family: Georgia, serif;
}
.cta-banner::after {
  content: '♠';
  position: absolute;
  left: -1rem;
  top: -2rem;
  font-size: 8rem;
  opacity: 0.08;
  color: #fff;
  line-height: 1;
  transform: rotate(15deg);
  pointer-events: none;
  z-index: -1;
  font-family: Georgia, serif;
}

.cta-banner h2 {
  color: #fff;
  font-family: 'Noto Serif SC', serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.cta-banner p {
  color: rgba(255,255,255,0.85);
  font-size: 0.98rem;
  margin-bottom: 28px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.cta-banner .btn-primary {
  background: #fff;
  color: var(--coral);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
}
.cta-banner .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.14);
}

/* ========== 页脚 ========== */
.site-footer {
  padding: 64px 0 30px;
  background: #F5EFE6;
  border-top: 1px solid rgba(234,226,214,0.8);
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal));
  opacity: 0.4;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand { max-width: 300px; }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.footer-col ul { list-style: none; }
.footer-col ul li { padding: 6px 0; }
.footer-col ul a {
  text-decoration: none;
  font-size: 0.88rem;
  color: var(--muted);
  transition: color 0.25s ease;
}
.footer-col ul a:hover { color: var(--coral); }

.footer-bottom {
  border-top: 1px solid rgba(234,226,214,0.9);
  margin-top: 48px;
  padding-top: 24px;
  text-align: center;
  font-size: 0.83rem;
  color: var(--muted);
}

/* ========== 工具类 ========== */
.text-accent {
  color: var(--coral);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.text-accent::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(240,91,79,0.14);
  border-radius: 4px;
  z-index: -1;
}

.text-center { text-align: center; }

.seo-description {
  max-width: 600px;
  margin: 0 auto 48px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.75;
  text-align: center;
}

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* ========== 响应式 ========== */
@media (max-width: 992px) {
  .feature-block { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero { padding: 110px 0 60px; }
}

@media (max-width: 768px) {
  .hero { padding: 100px 0 48px; min-height: auto; }
  .hero h1 { font-size: 2rem; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .feature-block { grid-template-columns: 1fr; gap: 36px; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: 56px 0; }
  .section-title { font-size: 1.7rem; }

  .main-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: var(--bg-cream);
    padding: 20px 24px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 40px rgba(45,42,38,0.08);
  }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 1rem; padding: 10px 0; width: 100%; }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 12px; text-align: center; justify-content: center; display: flex; }
  
  .menu-toggle { display: flex; }

  .cta-banner { padding: 48px 24px; }
  .cta-banner h2 { font-size: 1.5rem; }

  .faq-item .faq-question { padding: 16px 18px; font-size: 0.9rem; }
  .faq-item .faq-answer { padding: 0 18px 16px; }
}

@media (max-width: 480px) {
  .cards-grid,
  .content-wall,
  .stats-bar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-buttons { flex-direction: column; }
  .hero { padding: 92px 0 36px; min-height: auto; }
  .hero h1 { font-size: 1.72rem; letter-spacing: -0.015em; }
  .hero p { font-size: 0.95rem; }
  .section { padding: 48px 0; }
  .section-title { font-size: 1.45rem; }
  .stat-number { font-size: 2rem; }
  .btn { width: 100%; justify-content: center; }
  .cta-banner { padding: 40px 20px; border-radius: 16px; }
  .cta-banner h2 { font-size: 1.3rem; }
  .footer-bottom { margin-top: 32px; }
}