/* ==========================================================================
   Eppich24 — Teppichreinigung Wien — main.css
   Unique design system (ep- prefix): fresh teal + warm sand on cool cream.
   Fonts: Sora (display) + Inter (body). Responsive 1920px → 375px.
   ========================================================================== */

:root {
  --ep-bg: #F4F7F5;
  --ep-surface: #FFFFFF;
  --ep-surface-2: #EAF2EE;
  --ep-soft: #DFF0E9;
  --ep-ink: #16241F;
  --ep-ink-2: #1F332C;
  --ep-body: #465650;
  --ep-muted: #5F6F68;
  --ep-primary: #0E7C66;
  --ep-primary-d: #0A5C4C;
  --ep-primary-l: #14A184;
  --ep-accent: #E0A83C;
  --ep-accent-d: #C68A22;
  --ep-line: #DBE6E0;
  --ep-dark: #12211C;
  --ep-dark-2: #172C24;
  --ep-star: #E5A93B;
  --ep-shadow: 0 12px 34px rgba(16,45,38,.09);
  --ep-shadow-sm: 0 4px 14px rgba(16,45,38,.07);
  --ep-radius: 16px;
  --ep-radius-lg: 24px;
  --ep-display: 'Sora', system-ui, -apple-system, Segoe UI, sans-serif;
  --ep-font: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  --ep-wrap: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: clip; }

body {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 375px;
  font-family: var(--ep-font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ep-body);
  background: var(--ep-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--ep-display); color: var(--ep-ink); line-height: 1.15; margin: 0; font-weight: 700; letter-spacing: -.01em; overflow-wrap: break-word; }
