.ge-hero { padding: 56px 32px; }
.ge-hero h1 { color: #fff; font-weight: 500; }
.ge-hero p { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.7; }
.ge-btn-primary .vc_btn3 { background-color: #F26522 !important; border-color: #F26522 !important; color: #fff !important; }
.ge-btn-outline .vc_btn3 { background: transparent !important; border: 1.5px solid rgba(255,255,255,0.4) !important; color: #fff !important; }
.ge-hero-img img { border-radius: 8px; }

.ge-stats { padding: 22px 32px; }
.ge-stat-item h3 { color: #fff; font-size: 22px; font-weight: 600; margin-bottom: 2px; }
.ge-stat-item p { color: rgba(255,255,255,0.9); font-size: 11px; }

.ge-section { padding: 48px 32px; background: #fff; border-bottom: 1px solid #ECECEC; }
.ge-section-alt { background: #FAFAFA; }
.ge-section h2 { font-size: 22px; font-weight: 600; color: #1f1f1f; margin: 8px 0; }

.ge-card { background: #fff; border: 1px solid #ECECEC; border-radius: 10px; padding: 20px; }
.ge-card h4 { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.ge-card p { font-size: 12px; color: #5f5f5f; line-height: 1.6; }

.ge-countries-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.ge-country-chip { background: #FAFAFA; border: 1px solid #ECECEC; border-radius: 5px; padding: 8px 12px; font-size: 12px; color: #5f5f5f; }
.ge-country-chip.ge-highlight { border-color: #F26522; color: #F26522; background: rgba(242,101,34,0.06); font-weight: 600; }

.ge-step { text-align: center; position: relative; }
.ge-step-num { width: 40px; height: 40px; border-radius: 50%; background: #F26522; color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; font-weight: 600; }

.ge-product-card { background: #fff; border: 1px solid #ECECEC; border-left: 3px solid #F26522; padding: 16px; }
.ge-product-card h4 { font-size: 13px; font-weight: 600; margin-bottom: 5px; }
.ge-product-card p { font-size: 12px; color: #5f5f5f; }

.ge-industry-chip { background: #FAFAFA; border: 1px solid #ECECEC; border-radius: 6px; padding: 14px; text-align: center; font-size: 13px; font-weight: 500; }

.ge-certs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.ge-cert-pill { display: inline-flex; align-items: center; gap: 7px; background: #FAFAFA; border: 1px solid #ECECEC; border-radius: 20px; padding: 7px 14px; font-size: 12px; }
.ge-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; display: inline-block; }

.ge-faq .vc_tta-panel-title > a { font-size: 13px; font-weight: 600; }
.ge-faq .vc_tta-panel-body { font-size: 12px; color: #5f5f5f; line-height: 1.6; }

.ge-cta { padding: 48px 32px; text-align: center; }
.ge-cta h2 { color: #fff; font-size: 22px; }
.ge-cta p { color: rgba(255,255,255,0.7); font-size: 14px; }

@media (max-width: 768px) {
  .ge-hero, .ge-section, .ge-cta, .ge-stats { padding-left: 20px; padding-right: 20px; }
  .ge-countries-grid { gap: 6px; }
}