/* Everest Front V2 — custom composition (not Gutenberg defaults) */

:root {
  --ev2-ink: #111418;
  --ev2-graphite: #1a1f24;
  --ev2-graphite-2: #242b32;
  --ev2-platinum: #d9dde2;
  --ev2-ice: #eef5f8;
  --ev2-steel: #3d5a73;
  --ev2-accent: #d87932;
  --ev2-white: #ffffff;
  --ev2-container: 1280px;
  --ev2-header-h: 82px;
  --ev2-font-display: "Rubik", "Heebo", system-ui, sans-serif;
  --ev2-font-body: "Assistant", "Rubik", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.ev2-front {
  margin: 0;
  background: var(--ev2-ink);
  color: var(--ev2-white);
  font-family: var(--ev2-font-body);
  -webkit-font-smoothing: antialiased;
}

body.ev2-front .wp-site-blocks,
body.ev2-front .wp-block-group {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.ev2-wrap {
  width: min(100% - 40px, var(--ev2-container));
  margin-inline: auto;
}

/* ——— HEADER ——— */
.ev2-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--ev2-header-h);
  background: rgba(17, 20, 24, 0.96);
  border-bottom: 1px solid rgba(217, 221, 226, 0.14);
  backdrop-filter: blur(12px);
}

.ev2-header__bar {
  height: var(--ev2-header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.ev2-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ev2-logo img {
  height: 54px;
  width: auto;
  display: block;
}

.ev2-nav {
  display: none;
  justify-content: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ev2-nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-family: var(--ev2-font-display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 160ms ease;
}

.ev2-nav a:hover,
.ev2-nav a:focus-visible {
  color: var(--ev2-white);
}

.ev2-actions {
  display: flex;
  align-items: center;
  gap: 0;
}

.ev2-actions__phone {
  display: none;
  color: var(--ev2-white);
  text-decoration: none;
  font-family: var(--ev2-font-display);
  font-weight: 700;
  font-size: 15px;
  direction: ltr;
  padding-inline: 16px;
  border-inline-start: 1px solid rgba(217, 221, 226, 0.22);
}

.ev2-actions__wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  margin-inline-start: 12px;
  border: 1px solid rgba(217, 221, 226, 0.35);
  border-radius: 6px;
  color: var(--ev2-white);
  text-decoration: none;
  font-family: var(--ev2-font-display);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  transition: background 160ms ease, border-color 160ms ease;
}

.ev2-actions__wa:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--ev2-platinum);
}

.ev2-actions__wa svg {
  width: 16px;
  height: 16px;
  fill: #25d366;
}

.ev2-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  margin-inline-start: 10px;
  border: 1px solid rgba(217, 221, 226, 0.35);
  border-radius: 6px;
  background: transparent;
  color: var(--ev2-white);
  cursor: pointer;
}

.ev2-drawer {
  display: none;
  position: fixed;
  inset: var(--ev2-header-h) 0 0 0;
  background: rgba(17, 20, 24, 0.98);
  padding: 28px 24px;
  z-index: 99;
}

.ev2-drawer.is-open {
  display: block;
}

.ev2-drawer a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(217, 221, 226, 0.12);
  color: var(--ev2-white);
  text-decoration: none;
  font-family: var(--ev2-font-display);
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 980px) {
  .ev2-nav {
    display: flex;
  }

  .ev2-actions__phone {
    display: inline;
  }

  .ev2-menu-btn,
  .ev2-drawer {
    display: none !important;
  }
}

/* ——— HERO ——— */
.ev2-hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: stretch;
  overflow: clip;
  background: var(--ev2-ink);
}

.ev2-hero__media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ev2-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
}

.ev2-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 20, 24, 0.22) 0%, rgba(17, 20, 24, 0.55) 42%, rgba(17, 20, 24, 0.94) 72%, #111418 100%),
    linear-gradient(180deg, rgba(17, 20, 24, 0.35) 0%, transparent 28%, rgba(17, 20, 24, 0.75) 100%);
}

.ev2-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, transparent 71px, rgba(217, 221, 226, 0.06) 72px),
    linear-gradient(transparent 71px, rgba(217, 221, 226, 0.04) 72px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 35%, #000 70%);
}

.ev2-hero__geo {
  position: absolute;
  inset-inline-end: 0;
  inset-block: 0;
  width: min(46vw, 620px);
  background: linear-gradient(135deg, rgba(217, 221, 226, 0.07), transparent 55%);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  border-inline-start: 1px solid rgba(217, 221, 226, 0.18);
}

.ev2-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--ev2-container));
  margin-inline: auto;
  padding: 72px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  margin-inline-start: auto;
  margin-inline-end: max(20px, calc((100% - var(--ev2-container)) / 2 + 20px));
}

.ev2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--ev2-platinum);
  font-family: var(--ev2-font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ev2-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--ev2-accent);
}

.ev2-hero h1 {
  margin: 0 0 22px;
  font-family: var(--ev2-font-display);
  font-weight: 800;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.ev2-hero h1 .ev2-em {
  color: #c5d0d8;
  font-weight: 700;
}

.ev2-hero__lead {
  margin: 0 0 32px;
  max-width: 36ch;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.ev2-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.ev2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: var(--ev2-font-display);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.ev2-btn:focus-visible {
  outline: 2px solid var(--ev2-accent);
  outline-offset: 3px;
}

.ev2-btn--primary {
  background: linear-gradient(180deg, #f2f5f7 0%, #d9dde2 100%);
  color: var(--ev2-ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.ev2-btn--primary:hover {
  transform: translateY(-1px);
  background: var(--ev2-white);
}

.ev2-btn--ghost {
  background: rgba(17, 20, 24, 0.45);
  border-color: rgba(217, 221, 226, 0.55);
  color: var(--ev2-white);
}

.ev2-btn--ghost:hover {
  border-color: var(--ev2-white);
  background: rgba(255, 255, 255, 0.06);
}

.ev2-btn--ghost svg {
  width: 18px;
  height: 18px;
  fill: #25d366;
}

.ev2-trades {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 8px;
  border-top: 1px solid rgba(217, 221, 226, 0.16);
  list-style: none;
  margin: 0;
}

.ev2-trades li {
  position: relative;
  font-family: var(--ev2-font-display);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  padding-bottom: 6px;
}

.ev2-trades li::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 2px;
  background: var(--ev2-accent);
  opacity: 0.85;
}

@media (min-width: 980px) {
  .ev2-hero {
    min-height: 820px;
  }

  .ev2-hero__content {
    padding-block: 96px 64px;
  }
}

/* ——— TRUST RAIL ——— */
.ev2-trust {
  background: var(--ev2-graphite);
  border-block: 1px solid rgba(217, 221, 226, 0.12);
}

.ev2-trust__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 12px;
  padding-block: 28px;
}

.ev2-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}

.ev2-trust__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid rgba(217, 221, 226, 0.28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ev2-platinum);
}

.ev2-trust__icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.ev2-trust__item span {
  font-family: var(--ev2-font-display);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 900px) {
  .ev2-trust__row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-block: 32px;
  }
}

