/* SEO-посадочные ЭлектроЛайф */
:root {
  --navy: #1c3152;
  --orange: #f97316;
  --text: #0f172a;
  --muted: #475569;
  --bg: #f4f7fb;
  --card: #ffffff;
  --line: #dbe3ef;
}
.seo-skip {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}
.seo-skip:focus {
  left: 1rem; top: 1rem; width: auto; height: auto; z-index: 100;
  background: #fff; color: #1c3152; padding: 0.6rem 0.9rem; border-radius: 8px;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(249, 115, 22, 0.12), transparent 60%),
    linear-gradient(180deg, #eef3f9 0%, var(--bg) 40%, #e8eef6 100%);
  line-height: 1.65;
}
a { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; }
.seo-wrap { width: min(1080px, calc(100% - 2.5rem)); margin: 0 auto; }
.seo-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(28, 49, 82, 0.97);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.seo-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 72px;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  box-sizing: border-box;
}
.seo-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  min-width: 0;
  flex: 1;
}
.seo-brand {
  flex-shrink: 0;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  font-size: 1.12rem;
  line-height: 1;
  padding: 0.15rem 0;
}
.seo-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
  min-width: 0;
}
.seo-nav a {
  color: rgba(255,255,255,.9) !important;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  transition: color .2s ease, background .2s ease;
}
.seo-nav a:hover,
.seo-nav a:focus-visible {
  color: #fff !important;
  background: rgba(255,255,255,.1);
  outline: none;
}
.seo-phone {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.95rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.seo-phone:hover,
.seo-phone:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.36);
  text-decoration: none !important;
  outline: none;
}
.seo-main { padding: 1.5rem 0 3rem; }
.seo-crumbs { color: var(--muted); font-size: 0.9rem; margin-bottom: 1rem; }
.seo-crumbs a { color: var(--muted); }
h1 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.25; margin: 0 0 1rem; color: var(--navy);
}
h2 { color: var(--navy); margin-top: 2rem; font-size: 1.25rem; }
.seo-lead {
  font-size: 1.05rem; color: var(--muted);
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: 1rem 1.15rem;
}
ul, ol { padding-left: 1.2rem; }
li { margin: 0.35rem 0; }
.seo-faq details {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; padding: 0.75rem 1rem; margin: 0.55rem 0;
}
.seo-faq summary { cursor: pointer; font-weight: 600; color: var(--navy); }
.seo-cards { list-style: none; padding: 0; display: grid; gap: 0.85rem; }
.seo-cards li {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: 1rem 1.1rem;
}
.seo-cards p { margin: 0.4rem 0 0; color: var(--muted); font-size: 0.95rem; }
.seo-cta { margin-top: 2rem; }
.seo-cta-row {
  display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.25rem 0 1.5rem;
}
.seo-btn {
  display: inline-block; background: linear-gradient(135deg, #f97316, #ea580c); color: #fff !important;
  font-weight: 700; padding: 0.85rem 1.25rem; border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.32);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.seo-btn:hover { filter: brightness(1.04); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(249, 115, 22, 0.4); text-decoration: none !important; }
.seo-btn-ghost {
  background: rgba(255,255,255,.85); color: var(--navy) !important;
  border: 1px solid var(--line); box-shadow: none;
}
.seo-btn-ghost:hover { border-color: rgba(249,115,22,.45); color: #ea580c !important; text-decoration: none !important; }
.seo-figure {
  margin: 1.25rem 0 1.5rem; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line); background: var(--card);
}
.seo-figure img { display: block; width: 100%; height: auto; }
.seo-trust {
  margin: 1.75rem 0;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: 1rem 1.15rem 1.15rem;
}
.seo-trust h2 { margin-top: 0.25rem; }
.seo-note { color: var(--muted); font-size: 0.92rem; }
.seo-steps { padding-left: 1.25rem; }
.seo-steps li { margin: 0.55rem 0; }
.seo-inline { display: flex; flex-wrap: wrap; gap: 0.35rem 1.1rem; list-style: none; padding: 0; }
.seo-updated { color: var(--muted); font-size: 0.85rem; margin: -0.35rem 0 1rem; }
.seo-main--flush { padding: 0 0 0; }
.seo-wrap--process { width: min(1080px, calc(100% - 2rem)); }

/* —— Process page (Как мы работаем) —— */
.page-process {
  background: #edf1f6;
}
.page-process .seo-header .seo-nav a[href="/kak-my-rabotaem/"] {
  color: var(--orange) !important;
}

.process-hero {
  position: relative;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.process-hero__media {
  position: absolute;
  inset: 0;
  background:
    url("/media/site/0006.jpg") center / cover no-repeat;
  transform: scale(1.04);
  animation: process-ken 18s ease-in-out alternate both;
  z-index: -2;
}
.process-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(20, 36, 61, 0.92) 0%, rgba(28, 49, 82, 0.78) 48%, rgba(28, 49, 82, 0.45) 100%),
    linear-gradient(to top, rgba(20, 36, 61, 0.55), transparent 42%);
}
.process-hero__content {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2.2rem, 5vw, 3.5rem);
  animation: process-rise 0.8s ease both;
}
.process-hero__crumbs {
  color: rgba(255, 255, 255, 0.72) !important;
  margin-bottom: 1.25rem;
}
.process-hero__crumbs a { color: rgba(255, 255, 255, 0.78) !important; }
.process-hero__brand {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
}
.process-hero h1 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  max-width: 14ch;
  letter-spacing: -0.03em;
}
.process-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}
.process-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.process-hero__ghost {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(8px);
}
.process-hero__ghost:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  border-color: rgba(249, 115, 22, 0.65) !important;
}

