/* ============================================================
   EV CHARGING PAGE — STYLES (variables inlined)
   ============================================================ */

/* ---------- HERO ---------- */
.wms-ev-hero {
  position: relative;
  padding: 150px 0 90px;
  background: linear-gradient(115deg, rgba(10,31,10,0.62) 0%, rgba(30,126,52,0.52) 60%, rgba(0,191,165,0.35) 100%),
              url('https://worldmachinerystore.co/assets/uploads/documents/2026/09/1789759541_7ae1f462935deef41407.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.wms-ev-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 1rem;
}
.wms-ev-hero h1 span {
  background: linear-gradient(135deg, #a7f3b5, #4caf50, #00bfa5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wms-ev-hero p {
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.wms-ev-hero .breadcrumb {
  background: transparent;
  justify-content: center;
  margin-bottom: 1.25rem;
  padding: 0;
}
.wms-ev-hero .breadcrumb a { color: #a7f3b5; text-decoration: none; font-weight: 600; }
.wms-ev-hero .breadcrumb-item.active { color: rgba(255,255,255,0.85); }
.wms-ev-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

.wms-hero-btns {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
}
.wms-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #1e7e34, #4caf50);
  color: #fff;
  padding: 0.9rem 1.75rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 14px 30px -12px rgba(76, 175, 80, 0.65);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
}
.wms-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 36px -12px rgba(76, 175, 80, 0.8);
}
.wms-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  padding: 0.9rem 1.75rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.wms-btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(167, 243, 181, 0.6);
  color: #fff;
}

/* ---------- SECTION BASE ---------- */
.wms-ev-section { padding: 80px 0; background: #fff; }
.wms-ev-section.alt { background: #f6f8f6; }
.wms-ev-section.warm { background: #f6f3ee; }

.wms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #e9f2eb;
  color: #1e7e34;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  border: 1px solid rgba(30, 126, 52, 0.18);
}
.wms-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}
.wms-section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0a1f0a;
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.wms-section-head h2 span {
  background: linear-gradient(120deg, #1e7e34, #4caf50, #00bfa5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wms-section-head p {
  color: #2e4a2e;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* ---------- INTRO ---------- */
.wms-ev-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.wms-ev-intro-text h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0a1f0a;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.wms-ev-intro-text p {
  color: #2e4a2e;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}
.wms-ev-intro-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 24px 48px -24px rgba(30, 126, 52, 0.35);
  display: block;
}

/* ---------- CHARGER CARDS ---------- */
.wms-charger-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.wms-charger-card {
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 20px;
  padding: 2.25rem 1.85rem;
  text-align: left;
  box-shadow: 0 10px 26px -14px rgba(20, 60, 20, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.wms-charger-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1e7e34, #4caf50, #00bfa5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wms-charger-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 40px -16px rgba(30, 126, 52, 0.28);
  border-color: rgba(76, 175, 80, 0.35);
}
.wms-charger-card:hover::before { opacity: 1; }

.wms-charger-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #e9f2eb;
  color: #1e7e34;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}
.wms-charger-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0a1f0a;
  margin: 0 0 0.6rem;
  letter-spacing: -0.015em;
}
.wms-charger-card p {
  color: #2e4a2e;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.wms-charger-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.wms-charger-specs li {
  font-size: 0.72rem;
  font-weight: 700;
  background: #f2f7f2;
  color: #1e7e34;
  padding: 0.32rem 0.7rem;
  border-radius: 50px;
  border: 1px solid rgba(30, 126, 52, 0.12);
}

/* ---------- WHY US ---------- */
.wms-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.wms-why-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wms-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px -16px rgba(30, 126, 52, 0.25);
}
.wms-why-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e7e34, #4caf50);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  box-shadow: 0 10px 22px -10px rgba(76, 175, 80, 0.6);
}
.wms-why-card h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #0a1f0a;
  margin: 0 0 0.5rem;
}
.wms-why-card p {
  color: #2e4a2e;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- PROCESS ---------- */
.wms-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
}
.wms-step {
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  position: relative;
  text-align: left;
}
.wms-step-num {
  position: absolute;
  top: -16px;
  left: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e7e34, #4caf50);
  color: #fff;
  font-weight: 900;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px -8px rgba(76, 175, 80, 0.65);
}
.wms-step h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #0a1f0a;
  margin: 0.85rem 0 0.5rem;
}
.wms-step p {
  color: #2e4a2e;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- SPECS TABLE ---------- */
.wms-specs-wrap {
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px -18px rgba(20, 60, 20, 0.15);
}
.wms-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.wms-specs-table thead {
  background: linear-gradient(135deg, #1e7e34, #4caf50);
  color: #fff;
}
.wms-specs-table th {
  padding: 1.1rem 1.25rem;
  text-align: left;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.wms-specs-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5ebe5;
  color: #2e4a2e;
  font-size: 0.92rem;
}
.wms-specs-table tbody tr:last-child td { border-bottom: none; }
.wms-specs-table tbody tr:hover { background: #f7fbf7; }
.wms-specs-table td strong { color: #0a1f0a; font-weight: 700; }

/* ---------- INDUSTRIES ---------- */
.wms-industries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.wms-industry {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 12px;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: #0a1f0a;
  font-size: 0.92rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.wms-industry:hover {
  border-color: rgba(76, 175, 80, 0.4);
  transform: translateY(-2px);
}
.wms-industry i {
  font-size: 1.25rem;
  color: #1e7e34;
  flex-shrink: 0;
}

/* ---------- FAQ ---------- */
.wms-faq { max-width: 840px; margin: 0 auto; }
.wms-faq-item {
  background: #fff;
  border: 1px solid #e5ebe5;
  border-radius: 14px;
  margin-bottom: 0.85rem;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.wms-faq-item:hover { box-shadow: 0 12px 24px -14px rgba(30, 126, 52, 0.2); }
.wms-faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.15rem 1.35rem;
  font-weight: 700;
  font-size: 0.98rem;
  color: #0a1f0a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-family: inherit;
}
.wms-faq-q i {
  color: #1e7e34;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.wms-faq-item.open .wms-faq-q i { transform: rotate(180deg); }
.wms-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0 1.35rem;
  color: #2e4a2e;
  line-height: 1.7;
  font-size: 0.94rem;
}
.wms-faq-item.open .wms-faq-a {
  max-height: 300px;
  padding: 0 1.35rem 1.25rem;
}

/* ---------- CTA ---------- */
.wms-ev-cta {
  background: linear-gradient(135deg, #0a1f0a 0%, #1e7e34 100%);
  border-radius: 24px;
  padding: 3.5rem 2.5rem;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 48px -20px rgba(30, 126, 52, 0.35);
}
.wms-ev-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
}
.wms-ev-cta > * { position: relative; z-index: 1; }
.wms-ev-cta h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
}
.wms-ev-cta p {
  color: #c8e6c9;
  max-width: 620px;
  margin: 0 auto 1.75rem;
  line-height: 1.65;
}
.wms-ev-cta .wms-btn-primary {
  background: #fff;
  color: #1e7e34;
}
.wms-ev-cta .wms-btn-primary:hover { color: #1e7e34; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .wms-ev-section { padding: 60px 0; }
  .wms-ev-intro { grid-template-columns: 1fr; gap: 2rem; }
  .wms-charger-grid { grid-template-columns: 1fr 1fr; }
  .wms-why-grid { grid-template-columns: repeat(2, 1fr); }
  .wms-steps { grid-template-columns: repeat(2, 1fr); }
  .wms-industries { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .wms-charger-grid,
  .wms-why-grid,
  .wms-steps,
  .wms-industries { grid-template-columns: 1fr; }
  .wms-specs-table th, .wms-specs-table td { padding: 0.75rem 0.9rem; font-size: 0.82rem; }
  .wms-ev-hero { padding: 120px 0 70px; }
}