/* ——— EXPERTISE ——— */
.ev2-expertise {
  background:
    linear-gradient(180deg, #f4f7f9 0%, var(--ev2-ice) 100%);
  color: var(--ev2-ink);
  padding: 72px 0 88px;
}

.ev2-section-head {
  text-align: center;
  margin-bottom: 40px;
}

.ev2-section-head h2 {
  margin: 0;
  font-family: var(--ev2-font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: var(--ev2-ink);
}

.ev2-section-head h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, var(--ev2-steel), transparent);
}

.ev2-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ev2-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: clip;
  background: linear-gradient(160deg, #e8eef2, #cfd6dd);
  border: 1px solid rgba(61, 90, 115, 0.18);
  box-shadow: 0 14px 36px rgba(17, 20, 24, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ev2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(17, 20, 24, 0.14);
  border-color: rgba(61, 90, 115, 0.35);
}

.ev2-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1);
  transition: transform 320ms ease;
}

.ev2-card:hover img {
  transform: scale(1.045);
}

@media (prefers-reduced-motion: reduce) {
  .ev2-card:hover img {
    transform: none;
  }
}

.ev2-card__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 48%,
    rgba(17, 20, 24, 0.42) 72%,
    rgba(17, 20, 24, 0.78) 100%
  );
  pointer-events: none;
}

.ev2-card__meta {
  position: absolute;
  inset-inline: 16px;
  bottom: 16px;
  z-index: 1;
  color: var(--ev2-white);
}

.ev2-card__line {
  width: 28px;
  height: 2px;
  background: var(--ev2-accent);
  margin-bottom: 10px;
}

.ev2-card__meta strong {
  display: block;
  font-family: var(--ev2-font-display);
  font-size: 20px;
  font-weight: 700;
}

.ev2-card__hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.88;
}

.ev2-workers__secondary {
  margin-top: 1.1rem;
}

.ev2-workers__secondary a {
  color: var(--ev2-steel);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ev2-hub-cards--home {
  grid-column: 1 / -1;
  margin-top: 1.5rem;
}

@media (min-width: 700px) {
  .ev2-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 1100px) {
  .ev2-cards {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 14px;
  }

  .ev2-card__meta strong {
    font-size: 16px;
  }
}

/* ——— WORKERS (0.9.2 redesign) ——— */
.ev2-workers {
  position: relative;
  min-height: 0;
  padding: 64px 0;
  background:
    linear-gradient(145deg, rgba(126, 160, 189, 0.08) 0%, transparent 42%),
    linear-gradient(165deg, #12161b 0%, #1a222b 48%, #0f1318 100%);
  overflow: clip;
}

.ev2-workers__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 0.5px), rgba(217, 221, 226, 0.07) calc(50% - 0.5px), rgba(217, 221, 226, 0.07) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent 0, transparent calc(38% - 0.5px), rgba(217, 221, 226, 0.05) calc(38% - 0.5px), rgba(217, 221, 226, 0.05) calc(38% + 0.5px), transparent calc(38% + 0.5px));
  opacity: 0.9;
}

.ev2-workers::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block: 16% 20%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(232, 125, 48, 0.5), transparent);
  z-index: 1;
}

.ev2-workers::after {
  content: "";
  position: absolute;
  inset-inline-end: 7%;
  inset-block-start: 14%;
  width: min(26vw, 200px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 221, 226, 0.32), transparent);
  pointer-events: none;
  z-index: 1;
}

.ev2-workers__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
  align-items: stretch;
  width: min(100%, 1280px);
  margin-inline: auto;
}

.ev2-workers__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ev2-workers__copy .ev2-kicker {
  margin-bottom: 10px;
  color: rgba(232, 125, 48, 0.95);
}

.ev2-workers__copy h2 {
  margin: 0 0 14px;
  font-family: var(--ev2-font-display);
  font-size: clamp(28px, 3.1vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  max-width: 15ch;
  color: #f4f7fa;
}

.ev2-workers__title-line {
  display: block;
}

.ev2-workers__lead {
  margin: 0;
  max-width: 36ch;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.ev2-workers__br {
  display: none;
}

.ev2-workers__trust {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  max-width: 36ch;
}

.ev2-workers__trust li {
  position: relative;
  padding-inline-start: 16px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.ev2-workers__trust li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--ev2-accent);
}

.ev2-workers__panel {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  background: #e4eaef;
  color: var(--ev2-ink);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #c9d3dc;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  align-self: stretch;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
  z-index: 2;
}

.ev2-workers__panel .ev-form--quick {
  margin: 0;
}

.ev2-workers__panel .ev-form__grid {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.ev2-workers__panel .ev-form__field {
  margin: 0;
  min-width: 0;
  width: 100%;
}

.ev2-workers__panel .ev-form__field label {
  display: block;
  margin-bottom: 4px;
  font-family: var(--ev2-font-display);
  font-size: 12.75px;
  font-weight: 600;
  color: #3a4754;
}

.ev2-workers__panel .ev-form__field input,
.ev2-workers__panel .ev-form__field select {
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 11px;
  border-radius: 9px;
  border: 1px solid #aebac6;
  background: #ffffff;
  font: inherit;
  font-size: 14.5px;
  color: #111418;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ev2-workers__panel .ev-form__field select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  background-image: none;
  padding-inline: 14px;
}

.ev2-workers__panel .ev-form__field input:hover,
.ev2-workers__panel .ev-form__field select:hover {
  border-color: #8796a6;
}

.ev2-workers__panel .ev-form__field input:focus,
.ev2-workers__panel .ev-form__field select:focus,
.ev2-workers__panel .ev-form__field input:focus-visible,
.ev2-workers__panel .ev-form__field select:focus-visible {
  outline: 2px solid #7ea0bd;
  outline-offset: 1px;
  border-color: #7ea0bd;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(126, 160, 189, 0.2);
}

.ev2-workers__panel .ev-form__field input.is-invalid,
.ev2-workers__panel .ev-form__field select.is-invalid {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.ev2-workers__panel .ev-form__actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.ev2-workers__panel .ev-form__actions .ev2-btn,
.ev2-workers__panel .ev-form__submit {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  height: 48px;
  max-height: 48px;
  box-sizing: border-box;
  background: #14191e;
  border: 1px solid #14191e;
  color: #fff;
  border-radius: 9px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  box-shadow: none;
  transform: none;
}

.ev2-workers__panel .ev-form__actions .ev2-btn:hover,
.ev2-workers__panel .ev-form__submit:hover {
  background: #0c0f13;
  border-color: #0c0f13;
  transform: none;
  box-shadow: none;
}

.ev2-workers__panel .ev-form.is-submitting .ev-form__submit {
  opacity: 0.82;
  pointer-events: none;
}

.ev2-workers__panel .ev-form__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 43px;
  height: 43px;
  padding: 0 12px;
  color: #2f3b46;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 9px;
  border: 1px solid #b8c4cf;
  background: #ffffff;
}

.ev2-workers__panel .ev-form__wa svg {
  flex: 0 0 auto;
  color: #25d366;
}

.ev2-workers__panel .ev-form__wa:hover,
.ev2-workers__panel .ev-form__wa:focus-visible {
  border-color: #8fa0b0;
  background: #f8fafb;
  outline: none;
}

.ev2-workers__panel .ev-form__hint {
  margin: 8px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: #6a7784;
  text-align: center;
}

.ev2-workers__panel .ev-form__msg {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.ev2-workers__panel .ev-form__msg.is-error {
  color: #b42318;
}

.ev2-workers__panel .ev-form__msg.is-ok {
  color: #1f6b4a;
}

.ev2-workers__panel .ev-form__success {
  display: grid;
  gap: 10px;
  padding: 8px 2px;
  text-align: center;
}

.ev2-workers__panel .ev-form__success[hidden] {
  display: none;
}

.ev2-workers__panel .ev-form__success-kicker {
  margin: 0;
  font-family: var(--ev2-font-display);
  font-size: 13px;
  font-weight: 700;
  color: #1f6b4a;
  letter-spacing: 0.02em;
}

.ev2-workers__panel .ev-form__success-title {
  margin: 0;
  font-family: var(--ev2-font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: #14191e;
}

.ev2-workers__panel .ev-form__success-alt {
  margin: 6px 0 0;
  font-size: 13px;
  color: #5a6774;
}

.ev2-workers__panel .ev-form__success-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 4px;
}

.ev2-workers__panel .ev-form__success-links a {
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 9px;
  border: 1px solid #c5d0da;
  text-decoration: none;
  color: #14191e;
  font-weight: 600;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
}

.ev2-workers__visual {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: clip;
  border: 1px solid rgba(217, 221, 226, 0.22);
  min-height: 220px;
  align-self: stretch;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.ev2-workers__visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(0.88) contrast(1.04) brightness(0.96);
}

.ev2-workers__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(18, 22, 27, 0.12) 0%, rgba(18, 22, 27, 0.46) 100%);
  pointer-events: none;
}

.ev2-fields {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.ev2-field label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ev2-font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--ev2-steel);
}

