* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #f8f9fa; color: #1f2937; line-height: 1.6; -webkit-font-smoothing: antialiased; padding-bottom: 80px; }
.container { max-width: 480px; margin: 0 auto; padding: 20px 16px; }
.header { text-align: center; padding: 0 0 16px; }
.verified-badge { display: inline-block; background: linear-gradient(135deg, #2563eb, #128c7e); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 11px; font-weight: 600; margin-bottom: 12px; letter-spacing: 0.5px; }
.header h1 { font-size: 24px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; color: #1a1a1a; }
.header .subtitle { font-size: 14px; color: #666; line-height: 1.5; }
.carousel { width: 100%; margin: 0 0 16px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.1); position: relative; }
.carousel-track { display: flex; transition: transform 0.5s ease; }
.carousel-slide { min-width: 100%; flex-shrink: 0; position: relative; padding-top: 100%; }
.carousel-slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; background: #f5f5f5; display: block; }
.carousel-nav { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: background 0.3s; }
.carousel-dot.active { background: #fff; }
.stats-bar { display: flex; justify-content: space-between; background: #fff; padding: 16px 20px; margin: 0 0 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.stat-item { text-align: center; }
.stat-number { font-size: 22px; font-weight: 700; color: #2563eb; display: block; }
.stat-label { font-size: 11px; color: #888; text-transform: uppercase; }
.reviews { margin-top: 24px; }
.section-title { font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 20px; text-align: center; position: relative; padding-bottom: 12px; }
.section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 3px; background: linear-gradient(90deg, #2563eb, #128c7e); border-radius: 2px; }
.review-item { background: #fff; padding: 16px; border-radius: 10px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.review-stars { color: #ffc107; margin-bottom: 8px; font-size: 13px; }
.review-text { font-size: 13px; color: #444; line-height: 1.6; margin-bottom: 10px; }
.review-author { font-size: 12px; color: #888; font-weight: 600; }
.review-author span { color: #2563eb; }
.whatsapp-btn { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #25d366 0%, #128c7e 100%); color: #fff; text-decoration: none; padding: 16px 24px; border-radius: 8px; font-size: 15px; font-weight: 600; box-shadow: 0 4px 12px rgba(37,211,102,0.3); }
.whatsapp-btn svg { width: 20px; height: 20px; margin-right: 8px; fill: currentColor; }
.whatsapp-sticky { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; padding: 12px 16px 20px; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); z-index: 999; }
.whatsapp-sticky .whatsapp-btn { width: 100%; max-width: 448px; margin: 0 auto; }
footer { text-align: center; padding: 30px 0 100px; font-size: 11px; color: #999; }
.process { margin-top: 24px; padding: 20px 0; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.process-steps { display: flex; justify-content: space-between; padding: 0 16px; }
.step { text-align: center; flex: 1; }
.step-number { width: 32px; height: 32px; background: #2563eb; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; margin: 0 auto 8px; }
.step-label { font-size: 10px; color: #666; font-weight: 600; }
