/* 爱如·和 - 产品页样式 */

.abid-hero { background: linear-gradient(135deg, #F59E0B 0%, #F97316 100%); color: #fff; text-align: center; padding: 160px 0 100px; }
.abid-hero h1 { font-size: 48px; margin-bottom: 20px; }
.abid-hero p { font-size: 18px; opacity: 0.95; max-width: 720px; margin: 0 auto 36px; }
.abid-badge { display: inline-block; background: rgba(255,255,255,0.18); padding: 6px 14px; border-radius: 20px; font-size: 14px; margin-bottom: 20px; }
.abid-section { padding: 96px 0; }
.abid-section-alt { background: #F8FAFC; }
.abid-section h2 { font-size: 32px; font-weight: 700; margin-bottom: 16px; text-align: center; }
.abid-section .lead { text-align: center; color: #64748B; max-width: 680px; margin: 0 auto 56px; }
.abid-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.abid-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.abid-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 16px; padding: 32px; }
.abid-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #0F172A; }
.abid-card p { color: #64748B; font-size: 14px; line-height: 1.7; }
.abid-card .icon { width: 40px; height: 40px; background: linear-gradient(135deg, #F59E0B, #F97316); color: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.abid-card .icon svg { width: 22px; height: 22px; }
.abid-cta { background: linear-gradient(135deg, #F59E0B, #F97316); color: #fff; text-align: center; padding: 80px 0; }
.abid-cta h2 { color: #fff; margin-bottom: 16px; }
.abid-cta p { opacity: 0.95; margin-bottom: 28px; }
.abid-steps { display: flex; justify-content: space-between; gap: 16px; }
.abid-step { flex: 1; background: #fff; border-radius: 14px; padding: 24px; text-align: center; border: 1px solid #E2E8F0; }
.abid-step .num { width: 32px; height: 32px; background: linear-gradient(135deg, #F59E0B, #F97316); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin: 0 auto 12px; }
.abid-step h5 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.abid-step p { font-size: 12px; color: #64748B; line-height: 1.6; }
@media (max-width: 768px) { .abid-grid-2, .abid-grid-3, .abid-steps { grid-template-columns: 1fr; flex-direction: column; } .abid-hero h1 { font-size: 34px; } }