.ev2-field input,
.ev2-field select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #c8d0d8;
  background: var(--ev2-white);
  font: inherit;
  color: var(--ev2-ink);
}

.ev2-field input:focus-visible,
.ev2-field select:focus-visible {
  outline: 2px solid var(--ev2-accent);
  outline-offset: 1px;
}

.ev2-workers__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 1024px) {
  .ev2-workers {
    padding: 64px 0 56px;
    min-height: 0;
  }

  .ev2-workers__grid {
    grid-template-columns: 4fr 5fr 3fr;
    column-gap: 28px;
    row-gap: 0;
    align-items: center;
    min-height: 0;
  }

  .ev2-workers__br {
    display: inline;
  }

  .ev2-workers__panel {
    margin-inline: 0;
    max-width: 560px;
    width: 100%;
    padding: 24px;
    border-radius: 18px;
    align-self: center;
  }

  .ev2-workers__visual {
    min-height: 430px;
    max-height: 450px;
    height: 100%;
    border-radius: 18px;
    align-self: center;
  }

  .ev2-workers__visual img {
    min-height: 100%;
    position: absolute;
    inset: 0;
  }
}

@media (min-width: 980px) and (max-width: 1023px) {
  .ev2-workers__grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
    align-items: start;
  }

  .ev2-workers__visual {
    grid-column: 1 / -1;
    max-height: 240px;
  }

  .ev2-workers__copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 979px) {
  .ev2-workers {
    padding: 48px 0 calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .ev2-workers__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ev2-workers__copy {
    order: 1;
  }

  .ev2-workers__panel {
    order: 2;
    max-width: none;
    padding: 22px 16px;
  }

  .ev2-workers__visual {
    order: 3;
    max-height: 200px;
  }

  .ev2-workers__panel .ev-form__field input,
  .ev2-workers__panel .ev-form__field select {
    min-height: 51px;
    height: 51px;
    font-size: 15px;
  }

  .ev2-workers__panel .ev-form__actions .ev2-btn,
  .ev2-workers__panel .ev-form__submit {
    min-height: 50px;
    height: 50px;
    max-height: 50px;
  }

  .ev2-workers__panel .ev-form__submit,
  .ev2-workers__panel .ev-form__wa,
  .ev2-workers__panel .ev-form__hint,
  .ev2-workers__panel .ev-form__msg {
    scroll-margin-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .ev2-workers__copy h2 {
    max-width: none;
    font-size: clamp(26px, 7vw, 34px);
  }

  .ev2-workers__lead {
    max-width: none;
  }
}

@media (max-width: 430px) {
  .ev2-workers .ev2-wrap {
    padding-inline: 16px;
  }

  .ev2-workers__visual {
    max-height: 180px;
  }

  .ev2-workers__panel {
    padding: 22px 16px;
  }
}

@media (max-width: 389px) {
  .ev2-workers__visual {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev2-card,
  .ev2-btn {
    transition: none !important;
    transform: none !important;
  }
}

/* ——— STAGE NAVIGATOR V102 ——— */
.ev2-stages-nav--v102 {
  position: relative;
  background:
    linear-gradient(180deg, #eceff2 0%, #f5f7f9 18%, #f7f9fb 100%);
  color: #14191e;
  padding: 92px 0 96px;
  overflow: clip;
}

.ev2-stages-nav--v102::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(61, 74, 87, 0.28), transparent);
}

.ev2-stages-nav__inner {
  position: relative;
  width: min(100%, 1240px);
  margin-inline: auto;
}

.ev2-stages-nav__head {
  max-width: 42rem;
  margin: 0 auto 40px;
  text-align: center;
}

.ev2-stages-nav__head .ev2-kicker {
  color: var(--ev2-accent);
  margin-bottom: 12px;
}

.ev2-stages-nav__head h2 {
  margin: 0 0 14px;
  font-family: var(--ev2-font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  color: #14191e;
}

.ev2-stages-nav__lead {
  margin: 0 auto;
  max-width: 42ch;
  font-size: 17px;
  line-height: 1.6;
  color: #2f3b46;
}

.ev2-stages-nav__rail {
  display: none;
}

.ev2-stages-nav__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  position: relative;
}

.ev2-stages-nav__card {
  background: #ffffff;
  border: 1px solid #d5dde5;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(20, 25, 30, 0.06);
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ev2-stages-nav__card:hover {
  transform: translateY(-2px);
  border-color: #b7c4d0;
  box-shadow: 0 12px 28px rgba(20, 25, 30, 0.1);
}

.ev2-stages-nav__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ev2-stages-nav__num {
  font-family: var(--ev2-font-display);
  font-size: 13px;
  font-weight: 800;
  color: var(--ev2-accent);
  letter-spacing: 0.04em;
}

.ev2-stages-nav__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #d7dee6;
  background: #f4f7fa;
  color: #3d4a57;
  display: grid;
  place-items: center;
}

.ev2-stages-nav__title {
  margin: 0;
  font-family: var(--ev2-font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #14191e;
}

.ev2-stages-nav__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a5560;
  min-height: 2.8em;
}

.ev2-stages-nav__chips {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ev2-stages-nav__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid #c9d3dc;
  background: #f7f9fb;
  color: #24303a;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.ev2-stages-nav__chips a:hover,
.ev2-stages-nav__chips a:focus-visible {
  border-color: var(--ev2-accent);
  background: #fff;
  color: #14191e;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  outline: none;
}

@media (min-width: 1024px) {
  .ev2-stages-nav--v102 {
    padding: 96px 0 100px;
  }

  .ev2-stages-nav__head {
    margin-bottom: 32px;
  }

  .ev2-stages-nav__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-top: 16px;
  }

  .ev2-stages-nav__rail {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    /* placed via track relative: line above cards numbers */
  }

  .ev2-stages-nav__track::before {
    content: "";
    position: absolute;
    inset-inline: 8%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #9aabba 12%, #9aabba 88%, transparent);
  }

  .ev2-stages-nav__track::after {
    content: "";
    position: absolute;
    inset-inline: 12%;
    top: -3px;
    height: 7px;
    background:
      radial-gradient(circle at 12.5% 50%, var(--ev2-accent) 0 3px, transparent 3.5px),
      radial-gradient(circle at 37.5% 50%, var(--ev2-accent) 0 3px, transparent 3.5px),
      radial-gradient(circle at 62.5% 50%, var(--ev2-accent) 0 3px, transparent 3.5px),
      radial-gradient(circle at 87.5% 50%, var(--ev2-accent) 0 3px, transparent 3.5px);
    pointer-events: none;
  }
}

@media (max-width: 1023px) {
  .ev2-stages-nav--v102 {
    padding: 72px 0 80px;
  }

  .ev2-stages-nav__head {
    text-align: right;
    margin-bottom: 28px;
  }

  .ev2-stages-nav__head h2 {
    font-size: clamp(28px, 7vw, 36px);
  }

  .ev2-stages-nav__lead {
    margin: 0;
    font-size: 16px;
  }

  .ev2-stages-nav__track {
    gap: 0;
    padding-inline-start: 18px;
    border-inline-start: 2px solid #c5d0da;
  }

  .ev2-stages-nav__card {
    position: relative;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .ev2-stages-nav__card::before {
    content: "";
    position: absolute;
    inset-inline-start: -23px;
    top: 22px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ev2-accent);
    border: 2px solid #f5f7f9;
    box-shadow: 0 0 0 1px #c5d0da;
  }

  .ev2-stages-nav__text {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev2-stages-nav__card {
    transition: none;
  }
  .ev2-stages-nav__card:hover {
    transform: none;
  }
}

/* ——— SOLUTION ——— */
.ev2-solution {
  background: linear-gradient(165deg, #eef5f8 0%, #f7fafc 45%, #e8eef3 100%);
  color: var(--ev2-ink);
  padding: 88px 0 96px;
  position: relative;
  overflow: clip;
}

.ev2-solution::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 12%;
  width: 2px;
  height: 55%;
  background: linear-gradient(180deg, transparent, var(--ev2-accent), transparent);
  opacity: 0.7;
}

.ev2-solution__grid {
  display: grid;
  gap: 28px;
}

.ev2-solution__copy h2 {
  font-family: var(--ev2-font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 14px;
}

.ev2-solution__copy p {
  color: #3a4450;
  max-width: 36ch;
  margin: 0 0 22px;
  line-height: 1.65;
}

.ev2-solution__media {
  border-radius: 4px;
  overflow: clip;
  min-height: 260px;
  position: relative;
}

.ev2-solution__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 700ms ease;
}

.ev2-solution__media:hover img {
  transform: scale(1.04);
}

.ev2-solution__media::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.ev2-pillars {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  position: relative;
}

.ev2-pillars::before {
  content: "";
  position: absolute;
  inset-inline-start: 18px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--ev2-steel), rgba(61, 90, 115, 0.15));
}

.ev2-pillar {
  padding: 8px 8px 8px 48px;
  position: relative;
}

.ev2-pillar__n {
  position: absolute;
  inset-inline-start: 0;
  top: 6px;
  font-family: var(--ev2-font-display);
  font-weight: 800;
  font-size: 13px;
  color: var(--ev2-accent);
  background: #eef5f8;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(61, 90, 115, 0.25);
  border-radius: 50%;
  z-index: 1;
}

.ev2-pillar h3 {
  margin: 0 0 6px;
  font-family: var(--ev2-font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.ev2-pillar p {
  margin: 0;
  color: #4a5560;
  line-height: 1.55;
  font-size: 0.98rem;
}

@media (min-width: 980px) {
  .ev2-solution__grid {
    grid-template-columns: 1fr 1.15fr;
    grid-template-areas:
      "copy media"
      "pillars media";
    gap: 36px 48px;
    align-items: start;
  }
  .ev2-solution__copy { grid-area: copy; }
  .ev2-solution__media { grid-area: media; min-height: 560px; }
  .ev2-solution__media img { min-height: 560px; }
  .ev2-pillars {
    grid-area: pillars;
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
  }
  .ev2-pillars::before { display: none; }
  .ev2-pillar { padding: 18px 0 18px 12px; border-inline-start: 2px solid rgba(61, 90, 115, 0.2); }
  .ev2-pillar__n { position: static; margin-bottom: 10px; }
}

/* ——— PROJECTS ——— */
.ev2-projects {
  background: var(--ev2-graphite);
  color: var(--ev2-white);
  padding: 88px 0;
}

.ev2-section-head {
  margin-bottom: 36px;
}

.ev2-section-head h2 {
  font-family: var(--ev2-font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0 0 10px;
  font-weight: 800;
  color: inherit;
}

.ev2-projects .ev2-section-head h2,
.ev2-people .ev2-section-head h2,
.ev2-why .ev2-section-head h2 {
  color: var(--ev2-white);
}

.ev2-section-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  max-width: 52ch;
  line-height: 1.6;
}

.ev2-projects .ev2-section-head p { color: rgba(255, 255, 255, 0.7); }

.ev2-projects__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.ev2-projects__dominant,
.ev2-projects__card {
  position: relative;
  overflow: clip;
  border-radius: 4px;
  min-height: 220px;
  border: 1px solid rgba(217, 221, 226, 0.14);
}

.ev2-projects__dominant { min-height: 320px; }

.ev2-projects__dominant img,
.ev2-projects__card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform 650ms ease;
  filter: saturate(0.9) contrast(1.05);
}

.ev2-projects__dominant:hover img,
.ev2-projects__card:hover img {
  transform: scale(1.05);
}

.ev2-projects__cap {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 28px 18px 16px;
  background: linear-gradient(transparent, rgba(10, 12, 14, 0.88));
}

.ev2-projects__cap strong {
  font-family: var(--ev2-font-display);
  font-size: 1.05rem;
}

@media (min-width: 768px) {
  .ev2-projects__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: 280px 220px;
  }
  .ev2-projects__dominant {
    grid-row: 1 / span 2;
    min-height: 100%;
  }
}

.ev2-center { text-align: center; margin-top: 28px; }

/* ——— PROCESS ——— */
.ev2-process {
  background: var(--ev2-ice);
  color: var(--ev2-ink);
  padding: 88px 0;
}

.ev2-process .ev2-section-head h2 { color: var(--ev2-ink); }

.ev2-process__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  position: relative;
}

