.esvc-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.esvc-service-single section { padding: 60px 0; }
.esvc-hero { text-align: center; }
.esvc-eyebrow { text-transform: uppercase; letter-spacing: .06em; font-weight: 600; color: #6b46c1; margin-bottom: 8px; }
.esvc-hero-title { font-size: clamp(28px, 4vw, 48px); margin: 0 0 16px; }
.esvc-hero-desc { max-width: 760px; margin: 0 auto 24px; }
.esvc-btn { display: inline-block; padding: 12px 28px; border-radius: 6px; text-decoration: none; font-weight: 600; }
.esvc-btn-primary { background: #6b46c1; color: #fff; }
.esvc-btn-secondary { background: transparent; border: 2px solid #6b46c1; color: #6b46c1; }
.esvc-hero-media img { max-width: 100%; height: auto; margin-top: 24px; border-radius: 8px; }

.esvc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 24px; }
.esvc-feature-card, .esvc-case-card { border: 1px solid #e5e5e5; border-radius: 10px; padding: 24px; text-decoration: none; color: inherit; display: block; }
.esvc-feature-icon img { max-width: 48px; height: auto; margin-bottom: 12px; }

.esvc-why-choose { text-align: center; background: #faf9fc; }
.esvc-rich-text { max-width: 780px; margin: 0 auto 20px; }

.esvc-body-content .esvc-rich-text { margin-bottom: 0; text-align: left; }
.esvc-body-content .esvc-rich-text > *:last-child { margin-bottom: 0; }

.esvc-steps { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; counter-reset: esvc-step; }
.esvc-step { position: relative; padding-top: 8px; }
.esvc-step-number { display: inline-block; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 50%; background: #6b46c1; color: #fff; font-weight: 700; margin-bottom: 8px; }

.esvc-tech-block { margin-bottom: 32px; }
.esvc-tech-logos { list-style: none; display: flex; flex-wrap: wrap; gap: 16px; padding: 0; margin-top: 12px; }
.esvc-tech-logo-item { text-align: center; width: 90px; font-size: 12px; }
.esvc-tech-logo-item img { max-width: 48px; height: auto; display: block; margin: 0 auto 6px; }

.esvc-faq-list { max-width: 820px; margin: 24px auto 0; }
.esvc-faq-item { border-bottom: 1px solid #e5e5e5; padding: 16px 0; }
.esvc-faq-item summary { cursor: pointer; font-weight: 600; }
.esvc-faq-answer { margin-top: 10px; color: #444; }
