:root {
  --ep-dark: #08111f;
  --ep-ink: #101827;
  --ep-muted: #64748b;
  --ep-line: #e5e7eb;
  --ep-soft: #f8fafc;
  --ep-white: #ffffff;
  --ep-blue: #2563eb;
  --ep-green: #16a34a;
  --ep-shadow: 0 22px 70px rgba(8, 17, 31, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.elevatepay-theme {
  margin: 0;
  background: #ffffff;
  color: var(--ep-ink);
  font-family: "Inter", "Maven Pro", Arial, sans-serif;
  overflow-x: hidden;
}

.ep-navbar {
  min-height: 76px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.88);
  box-shadow: 0 14px 35px rgba(8, 17, 31, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ep-navbar .navbar-brand img {
  width: auto;
  max-width: 150px;
  height: 46px;
  object-fit: contain;
}

.ep-navbar .nav-link {
  padding: 0.7rem 0.9rem !important;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.ep-btn,
.ep-navbar .btn,
.ep-search-card .btn,
.ep-cta .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-size: 0.9rem;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.ep-btn:hover,
.ep-navbar .btn:hover,
.ep-search-card .btn:hover,
.ep-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(8, 17, 31, 0.16);
}

.ep-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 150px 0 120px;
  overflow: hidden;
  background-color: var(--ep-dark);
  background-position: center;
  background-size: cover;
}

.ep-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(8, 17, 31, 0.94) 0%, rgba(15, 23, 42, 0.78) 44%, rgba(37, 99, 235, 0.54) 100%),
    radial-gradient(circle at 84% 14%, rgba(34, 197, 94, 0.45), transparent 32%);
  z-index: 1;
}

.ep-hero .container {
  position: relative;
  z-index: 2;
}

.ep-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #dbeafe;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ep-hero h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  color: #ffffff;
  font-size: clamp(2.45rem, 5.7vw, 5.3rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.ep-hero p {
  max-width: 700px;
  color: #dbeafe;
  font-size: 1.08rem;
  line-height: 1.85;
}

.ep-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ep-hero-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--ep-shadow);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.ep-hero-card h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}

.ep-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.ep-stat {
  padding: 18px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.ep-stat strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.ep-stat span {
  display: block;
  margin-top: 6px;
  color: #dbeafe;
  font-size: 0.82rem;
}

.ep-search-card {
  position: relative;
  z-index: 4;
  margin-top: -62px;
  padding: 22px;
  border: 1px solid var(--ep-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--ep-shadow);
}

.ep-search-card .form-control {
  min-height: 50px;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px;
  color: var(--ep-ink);
  font-weight: 700;
}

.ep-section {
  padding: 86px 0;
}

.ep-section-soft {
  background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
}

.ep-section-title {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.ep-section-title h2 {
  margin: 14px 0 12px;
  color: var(--ep-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
}

.ep-section-title p {
  margin: 0;
  color: var(--ep-muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.ep-service-card {
  height: 100%;
  display: block;
  padding: 14px;
  border: 1px solid var(--ep-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(8, 17, 31, 0.07);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ep-service-card:hover {
  border-color: rgba(37, 99, 235, 0.34);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.13);
  text-decoration: none;
}

.ep-service-card img {
  width: 100%;
  height: 78px;
  object-fit: contain;
}

.ep-feature-card {
  height: 100%;
  padding: 28px 22px;
  border: 1px solid var(--ep-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(8, 17, 31, 0.07);
}

.ep-feature-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ep-blue), var(--ep-green));
  color: #ffffff;
  font-size: 1.35rem;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
}

.ep-feature-card h3 {
  color: var(--ep-ink);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ep-feature-card p {
  margin: 0;
  color: var(--ep-muted);
  font-size: 0.93rem;
  line-height: 1.7;
}

.ep-split-card {
  overflow: hidden;
  border: 1px solid var(--ep-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--ep-shadow);
}

.ep-split-card .ep-copy {
  padding: 46px;
}

.ep-split-card h2 {
  color: var(--ep-ink);
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1.08;
}

.ep-split-card p {
  color: var(--ep-muted);
  line-height: 1.78;
}

.ep-visual {
  width: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(22, 163, 74, 0.12)),
    #f8fafc;
}

.ep-visual img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 38px rgba(8, 17, 31, 0.2));
}

.ep-cta {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(30, 64, 175, 0.92)),
    url("landing-assets/img/site-bg.jpg") center/cover no-repeat;
}

.ep-cta h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.08;
}

.ep-cta p {
  color: #dbeafe;
  font-size: 1.06rem;
  line-height: 1.78;
}

.ep-footer {
  background: var(--ep-dark);
}

.ep-footer a {
  text-decoration: none;
}

.ep-footer-bottom {
  background: rgba(0, 0, 0, 0.18);
}

.floating-wpp {
  z-index: 30;
}

@media (max-width: 991.98px) {
  .ep-hero {
    min-height: auto;
    padding: 125px 0 100px;
  }

  .ep-hero-card {
    margin-top: 38px;
  }

  .ep-search-card {
    margin-top: -44px;
  }

  .ep-split-card .ep-copy {
    padding: 34px 26px;
  }
}

@media (max-width: 575.98px) {
  .ep-navbar .navbar-brand img {
    max-width: 124px;
    height: 40px;
  }

  .ep-hero {
    padding: 112px 0 82px;
  }

  .ep-hero-actions .ep-btn,
  .ep-hero-actions .btn {
    width: 100%;
  }

  .ep-stat-grid {
    grid-template-columns: 1fr;
  }

  .ep-search-card {
    padding: 16px;
  }

  .ep-section {
    padding: 62px 0;
  }

  .ep-service-card img {
    height: 60px;
  }

  .ep-visual {
    min-height: 260px;
    padding: 24px;
  }
}