.ev2-process__track::before {
  content: "";
  position: absolute;
  inset-inline-start: 28px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--ev2-accent), var(--ev2-steel));
}

.ev2-process__track li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  position: relative;
}

.ev2-process__track li span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ev2-white);
  border: 2px solid var(--ev2-steel);
  font-family: var(--ev2-font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--ev2-steel);
  z-index: 1;
}

.ev2-process__track li strong {
  font-family: var(--ev2-font-display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}

@media (min-width: 980px) {
  .ev2-process__track {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }
  .ev2-process__track::before {
    inset-inline: 8%;
    inset-block-start: 36px;
    inset-block-end: auto;
    height: 2px;
    width: auto;
    background: linear-gradient(90deg, var(--ev2-accent), var(--ev2-steel));
  }
  .ev2-process__track li {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 0 8px;
  }
}

/* ——— WHY ——— */
.ev2-why {
  background: var(--ev2-ink);
  padding: 96px 0;
}

.ev2-why__grid {
  display: grid;
  gap: 32px;
}

.ev2-why h2 {
  font-family: var(--ev2-font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 8px 0 0;
  max-width: 16ch;
}

.ev2-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.ev2-why__list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(217, 221, 226, 0.16);
  font-family: var(--ev2-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  position: relative;
  padding-inline-start: 22px;
}

.ev2-why__list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  background: var(--ev2-accent);
  transform: translateY(-50%);
}

.ev2-why__media {
  border-radius: 4px;
  overflow: clip;
  min-height: 280px;
  border: 1px solid rgba(217, 221, 226, 0.16);
}

.ev2-why__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}

