/*
Theme Name: EPMLogic
Theme URI: https://epmlogic.com
Author: EPMLogic
Author URI: https://epmlogic.com
Description: Custom enterprise architecture theme for EPMLogic — Workday Adaptive Planning specialists.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: epmlogic
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: #0F172A;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Serif Display', serif;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

/* ============================================================
   GLOBAL NAV
   ============================================================ */
.epm-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #E2E6EE;
  padding: 0 60px;
}
.epm-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.epm-nav-logo {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #0F172A;
  font-family: 'DM Sans', sans-serif;
}
.epm-nav-logo span { color: #155EEF; }

.epm-nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}
.epm-nav-menu a {
  font-size: 13px;
  font-weight: 500;
  color: #5B6475;
  font-family: 'DM Sans', sans-serif;
  transition: color .2s;
}
.epm-nav-menu a:hover,
.epm-nav-menu .current-menu-item a { color: #0F172A; }

.epm-nav-cta {
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #155EEF, #0B3C91);
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  box-shadow: 0 4px 16px rgba(21,94,239,.28);
  transition: transform .2s, box-shadow .2s;
}
.epm-nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(21,94,239,.36); }

/* Hamburger */
.epm-nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.epm-nav-hamburger span {
  width: 22px; height: 2px;
  background: #0F172A; border-radius: 99px;
  transition: all .3s;
}

/* ============================================================
   PAGE WRAPPER (scoped styles)
   ============================================================ */
