
.ep-section{font-family:Arial,sans-serif;width:100%;}
.ep-wrap{width:1200px;max-width:92%;margin:auto;}
.ep-why{padding:90px 0;background:#fff;}
.ep-title-center{text-align:center;font-size:40px;color:#0f172a;margin:0 0 42px;}
.ep-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.ep-why-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:22px;padding:32px;text-align:center;}
.ep-why-dot{
  width:60px;
  height:60px;
  border-radius:20px;
  background:#2563eb;
  margin:0 auto 22px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:800;
}
.ep-why-card h3{font-size:18px;color:#0f172a;margin:0;line-height:1.4;}
.ep-case{padding:70px 0;background:#f8fafc;}
.ep-case-box{background:#0f172a;color:#fff;border-radius:30px;padding:60px;display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;}
.ep-case-label{color:#93c5fd;font-weight:700;margin-bottom:14px;}
.ep-case h2{font-size:38px;line-height:1.2;margin:0 0 18px;}
.ep-case p{color:#cbd5e1;font-size:17px;line-height:1.7;margin:0;}
.ep-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.ep-metric{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:24px;}
.ep-metric strong{font-size:30px;color:#fff;display:block;margin-bottom:8px;}
.ep-metric span{font-size:14px;color:#cbd5e1;}
.ep-custom{padding:95px 0;background:#1d4ed8;color:#fff;}
.ep-custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.ep-custom h2{font-size:44px;line-height:1.15;margin:0 0 20px;}
.ep-custom p{font-size:18px;line-height:1.8;color:#dbeafe;margin:0;}
.ep-custom-box{background:#fff;color:#0f172a;border-radius:28px;padding:34px;}
.ep-custom-item{padding:18px 0;border-bottom:1px solid #e5e7eb;font-size:18px;font-weight:700;}
.ep-custom-item:last-child{border-bottom:none;}
.ep-btn-dark{display:block;text-align:center;background:#0f172a;color:#fff;text-decoration:none;border-radius:999px;padding:16px 28px;margin-top:24px;font-weight:700;}
.ep-cta{padding:95px 0;background:#fff;}
.ep-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;}
.ep-cta h2{font-size:40px;margin:0 0 18px;color:#0f172a;}
.ep-cta p{font-size:18px;line-height:1.8;color:#64748b;margin:0 0 28px;}
.ep-contact-line{font-size:16px;color:#334155;margin:12px 0;}
.ep-form{background:#f8fafc;border:1px solid #e5e7eb;border-radius:28px;padding:34px;}
.ep-form input,.ep-form textarea{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:14px;padding:15px;margin-bottom:14px;font-size:15px;font-family:Arial,sans-serif;}
.ep-form textarea{min-height:130px;}
.ep-form button{width:100%;background:#2563eb;color:#fff;border:0;border-radius:999px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;}
@media(max-width:991px){
  .ep-why-grid,.ep-case-box,.ep-custom-grid,.ep-cta-grid{grid-template-columns:1fr;}
  .ep-metrics{grid-template-columns:1fr;}
  .ep-title-center,.ep-case h2,.ep-custom h2,.ep-cta h2{font-size:32px;}
}