@media (min-width: 980px) {
  .ev2-why__grid {
    grid-template-columns: 1.1fr 0.95fr 1fr;
    align-items: center;
    gap: 40px;
  }
  .ev2-why__media { min-height: 480px; }
  .ev2-why__media img { min-height: 480px; }
}

/* ——— ABOUT ——— */
.ev2-about {
  background: var(--ev2-white);
  color: var(--ev2-ink);
  padding: 88px 0;
}

.ev2-about__grid {
  display: grid;
  gap: 28px;
}

.ev2-about h2 {
  font-family: var(--ev2-font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0 0 14px;
  font-weight: 800;
}

.ev2-about p {
  color: #3a4450;
  line-height: 1.7;
  max-width: 48ch;
  margin: 0 0 22px;
}

.ev2-about__media {
  border-radius: 4px;
  overflow: clip;
  min-height: 260px;
}

.ev2-about__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

@media (min-width: 900px) {
  .ev2-about__grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 48px;
  }
  .ev2-about__media { min-height: 420px; }
  .ev2-about__media img { min-height: 420px; }
}

/* ——— PEOPLE ——— */
.ev2-people {
  background: var(--ev2-graphite-2);
  color: var(--ev2-white);
  padding: 88px 0;
}

.ev2-people__grid {
  display: grid;
  gap: 18px;
}

.ev2-people__card {
  display: grid;
  gap: 14px;
  background: rgba(17, 20, 24, 0.35);
  border: 1px solid rgba(217, 221, 226, 0.12);
  border-radius: 4px;
  overflow: clip;
}

.ev2-people__card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  filter: saturate(0.88) brightness(0.92);
}

.ev2-people__card strong {
  display: block;
  font-family: var(--ev2-font-display);
  padding: 0 16px;
}