p { margin: 0; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* Section rhythm */
.ep-svc, .ep-ba, .ep-method, .ep-proc, .ep-why, .ep-price, .ep-calc,
.ep-pickup, .ep-geo, .ep-about, .ep-team, .ep-rev, .ep-blog, .ep-faq, .ep-seo {
  padding: 92px 24px;
}
.ep-svc__inner, .ep-ba__inner, .ep-method__inner, .ep-proc__inner, .ep-why__inner,
.ep-price__inner, .ep-calc__inner, .ep-pickup__inner, .ep-geo__inner, .ep-about__inner,
.ep-team__inner, .ep-rev__inner, .ep-blog__inner, .ep-faq__inner, .ep-seo__inner {
  max-width: var(--ep-wrap);
  margin: 0 auto;
}

/* Eyebrow */
.ep-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ep-font);
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ep-primary);
  margin-bottom: 14px;
}
.ep-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--ep-primary); border-radius: 2px; }
.ep-eyebrow--light { color: #8FE0CB; }
.ep-eyebrow--light::before { background: #8FE0CB; }

/* Shared section head */
.ep-svc__head, .ep-ba__head, .ep-proc__head, .ep-why__head, .ep-price__head,
.ep-calc__head, .ep-team__head, .ep-rev__head, .ep-blog__head, .ep-faq__head {
  max-width: 760px; margin: 0 auto 48px; text-align: center;
}
.ep-svc__head h2, .ep-ba__head h2, .ep-proc__head h2, .ep-why__head h2, .ep-price__head h2,
.ep-calc__head h2, .ep-team__head h2, .ep-rev__head h2, .ep-blog__head h2, .ep-faq__head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 14px;
}
.ep-svc__head p, .ep-ba__head p, .ep-proc__head p, .ep-why__head p, .ep-price__head p,
.ep-calc__head p, .ep-team__head p { color: var(--ep-muted); font-size: 1.02rem; }
.ep-svc__head .ep-eyebrow, .ep-ba__head .ep-eyebrow, .ep-proc__head .ep-eyebrow,
.ep-why__head .ep-eyebrow, .ep-price__head .ep-eyebrow, .ep-calc__head .ep-eyebrow,
.ep-team__head .ep-eyebrow, .ep-rev__head .ep-eyebrow, .ep-blog__head .ep-eyebrow,
.ep-faq__head .ep-eyebrow { justify-content: center; }
.ep-svc__head .ep-eyebrow::after, .ep-ba__head .ep-eyebrow::after, .ep-proc__head .ep-eyebrow::after,
.ep-why__head .ep-eyebrow::after, .ep-price__head .ep-eyebrow::after, .ep-calc__head .ep-eyebrow::after,
.ep-team__head .ep-eyebrow::after, .ep-rev__head .ep-eyebrow::after, .ep-blog__head .ep-eyebrow::after,
.ep-faq__head .ep-eyebrow::after { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; opacity: .5; }

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */
.ep-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid var(--ep-line);
}
.ep-nav__inner {
  max-width: 1240px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; gap: 22px;
}
.ep-nav__brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.ep-nav__brand-mark {
  width: 44px; height: 44px; border-radius: 13px;
  background: linear-gradient(150deg, var(--ep-primary), var(--ep-primary-l));
  display: grid; place-items: center; box-shadow: var(--ep-shadow-sm);
}
.ep-nav__brand-mark img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.ep-nav__brand-txt { display: flex; flex-direction: column; line-height: 1.1; }
.ep-nav__brand-txt strong { font-family: var(--ep-display); font-size: 1.28rem; color: var(--ep-ink); font-weight: 800; letter-spacing: -.02em; }
.ep-nav__brand-txt strong span { color: var(--ep-primary); }
.ep-nav__brand-txt small { font-size: .72rem; color: var(--ep-muted); letter-spacing: .04em; }
.ep-nav__menu { display: flex; align-items: center; gap: 4px; }
.ep-nav__link {
  padding: 9px 14px; border-radius: 10px; font-size: .95rem; font-weight: 600; color: var(--ep-ink-2);
  transition: background .15s, color .15s;
}
.ep-nav__link:hover { background: var(--ep-soft); color: var(--ep-primary-d); }
.ep-nav__link.is-current { background: var(--ep-soft); color: var(--ep-primary-d); }
.ep-nav__phone {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 16px; border-radius: 12px; border: 1.5px solid var(--ep-line);
  font-weight: 700; color: var(--ep-ink); font-size: .95rem; white-space: nowrap;
  transition: border-color .15s, background .15s;
}
.ep-nav__phone:hover { border-color: var(--ep-primary); background: var(--ep-soft); }
.ep-nav__phone img { width: 18px; height: 18px; }
.ep-nav__burger { display: none; width: 46px; height: 46px; border: 1.5px solid var(--ep-line); border-radius: 12px; background: var(--ep-surface); cursor: pointer; padding: 0; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.ep-nav__burger span { width: 22px; height: 2px; background: var(--ep-ink); border-radius: 2px; transition: .2s; }

/* Drawer */
.ep-nav__drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 320px; max-width: 86vw;
  background: var(--ep-surface); z-index: 120; transform: translateX(100%); visibility: hidden;
  transition: transform .28s ease, visibility .28s; display: flex; flex-direction: column;
  padding: 20px; box-shadow: -18px 0 40px rgba(16,45,38,.14);
}
.ep-nav__drawer.is-open { transform: translateX(0); visibility: visible; }
.ep-nav__drawer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--ep-line); }
.ep-nav__drawer-top span { font-family: var(--ep-display); font-weight: 700; color: var(--ep-ink); }
.ep-nav__drawer-x { width: 40px; height: 40px; border: 1px solid var(--ep-line); border-radius: 10px; background: var(--ep-surface); cursor: pointer; display: grid; place-items: center; }
.ep-nav__drawer-x img { width: 22px; height: 22px; }
.ep-nav__drawer-nav { display: flex; flex-direction: column; gap: 2px; margin: 14px 0; }
.ep-nav__drawer-nav a { padding: 13px 12px; border-radius: 10px; font-weight: 600; color: var(--ep-ink-2); }
.ep-nav__drawer-nav a:hover { background: var(--ep-soft); }
.ep-nav__drawer-act { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.ep-nav__drawer-phone { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px; border-radius: 12px; border: 1.5px solid var(--ep-line); font-weight: 700; color: var(--ep-ink); }
.ep-nav__drawer-phone img { width: 20px; height: 20px; }
.ep-nav__drawer-cta { text-align: center; padding: 14px; border-radius: 12px; background: var(--ep-primary); color: #fff; font-weight: 700; }
.ep-nav__backdrop { position: fixed; inset: 0; background: rgba(16,33,28,.42); z-index: 110; opacity: 0; visibility: hidden; transition: .25s; }
.ep-nav__backdrop.is-open { opacity: 1; visibility: visible; }

/* ==========================================================================
   HERO
   ========================================================================== */
.ep-hero { position: relative; overflow: hidden; }
.ep-hero__bg { position: absolute; inset: 0; z-index: 0; }
.ep-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.ep-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(12,33,28,.82) 0%, rgba(12,33,28,.62) 42%, rgba(12,33,28,.15) 74%, rgba(12,33,28,0) 100%);
}
.ep-hero__inner { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 96px 24px; }
.ep-hero__panel { max-width: 620px; }
.ep-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 15px; border-radius: 100px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24);
  color: #EAF7F2; font-size: .82rem; font-weight: 600; letter-spacing: .02em; margin-bottom: 22px;
  backdrop-filter: blur(4px);
}
.ep-hero__eyebrow img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.ep-hero__title { font-size: clamp(2.6rem, 6vw, 4.4rem); color: #fff; font-weight: 800; letter-spacing: -.02em; overflow-wrap: break-word; hyphens: auto; }
.ep-hero__title span { color: var(--ep-accent); }
.ep-hero__slogan { font-family: var(--ep-display); font-size: clamp(1.1rem, 2.4vw, 1.5rem); color: #CFEDE3; font-weight: 600; margin: 12px 0 18px; }
.ep-hero__intro { color: rgba(238,247,244,.9); font-size: 1.06rem; max-width: 540px; }
.ep-hero__intro strong { color: #fff; }
.ep-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 34px; }
.ep-hero__cta-main {
  display: inline-flex; align-items: center; gap: 11px; padding: 15px 26px; border-radius: 13px;
  background: var(--ep-primary); color: #fff; font-weight: 700; font-size: 1.02rem;
  box-shadow: 0 14px 30px rgba(14,124,102,.4); transition: transform .15s, background .15s;
}
.ep-hero__cta-main:hover { background: var(--ep-primary-l); transform: translateY(-2px); }
.ep-hero__cta-main img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.ep-hero__cta-ghost {
  display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: 13px;
  background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.4); color: #fff; font-weight: 600;
  transition: background .15s;
}
.ep-hero__cta-ghost:hover { background: rgba(255,255,255,.2); }
.ep-hero__cta-ghost img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.ep-hero__stats { display: flex; gap: 14px; flex-wrap: wrap; }
.ep-hero__stats li {
  flex: 1 1 140px; min-width: 0; padding: 14px 18px; border-radius: 14px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(6px);
}
.ep-hero__stats strong { display: block; font-family: var(--ep-display); font-size: 1.35rem; color: #fff; font-weight: 700; }
.ep-hero__stats small { color: rgba(230,244,239,.82); font-size: .82rem; }

/* ==========================================================================
   USP STRIP
   ========================================================================== */
.ep-usp { padding: 0 24px; margin-top: -40px; position: relative; z-index: 3; }
.ep-usp__inner {
  max-width: var(--ep-wrap); margin: 0 auto;
  background: var(--ep-surface); border-radius: var(--ep-radius-lg); box-shadow: var(--ep-shadow);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 12px;
}
.ep-usp__item { display: flex; align-items: center; gap: 13px; padding: 18px; border-radius: 14px; }
.ep-usp__item--accent { background: var(--ep-soft); }
.ep-usp__ico { width: 48px; height: 48px; flex: none; border-radius: 13px; background: var(--ep-surface-2); display: grid; place-items: center; }
.ep-usp__item--accent .ep-usp__ico { background: var(--ep-primary); }
.ep-usp__ico img { width: 22px; height: 22px; }
.ep-usp__item--accent .ep-usp__ico img { filter: brightness(0) invert(1); }
.ep-usp__tx { display: flex; flex-direction: column; }
.ep-usp__tx strong { font-family: var(--ep-display); font-size: .98rem; color: var(--ep-ink); }
.ep-usp__tx small { font-size: .82rem; color: var(--ep-muted); }

/* ==========================================================================
   MATERIALS CHIPS
   ========================================================================== */
.ep-mat { padding: 64px 24px 28px; }
.ep-mat__inner { max-width: var(--ep-wrap); margin: 0 auto; text-align: center; }
.ep-mat__label { display: block; font-family: var(--ep-display); font-weight: 600; color: var(--ep-ink); margin-bottom: 20px; font-size: 1.05rem; }
.ep-mat__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ep-mat__chip {
  padding: 9px 17px; border-radius: 100px; background: var(--ep-surface); border: 1px solid var(--ep-line);
  font-weight: 600; font-size: .92rem; color: var(--ep-ink-2); box-shadow: var(--ep-shadow-sm);
}
.ep-mat__chip:nth-child(3n) { color: var(--ep-primary-d); border-color: #BEE0D5; background: var(--ep-soft); }

/* ==========================================================================
   SERVICES (filterable grid)
   ========================================================================== */
.ep-svc { background: var(--ep-bg); }
.ep-svc__filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 34px; }
.ep-svc__filter {
  padding: 11px 20px; border-radius: 100px; border: 1.5px solid var(--ep-line); background: var(--ep-surface);
  font-family: var(--ep-font); font-weight: 600; font-size: .93rem; color: var(--ep-ink-2); cursor: pointer;
  transition: all .16s;
}
.ep-svc__filter:hover { border-color: var(--ep-primary); color: var(--ep-primary-d); }
.ep-svc__filter.is-active { background: var(--ep-primary); border-color: var(--ep-primary); color: #fff; }
.ep-svc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ep-svc__card {
  background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius);
  padding: 24px; display: flex; flex-direction: column; gap: 10px; position: relative;
  transition: transform .16s, box-shadow .16s, border-color .16s;
}
.ep-svc__card:hover { transform: translateY(-4px); box-shadow: var(--ep-shadow); border-color: #C7E2D8; }
.ep-svc__card.is-hidden { display: none; }
.ep-svc__card-ico { width: 50px; height: 50px; border-radius: 14px; background: var(--ep-soft); display: grid; place-items: center; }
.ep-svc__card-ico img { width: 24px; height: 24px; }
.ep-svc__card h3 { font-size: 1.12rem; }
.ep-svc__card p { color: var(--ep-muted); font-size: .93rem; line-height: 1.55; flex-grow: 1; }
.ep-svc__price { align-self: flex-start; padding: 6px 13px; border-radius: 100px; background: var(--ep-surface-2); color: var(--ep-primary-d); font-weight: 700; font-size: .88rem; }
.ep-svc__foot { text-align: center; margin-top: 34px; color: var(--ep-muted); }
.ep-svc__foot a { color: var(--ep-primary); font-weight: 700; }

/* ==========================================================================
   BEFORE / AFTER
   ========================================================================== */
.ep-ba { background: var(--ep-surface-2); }
.ep-ba__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ep-ba__card { background: var(--ep-surface); border-radius: var(--ep-radius-lg); overflow: hidden; box-shadow: var(--ep-shadow-sm); }
.ep-ba__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.ep-ba__fig { position: relative; margin: 0; }
.ep-ba__fig img { width: 100%; height: 200px; object-fit: cover; }
.ep-ba__tag { position: absolute; left: 10px; bottom: 10px; padding: 4px 11px; border-radius: 100px; font-size: .74rem; font-weight: 700; color: #fff; letter-spacing: .03em; }
.ep-ba__tag--before { background: rgba(18,33,28,.82); }
.ep-ba__tag--after { background: var(--ep-primary); }
.ep-ba__cap { padding: 20px 22px 24px; }
.ep-ba__cap h3 { font-size: 1.08rem; margin-bottom: 7px; }
.ep-ba__cap p { color: var(--ep-muted); font-size: .9rem; }

/* ==========================================================================
   METHODS
   ========================================================================== */
.ep-method__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 46px; align-items: start; }
.ep-method__aside h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 14px; }
.ep-method__aside p { color: var(--ep-muted); margin-bottom: 22px; }
.ep-method__media { border-radius: var(--ep-radius-lg); overflow: hidden; box-shadow: var(--ep-shadow); }
.ep-method__media img { width: 100%; height: 300px; object-fit: cover; }
.ep-method__cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--ep-primary-d); font-weight: 700; }
.ep-method__cta img { width: 18px; height: 18px; }
.ep-method__rows { display: flex; flex-direction: column; gap: 14px; }
.ep-method__row { display: flex; align-items: center; gap: 16px; background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius); padding: 20px 22px; }
.ep-method__row-ico { width: 50px; height: 50px; flex: none; border-radius: 14px; background: var(--ep-soft); display: grid; place-items: center; }
.ep-method__row-ico img { width: 24px; height: 24px; }
.ep-method__row-bd { flex: 1; min-width: 0; }
.ep-method__row-bd h3 { font-size: 1.08rem; margin-bottom: 4px; }
.ep-method__row-bd p { color: var(--ep-muted); font-size: .9rem; }
.ep-method__row-tag { flex: none; padding: 6px 12px; border-radius: 100px; background: var(--ep-surface-2); color: var(--ep-primary-d); font-weight: 600; font-size: .8rem; }
.ep-method__hook { display: flex; align-items: center; gap: 18px; background: linear-gradient(120deg, var(--ep-primary-d), var(--ep-primary)); border-radius: var(--ep-radius); padding: 24px; color: #fff; }
.ep-method__hook-ico { width: 54px; height: 54px; flex: none; border-radius: 14px; background: rgba(255,255,255,.16); display: grid; place-items: center; }
.ep-method__hook-ico img { width: 26px; height: 26px; filter: brightness(0) invert(1); }
.ep-method__hook-txt { flex: 1; min-width: 0; }
.ep-method__hook-txt strong { font-family: var(--ep-display); display: block; margin-bottom: 4px; }
.ep-method__hook-txt p { color: rgba(255,255,255,.9); font-size: .9rem; }
.ep-method__hook-txt p strong { color: #fff; display: inline; }
.ep-method__hook-cta { flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 12px; background: #fff; color: var(--ep-primary-d); font-weight: 700; font-size: .9rem; }
.ep-method__hook-cta img { width: 18px; height: 18px; }

/* ==========================================================================
   PROCESS (vertical timeline)
   ========================================================================== */
.ep-proc { background: var(--ep-surface-2); }
.ep-proc__track { max-width: 760px; margin: 0 auto; position: relative; display: flex; flex-direction: column; gap: 22px; }
.ep-proc__track::before { content: ""; position: absolute; left: 27px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--ep-primary), var(--ep-soft)); }
.ep-proc__step { display: flex; align-items: flex-start; gap: 22px; position: relative; }
.ep-proc__step-n { flex: none; width: 56px; height: 56px; border-radius: 16px; background: var(--ep-primary); color: #fff; display: grid; place-items: center; font-family: var(--ep-display); font-weight: 700; font-size: 1.3rem; box-shadow: 0 8px 18px rgba(14,124,102,.28); position: relative; z-index: 1; }
.ep-proc__step:nth-child(even) .ep-proc__step-n { background: var(--ep-ink); }
.ep-proc__step-bd { background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius); padding: 18px 22px; flex: 1; box-shadow: var(--ep-shadow-sm); }
.ep-proc__step-bd h3 { font-size: 1.12rem; margin-bottom: 5px; }
.ep-proc__step-bd p { color: var(--ep-muted); font-size: .93rem; }

/* ==========================================================================
   WHY (dark band)
   ========================================================================== */
.ep-why { background: var(--ep-dark); color: #D6E4DE; }
.ep-why__head h2 { color: #fff; }
.ep-why__head p { color: rgba(214,228,222,.8); }
.ep-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ep-why__card { background: var(--ep-dark-2); border: 1px solid rgba(255,255,255,.08); border-radius: var(--ep-radius); padding: 26px; }
.ep-why__card h3 { color: #fff; font-size: 1.12rem; margin-bottom: 10px; }
.ep-why__card p { color: rgba(206,222,215,.78); font-size: .93rem; }
.ep-why__card-ico { width: 52px; height: 52px; border-radius: 14px; background: rgba(20,161,132,.18); display: grid; place-items: center; margin-bottom: 16px; }
.ep-why__card-ico img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.ep-why__badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; }
.ep-why__badge { display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px; border-radius: 100px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #E7F1EC; font-weight: 600; font-size: .9rem; }
.ep-why__badge img { width: 20px; height: 20px; filter: brightness(0) invert(1); }

/* ==========================================================================
   PRICE
   ========================================================================== */
.ep-price__pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 34px; }
.ep-price__pkg { position: relative; background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius-lg); padding: 30px 26px; }
.ep-price__pkg--featured { border-color: var(--ep-primary); box-shadow: 0 18px 40px rgba(14,124,102,.16); }
.ep-price__pkg-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 6px 16px; border-radius: 100px; background: var(--ep-accent); color: #3a2a06; font-weight: 700; font-size: .78rem; letter-spacing: .04em; }
.ep-price__pkg-head { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.ep-price__pkg-ico { width: 50px; height: 50px; flex: none; border-radius: 14px; background: var(--ep-soft); display: grid; place-items: center; }
.ep-price__pkg--featured .ep-price__pkg-ico { background: var(--ep-primary); }
.ep-price__pkg-ico img { width: 24px; height: 24px; }
.ep-price__pkg--featured .ep-price__pkg-ico img { filter: brightness(0) invert(1); }
.ep-price__pkg-head h3 { font-size: 1.16rem; }
.ep-price__pkg-price { display: flex; align-items: baseline; gap: 7px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--ep-line); }
.ep-price__pkg-price span { color: var(--ep-muted); font-size: .9rem; }
.ep-price__pkg-price strong { font-family: var(--ep-display); font-size: 2.2rem; color: var(--ep-ink); font-weight: 800; }
.ep-price__pkg-price small { color: var(--ep-muted); font-size: .88rem; }
.ep-price__pkg-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.ep-price__pkg-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .93rem; color: var(--ep-ink-2); }
.ep-price__pkg-list img { width: 16px; height: 16px; margin-top: 4px; flex: none; }
.ep-price__pkg-cta { display: block; text-align: center; padding: 14px; border-radius: 12px; border: 1.5px solid var(--ep-primary); color: var(--ep-primary-d); font-weight: 700; transition: background .15s, color .15s; }
.ep-price__pkg-cta:hover { background: var(--ep-primary); color: #fff; }
.ep-price__pkg--featured .ep-price__pkg-cta { background: var(--ep-primary); color: #fff; }
.ep-price__pkg--featured .ep-price__pkg-cta:hover { background: var(--ep-primary-d); }
.ep-price__single { background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius-lg); padding: 30px; }
.ep-price__single-title { font-size: 1.22rem; margin-bottom: 20px; }
.ep-price__list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 34px; }
.ep-price__row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--ep-line); }
.ep-price__row span { color: var(--ep-ink-2); font-size: .95rem; }
.ep-price__row b { color: var(--ep-primary-d); font-weight: 700; white-space: nowrap; }
.ep-price__row--free b { color: var(--ep-accent-d); }
.ep-price__note { margin-top: 20px; font-size: .84rem; color: var(--ep-muted); line-height: 1.6; }

