*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
body { font-family: system-ui, 'PingFang SC', 'Microsoft YaHei', sans-serif; overflow-x:hidden; background:#fdf6ee; color:#2c2c2c; }

.container { max-width:1200px; margin:0 auto; padding:0 24px; }
.section { padding:80px 0; position:relative; }
.section:nth-child(even) { background:#f8f1e7; }

/* Navigation – playful Memphis */
.site-header { position:fixed; top:0; left:0; width:100%; z-index:1000; background:rgba(253,246,238,0.92); backdrop-filter:blur(12px); border-bottom:3px solid transparent; border-image:linear-gradient(90deg, #ff6b6b, #ffd93d, #6bcb77, #4d96ff) 1; }
.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.3rem; text-decoration:none; color:#3c2a21; letter-spacing:-0.5px; }
.logo-icon { width:36px; height:36px; border-radius:30% 70% 70% 30% / 30% 30% 70% 70%; background:linear-gradient(135deg, #ff6b6b, #ffd93d); display:flex; align-items:center; justify-content:center; font-size:1rem; color:#fff; font-weight:bold; }
.main-nav { display:flex; align-items:center; gap:28px; list-style:none; }
.main-nav a { text-decoration:none; font-size:0.9rem; font-weight:600; color:#3c2a21; padding:4px 0; border-bottom:2px solid transparent; transition:0.2s; }
.main-nav a:hover { border-bottom-color:#ff6b6b; color:#ff6b6b; }
.nav-cta { padding:8px 24px; border-radius:40px; background:linear-gradient(135deg, #ff6b6b, #ffd93d); color:#fff!important; font-weight:700; border:none!important; }
.nav-cta:hover { transform:scale(1.05); box-shadow:0 4px 16px rgba(255,107,107,0.3); }
.menu-toggle { display:none; background:none; border:none; font-size:1.5rem; color:#3c2a21; cursor:pointer; }

/* Hero – asymmetrical shapes */
.hero { min-height:70vh; display:flex; align-items:center; padding:120px 0 80px; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; width:500px; height:500px; background:radial-gradient(circle, #ffd93d 0%, transparent 70%); top:-100px; right:-150px; border-radius:50%; opacity:0.3; }
.hero::after { content:''; position:absolute; width:300px; height:300px; background:radial-gradient(circle, #6bcb77 0%, transparent 70%); bottom:-80px; left:-80px; border-radius:50%; opacity:0.2; }
.hero-content { max-width:720px; position:relative; z-index:1; }
.hero-eyebrow { display:inline-block; font-size:0.8rem; font-weight:700; padding:4px 16px; border-radius:40px; background:#ffd93d; color:#3c2a21; margin-bottom:16px; letter-spacing:1px; }
.hero h1 { font-size:3rem; line-height:1.1; margin-bottom:20px; font-weight:800; color:#3c2a21; position:relative; display:inline-block; }
.hero h1::after { content:'✦'; position:absolute; right:-40px; top:-10px; font-size:1.8rem; color:#ff6b6b; }
.hero p { font-size:1.1rem; opacity:0.8; max-width:560px; margin-bottom:32px; color:#555; }
.hero-buttons { display:flex; gap:14px; flex-wrap:wrap; }
.hero-image { border-radius:20px 60px 20px 60px; overflow:hidden; box-shadow:20px 20px 0 #ffd93d; }
.hero-image img { width:100%; height:auto; display:block; }

/* Buttons – round & bold */
.btn { display:inline-flex; align-items:center; gap:8px; padding:14px 32px; border-radius:50px; font-weight:700; cursor:pointer; border:none; text-decoration:none; transition:0.2s; font-size:0.95rem; }
.btn-primary { background:linear-gradient(135deg, #ff6b6b, #ff4444); color:#fff; box-shadow:0 4px 12px rgba(255,107,107,0.3); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(255,107,107,0.4); }
.btn-outline { background:transparent; border:2px solid #3c2a21; color:#3c2a21; }
.btn-outline:hover { background:#3c2a21; color:#fdf6ee; }

/* Section label & title – fun underline */
.section-label { display:inline-block; font-size:0.85rem; font-weight:700; letter-spacing:2px; margin-bottom:12px; color:#ff6b6b; text-transform:uppercase; position:relative; }
.section-label::after { content:''; display:block; width:40px; height:3px; background:#ffd93d; margin-top:4px; border-radius:4px; }
.section-title { font-size:2.4rem; margin-bottom:14px; font-weight:800; color:#3c2a21; }
.section-desc { max-width:600px; opacity:0.7; margin-bottom:40px; font-size:1rem; line-height:1.6; }

/* Card grid – vibrant cards */
.cards-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:28px; }
.category-card { border-radius:24px; padding:28px; background:#fff; border:2px solid #e8ddd0; transition:0.2s; box-shadow:0 6px 0 #e8ddd0; }
.category-card:hover { transform:translateY(-4px); box-shadow:0 12px 0 #ffd93d, 0 8px 24px rgba(0,0,0,0.08); border-color:#ffd93d; }
.card-icon { width:48px; height:48px; border-radius:40% 60% 60% 40% / 40% 40% 60% 60%; background:linear-gradient(135deg, #ff6b6b, #ffd93d); display:flex; align-items:center; justify-content:center; margin-bottom:16px; font-size:1.3rem; color:#fff; }
.card-link { font-weight:700; font-size:0.85rem; text-decoration:none; color:#ff6b6b; display:inline-flex; align-items:center; gap:4px; }
.card-link::after { content:'→'; }

/* Feature block – split with diagonal accent */
.feature-block { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.feature-image { border-radius:30% 70% 70% 30% / 30% 30% 70% 70%; overflow:hidden; border:4px solid #ffd93d; }
.feature-image img { width:100%; height:auto; display:block; }
.feature-text { }
.feature-list { list-style:none; }
.feature-list li { padding:8px 0; display:flex; align-items:center; gap:10px; font-weight:500; }
.feature-list li::before { content:'✓'; font-weight:700; color:#6bcb77; font-size:1.2rem; }

/* Stats bar – colorful dots */
.stats-bar { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
.stat-item { padding:28px 16px; border-radius:30px; background:#fff; border:2px solid #e8ddd0; position:relative; overflow:hidden; }
.stat-item::after { content:''; position:absolute; top:-30px; right:-30px; width:80px; height:80px; border-radius:50%; background:rgba(255,107,107,0.1); }
.stat-number { font-size:2.6rem; font-weight:800; color:#ff6b6b; line-height:1; }
.stat-label { font-size:0.85rem; opacity:0.6; margin-top:8px; font-weight:500; letter-spacing:0.5px; }

/* Content wall */
.content-wall { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:28px; }
.content-wall-item { border-radius:24px; overflow:hidden; background:#fff; border:2px solid #e8ddd0; transition:0.2s; box-shadow:0 4px 0 #e8ddd0; }
.content-wall-item:hover { transform:translateY(-4px); box-shadow:0 12px 0 #6bcb77, 0 8px 24px rgba(0,0,0,0.06); }
.content-wall-item img { width:100%; height:200px; object-fit:cover; }
.content-wall-body { padding:20px; }
.content-wall-body h3 { font-size:1.1rem; margin-bottom:8px; }
.content-wall-body p { font-size:0.9rem; opacity:0.7; }

/* FAQ – accordion with colored markers */
.faq-list { max-width:800px; margin:0 auto; }
.faq-item { border:2px solid #e8ddd0; border-radius:16px; margin-bottom:10px; overflow:hidden; cursor:pointer; background:#fff; transition:0.2s; }
.faq-item:hover { border-color:#ffd93d; }
.faq-item .faq-question { padding:18px 22px; font-weight:700; display:flex; justify-content:space-between; align-items:center; color:#3c2a21; font-size:1.05rem; }
.faq-item .faq-question::after { content: '+'; font-size:1.4rem; color:#ff6b6b; transition:0.2s; }
.faq-item.open .faq-question::after { content: '−'; }
.faq-item .faq-answer { padding:0 22px 18px; display:none; opacity:0.8; line-height:1.6; color:#444; }
.faq-item.open .faq-answer { display:block; }

/* CTA banner – vibrant gradient */
.cta-banner { padding:60px 24px; text-align:center; border-radius:40px 12px 40px 12px; background:linear-gradient(135deg, #ff6b6b, #ff4444, #ffd93d); color:#fff; position:relative; overflow:hidden; }
.cta-banner::before { content:''; position:absolute; width:300px; height:300px; background:radial-gradient(circle, rgba(255,255,255,0.15), transparent); top:-100px; right:-100px; border-radius:50%; }
.cta-banner h2 { font-size:2.2rem; margin-bottom:16px; color:#fff; }
.cta-banner p { max-width:500px; margin:0 auto 24px; opacity:0.9; }
.cta-banner .btn-primary { background:#fff; color:#ff4444; box-shadow:0 4px 12px rgba(0,0,0,0.1); }
.cta-banner .btn-primary:hover { background:#fff; color:#ff6b6b; transform:scale(1.05); }

/* Footer – warm & playful */
.site-footer { padding:56px 0 28px; background:#3c2a21; color:#fdf6ee; }
.site-footer .container { }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; }
.footer-brand p { opacity:0.7; font-size:0.9rem; margin-top:12px; }
.footer-col h4 { font-weight:700; margin-bottom:12px; font-size:1rem; color:#ffd93d; }
.footer-col ul { list-style:none; }
.footer-col ul li { padding:4px 0; }
.footer-col ul li a { color:#fdf6ee; text-decoration:none; opacity:0.7; }
.footer-col ul li a:hover { opacity:1; color:#ff6b6b; }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.15); margin-top:40px; padding-top:20px; text-align:center; font-size:0.85rem; opacity:0.6; }

/* Utility */
.text-accent { color:#ff6b6b; }
.text-center { text-align:center; }
.seo-description { max-width:600px; margin:0 auto 48px; opacity:0.7; font-size:1rem; line-height:1.6; }
.mt-0 { margin-top:0; }
.mb-0 { margin-bottom:0; }

/* Responsive */
@media (max-width: 768px) {
  .feature-block { grid-template-columns:1fr; }
  .stats-bar { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .main-nav { display:none; }
  .menu-toggle { display:flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%; background:#ffd93d; color:#3c2a21; font-size:1.2rem; }
  .main-nav.open { display:flex; flex-direction:column; position:absolute; top:68px; left:0; width:100%; background:#fdf6ee; padding:24px; gap:12px; box-shadow:0 12px 24px rgba(0,0,0,0.08); }
  .hero h1 { font-size:2.2rem; }
  .hero-content { text-align:center; }
  .hero-buttons { justify-content:center; }
}
@media (max-width: 480px) {
  .cards-grid,.content-wall,.stats-bar { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .hero-buttons { flex-direction:column; align-items:stretch; }
  .section-title { font-size:1.8rem; }
}