.ev2-people__card p {
  margin: 0;
  padding: 0 16px 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

@media (min-width: 800px) {
  .ev2-people__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ——— ARTICLES ——— */
.ev2-articles {
  background: var(--ev2-ice);
  color: var(--ev2-ink);
  padding: 88px 0;
}

.ev2-articles .ev2-section-head h2 { color: var(--ev2-ink); }

.ev2-articles__grid {
  display: grid;
  gap: 16px;
}

.ev2-article-card {
  background: var(--ev2-white);
  border: 1px solid rgba(61, 90, 115, 0.18);
  border-radius: 4px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.ev2-article-card:hover {
  border-color: var(--ev2-accent);
  transform: translateY(-2px);
}

.ev2-article-card a {
  display: grid;
  gap: 8px;
  padding: 22px 20px;
  text-decoration: none;
  color: inherit;
  min-height: 120px;
}

.ev2-article-card strong {
  font-family: var(--ev2-font-display);
  font-size: 1.1rem;
  line-height: 1.35;
}

.ev2-article-card span {
  color: #66707a;
  font-size: 0.9rem;
}

@media (min-width: 800px) {
  .ev2-articles__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ——— FAQ ——— */
.ev2-faq {
  background: var(--ev2-white);
  color: var(--ev2-ink);
  padding: 88px 0;
}

.ev2-faq .ev2-section-head h2 { color: var(--ev2-ink); }

.ev2-faq__list {
  max-width: 860px;
  margin-inline: auto;
}

.ev2-faq__item {
  border-bottom: 1px solid rgba(61, 90, 115, 0.18);
  padding: 4px 0;
}

.ev2-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 36px 18px 0;
  font-family: var(--ev2-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  position: relative;
  min-height: 48px;
}

.ev2-faq__item summary::-webkit-details-marker { display: none; }

.ev2-faq__item summary::after {
  content: "+";
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ev2-accent);
  font-size: 1.4rem;
  font-weight: 500;
}

.ev2-faq__item[open] summary::after { content: "–"; }

.ev2-faq__item p {
  margin: 0 0 18px;
  color: #3a4450;
  line-height: 1.65;
  max-width: 62ch;
}

/* ——— FINAL CTA ——— */
.ev2-final {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(216, 121, 50, 0.14), transparent 45%),
    linear-gradient(145deg, #0e1114 0%, #1a2229 50%, #12161b 100%);
  overflow: clip;
}

.ev2-final::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(217, 221, 226, 0.18);
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 96% 100%, 0 100%);
}

.ev2-final__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

.ev2-final h2 {
  font-family: var(--ev2-font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.2;
}

.ev2-final p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin: 0 0 28px;
}

.ev2-final .ev2-hero__ctas {
  justify-content: center;
}

.ev2-final--compact { padding: 64px 0; }

/* ——— FOOTER ——— */
.ev2-footer {
  background: #0c0e11;
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 110px;
  border-top: 1px solid rgba(217, 221, 226, 0.1);
}

.ev2-footer__grid {
  display: grid;
  gap: 32px;
}

.ev2-footer__mark {
  width: 72px;
  height: auto;
  margin-bottom: 12px;
  opacity: 0.92;
}

.ev2-footer__slogan {
  font-family: var(--ev2-font-display);
  font-weight: 700;
  color: var(--ev2-white);
  margin: 0 0 8px;
}

.ev2-footer__address {
  margin: 0 0 12px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.ev2-footer h3 {
  font-family: var(--ev2-font-display);
  font-size: 0.95rem;
  color: var(--ev2-white);
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}

.ev2-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.ev2-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.ev2-footer a:hover,
.ev2-footer a:focus-visible {
  color: var(--ev2-white);
}

.ev2-footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(217, 221, 226, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  font-size: 0.9rem;
}

@media (min-width: 900px) {
  .ev2-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
}

/* ——— MOBILE STICKY ——— */
.ev2-sticky-mobile {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: rgba(12, 14, 17, 0.96);
  border-top: 1px solid rgba(217, 221, 226, 0.16);
  backdrop-filter: blur(10px);
}

.ev2-sticky-mobile a {
  min-height: 56px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--ev2-white);
  font-family: var(--ev2-font-display);
  font-weight: 600;
  font-size: 0.88rem;
  border-inline-end: 1px solid rgba(217, 221, 226, 0.1);
}

.ev2-sticky-mobile a:last-child { border: 0; }

.ev2-sticky-mobile__wa {
  background: var(--ev2-accent);
  color: #111 !important;
}

@media (min-width: 900px) {
  .ev2-sticky-mobile { display: none; }
  .ev2-footer { padding-bottom: 48px; }
}

/* ——— INNER PAGES ——— */
.ev2-page-hero {
  background:
    linear-gradient(160deg, #12161b 0%, #1c242c 60%, #151a1f 100%);
  padding: 56px 0 48px;
  border-bottom: 1px solid rgba(217, 221, 226, 0.12);
}

.ev2-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
}

.ev2-breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.ev2-page-hero h1 {
  font-family: var(--ev2-font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin: 0 0 12px;
  font-weight: 800;
  line-height: 1.15;
}

.ev2-page-hero__intro {
  margin: 0 0 20px;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.ev2-page-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ev-skip-link {
  position: absolute;
  inset-inline-start: 12px;
  top: -100px;
  z-index: 1000;
  padding: 12px 16px;
  background: #111418;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.ev-skip-link:focus {
  top: 12px;
}

.ev2-page-body {
  background: var(--ev2-ice);
  color: var(--ev2-ink);
  padding: 48px 0 72px;
}

.ev2-prose {
  max-width: 760px;
  line-height: 1.75;
}

.ev2-prose h2 {
  font-family: var(--ev2-font-display);
  margin: 1.6em 0 0.5em;
  font-size: 1.35rem;
}

.ev2-prose h3 {
  font-family: var(--ev2-font-display);
  margin: 1.3em 0 0.4em;
}

.ev2-prose a { color: var(--ev2-steel); }

.ev2-btn--dark {
  background: var(--ev2-ink);
  color: var(--ev2-white);
  border: 1px solid var(--ev2-ink);
}

.ev2-btn--dark:hover {
  background: var(--ev2-graphite-2);
}

.ev2-btn--ghost-dark {
  background: transparent;
  color: var(--ev2-ink);
  border: 1px solid rgba(17, 20, 24, 0.35);
}

.ev2-btn--ghost-dark:hover {
  border-color: var(--ev2-accent);
  color: var(--ev2-accent);
}

.ev-hp[hidden] {
  display: none !important;
}

.ev2-btn,
.ev2-actions__wa,
.ev2-sticky-mobile a,
.ev2-menu-btn {
  min-height: 48px;
}

.ev2-field input.is-invalid,
.ev2-field select.is-invalid {
  border-color: #b42318;
}

.ev-lead-form__msg {
  margin: 12px 0 0;
  font-size: 0.95rem;
}

.ev-lead-form__msg.is-error { color: #b42318; }
.ev-lead-form__msg.is-ok { color: var(--ev2-steel); }

.ev2-workers--page {
  background: var(--ev2-ice);
  padding: 0 0 64px;
}

.ev2-workers--page .ev2-workers__panel {
  margin: 0 auto;
}

/* ——— MOTION ——— */
.ev-reveal {
  opacity: 1;
  transform: none;
}

@supports (opacity: 0) {
  .ev-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 560ms ease, transform 560ms ease;
  }
  .ev-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

.ev2-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

body.ev2-drawer-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .ev-reveal,
  .ev2-card,
  .ev2-btn,
  .ev2-solution__media img,
  .ev2-projects__dominant img,
  .ev2-projects__card img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  html { scroll-behavior: auto; }
}

/* ——— V0.7 MEGA-MENU, DRAWER, HUBS (do not touch hero rules above) ——— */
.ev2-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ev2-header__bar {
  grid-template-columns: auto 1fr auto;
}

.ev2-nav__list {
  display: flex;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ev2-nav__item {
  position: relative;
}

.ev2-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-family: var(--ev2-font-display);
  font-size: 14px;
  font-weight: 500;
}

.ev2-nav__link:hover,
.ev2-nav__link:focus-visible {
  color: var(--ev2-white);
}

.ev2-mega__panel {
  position: absolute;
  top: calc(100% + 4px);
  inset-inline-end: 0;
  min-width: 280px;
  padding: 16px;
  background: rgba(17, 20, 24, 0.98);
  border: 1px solid rgba(217, 221, 226, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  z-index: 120;
}

.ev2-mega__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.ev2-mega__grid a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 14px;
}

.ev2-mega__grid a:hover,
.ev2-mega__grid a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ev2-white);
}

.ev2-mega__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 20px;
  min-width: min(720px, 70vw);
}

.ev2-mega__col-title {
  margin: 0 0 10px;
  font-family: var(--ev2-font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.ev2-mega__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.ev2-mega__col a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 14px;
}

.ev2-mega__col a:hover,
.ev2-mega__col a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: var(--ev2-white);
  outline: none;
}

.ev2-drawer__row {
  display: flex;
  align-items: stretch;
  gap: 4px;
  border-bottom: 1px solid rgba(217, 221, 226, 0.12);
}

.ev2-drawer__parent-link {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 14px 0;
  color: var(--ev2-white);
  text-decoration: none;
  font-family: var(--ev2-font-display);
  font-size: 18px;
  font-weight: 600;
}

.ev2-drawer__parent-link:focus-visible,
.ev2-drawer__toggle:focus-visible,
.ev2-drawer__link:focus-visible,
.ev2-drawer__panel a:focus-visible {
  outline: 2px solid var(--ev2-accent);
  outline-offset: 2px;
}

.ev2-drawer__row .ev2-drawer__toggle {
  width: 48px;
  min-width: 48px;
  justify-content: center;
  border-bottom: 0;
  padding: 0;
  font-size: 22px;
}

.ev2-nav__sub {
  display: none;
}

.ev2-actions__cta {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  font-size: 13px;
  white-space: nowrap;
}

.ev2-btn--sm {
  min-height: 44px;
  padding: 0 14px;
  font-size: 13px;
}