/* ==========================================================================
   CALCULATOR
   ========================================================================== */
.ep-calc { background: var(--ep-surface-2); }
.ep-calc__panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius-lg); padding: 30px; box-shadow: var(--ep-shadow-sm); }
.ep-calc__inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: start; min-width: 0; }
.ep-calc__label { display: flex; flex-direction: column; gap: 9px; font-weight: 600; color: var(--ep-ink); font-size: .92rem; min-width: 0; }
.ep-calc__label--full { grid-column: 1 / -1; }
.ep-calc__label b { color: var(--ep-primary-d); }
.ep-calc__input { padding: 13px 14px; border-radius: 12px; border: 1.5px solid var(--ep-line); background: var(--ep-bg); font-family: var(--ep-font); font-size: .95rem; color: var(--ep-ink); min-width: 0; }
.ep-calc__input:focus { outline: none; border-color: var(--ep-primary); }
.ep-calc__range { -webkit-appearance: none; appearance: none; width: 100%; height: 7px; border-radius: 100px; background: var(--ep-soft); outline: none; }
.ep-calc__range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--ep-primary); cursor: pointer; border: 4px solid #fff; box-shadow: 0 3px 8px rgba(14,124,102,.4); }
.ep-calc__range::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: var(--ep-primary); cursor: pointer; border: 4px solid #fff; }
.ep-calc__out { background: var(--ep-dark); border-radius: var(--ep-radius); padding: 26px; color: #D6E4DE; display: flex; flex-direction: column; min-width: 0; }
.ep-calc__out-line { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.ep-calc__out-line span { color: rgba(214,228,222,.82); font-size: .92rem; }
.ep-calc__out-line strong { font-family: var(--ep-display); color: #fff; font-size: 1.05rem; }
.ep-calc__out-line--total { border-bottom: none; padding-top: 16px; }
.ep-calc__out-line--total span { color: #fff; font-weight: 600; }
.ep-calc__out-line--total strong { font-size: 1.7rem; color: var(--ep-accent); }
.ep-calc__out-note { font-size: .78rem; color: rgba(206,222,215,.7); margin: 12px 0 18px; }
.ep-calc__cta { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px; border-radius: 12px; background: var(--ep-primary); color: #fff; font-weight: 700; }
.ep-calc__cta:hover { background: var(--ep-primary-l); }
.ep-calc__cta img { width: 18px; height: 18px; filter: brightness(0) invert(1); }

/* ==========================================================================
   PICKUP SERVICE
   ========================================================================== */
.ep-pickup__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.ep-pickup__left h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 16px; }
.ep-pickup__left p { color: var(--ep-muted); margin-bottom: 24px; }
.ep-pickup__cta { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 12px; background: var(--ep-primary); color: #fff; font-weight: 700; }
.ep-pickup__cta:hover { background: var(--ep-primary-l); }
.ep-pickup__cta img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.ep-pickup__list { display: flex; flex-direction: column; gap: 14px; }
.ep-pickup__list li { display: flex; align-items: flex-start; gap: 15px; background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius); padding: 18px 20px; }
.ep-pickup__ico { width: 46px; height: 46px; flex: none; border-radius: 13px; background: var(--ep-soft); display: grid; place-items: center; }
.ep-pickup__ico img { width: 22px; height: 22px; }
.ep-pickup__list strong { font-family: var(--ep-display); display: block; color: var(--ep-ink); font-size: 1rem; margin-bottom: 3px; }
.ep-pickup__list small { color: var(--ep-muted); font-size: .9rem; }

/* ==========================================================================
   GEO
   ========================================================================== */
.ep-geo { background: var(--ep-surface-2); }
.ep-geo__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.ep-geo__left h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 16px; }
.ep-geo__left p { color: var(--ep-muted); margin-bottom: 22px; }
.ep-geo__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.ep-geo__chips span { padding: 8px 14px; border-radius: 100px; background: var(--ep-surface); border: 1px solid var(--ep-line); font-size: .86rem; font-weight: 600; color: var(--ep-ink-2); }
.ep-geo__cta { display: inline-flex; align-items: center; gap: 10px; color: var(--ep-primary-d); font-weight: 700; }
.ep-geo__cta img { width: 18px; height: 18px; }
.ep-geo__map { position: relative; border-radius: var(--ep-radius-lg); overflow: hidden; box-shadow: var(--ep-shadow); }
.ep-geo__map img { width: 100%; height: 100%; object-fit: cover; }
.ep-geo__map-badge { position: absolute; left: 18px; bottom: 18px; padding: 11px 18px; border-radius: 14px; background: rgba(255,255,255,.94); font-size: .88rem; font-weight: 600; color: var(--ep-ink); box-shadow: var(--ep-shadow-sm); }
.ep-geo__map-badge strong { color: var(--ep-primary); font-family: var(--ep-display); font-size: 1.15rem; }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.ep-about__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: center; }
.ep-about__media { position: relative; align-self: center; }
.ep-about__media img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; display: block; border-radius: var(--ep-radius-lg); box-shadow: var(--ep-shadow); }
.ep-about__badge { position: absolute; right: -16px; bottom: 26px; background: var(--ep-surface); border-radius: 16px; padding: 16px 20px; box-shadow: var(--ep-shadow); display: flex; flex-direction: column; }
.ep-about__badge strong { font-family: var(--ep-display); font-size: 1.7rem; color: var(--ep-primary); font-weight: 800; }
.ep-about__badge span { font-size: .76rem; color: var(--ep-muted); }
.ep-about__text h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 16px; }
.ep-about__text p { color: var(--ep-muted); margin-bottom: 16px; }
.ep-about__points { display: flex; flex-direction: column; gap: 11px; margin: 22px 0; }
.ep-about__points li { display: flex; align-items: center; gap: 11px; color: var(--ep-ink-2); font-size: .96rem; }
.ep-about__points img { width: 16px; height: 16px; flex: none; }
.ep-about__cta { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 12px; background: var(--ep-primary); color: #fff; font-weight: 700; }
.ep-about__cta:hover { background: var(--ep-primary-l); }
.ep-about__cta img { width: 18px; height: 18px; filter: brightness(0) invert(1); }

/* ==========================================================================
   TEAM
   ========================================================================== */
.ep-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ep-team__card { background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius-lg); overflow: hidden; box-shadow: var(--ep-shadow-sm); }
.ep-team__media img { width: 100%; height: 340px; object-fit: cover; }
.ep-team__body { padding: 22px; }
.ep-team__body h3 { font-size: 1.16rem; }
.ep-team__role { display: inline-block; margin: 5px 0 10px; color: var(--ep-primary-d); font-weight: 600; font-size: .88rem; }
.ep-team__body p { color: var(--ep-muted); font-size: .92rem; }

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.ep-rev__inner { text-align: center; }
.ep-rev__rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 4px; color: var(--ep-ink-2); font-weight: 600; }
.ep-rev__stars { color: var(--ep-star); letter-spacing: 2px; }
.ep-rev__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.ep-rev__card { background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius); padding: 24px; box-shadow: var(--ep-shadow-sm); }
.ep-rev__card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ep-rev__card-ava { width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--ep-primary); color: #fff; display: grid; place-items: center; font-family: var(--ep-display); font-weight: 700; font-size: 1.15rem; }
.ep-rev__card-meta { flex: 1; min-width: 0; }
.ep-rev__card-meta h3 { font-size: 1rem; }
.ep-rev__card-meta span { font-size: .82rem; color: var(--ep-primary-d); font-weight: 600; }
.ep-rev__card-stars { color: var(--ep-star); font-size: .82rem; letter-spacing: 1px; }
.ep-rev__card-body { color: var(--ep-body); font-size: .93rem; line-height: 1.6; margin-bottom: 14px; }
.ep-rev__card-date { font-size: .8rem; color: var(--ep-muted); }
.ep-rev__more { display: inline-flex; align-items: center; gap: 9px; margin-top: 34px; padding: 13px 24px; border-radius: 12px; border: 1.5px solid var(--ep-primary); color: var(--ep-primary-d); font-weight: 700; }
.ep-rev__more:hover { background: var(--ep-primary); color: #fff; }
.ep-rev__more img { width: 18px; height: 18px; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.ep-blog { background: var(--ep-surface-2); }
.ep-blog__inner { text-align: center; }
.ep-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; }
.ep-blog__card { background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius-lg); overflow: hidden; box-shadow: var(--ep-shadow-sm); transition: transform .16s, box-shadow .16s; }
.ep-blog__card:hover { transform: translateY(-4px); box-shadow: var(--ep-shadow); }
.ep-blog__media { overflow: hidden; }
.ep-blog__media img { width: 100%; height: 200px; object-fit: cover; transition: transform .3s; }
.ep-blog__card:hover .ep-blog__media img { transform: scale(1.05); }
.ep-blog__body { padding: 22px; }
.ep-blog__tag { display: inline-block; margin-bottom: 10px; padding: 4px 12px; border-radius: 100px; background: var(--ep-soft); color: var(--ep-primary-d); font-size: .76rem; font-weight: 700; }
.ep-blog__body h3 { font-size: 1.1rem; margin-bottom: 8px; }
.ep-blog__body p { color: var(--ep-muted); font-size: .9rem; margin-bottom: 12px; }
.ep-blog__readmore { color: var(--ep-primary); font-weight: 700; font-size: .9rem; }
.ep-blog__more { display: inline-flex; align-items: center; gap: 9px; margin-top: 34px; padding: 13px 24px; border-radius: 12px; border: 1.5px solid var(--ep-primary); color: var(--ep-primary-d); font-weight: 700; }
.ep-blog__more:hover { background: var(--ep-primary); color: #fff; }
.ep-blog__more img { width: 18px; height: 18px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.ep-faq__list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.ep-faq__item { background: var(--ep-surface); border: 1px solid var(--ep-line); border-radius: var(--ep-radius); overflow: hidden; }
.ep-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-family: var(--ep-display); font-weight: 600; color: var(--ep-ink); cursor: pointer; list-style: none; font-size: 1.02rem; }
.ep-faq__item summary::-webkit-details-marker { display: none; }
.ep-faq__item summary img { width: 20px; height: 20px; flex: none; transition: transform .22s; }
.ep-faq__item[open] summary img { transform: rotate(180deg); }
.ep-faq__item[open] summary { color: var(--ep-primary-d); }
.ep-faq__item div { padding: 0 24px 22px; }
.ep-faq__item div p { color: var(--ep-muted); font-size: .95rem; line-height: 1.65; }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.ep-contact { position: relative; padding: 96px 24px; overflow: hidden; }
.ep-contact__bg { position: absolute; inset: 0; z-index: 0; }
.ep-contact__bg img { width: 100%; height: 100%; object-fit: cover; }
.ep-contact__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(12,33,28,.94), rgba(12,33,28,.82)); }
.ep-contact__inner { position: relative; z-index: 1; max-width: var(--ep-wrap); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.ep-contact__info h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 16px; }
.ep-contact__info > p { color: rgba(230,244,239,.86); margin-bottom: 20px; }
.ep-contact__hint { display: flex; align-items: center; gap: 11px; padding: 14px 18px; border-radius: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #EAF7F2; font-size: .9rem; margin-bottom: 22px; }
.ep-contact__hint img { width: 18px; height: 18px; filter: brightness(0) invert(1); flex: none; }
.ep-contact__hint strong { color: #fff; }
.ep-contact__details { display: flex; flex-direction: column; gap: 14px; }
.ep-contact__details li { display: flex; align-items: center; gap: 13px; color: rgba(230,244,239,.9); font-size: .96rem; }
.ep-contact__details img { width: 20px; height: 20px; filter: brightness(0) invert(1); flex: none; }
.ep-contact__details a { color: #fff; font-weight: 600; }
.ep-contact__panel { background: var(--ep-surface); border-radius: var(--ep-radius-lg); padding: 30px; box-shadow: var(--ep-shadow); }
.ep-contact__form-title { font-size: 1.3rem; margin-bottom: 20px; }
.ep-contact__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ep-contact__field { margin-bottom: 14px; }
.ep-contact__input, .ep-contact__textarea { width: 100%; padding: 14px 15px; border-radius: 12px; border: 1.5px solid var(--ep-line); background: var(--ep-bg); font-family: var(--ep-font); font-size: .96rem; color: var(--ep-ink); resize: vertical; }
.ep-contact__input:focus, .ep-contact__textarea:focus { outline: none; border-color: var(--ep-primary); background: #fff; }
.ep-contact__error { color: #C0392B; font-size: .8rem; margin-top: 5px; }
.ep-contact__submit { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border: none; border-radius: 12px; background: var(--ep-primary); color: #fff; font-family: var(--ep-font); font-weight: 700; font-size: 1rem; cursor: pointer; transition: background .15s; }
.ep-contact__submit:hover { background: var(--ep-primary-l); }
.ep-contact__submit img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.ep-contact__success { margin-top: 14px; padding: 14px; border-radius: 12px; background: var(--ep-soft); color: var(--ep-primary-d); font-weight: 600; text-align: center; }

/* ==========================================================================
   SEO TEXT
   ========================================================================== */
.ep-seo__inner { max-width: 900px; }
.ep-seo__h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 22px; }
.ep-seo p { color: var(--ep-body); margin-bottom: 18px; }
.ep-seo h3 { font-size: 1.28rem; margin: 30px 0 12px; color: var(--ep-ink); }
.ep-seo__inset { background: var(--ep-surface); border: 1px solid var(--ep-line); border-left: 4px solid var(--ep-primary); border-radius: var(--ep-radius); padding: 24px 26px; margin: 26px 0; }
.ep-seo__inset h4 { font-size: 1.1rem; margin-bottom: 14px; color: var(--ep-ink); }
.ep-seo__inset ul { display: flex; flex-direction: column; gap: 9px; }
.ep-seo__inset li { position: relative; padding-left: 24px; color: var(--ep-body); font-size: .95rem; }
.ep-seo__inset li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; border-radius: 50%; background: var(--ep-soft); border: 2px solid var(--ep-primary); }
.ep-seo__inset--dark { background: var(--ep-dark); border-color: var(--ep-dark); border-left-color: var(--ep-accent); }
.ep-seo__inset--dark h4 { color: #fff !important; }
.ep-seo__inset--dark p { color: rgba(230,244,239,.9) !important; margin: 0; }
.ep-seo__inset--dark a { color: var(--ep-accent) !important; font-weight: 700; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ep-foot { background: var(--ep-dark); color: #C7D6D0; padding: 66px 24px 30px; }
.ep-foot__inner { max-width: var(--ep-wrap); margin: 0 auto; }
.ep-foot__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.ep-foot__brand-col { max-width: 560px; }
.ep-foot__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ep-foot__brand-mark { width: 44px; height: 44px; border-radius: 13px; background: linear-gradient(150deg, var(--ep-primary), var(--ep-primary-l)); display: grid; place-items: center; }
.ep-foot__brand-mark img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.ep-foot__brand-name { font-family: var(--ep-display); font-size: 1.3rem; font-weight: 800; color: #fff; display: block; }
.ep-foot__brand-sub { font-size: .78rem; color: #8FB4A9; }
.ep-foot__about { color: rgba(199,214,208,.78); font-size: .93rem; }
.ep-foot__about strong { color: #E7F1EC; }
.ep-foot__top-cta { flex: none; display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 12px; background: var(--ep-primary); color: #fff; font-weight: 700; }
.ep-foot__top-cta:hover { background: var(--ep-primary-l); }
.ep-foot__top-cta img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.ep-foot__grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.ep-foot__col-title { font-size: 1rem; color: #fff; margin-bottom: 16px; }
.ep-foot__links { display: flex; flex-direction: column; gap: 10px; }
.ep-foot__links a { color: rgba(199,214,208,.8); font-size: .92rem; }
.ep-foot__links a:hover { color: #fff; }
.ep-foot__contact { display: flex; flex-direction: column; gap: 12px; }
.ep-foot__contact-item { display: flex; align-items: center; gap: 11px; color: rgba(199,214,208,.85); font-size: .92rem; }
.ep-foot__contact-item img { width: 18px; height: 18px; filter: brightness(0) invert(1); flex: none; }
.ep-foot__contact-item a:hover { color: #fff; }
.ep-foot__regions { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.ep-foot__regions-label { display: block; font-size: .84rem; color: #8FB4A9; margin-bottom: 14px; }
.ep-foot__regions-row { display: flex; flex-wrap: wrap; gap: 9px; }
.ep-foot__region { padding: 7px 14px; border-radius: 100px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); font-size: .84rem; color: rgba(199,214,208,.85); }
.ep-foot__region:hover { background: rgba(255,255,255,.12); color: #fff; }
.ep-foot__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; }
.ep-foot__copy { font-size: .86rem; color: #8FB4A9; }
.ep-foot__legal { display: flex; gap: 20px; }
.ep-foot__legal a { font-size: .86rem; color: rgba(199,214,208,.8); }
.ep-foot__legal a:hover { color: #fff; }

/* Fixed Call Button (FAB) */
.ep-fab { position: fixed; right: 22px; bottom: 22px; z-index: 90; }
.ep-fab__btn { width: 65px; height: 65px; border-radius: 50%; background: var(--ep-primary); display: grid; place-items: center; box-shadow: 0 12px 28px rgba(14,124,102,.5); animation: ep-pulse 2.2s infinite; }
.ep-fab__btn img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
@keyframes ep-pulse { 0% { box-shadow: 0 12px 28px rgba(14,124,102,.5), 0 0 0 0 rgba(14,124,102,.5); } 70% { box-shadow: 0 12px 28px rgba(14,124,102,.5), 0 0 0 18px rgba(14,124,102,0); } 100% { box-shadow: 0 12px 28px rgba(14,124,102,.5), 0 0 0 0 rgba(14,124,102,0); } }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1200px) {
  .ep-svc__grid { grid-template-columns: repeat(2, 1fr); }
  .ep-why__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
  .ep-nav__menu, .ep-nav__phone { display: none; }
  .ep-nav__burger { display: flex; }
  .ep-svc, .ep-ba, .ep-method, .ep-proc, .ep-why, .ep-price, .ep-calc,
  .ep-pickup, .ep-geo, .ep-about, .ep-team, .ep-rev, .ep-blog, .ep-faq, .ep-seo { padding: 66px 22px; }
  .ep-method__inner, .ep-pickup__inner, .ep-geo__inner, .ep-about__inner, .ep-calc__panel, .ep-contact__inner { grid-template-columns: 1fr; gap: 30px; }
  .ep-about__inner { gap: 40px; }
  .ep-about__media { max-width: 480px; margin: 0 auto; }
  .ep-usp__inner { grid-template-columns: repeat(2, 1fr); }
  .ep-price__pkgs { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto 34px; }
  .ep-price__pkg--featured { order: -1; }
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .ep-svc__grid, .ep-ba__grid, .ep-team__grid, .ep-rev__cards, .ep-blog__grid { grid-template-columns: 1fr; }
  .ep-why__grid { grid-template-columns: 1fr; }
  .ep-price__list { grid-template-columns: 1fr; gap: 0; }
  .ep-calc__inputs { grid-template-columns: 1fr; }
  .ep-hero__inner { padding: 60px 22px; }
  .ep-method__hook { flex-direction: column; align-items: flex-start; text-align: left; }
  .ep-method__row-tag { display: none; }
  .ep-foot__top { flex-direction: column; }
  .ep-foot__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .ep-foot__col:last-child { grid-column: 1 / -1; }
  .ep-foot__bottom { flex-direction: column; text-align: center; }
  .ep-about__badge { right: 14px; }
}

@media (max-width: 560px) {
  .ep-usp { margin-top: -28px; }
  .ep-usp__inner { grid-template-columns: 1fr; }
  .ep-hero__title { font-size: 2.5rem; }
  .ep-hero__stats { gap: 10px; }
  .ep-hero__stats li { flex: 1 1 100%; padding: 12px 16px; }
  .ep-ba__fig img { height: 150px; }
  .ep-proc__track::before { left: 22px; }
  .ep-proc__step-n { width: 46px; height: 46px; font-size: 1.1rem; }
  .ep-proc__step { gap: 16px; }
  .ep-contact__form-row { grid-template-columns: 1fr; }
  .ep-method__hook-cta { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .ep-svc, .ep-ba, .ep-method, .ep-proc, .ep-why, .ep-price, .ep-calc,
  .ep-pickup, .ep-geo, .ep-about, .ep-team, .ep-rev, .ep-blog, .ep-faq, .ep-seo { padding: 54px 18px; }
  .ep-hero__inner { padding: 48px 18px; }
  .ep-hero__cta { flex-direction: column; }
  .ep-hero__cta-main, .ep-hero__cta-ghost { width: 100%; justify-content: center; }
  .ep-nav__inner { padding: 10px 18px; }
  .ep-price__pkg, .ep-price__single, .ep-calc__panel, .ep-contact__panel { padding: 22px; }
  .ep-fab__btn { width: 55px; height: 55px; }
  .ep-fab__btn img { width: 24px; height: 24px; }
  .ep-fab { right: 16px; bottom: 16px; }
}

@media (max-width: 375px) {
  .ep-hero__title { font-size: 2.2rem; }
  .ep-mat__row { gap: 7px; }
  .ep-mat__chip { padding: 7px 13px; font-size: .84rem; }
  .ep-svc__filter { padding: 9px 15px; font-size: .86rem; }
}
