* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #3D3A6D; line-height: 1.6; background: #FAF9F7; }
.container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
a { color: #3D3A6D; }
header { padding: 24px 0; background: #fff; border-bottom: 1px solid #eee; }
header .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 28px; font-weight: 600; color: #3D3A6D; text-decoration: none; letter-spacing: -0.5px; }
.logo span { color: #E8806A; margin-left: 2px; }
nav { display: flex; gap: 24px; }
nav a { color: #6B6B6B; text-decoration: none; font-size: 14px; font-weight: 500; }
nav a:hover { color: #3D3A6D; }
.hero { padding: 80px 0; text-align: center; background: #fff; }
.hero h1 { font-size: 44px; font-weight: 700; margin-bottom: 24px; letter-spacing: -1px; }
.hero h1 span { color: #E8806A; }
.hero p { font-size: 18px; color: #6B6B6B; max-width: 560px; margin: 0 auto; }
section { padding: 64px 0; }
section h2 { font-size: 28px; font-weight: 700; margin-bottom: 20px; }
section p { color: #6B6B6B; margin-bottom: 16px; }
.stats { display: flex; justify-content: center; gap: 48px; padding: 48px 0; background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.stat { text-align: center; }
.stat-number { font-size: 32px; font-weight: 700; color: #E8806A; }
.stat-label { font-size: 13px; color: #6B6B6B; margin-top: 4px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }
.card { background: #fff; padding: 24px; border-radius: 8px; border: 1px solid #eee; }
.card h3 { color: #3D3A6D; margin-bottom: 10px; font-size: 18px; }
.card p { font-size: 14px; margin: 0; }
.model-flow { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 28px 0; }
.model-step { background: #3D3A6D; color: white; padding: 14px 20px; border-radius: 6px; font-weight: 500; font-size: 14px; }
.model-arrow { font-size: 20px; color: #E8806A; }
.cta { background: #3D3A6D; color: white; padding: 64px 0; text-align: center; }
.cta h2, .cta p { color: white; }
.cta p { opacity: 0.9; }
.cta a { display: inline-block; background: #E8806A; color: white; padding: 14px 28px; border-radius: 6px; text-decoration: none; font-weight: 600; margin-top: 20px; }
.cta a:hover { background: #d6705c; }
footer { padding: 32px 0; text-align: center; color: #6B6B6B; font-size: 13px; background: #fff; border-top: 1px solid #eee; }
.alt-bg { background: #fff; }
.placeholder { padding: 100px 0; text-align: center; color: #999; }