.ev2-drawer {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(17, 20, 24, 0.55);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.ev2-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ev2-drawer__inner {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(100%, 360px);
  height: 100%;
  overflow-y: auto;
  background: rgba(17, 20, 24, 0.98);
  border-inline-start: 1px solid rgba(217, 221, 226, 0.14);
  padding: calc(var(--ev2-header-h) + 12px) 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ev2-drawer__top {
  display: grid;
  gap: 12px;
}

.ev2-drawer__contact {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ev2-drawer__contact a {
  color: var(--ev2-white);
  text-decoration: none;
  font-weight: 600;
}

.ev2-drawer__link,
.ev2-drawer__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(217, 221, 226, 0.12);
  background: transparent;
  color: var(--ev2-white);
  text-decoration: none;
  font-family: var(--ev2-font-display);
  font-size: 18px;
  font-weight: 600;
  text-align: start;
  cursor: pointer;
}

.ev2-drawer__panel {
  display: grid;
  gap: 0;
  padding-inline-start: 12px;
  padding-bottom: 8px;
}

.ev2-drawer__panel a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(217, 221, 226, 0.08);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
}

.ev2-drawer__parent {
  font-weight: 700;
  color: var(--ev2-accent) !important;
}

.ev2-breadcrumbs__sep {
  margin-inline: 8px;
  opacity: 0.5;
}

.ev2-hub__intent {
  max-width: 720px;
  margin: 0 0 8px;
  text-align: start;
  color: rgba(17, 20, 24, 0.78);
  line-height: 1.65;
  font-size: 1.05rem;
}

.ev2-hub,
.ev2-hub-spoke {
  background: var(--ev2-ice);
  color: var(--ev2-ink);
  padding: 48px 0 72px;
}

.ev2-hub-block--lead {
  margin-bottom: 28px;
}

.ev2-hub-block--lead h2 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.ev2-hub-block--lead p {
  margin: 0;
  max-width: 62ch;
  color: rgba(17, 20, 24, 0.78);
  line-height: 1.65;
}

.ev2-hub-stage {
  margin-bottom: 40px;
}

.ev2-hub-stage h2 {
  font-family: var(--ev2-font-display);
  margin: 0 0 16px;
  font-size: 1.25rem;
  color: var(--ev2-ink);
}

.ev2-cards--hub {
  margin-bottom: 8px;
}

.ev2-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ev2-hub-cards {
  display: grid;
  gap: 18px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .ev2-hub-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ev2-hub-card {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid rgba(17, 20, 24, 0.1);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(17, 20, 24, 0.05);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.ev2-hub-card h2 {
  margin: 0;
  font-size: 1.2rem;
}

.ev2-hub-card h2 a {
  color: var(--ev2-ink);
  text-decoration: none;
}

.ev2-hub-card h2 a:hover {
  color: var(--ev2-accent);
}

.ev2-hub-card p {
  margin: 0;
  color: rgba(17, 20, 24, 0.72);
  line-height: 1.6;
  flex: 1;
}

.ev2-link-arrow {
  color: var(--ev2-accent);
  text-decoration: none;
  font-weight: 700;
  margin-top: 4px;
}

.ev2-hub-block {
  margin-bottom: 32px;
}

.ev2-hub-block h2 {
  font-family: var(--ev2-font-display);
  font-size: 1.2rem;
  margin: 0 0 12px;
  color: var(--ev2-ink);
}

.ev2-hub-list {
  margin: 0;
  padding-inline-start: 1.2rem;
  display: grid;
  gap: 8px;
  color: rgba(17, 20, 24, 0.86);
}

.ev2-hub-list--ol {
  list-style: decimal;
}

.ev2-hub-related {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ev2-hub-related a {
  display: inline-block;
  padding: 9px 14px;
  border: 1px solid rgba(17, 20, 24, 0.16);
  border-radius: 10px;
  background: #fff;
  color: var(--ev2-ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.ev2-hub-related a:hover {
  border-color: var(--ev2-accent);
  color: var(--ev2-accent);
}

.ev2-hub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
}

.ev2-hub-links a {
  color: var(--ev2-steel);
  text-decoration: none;
  font-weight: 700;
}

.ev2-hub-faq {
  margin-top: 32px;
}

.ev2-faq-item {
  border-bottom: 1px solid rgba(17, 20, 24, 0.1);
  padding: 12px 0;
}

.ev2-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.ev2-faq-item summary::-webkit-details-marker {
  display: none;
}

.ev2-faq-item--open h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ev2-ink);
}

.ev2-faq-item--open p {
  margin: 0;
  line-height: 1.65;
  color: rgba(17, 20, 24, 0.8);
}

.ev2-hub-cta {
  margin-top: 40px;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(216, 121, 50, 0.35);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(17, 20, 24, 0.04);
}

.ev2-hub-cta h2 {
  color: var(--ev2-ink);
}

.ev2-hub-spoke__hero-media {
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
  max-height: 420px;
}

.ev2-hub-spoke__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev2-articles-theme {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(17, 20, 24, 0.08);
}

.ev2-articles-theme h3 {
  color: var(--ev2-ink);
  margin: 0 0 8px;
}

.ev2-article-card a {
  color: var(--ev2-ink);
}

.ev2-articles-empty {
  color: rgba(17, 20, 24, 0.55);
  font-style: italic;
}

.ev2-contact-fallback__lead {
  margin: 0 0 20px;
  line-height: 1.6;
}

.ev2-contact-fallback__email {
  margin-top: 16px;
  text-align: center;
}

.ev2-footer__contact {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
}

@media (min-width: 980px) {
  .ev2-actions__cta {
    display: inline-flex;
    align-items: center;
    margin-inline-start: 8px;
  }

  .ev2-actions__wa svg + .ev2-sr-only {
    /* icon-only WA on desktop when CTA visible */
  }
}

@media (max-width: 979px) {
  .ev2-nav.ev2-mega {
    display: none !important;
  }

  .ev2-footer {
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 980px) {
  .ev2-menu-btn,
  .ev2-drawer {
    display: none !important;
  }

  .ev2-nav.ev2-mega {
    display: block;
  }
}

/* ——— Premium lead forms ——— */
.ev-form {
  background: #fff;
  border: 1px solid rgba(26, 35, 50, 0.14);
  border-radius: 16px;
  padding: 26px 22px 30px;
  box-shadow: 0 14px 40px rgba(26, 35, 50, 0.08);
}

.ev-form__grid {
  display: grid;
  gap: 14px 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .ev-form__grid {
    grid-template-columns: 1fr 1fr;
  }
  .ev-form__field--full {
    grid-column: 1 / -1;
  }
}

.ev-form__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ev-form__field label {
  font-family: var(--ev2-font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1a2332;
}

.ev-form__field input,
.ev-form__field select,
.ev-form__field textarea {
  min-height: 52px;
  width: 100%;
  border: 1.5px solid rgba(26, 35, 50, 0.28);
  border-radius: 11px;
  background: #eef3f7;
  color: #111418;
  font: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ev-form__field select {
  background-image:
    linear-gradient(45deg, transparent 50%, #3d5a73 50%),
    linear-gradient(135deg, #3d5a73 50%, transparent 50%),
    linear-gradient(to right, #eef3f7, #eef3f7);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  padding-inline-end: 40px;
}

[dir="rtl"] .ev-form__field select {
  background-position:
    16px calc(50% - 3px),
    22px calc(50% - 3px),
    0 0;
  padding-inline-end: 14px;
  padding-inline-start: 40px;
}

.ev-form__field textarea {
  min-height: 120px;
  resize: vertical;
}

.ev-form__field input:hover,
.ev-form__field select:hover,
.ev-form__field textarea:hover {
  border-color: rgba(26, 35, 50, 0.42);
  background: #f5f8fb;
}

.ev-form__field input:focus,
.ev-form__field select:focus,
.ev-form__field textarea:focus {
  outline: none;
  border-color: var(--ev2-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(216, 121, 50, 0.22);
}

.ev-form__field input.is-invalid,
.ev-form__field select.is-invalid,
.ev-form__field textarea.is-invalid {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.15);
}

.ev-form__consent .ev-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #243044;
}

.ev-form__consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: var(--ev2-accent);
}

.ev-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.ev-form__actions .ev2-btn {
  min-height: 52px;
  min-width: 160px;
  justify-content: center;
}

.ev-form--quick .ev-form__actions .ev2-btn--primary {
  background: var(--ev2-graphite);
  color: #fff;
  border-color: var(--ev2-graphite);
  box-shadow: 0 8px 22px rgba(17, 20, 24, 0.18);
}

.ev-form--quick .ev-form__actions .ev2-btn--primary:hover {
  background: #242b32;
  transform: translateY(-1px);
}

.ev-form--quick .ev-form__actions .ev2-btn--ghost {
  background: #fff;
  color: var(--ev2-ink);
  border: 1.5px solid rgba(17, 20, 24, 0.22);
}

.ev-form__hint,
.ev-form__msg {
  margin: 14px 0 0;
  font-size: 0.95rem;
  color: #4a5568;
}

.ev-form__msg.is-error { color: #b42318; }
.ev-form__msg.is-ok { color: #1f6b4a; }

.ev-form--quick {
  background: linear-gradient(180deg, #ffffff 0%, #f3f6f9 100%);
  border: 1px solid rgba(26, 35, 50, 0.12);
}

.ev2-workers--page .ev-form {
  margin-top: 8px;
}

/* Inner pages: keep gallery/process on light surfaces */
.ev2-inner .ev2-projects {
  background: var(--ev2-ice);
  color: var(--ev2-ink);
  padding: 24px 0 64px;
}

.ev2-inner .ev2-process {
  background: var(--ev2-ice);
  padding: 24px 0 64px;
}

/* Forms A/B/C — Everest 1.0 premium polish */
.ev-form--v10 {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 48%);
  border: 1px solid rgba(26, 35, 50, 0.12);
  border-radius: 14px;
  padding: 28px 24px 32px;
}
.ev-form__eyebrow {
  margin: 0 0 6px;
  font-family: var(--ev2-font-display, inherit);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3d5a73;
}
.ev-form__lead {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(17, 20, 24, 0.78);
}
.ev-form__help {
  font-size: 0.78rem;
  color: rgba(17, 20, 24, 0.55);
}
.ev-form__group {
  border: 0;
  margin: 0 0 18px;
  padding: 0;
}
.ev-form__group legend {
  margin: 0 0 10px;
  padding: 0;
  font-family: var(--ev2-font-display, inherit);
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2332;
}
.ev-form--v10 .ev-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.ev-form--v10 .ev-form__hint {
  margin-top: 14px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(17, 20, 24, 0.55);
}

/* 1.0.2 homepage form density overrides (must win over .ev-form--v10) */
.ev2-workers--v102 .ev2-workers__panel .ev-form__actions .ev2-btn,
.ev2-workers--v102 .ev2-workers__panel .ev-form__submit {
  min-width: 0;
  min-height: 48px;
  height: 48px;
  max-height: 48px;
  padding: 0;
  box-shadow: none;
  transform: none;
}
@media (max-width: 979px) {
  .ev2-workers--v102 .ev2-workers__panel .ev-form__actions .ev2-btn,
  .ev2-workers--v102 .ev2-workers__panel .ev-form__submit {
    min-height: 50px;
    height: 50px;
    max-height: 50px;
  }
}

/*
 * Homepage availability form — gutter contrast v2 (1.0.3)
 * Geometric collision is already 0. Owner still saw merged columns because
 * panel #f8fafb ≈ input #fff (14px near-white strip). v2: ice-steel panel
 * #e4eaef + 24px column gap so the card strip is unambiguous at 1440/1024/768.
 */
.ev2-workers__panel {
  background: #e4eaef !important;
  isolation: isolate;
  z-index: 2;
}

.ev2-workers__panel,
.ev2-workers__panel *,
.ev2-workers__panel *::before,
.ev2-workers__panel *::after {
  box-sizing: border-box !important;
}

.ev2-workers__panel .ev-form,
.ev2-workers__panel .ev-form--quick,
.ev2-workers__panel .ev-form--v10,
.ev2-workers__panel .ev-form--v101 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ev2-workers__panel .ev-form__body {
  width: 100%;
  min-width: 0;
}

.ev2-workers__panel .ev-form__grid,
.ev2-workers__panel .ev-form__grid--home {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 24px !important;
  row-gap: 16px !important;
  gap: 16px 24px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: start !important;
}

.ev2-workers__panel .ev-form__field {
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  flex: none !important;
  flex-basis: auto !important;
  float: none !important;
}

.ev2-workers__panel .ev-form__field label {
  display: block !important;
  position: static !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  line-height: 1.25 !important;
  font-family: var(--ev2-font-display);
  font-size: 12.75px;
  font-weight: 600;
  color: #3a4754;
}

.ev2-workers__panel .ev-form__field input,
.ev2-workers__panel .ev-form__field select,
.ev2-workers__panel .ev-form__control--select select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #cfd6dc !important;
  border-radius: 9px !important;
  background: #ffffff !important;
  background-image: none !important;
  font: inherit;
  font-size: 14.5px;
  line-height: 1.2;
  color: #111418;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  transform: none !important;
}

.ev2-workers__panel .ev-form__control--select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.ev2-workers__panel .ev-form__control--select::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 14px;
  width: 12px;
  height: 8px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233d4a57' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
}

.ev2-workers__panel .ev-form__control--select select {
  padding-inline-start: 14px !important;
  padding-inline-end: 42px !important;
  background-image: none !important;
}

.ev2-workers__panel .ev-form__field input:hover,
.ev2-workers__panel .ev-form__control--select select:hover {
  border-color: #8796a6 !important;
  background: #ffffff !important;
}

.ev2-workers__panel .ev-form__field input:focus,
.ev2-workers__panel .ev-form__control--select select:focus,
.ev2-workers__panel .ev-form__field input:focus-visible,
.ev2-workers__panel .ev-form__control--select select:focus-visible {
  outline: 2px solid #7ea0bd;
  outline-offset: 1px;
  border-color: #7ea0bd !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(126, 160, 189, 0.2) !important;
}

.ev2-workers__panel .ev-form__actions {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin-top: 16px;
}

.ev2-workers__panel .ev-form__actions .ev2-btn,
.ev2-workers__panel .ev-form__submit,
.ev2-workers__panel .ev-form__wa {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 767px) {
  .ev2-workers__panel .ev-form__grid,
  .ev2-workers__panel .ev-form__grid--home {
    grid-template-columns: minmax(0, 1fr) !important;
    column-gap: 0 !important;
    row-gap: 14px !important;
    gap: 14px !important;
  }
}

@media (min-width: 768px) {
  .ev2-workers__panel .ev-form__grid,
  .ev2-workers__panel .ev-form__grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
    row-gap: 16px !important;
    gap: 16px 24px !important;
  }
}