.epm-page *,
.epm-page *::before,
.epm-page *::after { box-sizing: border-box; }
.epm-page {
  font-family: 'DM Sans', sans-serif;
  color: #0F172A;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}
.epm-page a { text-decoration: none; color: inherit; }

/* ============================================================
   HERO
   ============================================================ */
.epm-hero {
  padding: 90px 60px 80px;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 64px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}
.epm-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: #155EEF; background: #EEF4FF;
  padding: 6px 16px 6px 10px; border-radius: 999px; margin-bottom: 28px;
  border: 1px solid #C9D9FC;
}
.epm-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #155EEF; }
.epm-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(40px, 4.4vw, 66px);
  line-height: 1.03; letter-spacing: -0.035em;
  color: #0F172A; margin-bottom: 24px;
}
.epm-hero h1 em { font-style: italic; color: #155EEF; }
.epm-hero-lead { font-size: 17px; line-height: 1.82; color: #5B6475; max-width: 520px; margin-bottom: 18px; }
.epm-hero-sub {
  font-size: 14px; line-height: 1.75; color: #5B6475; max-width: 480px; margin-bottom: 40px;
  padding-left: 16px; border-left: 2px solid #C9D9FC;
}
.epm-btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.epm-btn-primary {
  padding: 14px 28px; border-radius: 999px;
  background: linear-gradient(135deg, #155EEF, #0B3C91);
  color: #fff; font-size: 14px; font-weight: 500;
  box-shadow: 0 6px 24px rgba(21,94,239,.28);
  transition: transform .2s, box-shadow .2s; display: inline-block;
  font-family: 'DM Sans', sans-serif;
}
.epm-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(21,94,239,.36); }
.epm-btn-outline {
  padding: 14px 28px; border-radius: 999px;
  border: 1.5px solid #E2E6EE; color: #0F172A;
  font-size: 14px; font-weight: 500;
  transition: border-color .2s, color .2s; display: inline-block;
  font-family: 'DM Sans', sans-serif;
}
.epm-btn-outline:hover { border-color: #155EEF; color: #155EEF; }

/* Hero trio */
.epm-hero-trio { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.epm-ht {
  padding: 18px 20px; border-radius: 14px;
  border: 1px solid #E2E6EE; background: #fff;
  transition: box-shadow .3s, transform .3s;
}
.epm-ht:hover { box-shadow: 0 10px 28px rgba(15,23,42,.07); transform: translateY(-2px); }
.epm-ht-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: #EEF4FF; display: flex; align-items: center; justify-content: center; margin-bottom: 10px;
}
.epm-ht-icon svg { width: 17px; height: 17px; stroke: #155EEF; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.epm-ht h4 { font-size: 12px; font-weight: 500; color: #0F172A; margin-bottom: 4px; font-family: 'DM Sans', sans-serif; }
.epm-ht p { font-size: 11px; line-height: 1.6; color: #5B6475; font-family: 'DM Sans', sans-serif; }

/* Hero visual */
.epm-hero-visual { position: relative; padding-bottom: 24px; }
.epm-hv-main {
  background: #071427; border-radius: 24px; padding: 36px;
  box-shadow: 0 32px 80px rgba(15,23,42,.2);
  position: relative; overflow: hidden;
}
.epm-hv-main::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(21,94,239,.2) 0%, transparent 70%);
}
.epm-hv-tag { font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; font-family: 'DM Sans', sans-serif; }
.epm-hv-title { font-family: 'DM Serif Display', serif; font-size: 20px; color: #fff; margin-bottom: 4px; line-height: 1.3; }
.epm-hv-sub { font-size: 12px; color: rgba(255,255,255,.4); margin-bottom: 26px; font-family: 'DM Sans', sans-serif; }
.epm-hv-bars { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.epm-hv-bar-row { display: flex; align-items: center; gap: 10px; }
.epm-hv-bar-label { font-size: 11px; color: rgba(255,255,255,.45); width: 78px; flex-shrink: 0; font-family: 'DM Sans', sans-serif; }
.epm-hv-bar-track { flex: 1; height: 5px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; }
.epm-hv-bar-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, #155EEF, #4F8EF7); }
.epm-hv-bar-val { font-size: 11px; color: rgba(255,255,255,.5); width: 32px; text-align: right; flex-shrink: 0; font-family: 'DM Sans', sans-serif; }
.epm-hv-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.epm-hv-metric {
  background: rgba(255,255,255,.06); border-radius: 12px; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.07);
}
.epm-hv-metric-num { font-family: 'DM Serif Display', serif; font-size: 24px; color: #fff; margin-bottom: 3px; }
.epm-hv-metric-label { font-size: 10px; color: rgba(255,255,255,.38); font-family: 'DM Sans', sans-serif; }
.epm-hv-badge {
  position: absolute; bottom: -20px; right: 28px;
  background: #fff; border-radius: 12px; padding: 12px 18px;
  box-shadow: 0 10px 36px rgba(15,23,42,.14);
  display: flex; align-items: center; gap: 10px;
  border: 1px solid #E2E6EE;
}
.epm-hv-bdot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }
.epm-hv-btext { font-size: 12px; font-weight: 500; color: #0F172A; font-family: 'DM Sans', sans-serif; }
.epm-hv-bsub { font-size: 11px; color: #5B6475; font-family: 'DM Sans', sans-serif; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.epm-trust { background: #F8F9FC; padding: 36px 60px; border-top: 1px solid #E2E6EE; border-bottom: 1px solid #E2E6EE; }
.epm-trust-inner { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; gap: 36px; }
.epm-trust-label { font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #5B6475; white-space: nowrap; flex-shrink: 0; font-family: 'DM Sans', sans-serif; }
.epm-trust-div { width: 1px; height: 26px; background: #E2E6EE; flex-shrink: 0; }
.epm-trust-logos { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; flex: 1; }
.epm-trust-logo { font-size: 13px; color: #B0B8C8; white-space: nowrap; font-family: 'DM Sans', sans-serif; }
.epm-trust-logo.p { color: #7A90B0; font-weight: 500; }

/* ============================================================
   SECTION UTILITIES
   ============================================================ */
.epm-section { padding: 100px 60px; max-width: 1320px; margin: 0 auto; }
.epm-dark-band { background: #071427; padding: 100px 0; }
.epm-dark-inner { max-width: 1320px; margin: 0 auto; padding: 0 60px; }
.epm-light-band { background: #F8F9FC; padding: 100px 0; border-top: 1px solid #E2E6EE; border-bottom: 1px solid #E2E6EE; }
.epm-light-inner { max-width: 1320px; margin: 0 auto; padding: 0 60px; }
.epm-s-tag { font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #155EEF; margin-bottom: 16px; font-family: 'DM Sans', sans-serif; }
.epm-dark-band .epm-s-tag { color: rgba(255,255,255,.35); }
.epm-s-h2 { font-family: 'DM Serif Display', serif; font-size: clamp(32px, 3vw, 50px); letter-spacing: -0.03em; line-height: 1.08; color: #0F172A; margin-bottom: 20px; max-width: 640px; }
.epm-s-h2 em { font-style: italic; color: #155EEF; }
.epm-dark-band .epm-s-h2 { color: #fff; }
.epm-s-lead { font-size: 16px; line-height: 1.8; color: #5B6475; max-width: 580px; margin-bottom: 56px; font-family: 'DM Sans', sans-serif; }
.epm-dark-band .epm-s-lead { color: rgba(255,255,255,.5); }

/* ============================================================
   SERVICES GRID
   ============================================================ */
.epm-svc-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.epm-svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.epm-svc {
  padding: 34px; border-radius: 20px;
  border: 1px solid #E2E6EE; background: #fff;
  transition: box-shadow .3s, transform .3s;
  position: relative; overflow: hidden;
}
.epm-svc::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #155EEF, #0B3C91);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.epm-svc:hover { box-shadow: 0 20px 56px rgba(15,23,42,.09); transform: translateY(-4px); }
.epm-svc:hover::after { transform: scaleX(1); }
.epm-svc-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: #EEF4FF; display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.epm-svc-icon svg { width: 21px; height: 21px; stroke: #155EEF; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.epm-svc h3 { font-size: 15px; font-weight: 500; color: #0F172A; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.epm-svc p { font-size: 13px; line-height: 1.75; color: #5B6475; font-family: 'DM Sans', sans-serif; }
.epm-svc-tag {
  display: inline-block; margin-top: 16px;
  font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  color: #155EEF; background: #EEF4FF; padding: 4px 10px; border-radius: 99px; font-family: 'DM Sans', sans-serif;
}

/* ============================================================
   PLATFORMS
   ============================================================ */
.epm-plat-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 44px; }
.epm-plat-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 26px 22px; text-align: center;
  transition: background .3s, border-color .3s;
}
.epm-plat-card:hover { background: rgba(21,94,239,.12); border-color: rgba(21,94,239,.3); }
.epm-plat-name { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 5px; font-family: 'DM Sans', sans-serif; }
.epm-plat-type { font-size: 11px; color: rgba(255,255,255,.4); font-family: 'DM Sans', sans-serif; }

/* ============================================================
   WHY SECTION
   ============================================================ */
.epm-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.epm-why-points { display: flex; flex-direction: column; gap: 18px; }
.epm-why-pt {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 24px; border-radius: 16px;
  border: 1px solid #E2E6EE;
  transition: box-shadow .3s, transform .3s;
}
.epm-why-pt:hover { box-shadow: 0 12px 36px rgba(15,23,42,.07); transform: translateX(4px); }
.epm-why-pt-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: #EEF4FF; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.epm-why-pt-icon svg { width: 18px; height: 18px; stroke: #155EEF; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.epm-why-pt h4 { font-size: 14px; font-weight: 500; color: #0F172A; margin-bottom: 5px; font-family: 'DM Sans', sans-serif; }
.epm-why-pt p { font-size: 13px; line-height: 1.7; color: #5B6475; font-family: 'DM Sans', sans-serif; }
.epm-why-right { background: #071427; border-radius: 24px; padding: 44px; box-shadow: 0 32px 80px rgba(15,23,42,.18); }
.epm-why-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
.epm-why-stat {
  background: rgba(255,255,255,.06); border-radius: 14px; padding: 22px;
  border: 1px solid rgba(255,255,255,.07);
}
.epm-why-stat-num { font-family: 'DM Serif Display', serif; font-size: 34px; color: #fff; margin-bottom: 4px; }
.epm-why-stat-num sup { font-size: 18px; color: #155EEF; }
.epm-why-stat-label { font-size: 11px; color: rgba(255,255,255,.38); font-family: 'DM Sans', sans-serif; }
.epm-why-quote { font-family: 'DM Serif Display', serif; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.65); font-style: italic; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }

/* ============================================================
   PROCESS
   ============================================================ */
.epm-proc-steps {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  margin-top: 56px; position: relative;
}
.epm-proc-steps::before {
  content: ''; position: absolute;
  top: 26px; left: calc(12.5%); right: calc(12.5%); height: 1px;
  background: #C9D9FC; z-index: 0;
}
.epm-proc-step { padding: 0 20px; text-align: center; position: relative; z-index: 1; }
.epm-proc-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: #fff; border: 2px solid #C9D9FC;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-family: 'DM Serif Display', serif; font-size: 18px; color: #155EEF;
  transition: background .3s, border-color .3s, color .3s;
}
.epm-proc-step:hover .epm-proc-num { background: #155EEF; border-color: #155EEF; color: #fff; }
.epm-proc-step h4 { font-size: 14px; font-weight: 500; color: #0F172A; margin-bottom: 8px; font-family: 'DM Sans', sans-serif; }
.epm-proc-step p { font-size: 13px; line-height: 1.7; color: #5B6475; font-family: 'DM Sans', sans-serif; }

/* ============================================================
   BLOG GRID
   ============================================================ */
.epm-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.epm-blog-card {
  border-radius: 20px; overflow: hidden;
  border: 1px solid #E2E6EE;
  transition: box-shadow .3s, transform .3s;
}
.epm-blog-card:hover { box-shadow: 0 20px 56px rgba(15,23,42,.09); transform: translateY(-4px); }
.epm-blog-img { height: 160px; display: flex; align-items: center; justify-content: center; }
.epm-blog-img.b1 { background: linear-gradient(135deg, #EEF4FF, #C9D9FC); }
.epm-blog-img.b2 { background: linear-gradient(135deg, #071427, #0B3C91); }
.epm-blog-img.b3 { background: linear-gradient(135deg, #F0F4FF, #D6E4FF); }
.epm-blog-body { padding: 24px 26px; }
.epm-blog-cat { font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #155EEF; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.epm-blog-card h3 { font-size: 15px; font-weight: 500; color: #0F172A; margin-bottom: 8px; line-height: 1.45; font-family: 'DM Sans', sans-serif; }
.epm-blog-card p { font-size: 13px; line-height: 1.7; color: #5B6475; margin-bottom: 16px; font-family: 'DM Sans', sans-serif; }
.epm-blog-link { font-size: 12px; font-weight: 500; color: #155EEF; display: inline-flex; align-items: center; gap: 5px; font-family: 'DM Sans', sans-serif; }

/* ============================================================
   CTA BAND
   ============================================================ */
.epm-cta {
  margin: 0 60px 80px; border-radius: 26px;
  background: linear-gradient(135deg, #071427 0%, #0B3C91 100%);
  padding: 80px;
  display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center;
  position: relative; overflow: hidden;
}
.epm-cta::before {
  content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 70%);
}
.epm-cta-left { position: relative; z-index: 1; }
.epm-cta-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 32px; }
.epm-cta-col h4 { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 7px; font-family: 'DM Sans', sans-serif; }
.epm-cta-col p { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.5); font-family: 'DM Sans', sans-serif; }
.epm-cta-col-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.epm-cta-col-icon svg { width: 15px; height: 15px; stroke: rgba(255,255,255,.7); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.epm-cta h2 { font-family: 'DM Serif Display', serif; font-size: clamp(28px, 2.6vw, 44px); color: #fff; letter-spacing: -0.03em; line-height: 1.1; max-width: 500px; margin-bottom: 8px; }
.epm-cta h2 em { font-style: italic; color: rgba(255,255,255,.5); }
.epm-cta > .epm-cta-left > p { font-size: 15px; color: rgba(255,255,255,.5); max-width: 420px; font-family: 'DM Sans', sans-serif; }
.epm-cta-right { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; flex-shrink: 0; position: relative; z-index: 1; }
.epm-btn-white {
  padding: 14px 30px; border-radius: 999px;
  background: #fff; color: #0F172A;
  font-size: 14px; font-weight: 500; white-space: nowrap;
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
  transition: transform .2s, box-shadow .2s; display: inline-block;
  font-family: 'DM Sans', sans-serif;
}
.epm-btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(0,0,0,.3); }
.epm-btn-ghost-white {
  padding: 14px 30px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.25); color: rgba(255,255,255,.8);
  font-size: 14px; font-weight: 500; white-space: nowrap;
  transition: border-color .2s; display: inline-block;
  font-family: 'DM Sans', sans-serif;
}
.epm-btn-ghost-white:hover { border-color: rgba(255,255,255,.6); }

/* ============================================================
   FOOTER
   ============================================================ */
.epm-footer { background: #071427; padding: 70px 60px 0; }
.epm-footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.epm-footer-logo { font-size: 16px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.epm-footer-tagline { font-size: 13px; color: rgba(255,255,255,.28); margin-bottom: 20px; font-style: italic; font-family: 'DM Serif Display', serif; line-height: 1.5; }
.epm-footer-desc { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.36); max-width: 280px; margin-bottom: 24px; font-family: 'DM Sans', sans-serif; }
.epm-footer-contact a { display: flex; align-items: center; gap: 9px; font-size: 13px; color: rgba(255,255,255,.42); margin-bottom: 9px; transition: color .2s; font-family: 'DM Sans', sans-serif; }
.epm-footer-contact a:hover { color: #fff; }
.epm-footer-contact svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.epm-footer-col h4 { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.22); margin-bottom: 16px; font-family: 'DM Sans', sans-serif; }
.epm-footer-col li { margin-bottom: 10px; }
.epm-footer-col a { font-size: 13px; color: rgba(255,255,255,.42); transition: color .2s; font-family: 'DM Sans', sans-serif; }
.epm-footer-col a:hover { color: #fff; }
.epm-footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.05); }
.epm-footer-copy { font-size: 12px; color: rgba(255,255,255,.2); font-family: 'DM Sans', sans-serif; }
.epm-footer-status { display: flex; align-items: center; gap: 7px; font-size: 12px; color: rgba(255,255,255,.2); font-family: 'DM Sans', sans-serif; }
.epm-status-dot { width: 5px; height: 5px; border-radius: 50%; background: #22c55e; }
.epm-footer-links { display: flex; gap: 22px; }
.epm-footer-links a { font-size: 12px; color: rgba(255,255,255,.2); transition: color .2s; font-family: 'DM Sans', sans-serif; }
.epm-footer-links a:hover { color: rgba(255,255,255,.6); }

/* ============================================================
   INNER PAGE STYLES (About, Services, Contact, etc.)
   ============================================================ */
.epm-inner-hero {
  padding: 80px 60px 70px;
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.epm-inner-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 1.06; letter-spacing: -0.03em;
  color: #0F172A; margin-bottom: 20px;
}
.epm-inner-hero h1 em { font-style: italic; color: #155EEF; }
.epm-inner-hero p { font-size: 17px; line-height: 1.8; color: #5B6475; }
.epm-inner-hero-right { background: #F8F9FC; border-radius: 20px; padding: 40px; border: 1px solid #E2E6EE; }

/* Blog single */
.epm-post-hero { padding: 80px 60px 60px; max-width: 860px; margin: 0 auto; }
.epm-post-hero .epm-s-tag { margin-bottom: 20px; }
.epm-post-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.06; letter-spacing: -0.03em;
  color: #0F172A; margin-bottom: 20px;
}
.epm-post-meta { font-size: 13px; color: #5B6475; display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 48px; font-family: 'DM Sans', sans-serif; }
.epm-post-content { max-width: 860px; margin: 0 auto; padding: 0 60px 80px; }
.epm-post-content p { font-size: 16px; line-height: 1.85; color: #334155; margin-bottom: 24px; }
.epm-post-content h2 { font-family: 'DM Serif Display', serif; font-size: 28px; color: #0F172A; margin: 40px 0 16px; }
.epm-post-content h3 { font-family: 'DM Serif Display', serif; font-size: 22px; color: #0F172A; margin: 32px 0 12px; }
.epm-post-content ul, .epm-post-content ol { padding-left: 24px; margin-bottom: 24px; }
.epm-post-content li { font-size: 16px; line-height: 1.8; color: #334155; margin-bottom: 8px; }
.epm-post-content blockquote {
  border-left: 3px solid #155EEF; padding-left: 24px; margin: 32px 0;
  font-family: 'DM Serif Display', serif; font-style: italic; font-size: 20px; color: #0F172A; line-height: 1.55;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1100px) {
  .epm-nav { padding: 0 40px; }
  .epm-hero { grid-template-columns: 1fr; padding: 70px 40px 60px; }
  .epm-hero-visual { display: none; }
  .epm-svc-header { grid-template-columns: 1fr; }
  .epm-svc-grid { grid-template-columns: repeat(2,1fr); }
  .epm-plat-grid { grid-template-columns: repeat(3,1fr); }
  .epm-why-grid { grid-template-columns: 1fr; }
  .epm-why-right { display: none; }
  .epm-proc-steps { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .epm-proc-steps::before { display: none; }
  .epm-blog-grid { grid-template-columns: 1fr 1fr; }
  .epm-cta { grid-template-columns: 1fr; margin: 0 40px 72px; padding: 56px 44px; }
  .epm-cta-cols { grid-template-columns: 1fr; }
  .epm-footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .epm-inner-hero { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .epm-nav { padding: 0 24px; }
  .epm-nav-menu { display: none; }
  .epm-nav-hamburger { display: flex; }
  .epm-nav-menu.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: absolute; top: 68px; left: 0; right: 0;
    background: #fff; padding: 24px; border-bottom: 1px solid #E2E6EE;
    gap: 20px; z-index: 99;
  }
  .epm-hero { padding: 60px 24px 50px; }
  .epm-hero-trio { grid-template-columns: 1fr; }
  .epm-trust { padding: 28px 24px; }
  .epm-trust-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .epm-trust-div { display: none; }
  .epm-section { padding: 64px 24px; }
  .epm-dark-inner, .epm-light-inner { padding: 0 24px; }
  .epm-dark-band, .epm-light-band { padding: 64px 0; }
  .epm-svc-grid, .epm-blog-grid { grid-template-columns: 1fr; }
  .epm-plat-grid { grid-template-columns: repeat(2,1fr); }
  .epm-proc-steps { grid-template-columns: 1fr; }
  .epm-cta { margin: 0 20px 64px; padding: 44px 28px; }
  .epm-footer { padding: 56px 24px 0; }
  .epm-footer-top { grid-template-columns: 1fr; gap: 30px; }
  .epm-footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
  .epm-footer-links { flex-wrap: wrap; justify-content: center; }
  .epm-inner-hero { padding: 60px 24px 50px; }
  .epm-post-hero, .epm-post-content { padding-left: 24px; padding-right: 24px; }
}
