.top-contact-bar { background: #1b1b1a; color: #fff; padding: 8px 0; font-size: 14px; }
.top-contact-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo-text-area { padding: 15px 0; background: #ffdc39; }
.logo-text-area a { color: #000; font-size: 16px; font-weight: 700; text-decoration: none; font-family: 'Rubik', sans-serif; letter-spacing: 1px; line-height: 1.4; display: block; }
.logo-text-area a:hover { color: #333; }
.page-banner { background: linear-gradient(135deg, #654ea3 0%, #eaafc8 100%); padding: 80px 0; color: #fff; text-align: center; }
.page-banner h2 { font-size: 42px; font-weight: 700; margin-bottom: 15px; }
.page-banner p { font-size: 18px; max-width: 800px; margin: 0 auto; }
.service-section { padding: 60px 0; }
.service-section:nth-child(even) { background: #f8f9fa; }
.mold-card { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); margin-bottom: 30px; transition: 0.3s; border-top: 4px solid #654ea3; }
.mold-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); border-top-color: #eaafc8; }
.mold-card h4 { color: #654ea3; font-size: 22px; margin-bottom: 15px; font-weight: 600; }
.mold-card p { color: #666; font-size: 14px; line-height: 1.8; margin: 0; }
.mold-card ul { margin-top: 15px; padding-left: 20px; }
.mold-card ul li { color: #666; font-size: 14px; line-height: 2; }
.stats-row { display: flex; justify-content: space-around; flex-wrap: wrap; margin: 40px 0; }
.stat-item { text-align: center; padding: 20px; }
.stat-item .number { font-size: 48px; font-weight: 700; color: #654ea3; }
.stat-item .label { font-size: 16px; color: #666; margin-top: 10px; }
.process-flow { display: flex; flex-wrap: wrap; justify-content: center; margin: 40px 0; }
.process-step { text-align: center; padding: 20px; position: relative; flex: 1; min-width: 150px; }
.process-step .step-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #654ea3 0%, #eaafc8 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 15px; }
.process-step h5 { color: #333; font-size: 16px; margin-bottom: 8px; }
.process-step p { color: #666; font-size: 13px; }
.process-step::after { content: '→'; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-size: 24px; color: #654ea3; }
.process-step:last-child::after { display: none; }