.process-section {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
}
.process-section--soft {
  background:
    radial-gradient(700px 280px at 0% 0%, rgba(249, 115, 22, 0.08), transparent 60%),
    #f7f9fc;
}
.process-section__head {
  margin-bottom: 2rem;
  max-width: 40rem;
}
.process-section__head h2 {
  margin: 0.25rem 0 0.55rem;
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  letter-spacing: -0.02em;
}
.process-section__head p {
  margin: 0;
  color: var(--muted);
}
.process-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.process-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  gap: 0.9rem;
}
.process-timeline::before {
  content: "";
  position: absolute;
  left: 1.55rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: linear-gradient(180deg, var(--orange), rgba(28, 49, 82, 0.2));
  border-radius: 2px;
}
.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  align-items: start;
  margin: 0;
  padding: 1.15rem 1.2rem 1.15rem 0.85rem;
  background: #fff;
  border: 1px solid rgba(28, 49, 82, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(20, 36, 61, 0.05);
  animation: process-rise 0.7s ease both;
  animation-delay: calc(var(--i, 0) * 0.08s);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.process-step:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.28);
  box-shadow: 0 16px 36px rgba(20, 36, 61, 0.09);
}
.process-step__index {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(145deg, #243b5c, #1c3152);
  box-shadow: 0 8px 18px rgba(28, 49, 82, 0.28);
  position: relative;
  z-index: 1;
}
.process-step:nth-child(odd) .process-step__index {
  background: linear-gradient(145deg, #f97316, #ea580c);
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.32);
}
.process-step__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  margin-bottom: 0.35rem;
}
.process-step__body h3 {
  margin: 0;
  font-size: 1.08rem;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.process-step__meta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  background: #f1f5f9;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}
.process-step__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 52rem;
}

.process-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.process-benefits li {
  margin: 0;
  padding: 1.25rem 1.2rem 1.3rem;
  background: #fff;
  border: 1px solid rgba(28, 49, 82, 0.08);
  border-radius: 18px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.process-benefits li:hover {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.3);
}
.process-benefits__icon {
  display: block;
  width: 2.25rem;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), #fdba74);
  margin-bottom: 0.85rem;
}
.process-benefits strong {
  display: block;
  color: var(--navy);
  font-size: 1.02rem;
  margin-bottom: 0.35rem;
}
.process-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.process-timing {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  padding: 1.5rem;
  border-radius: 22px;
  background:
    linear-gradient(135deg, #1c3152 0%, #243b5c 55%, #2a4568 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(20, 36, 61, 0.22);
}
.process-timing h2 {
  margin: 0.3rem 0 0.7rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}
.process-timing > div > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 36rem;
  line-height: 1.6;
}
.process-timing .process-kicker { color: #fdba74; }
.process-timing__facts {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.process-timing__facts > div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
}
.process-timing__facts dt {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 0.25rem;
}
.process-timing__facts dd {
  margin: 0;
  font-weight: 700;
  font-size: 0.98rem;
}

.process-cta-band {
  padding: 0 0 clamp(3rem, 6vw, 4.5rem);
}
.process-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: 1.6rem 1.5rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(28, 49, 82, 0.1);
  box-shadow: 0 16px 40px rgba(20, 36, 61, 0.07);
}
.process-cta-band__brand {
  font-size: 0.95rem !important;
  letter-spacing: 0.12em !important;
  color: var(--navy) !important;
  margin-bottom: 0.35rem !important;
}
.process-cta-band h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}
.process-cta-band p {
  margin: 0;
  color: var(--muted);
}

@keyframes process-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes process-ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}

@media (max-width: 860px) {
  .process-benefits { grid-template-columns: 1fr; }
  .process-timing { grid-template-columns: 1fr; }
  .process-timeline::before { left: 1.35rem; }
}
@media (max-width: 720px) {
  .process-hero { min-height: 78vw; align-items: flex-end; }
  .process-step { padding-right: 0.95rem; }
  .process-cta-band__inner { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .process-hero__media,
  .process-hero__content,
  .process-step {
    animation: none !important;
  }
}

.seo-footer {
  background: var(--navy); color: rgba(255,255,255,.88); padding: 1.5rem 0 2rem;
  font-size: 0.92rem;
}
.seo-footer a { color: #fdba74; }
.seo-links { opacity: 0.95; }

@media (max-width: 980px) {
  .seo-nav a { padding: 0.5rem 0.45rem; font-size: 0.82rem; }
  .seo-header__right { gap: 0.75rem; }
  .seo-phone { padding: 0.5rem 0.75rem; font-size: 0.84rem; min-height: 38px; }
}

@media (max-width: 820px) {
  .seo-header__inner {
    flex-wrap: wrap;
    align-items: center;
    min-height: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .seo-header__right {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .seo-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.2rem;
  }
  .seo-phone { margin-left: auto; }
}
