/*
Theme Name: БухСофт
Theme URI: https://buhsoft.ru/
Author: БухСофт
Description: Одностраничная тема для услуг автоматизации на базе 1С с управлением через ACF PRO.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: buhsoft
*/

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Regular_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Medium_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Semibold_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Bold_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Extrabold_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #171717;
  --muted: #6d6a65;
  --line: #e5e1d9;
  --paper: #f7f5f0;
  --white: #fff;
  --blue: #d71920;
  --blue-dark: #b50f15;
  --blue-soft: #fff0ee;
  --cyan: #ffd633;
  --yellow: #ffd633;
  --dark: #171717;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(28, 48, 83, .12);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.form-success.form-error { color: #8b1116; background: #fff0ee; }
.anchor-target { position: absolute; top: 0; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 10px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(215, 25, 32, .42);
  outline-offset: 4px;
}
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
section[id] { scroll-margin-top: 96px; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.is-scrolled {
  border-color: rgba(19, 35, 63, .08);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 30px rgba(19, 35, 63, .06);
  backdrop-filter: blur(16px);
}
.header-inner { height: 86px; display: flex; align-items: center; gap: 42px; }
.logo { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo img { display: block; width: 188px; height: auto; }
.logo-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--white);
  background: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.5px;
  box-shadow: 0 8px 22px rgba(215, 25, 32, .22);
}
.logo-copy { display: flex; flex-direction: column; line-height: 1.05; }
.logo-copy strong { font-size: 17px; letter-spacing: -.5px; }
.logo-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .55px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.main-nav ul,
.site-footer ul { display: contents; }
.main-nav li,
.site-footer li { display: contents; }
.main-nav a { color: #4d4a46; font-size: 15px; font-weight: 600; transition: color .2s; }
.main-nav a:hover,
.main-nav a.is-active { color: var(--blue); }
.main-nav a.is-active { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.header-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(215, 25, 32, .28);
  border-radius: 99px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}
.header-contact svg, .button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; border: 0; background: none; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 150px 0 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(220, 215, 205, .35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 215, 205, .35) 1px, transparent 1px),
    linear-gradient(145deg, #fffefa 0%, #faf8f3 58%, #fff9dd 100%);
  background-size: 58px 58px, 58px 58px, auto;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 254, 250, .94) 0%, rgba(255, 254, 250, .1) 52%, rgba(255, 254, 250, .28) 100%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { top: -240px; right: -130px; width: 680px; height: 680px; background: rgba(255, 214, 51, .25); animation: glow-float-one 11s ease-in-out infinite alternate; }
.hero-glow-two { bottom: -300px; left: 30%; width: 620px; height: 620px; background: rgba(215, 25, 32, .08); animation: glow-float-two 13s ease-in-out infinite alternate; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 52px; }
.hero-grid > * { min-width: 0; }
.hero-content { min-width: 0; padding-bottom: 70px; animation: hero-content-in .85s .08s cubic-bezier(.2,.7,.2,1) both; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 8px 3px 0; background: currentColor; }
.eyebrow.light { color: #ffcdcf; }
.hero h1 {
  max-width: 700px;
  margin: 24px 0 26px;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1.04;
  letter-spacing: -4px;
}
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #625f5a; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 13px; margin-top: 36px; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 25px;
  border: 0;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 15px 30px rgba(217, 174, 0, .22); }
.button-primary:hover { background: #f1c800; box-shadow: 0 18px 35px rgba(217, 174, 0, .3); }
.button-secondary { color: var(--ink); border: 1px solid var(--line); background: rgba(255, 255, 255, .75); }
.hero-trust { display: flex; gap: 30px; margin-top: 46px; }
.hero-trust div { padding-right: 30px; border-right: 1px solid var(--line); }
.hero-trust div:last-child { padding-right: 0; border-right: 0; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 15px; }
.hero-trust span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 560px; animation: hero-visual-in 1s .18s cubic-bezier(.2,.7,.2,1) both; }
.orbit { position: absolute; border: 1px solid rgba(215, 25, 32, .12); border-radius: 50%; }
.orbit-one { width: 400px; height: 400px; top: 73px; left: 70px; }
.orbit-two { width: 520px; height: 520px; top: 13px; left: 10px; }
.system-card {
  position: absolute;
  z-index: 3;
  min-width: 175px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(207, 218, 234, .8);
  border-radius: 17px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 18px 50px rgba(32, 57, 91, .12);
  backdrop-filter: blur(10px);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.system-card:hover { z-index: 5; border-color: rgba(215,25,32,.32); box-shadow: 0 24px 55px rgba(70,45,35,.16); transform: translateY(-5px); }
.system-card strong, .system-card span { display: block; }
.system-card strong { font-size: 14px; }
.system-card div > span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.system-card-main { top: 220px; left: 180px; min-width: 230px; padding: 20px; border-color: rgba(215, 25, 32, .24); }
.system-logo { width: 54px; height: 54px; flex-shrink: 0; overflow: hidden; border-radius: 14px; }
.system-logo img { width: 100%; height: 100%; object-fit: cover; }
.system-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: var(--blue-soft); }
.system-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.system-card-site { top: 62px; left: 0; }
.system-card-market { top: 42px; right: -10px; }
.system-card-doc { bottom: 55px; left: 0; }
.system-card-mark { right: -5px; bottom: 40px; }
.connections { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.connections path { fill: none; stroke: rgba(215, 25, 32, .38); stroke-width: 1.4; stroke-dasharray: 4 7; animation: dash 16s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -150; } }
@keyframes glow-float-one {
  to { transform: translate(-45px, 35px) scale(1.06); }
}
@keyframes glow-float-two {
  to { transform: translate(55px, -30px) scale(.94); }
}
@keyframes hero-content-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-visual-in {
  from { opacity: 0; transform: translateX(34px) scale(.98); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes hero-visual-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.brand-strip {
  position: relative;
  z-index: 3;
  height: 88px;
  display: flex;
  align-items: center;
  gap: 38px;
  border-top: 1px solid rgba(19, 35, 63, .08);
}
.brand-strip > span {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  padding-right: 30px;
  color: var(--muted);
  background: #fcfaf5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-marquee {
  position: relative;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.brand-track {
  display: flex;
  width: max-content;
  animation: brand-marquee 32s linear infinite;
}
.brand-marquee:hover .brand-track { animation-play-state: paused; }
.brand-list { display: flex; align-items: center; gap: 52px; padding-right: 52px; }
.brand-list strong { color: #77716a; font-size: 15px; letter-spacing: -.3px; white-space: nowrap; }
@keyframes brand-marquee {
  to { transform: translateX(-50%); }
}

.section-heading { position: relative; margin-bottom: 46px; }
.section-number { display: inline-grid; place-items: center; width: 38px; height: 25px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 12px; font-weight: 800; }
.section-number.light { border-color: rgba(255,255,255,.2); color: #b6aea6; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.12; letter-spacing: -2.7px; }
.section-heading > p { max-width: 570px; margin: 16px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.split-heading > div { max-width: 720px; }
.split-heading > p { max-width: 430px; margin-bottom: 7px; }
.problems { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.problem-card { min-height: 285px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .2s, box-shadow .2s; }
.problem-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.problem-card > span { color: #99928a; font-size: 12px; font-weight: 700; }
.problem-card h3 { margin: auto 0 12px; font-size: 23px; line-height: 1.3; letter-spacing: -.8px; }
.problem-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.problem-card.accent-card { color: var(--ink); border: 0; background: var(--yellow); }
.accent-card > .accent-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(23,23,23,.12); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.22); transition: color .25s, background .25s, transform .3s, box-shadow .3s; }
.accent-card > .accent-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.accent-card:hover > .accent-icon { color: var(--white); background: var(--blue); box-shadow: 0 10px 24px rgba(215,25,32,.22); transform: translate(2px, -2px) rotate(5deg); }
.accent-card p { color: #5d5540; }
.accent-card a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 12px; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card {
  position: relative;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(66,48,28,.11); }
.service-large { min-height: 490px; grid-column: span 2; padding: 35px; }
.service-top { position: relative; z-index: 2; display: flex; justify-content: flex-end; }
.service-index { font-size: 12px; font-weight: 800; opacity: .65; }
.service-arrow { width: 44px; height: 44px; display: grid; place-items: center; margin: -12px -12px 0 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transition: color .25s, background .25s, border-color .25s, transform .3s, box-shadow .3s; }
.service-arrow svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-arrow:hover { background: rgba(255,255,255,.16); transform: translate(2px, -2px); }
.service-blue .service-arrow:hover,
.service-small .service-arrow:hover { background: rgba(23,23,23,.08); }
.service-card:hover .service-arrow { border-color: currentColor; box-shadow: 0 10px 24px rgba(0,0,0,.12); transform: translate(2px, -2px) rotate(5deg); }
.service-large > div:nth-child(2) { position: relative; z-index: 2; max-width: 430px; margin-top: auto; }
.service-label { display: block; margin-bottom: 11px; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; opacity: .65; }
.service-card h3 { margin: auto 0 12px; font-size: 22px; line-height: 1.25; letter-spacing: -1px; }
.service-large h3 { margin: 0 0 14px; font-size: 30px; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; font-size: 12px; }
.service-blue { color: var(--ink); border: 0; background: linear-gradient(145deg, #ffdc4d, #ffd11a); }
.service-blue p { color: #554d35; }
.service-blue li { border-color: rgba(23, 23, 23, .18); }
.service-dark { color: var(--white); border: 0; background: linear-gradient(145deg, #292929, #111); }
.service-dark p { color: #c4c0b9; }
.service-yellow { border-color: #ebd377; background: #fff8d9; }
.solution-visual {
  position: absolute;
  top: 58px;
  right: -30px;
  width: 360px;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
  border-radius: 24px;
  transform: rotate(3deg);
  box-shadow: 0 20px 35px rgba(90,70,0,.12);
}
.solution-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.service-icon-large { width: 68px; height: 68px; display: grid; place-items: center; margin: auto 0 25px; border-radius: 18px; color: var(--blue); background: linear-gradient(145deg, #fff8f7, var(--blue-soft)); box-shadow: inset 0 0 0 1px rgba(215,25,32,.04); }
.service-yellow .service-icon-large { color: #9b7200; background: rgba(255, 216, 76, .4); }
.service-icon-large svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.case-section { color: var(--white); background: var(--dark); }
.case-section .section-heading h2 { color: var(--white); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; padding-top: 6px; border-bottom: 1px solid currentColor; font-size: 15px; font-weight: 700; }
.text-link.light { color: #ddd6cf; }
.text-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.text-link:hover svg { transform: translate(3px, -3px); }
.case-slider { position: relative; }
.case-slider-viewport { overflow: hidden; border-radius: var(--radius-lg); touch-action: pan-y; }
.case-slider-track { display: flex; align-items: stretch; transition: transform .65s cubic-bezier(.22,.75,.2,1); will-change: transform; }
.case-card { min-width: 100%; display: grid; grid-template-columns: 1fr .9fr; min-height: 500px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); background: linear-gradient(145deg, #292929, #151515); }
.case-slide:not(.is-active) { pointer-events: none; }
.case-content { padding: 58px; }
.case-tag { display: inline-block; padding: 9px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; color: #d4cbc3; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.case-content h3 { max-width: 600px; margin: 30px 0 18px; font-size: 37px; line-height: 1.2; letter-spacing: -1.8px; }
.case-content > p { max-width: 600px; margin: 0; color: #bbb4ad; font-size: 16px; line-height: 1.75; }
.case-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; padding-top: 31px; border-top: 1px solid rgba(255,255,255,.1); }
.case-result-grid strong { display: block; color: var(--cyan); font-size: 27px; }
.case-result-grid span { display: block; max-width: 130px; margin-top: 7px; color: #aaa29a; font-size: 12px; line-height: 1.5; }
.case-scheme { position: relative; display: grid; place-items: center; min-width: 0; padding: 28px; overflow: hidden; background: radial-gradient(circle, rgba(215,25,32,.2), transparent 64%); }
.case-map { position: relative; width: 100%; max-width: 590px; aspect-ratio: 1.08; }
.case-map-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.case-map-lines path {
  fill: none;
  stroke: rgba(255,214,51,.42);
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
  animation: dash 18s linear infinite;
}
.map-node, .map-hub {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}
.map-node {
  width: 148px;
  min-height: 65px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px;
  background: rgba(255,255,255,.08);
  text-align: center;
}
.map-node strong, .map-node span { display: block; }
.map-node strong { font-size: 12px; line-height: 1.25; }
.map-node span { margin-top: 4px; color: #aaa29a; font-size: 9px; line-height: 1.25; }
.map-hub {
  top: 50%;
  left: 50%;
  width: 154px;
  min-height: 76px;
  gap: 11px;
  padding: 12px;
  color: var(--ink);
  background: var(--yellow);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 38px rgba(0,0,0,.28);
}
.map-hub img { width: 42px; height: 42px; border-radius: 11px; }
.map-hub strong, .map-hub span { display: block; }
.map-hub strong { font-size: 20px; }
.map-hub span { color: #6c5c20; font-size: 9px; }
.map-shop { top: 1%; left: 0; }
.map-client-orders { top: 0; left: 50%; transform: translateX(-50%); }
.map-sales { top: 1%; right: 0; }
.map-prices { top: 50%; left: 0; transform: translateY(-50%); }
.map-marking { top: 50%; right: 0; transform: translateY(-50%); }
.map-supplier-orders { bottom: 1%; left: 0; }
.map-receipts { bottom: 0; left: 50%; transform: translateX(-50%); }
.map-stock { right: 0; bottom: 1%; }

.case-slider-controls { min-height: 72px; display: grid; grid-template-columns: 100px 1fr 112px; align-items: center; gap: 20px; margin-top: 18px; }
.case-slider-count { display: flex; align-items: baseline; gap: 6px; color: #8e8881; white-space: nowrap; }
.case-slider-count strong { color: var(--yellow); font-size: 24px; }
.case-slider-count span { font-size: 13px; }
.case-slider-dots { display: flex; justify-content: center; gap: 8px; }
.case-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,.22);
  cursor: pointer;
  transition: width .25s, background .25s;
}
.case-slider-dots button.is-active { width: 32px; background: var(--yellow); }
.case-slider-arrows { display: flex; justify-content: flex-end; gap: 8px; }
.case-slider-arrows button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  color: var(--white);
  background: rgba(255,255,255,.06);
  cursor: pointer;
  transition: color .2s, background .2s, transform .2s;
}
.case-slider-arrows button:hover { color: var(--ink); background: var(--yellow); transform: translateY(-2px); }
.case-slider-arrows svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.portfolio-visual { position: relative; min-height: 500px; }
.portfolio-visual > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.portfolio-visual > svg path { fill: none; stroke: rgba(255,214,51,.38); stroke-width: 1.4; stroke-dasharray: 5 7; animation: dash 18s linear infinite; }
.portfolio-hub {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 154px;
  min-height: 92px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
  transform: translate(-50%, -50%);
}
.portfolio-hub img { width: 42px; height: 42px; border-radius: 11px; }
.portfolio-hub strong { font-size: 21px; }
.portfolio-hub span { width: 100%; color: #6c5c20; font-size: 9px; text-align: center; }
.portfolio-platform, .portfolio-data {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  font-size: 13px;
  font-weight: 800;
}
.portfolio-platform { width: 100px; height: 78px; border: 6px solid rgba(255,255,255,.09); }
.platform-wb { top: 9%; left: 9%; background: linear-gradient(135deg,#a94bf1,#e63ea6); }
.platform-ozon { top: 5%; left: 50%; background: var(--blue); transform: translateX(-50%); }
.platform-yandex { top: 9%; right: 9%; color: var(--ink); background: var(--yellow); }
.portfolio-data { min-width: 112px; min-height: 58px; padding: 10px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.08); }
.data-orders { bottom: 12%; left: 6%; }
.data-stock { bottom: 4%; left: 31%; }
.data-prices { right: 31%; bottom: 4%; }
.data-status { right: 6%; bottom: 12%; }
.case-card-market .case-scheme { background: radial-gradient(circle, rgba(215,25,32,.19), transparent 64%); }

.portfolio-marking { padding: 42px; background: radial-gradient(circle at 50% 50%, rgba(215,25,32,.2), transparent 67%); }
.marking-flow { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; }
.marking-node {
  min-width: 94px;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
  text-align: center;
}
.marking-node strong, .marking-node span { display: block; }
.marking-node strong { font-size: 12px; }
.marking-node span { margin-top: 5px; color: #aaa29a; font-size: 9px; }
.marking-node img { width: 37px; height: 37px; margin-bottom: 4px; border-radius: 9px; }
.marking-edo { border-color: rgba(215,25,32,.35); }
.marking-onec { color: var(--ink); background: var(--yellow); }
.marking-sign { background: rgba(215,25,32,.18); }
.marking-arrow { color: var(--yellow); font-size: 22px; }
.marking-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: 100%; margin-top: 75px; }
.marking-products span { padding: 14px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #d7d0ca; background: rgba(255,255,255,.05); font-size: 11px; text-align: center; }

.centered { max-width: 700px; margin-inline: auto; text-align: center; }
.centered > p { margin-inline: auto; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.process-track::before { content: ""; position: absolute; top: 66px; left: 12%; right: 12%; border-top: 1px dashed #d5d0c8; }
.process-track article { position: relative; z-index: 2; text-align: center; }
.process-track article > span { display: block; margin-bottom: 19px; color: #99928a; font-size: 12px; }
.process-icon { width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 25px; border: 8px solid var(--white); border-radius: 50%; color: var(--blue); background: var(--blue-soft); box-shadow: 0 0 0 1px var(--line); }
.process-track article { transition: transform .25s ease; }
.process-track article:hover { transform: translateY(-6px); }
.process-track article:hover .process-icon { color: var(--white); background: var(--blue); box-shadow: 0 10px 28px rgba(215,25,32,.18); }
.process-icon { transition: color .25s, background .25s, box-shadow .25s; }
.process-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.process-track h3 { margin: 0 0 9px; font-size: 20px; }
.process-track p { max-width: 220px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.65; }

.articles { background: var(--paper); }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.article-card { position: relative; min-height: 560px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .35s; }
.article-card:hover { border-color: rgba(215,25,32,.22); box-shadow: 0 28px 65px rgba(55,31,31,.12); transform: translateY(-8px); }
.article-image { position: relative; height: 245px; display: grid; flex-shrink: 0; place-items: center; overflow: hidden; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s; }
.article-image::after { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,.24) 47%, transparent 68%); content: ""; opacity: 0; pointer-events: none; transform: translateX(-70%); transition: opacity .3s, transform .65s cubic-bezier(.2,.7,.2,1); }
.article-card:hover .article-image { filter: saturate(1.04) contrast(1.02); transform: scale(1.025); }
.article-card:hover .article-image::after { opacity: .75; transform: translateX(70%); }
.article-featured .article-image { height: 245px; }
.article-image-market { background: radial-gradient(circle at 50% 40%, #4b2828 0, #241717 44%, #111 100%); }
.article-badge-row { display: flex; align-items: center; gap: 12px; transform: rotate(-5deg); }
.article-badge-row span { width: 86px; height: 86px; display: grid; place-items: center; border: 7px solid rgba(255,255,255,.12); border-radius: 22px; color: var(--white); font-size: 16px; font-weight: 800; box-shadow: 0 20px 30px rgba(0,0,0,.25); }
.article-badge-row span:nth-child(1) { background: linear-gradient(135deg, #9b49ee, #ed3fa6); }
.article-badge-row span:nth-child(2) { background: #d71920; }
.article-badge-row span:nth-child(3) { color: #111; background: var(--yellow); }
.article-image-mark { color: var(--blue); background: #fff0ee; }
.article-image-mark svg { width: 80px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.article-image-edo { display: flex; gap: 14px; color: var(--white); background: var(--blue); }
.article-image-edo span { width: 67px; height: 67px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; font-weight: 800; }
.article-image-edo i { width: 50px; border-top: 1px dashed rgba(255,255,255,.65); }
.article-copy { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.article-meta { display: flex; justify-content: space-between; color: #938c84; font-size: 12px; text-transform: uppercase; letter-spacing: .6px; }
.article-meta span { color: var(--blue); font-weight: 800; }
.article-copy h3 { margin: 17px 0 12px; font-size: 19px; line-height: 1.45; letter-spacing: -.6px; transition: color .25s, transform .3s; }
.article-card:hover .article-copy h3 { color: var(--blue); transform: translateX(3px); }
.article-featured .article-copy h3 { font-size: 19px; }
.article-copy p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.article-copy a { min-height: 44px; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.article-card-link > span { transition: color .25s, transform .25s; }
.article-card-link i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(215,25,32,.18); border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-style: normal; transition: color .3s, background .3s, border-color .3s, transform .35s, box-shadow .3s; }
.article-card-link i svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.article-card:hover .article-card-link > span { color: var(--blue); transform: translateX(3px); }
.article-card:hover .article-card-link i { border-color: var(--blue); color: var(--white); background: var(--blue); box-shadow: 0 9px 22px rgba(215,25,32,.23); transform: translate(2px, -2px) rotate(5deg); }

/* Articles catalog */
.page-template-page-articles .site-header { background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.articles-page { background: var(--paper); }
.articles-page-hero { position: relative; overflow: hidden; padding: 165px 0 88px; background: var(--white); }
.articles-page-hero::after { position: absolute; right: -140px; bottom: -260px; width: 600px; height: 600px; border: 1px solid rgba(215,25,32,.09); border-radius: 50%; content: ""; }
.articles-page-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.articles-page-orbit-one { top: 55px; right: 12%; width: 290px; height: 290px; background: rgba(255,214,51,.24); filter: blur(2px); }
.articles-page-orbit-two { bottom: -160px; left: -90px; width: 360px; height: 360px; background: rgba(215,25,32,.06); }
.articles-page-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.articles-page-eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.articles-page-heading h1 { max-width: 760px; margin: 19px 0 0; font-size: clamp(44px, 4.7vw, 64px); line-height: 1.04; letter-spacing: -3.8px; }
.articles-page-heading > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.articles-catalog { min-height: 620px; }
.articles-catalog-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.articles-catalog-toolbar > div { display: flex; align-items: baseline; gap: 9px; }
.articles-catalog-toolbar strong { font-size: 24px; }
.articles-catalog-toolbar div span { color: var(--muted); font-size: 13px; }
.articles-catalog-toolbar > a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 800; transition: gap .2s, color .2s; }
.articles-catalog-toolbar > a svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.articles-catalog-toolbar > a:hover { gap: 12px; color: var(--blue-dark); }
.articles-catalog-toolbar > a:hover svg { transform: translate(2px, -2px); }
.articles-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.articles-catalog-card { position: relative; min-height: 585px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 8px 26px rgba(28,48,83,.04); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease; }
.articles-catalog-card::after { position: absolute; inset: 0; z-index: 3; border: 1px solid transparent; border-radius: inherit; content: ""; pointer-events: none; transition: border-color .35s ease, box-shadow .35s ease; }
.articles-catalog-card:hover { border-color: rgba(215,25,32,.22); box-shadow: 0 30px 70px rgba(55,31,31,.13); transform: translateY(-9px); }
.articles-catalog-card:hover::after { border-color: rgba(215,25,32,.16); box-shadow: inset 0 0 0 4px rgba(215,25,32,.025); }
.articles-catalog-card.is-featured { min-height: 440px; grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
.articles-catalog-visual { position: relative; min-height: 235px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 35%, #4b2828 0, #251818 45%, #111 100%); }
.articles-catalog-visual::after { position: absolute; inset: 0; z-index: 2; background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,.2) 46%, transparent 67%); content: ""; opacity: 0; pointer-events: none; transform: translateX(-65%); transition: opacity .35s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.articles-catalog-card:hover .articles-catalog-visual::after { opacity: .7; transform: translateX(65%); }
.articles-catalog-card.is-featured .articles-catalog-visual { min-height: 440px; }
.articles-catalog-visual.has-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.articles-catalog-card:hover .articles-catalog-visual.has-image img { filter: saturate(1.04) contrast(1.02); transform: scale(1.035); }
.catalog-visual-scene { position: relative; width: min(82%, 520px); min-height: 230px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.catalog-visual-node { position: relative; z-index: 2; width: 145px; min-height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; padding: 22px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 24px 40px rgba(0,0,0,.25); }
.catalog-visual-node small { font-size: 11px; font-weight: 700; letter-spacing: .2px; }
.catalog-visual-onec { color: var(--ink); background: var(--yellow); transform: rotate(-4deg); }
.catalog-visual-onec img { width: 58px; height: auto; }
.catalog-visual-category { color: var(--white); background: linear-gradient(145deg, #e12930, #a70f15); transform: rotate(4deg); }
.catalog-visual-category > svg { width: 55px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.catalog-visual-connector { position: relative; z-index: 1; width: 105px; margin-inline: -15px; color: rgba(255,255,255,.58); }
.catalog-visual-connector svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-dasharray: 5 5; stroke-linecap: round; stroke-linejoin: round; }
.catalog-visual-sync { position: absolute; z-index: 3; right: 50%; bottom: 1px; display: flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.24); font-size: 10px; transform: translateX(50%); backdrop-filter: blur(8px); }
.catalog-visual-sync svg { width: 16px; fill: none; stroke: var(--yellow); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.articles-catalog-card:not(.is-featured) .catalog-visual-scene { width: 92%; min-height: 190px; gap: 13px; }
.articles-catalog-card:not(.is-featured) .catalog-visual-node { width: 98px; min-height: 110px; gap: 9px; padding: 15px 9px; border-radius: 20px; }
.articles-catalog-card:not(.is-featured) .catalog-visual-onec img { width: 42px; }
.articles-catalog-card:not(.is-featured) .catalog-visual-category > svg { width: 39px; }
.articles-catalog-card:not(.is-featured) .catalog-visual-node small { font-size: 9px; }
.articles-catalog-card:not(.is-featured) .catalog-visual-connector { width: 55px; margin-inline: -12px; }
.articles-catalog-card:not(.is-featured) .catalog-visual-sync { bottom: 5px; }
.articles-catalog-copy { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.articles-catalog-card.is-featured .articles-catalog-copy { justify-content: center; padding: 50px; }
.articles-catalog-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 18px; color: #938c84; font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.articles-catalog-meta span { color: var(--blue); }
.articles-catalog-meta i { font-style: normal; }
.articles-catalog-meta time, .articles-catalog-meta i { position: relative; }
.articles-catalog-meta time::before, .articles-catalog-meta i::before { position: absolute; top: 50%; left: -10px; width: 3px; height: 3px; border-radius: 50%; background: #bbb5ad; content: ""; }
.articles-catalog-copy h2 { flex: 0 0 auto; margin: 22px 0 14px; font-size: 24px; line-height: 1.32; letter-spacing: -.9px; transition: color .25s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.articles-catalog-card:not(.is-featured) .articles-catalog-copy h2 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.articles-catalog-card:hover .articles-catalog-copy h2 { color: var(--blue); transform: translateX(3px); }
.articles-catalog-card.is-featured h2 { max-width: 560px; font-size: 36px; line-height: 1.18; letter-spacing: -1.7px; }
.articles-catalog-copy p {
  flex: 0 0 auto;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.articles-catalog-card.is-featured p { max-width: 590px; font-size: 15px; }
.articles-catalog-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.articles-catalog-link > span { transition: color .25s, transform .25s; }
.articles-catalog-link i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(215,25,32,.18); border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-style: normal; transition: color .3s, background .3s, border-color .3s, transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .3s; }
.articles-catalog-link i svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.articles-catalog-card:hover .articles-catalog-link > span { color: var(--blue); transform: translateX(3px); }
.articles-catalog-card:hover .articles-catalog-link i { border-color: var(--blue); color: var(--white); background: var(--blue); box-shadow: 0 9px 22px rgba(215,25,32,.23); transform: translate(2px, -2px) rotate(4deg); }
.articles-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.articles-pagination .page-numbers { min-width: 44px; height: 44px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-size: 13px; font-weight: 700; }
.articles-pagination .page-numbers.current, .articles-pagination .page-numbers:hover { border-color: var(--blue); color: var(--white); background: var(--blue); }
.articles-empty { padding: 70px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); text-align: center; }
.articles-empty strong { font-size: 28px; }
.articles-empty p { margin: 12px 0 0; color: var(--muted); }

/* Services pages */
.page-template-page-services .site-header,
.page-template-page-service .site-header { background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.services-page,
.service-detail-page { background: var(--paper); }
.services-page-hero,
.service-detail-hero { position: relative; overflow: hidden; padding: 165px 0 92px; background:
  linear-gradient(rgba(220,215,205,.26) 1px, transparent 1px),
  linear-gradient(90deg, rgba(220,215,205,.26) 1px, transparent 1px),
  linear-gradient(145deg, #fffefa 0%, #faf8f3 62%, #fff8dc 100%);
  background-size: 58px 58px, 58px 58px, auto;
}
.services-page-hero::after,
.service-detail-hero::after { position: absolute; right: -180px; bottom: -300px; width: 660px; height: 660px; border: 1px solid rgba(215,25,32,.08); border-radius: 50%; content: ""; }
.services-page-glow,
.service-detail-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.services-page-glow-one,
.service-detail-glow-one { top: 55px; right: 10%; width: 310px; height: 310px; background: rgba(255,214,51,.25); filter: blur(2px); }
.services-page-glow-two,
.service-detail-glow-two { bottom: -170px; left: -120px; width: 390px; height: 390px; background: rgba(215,25,32,.07); }
.services-page-heading,
.service-detail-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 76px; }
.services-page-eyebrow,
.service-detail-eyebrow,
.services-catalog-intro span,
.service-detail-block > span,
.service-result-card > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.services-page-heading h1,
.service-detail-copy h1 { max-width: 820px; margin: 20px 0 0; font-size: clamp(50px, 6vw, 82px); line-height: .98; letter-spacing: -4.6px; }
.services-page-heading p,
.service-detail-copy > p { margin: 0; color: #5d5953; font-size: 18px; line-height: 1.75; }
.services-page-hero-side { display: grid; gap: 26px; }
.services-page-hero-points { display: grid; gap: 12px; }
.services-page-hero-points div { padding: 18px 20px; border: 1px solid rgba(215,25,32,.12); border-radius: 20px; background: rgba(255,255,255,.72); box-shadow: 0 10px 28px rgba(28,48,83,.05); }
.services-page-hero-points strong { display: block; color: var(--ink); font-size: 18px; line-height: 1.15; }
.services-page-hero-points span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.services-page-business { padding-top: 78px; }
.services-page-business-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.services-page-business-card { padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 8px 26px rgba(28,48,83,.04); }
.services-page-business-card > span,
.services-page-category-head h3::before { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.services-page-business-card h2 { margin: 14px 0 16px; font-size: 40px; line-height: 1.12; letter-spacing: -2px; }
.services-page-business-card > p { margin: 0; color: var(--muted); line-height: 1.72; }
.services-page-feature-list { display: grid; gap: 14px; margin-top: 30px; }
.services-page-feature-list div { position: relative; padding: 20px 20px 20px 52px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.services-page-feature-list div::before { position: absolute; top: 20px; left: 20px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); content: "✓"; font-size: 11px; font-weight: 800; }
.services-page-feature-list strong { display: block; font-size: 18px; line-height: 1.2; }
.services-page-feature-list span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.62; }
.services-catalog-section { padding-top: 78px; }
.services-catalog-intro { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 60px; margin-bottom: 34px; }
.services-catalog-intro h2 { max-width: 650px; margin: 13px 0 0; font-size: 42px; line-height: 1.12; letter-spacing: -2.2px; }
.services-catalog-intro p { margin: 0; color: var(--muted); line-height: 1.72; }
.services-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.services-catalog-card { position: relative; min-height: 430px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 8px 26px rgba(28,48,83,.04); transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s, box-shadow .35s; }
.services-catalog-card::before { position: absolute; right: -95px; bottom: -130px; width: 270px; height: 270px; border: 32px solid rgba(215,25,32,.055); border-radius: 50%; content: ""; transition: transform .45s ease, border-color .35s; }
.services-catalog-card:hover { border-color: rgba(215,25,32,.22); box-shadow: 0 30px 70px rgba(55,31,31,.13); transform: translateY(-9px); }
.services-catalog-card:hover::before { border-color: rgba(255,214,51,.3); transform: scale(1.08) rotate(9deg); }
.services-catalog-icon { position: relative; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; color: var(--blue); background: var(--blue-soft); }
.services-catalog-icon svg,
.service-detail-card-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.services-catalog-copy { position: relative; z-index: 2; margin-top: 28px; }
.services-catalog-copy span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.services-catalog-copy h2 { margin: 13px 0 13px; font-size: 29px; line-height: 1.15; letter-spacing: -1.4px; transition: color .25s; }
.services-catalog-card:hover .services-catalog-copy h2 { color: var(--blue); }
.services-catalog-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.services-catalog-tags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 22px; }
.services-catalog-tags small,
.service-detail-card span { padding: 8px 10px; border: 1px solid rgba(215,25,32,.12); border-radius: 99px; color: #5f5650; background: #fff8f2; font-size: 11px; font-weight: 700; }
.services-catalog-link { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.services-catalog-link i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(215,25,32,.18); border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-style: normal; transition: color .3s, background .3s, border-color .3s, transform .35s, box-shadow .3s; }
.services-catalog-link i svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.services-catalog-card:hover .services-catalog-link i { border-color: var(--blue); color: var(--white); background: var(--blue); box-shadow: 0 9px 22px rgba(215,25,32,.23); transform: translate(2px, -2px) rotate(4deg); }
.services-page-standards { background: var(--white); }
.services-page-standards-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.services-page-standards-grid article { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.services-page-standards-grid span { color: var(--blue); font-size: 34px; font-weight: 800; letter-spacing: -1.8px; }
.services-page-standards-grid h3 { margin: 28px 0 12px; font-size: 22px; line-height: 1.18; letter-spacing: -.9px; }
.services-page-standards-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.services-page-ecosystem { background: var(--paper); }
.services-page-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.services-page-benefits article { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 8px 25px rgba(28,48,83,.04); }
.services-page-benefits strong { display: block; font-size: 19px; line-height: 1.18; letter-spacing: -.6px; }
.services-page-benefits span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.services-page-category-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.services-page-category { height: 337px; display: grid; grid-template-rows: 100%; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 8px 26px rgba(28,48,83,.04); transition: transform .3s, border-color .3s, box-shadow .3s; }
.services-page-category:hover { border-color: rgba(215,25,32,.22); box-shadow: 0 20px 50px rgba(55,31,31,.09); transform: translateY(-5px); }
.services-page-category-head { min-height: 100%; display: grid; grid-template-rows: minmax(76px, auto) 1fr auto auto; align-content: stretch; }
.services-page-category-head h3 { margin: 0; font-size: 30px; line-height: 1.12; letter-spacing: -1.5px; }
.services-page-category-head p { margin: 16px 0 0; color: var(--muted); line-height: 1.68; }
.services-page-category-count { width: fit-content; display: flex; margin-top: 18px; padding: 8px 10px; border: 1px solid rgba(215,25,32,.12); border-radius: 99px; color: #5f5650; background: #fff8f2; font-size: 11px; font-weight: 800; }
.services-page-category-link { width: fit-content; display: flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--blue); font-size: 13px; font-weight: 800; }
.services-page-category-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.services-page-category-link:hover svg { transform: translateX(3px); }
.services-page-mini-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.services-page-mini-services div { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fffefa; }
.services-page-mini-services strong { display: block; color: var(--ink); font-size: 16px; line-height: 1.2; }
.services-page-mini-services span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.services-page-more-card { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid rgba(215,25,32,.18); border-radius: 18px; color: var(--blue); background: var(--blue-soft); }
.services-page-more-card span { margin: 0 0 8px; color: var(--blue); font-weight: 800; }
.services-page-more-card strong { font-size: 16px; }
.services-page-audit .service-contact-inner { align-items: flex-start; }
.services-page-audit .service-contact-inner > div { max-width: 850px; }
.services-page-audit .service-contact-inner p { max-width: 760px; margin: 18px 0 0; color: #d8d2ca; line-height: 1.7; }
.services-page-audit-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.services-page-audit-list div { padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.05); }
.services-page-audit-list strong { display: block; color: var(--white); font-size: 17px; line-height: 1.2; }
.services-page-audit-list span { display: block; margin-top: 8px; color: #c9c1b8; font-size: 13px; line-height: 1.55; }
.service-back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 36px; color: var(--muted); font-size: 13px; font-weight: 800; transition: color .2s, transform .2s; }
.service-back-link:hover { color: var(--blue); transform: translateX(-3px); }
.service-category-page { background: var(--paper); }
.service-category-hero .service-back-link { margin-bottom: 26px; }
.service-category-list-section { padding-top: 78px; }
.service-category-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-category-service-card { min-height: 230px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 8px 26px rgba(28,48,83,.04); transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-category-service-card:hover { border-color: rgba(215,25,32,.22); box-shadow: 0 20px 50px rgba(55,31,31,.09); transform: translateY(-5px); }
.service-category-service-card > span { color: var(--blue); font-size: 30px; font-weight: 800; letter-spacing: -1.5px; }
.service-category-service-card h3 { margin: 24px 0 12px; font-size: 22px; line-height: 1.18; letter-spacing: -.8px; }
.service-category-service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.service-detail-card { position: relative; z-index: 2; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.service-detail-card::after { position: absolute; right: -115px; bottom: -140px; width: 300px; height: 300px; border: 34px solid rgba(255,214,51,.32); border-radius: 50%; content: ""; pointer-events: none; }
.service-detail-card-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 22px; color: var(--blue); background: var(--blue-soft); }
.service-detail-card > strong { display: block; margin: 26px 0 15px; font-size: 30px; line-height: 1.14; letter-spacing: -1.4px; }
.service-detail-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); line-height: 1.72; }
.service-detail-card div:last-child { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.service-detail-section { padding-top: 78px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr .55fr; gap: 18px; align-items: stretch; }
.service-detail-block,
.service-result-card { border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 8px 26px rgba(28,48,83,.04); }
.service-detail-block { padding: 42px; }
.service-detail-block h2 { max-width: 720px; margin: 14px 0 26px; font-size: 40px; line-height: 1.12; letter-spacing: -2px; }
.service-check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.service-check-list li { position: relative; padding-left: 34px; color: #3f3a36; line-height: 1.65; }
.service-check-list li::before { position: absolute; top: .2em; left: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); content: "✓"; font-size: 11px; font-weight: 800; }
.service-result-card { display: grid; align-content: center; gap: 14px; padding: 36px; color: var(--white); background:
  radial-gradient(circle at 92% 5%, rgba(255,214,51,.22), transparent 35%),
  linear-gradient(145deg, #241c1c, #111); }
.service-result-card > span { color: var(--yellow); }
.service-result-card strong { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 24px; line-height: 1.2; letter-spacing: -1px; }
.service-process-section { background: var(--white); }
.service-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-detail-step { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-detail-step:hover { border-color: rgba(215,25,32,.22); box-shadow: 0 20px 50px rgba(55,31,31,.09); transform: translateY(-5px); }
.service-detail-step span { color: var(--blue); font-size: 34px; font-weight: 800; letter-spacing: -1.8px; }
.service-detail-step p { margin: 26px 0 0; color: #4f4944; line-height: 1.62; }
.service-page-content-section { padding-top: 78px; padding-bottom: 82px; background: var(--white); }
.service-page-content-layout { max-width: 1080px; }
.service-page-content { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.service-rich { display: grid; gap: 22px; }
.service-rich > * { margin: 0; }
.service-rich-intro,
.service-rich-card,
.service-rich-cta { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: 0 24px 70px rgba(55,31,31,.06); }
.service-rich-intro { display: grid; grid-template-columns: 1fr .72fr; gap: 34px; align-items: stretch; padding: 38px; background:
  radial-gradient(circle at 93% 8%, rgba(255,214,51,.28), transparent 32%),
  linear-gradient(135deg, #fff 0%, #fff7ed 100%); }
.service-rich-kicker { display: inline-flex; width: fit-content; margin-bottom: 18px; padding: 9px 12px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-rich h2 { margin: 0 0 18px; color: var(--ink); font-size: 38px; line-height: 1.08; letter-spacing: -1.9px; }
.service-rich h3 { margin: 0 0 11px; color: var(--ink); font-size: 23px; line-height: 1.22; letter-spacing: -.8px; }
.service-rich p { margin: 0; color: #4f4944; line-height: 1.72; }
.service-rich-lead { max-width: 680px; font-size: 20px; line-height: 1.68; }
.service-rich-metrics { display: grid; gap: 12px; }
.service-rich-metrics div { padding: 20px; border: 1px solid rgba(215,25,32,.12); border-radius: 22px; background: rgba(255,255,255,.72); }
.service-rich-metrics strong { display: block; color: var(--blue); font-size: 28px; line-height: 1; letter-spacing: -1.2px; }
.service-rich-metrics span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.service-rich-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-rich-grid.is-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-rich-card { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M4 8h16'/%3E%3Cpath d='M4 16h16'/%3E%3Cpath d='M7 5c2 3 2 11 0 14'/%3E%3Cpath d='M17 5c-2 3-2 11 0 14'/%3E%3C/svg%3E"); min-height: 250px; display: flex; flex-direction: column; padding: 28px; }
.service-rich-card::before { width: 56px; height: 56px; display: block; flex: 0 0 auto; margin-bottom: 26px; border: 1px solid rgba(215,25,32,.08); border-radius: 18px; background-color: var(--blue-soft); background-image: var(--rich-card-icon); background-position: center; background-repeat: no-repeat; background-size: 30px; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); content: ""; }
.service-rich-card[data-step="CMS"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='13' rx='2'/%3E%3Cpath d='M3 9h18'/%3E%3Cpath d='M8 21h8'/%3E%3Cpath d='M12 18v3'/%3E%3Cpath d='M7 13h3M13 13h4'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="TG"],
.service-rich-card[data-step="MAX"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 4 10 15'/%3E%3Cpath d='m21 4-7 17-4-6-6-3 17-8z'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="API"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 9 4 12l4 3'/%3E%3Cpath d='m16 9 4 3-4 3'/%3E%3Cpath d='m14 5-4 14'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="BOT"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='8' width='14' height='10' rx='3'/%3E%3Cpath d='M12 4v4'/%3E%3Cpath d='M9 13h.01M15 13h.01'/%3E%3Cpath d='M9 18v2h6v-2'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="LOG"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16'/%3E%3Cpath d='M4 12h10'/%3E%3Cpath d='M4 19h7'/%3E%3Cpath d='m16 16 2 2 4-5'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="01"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h12v16H6z'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h3'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="02"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h10v18H7z'/%3E%3Cpath d='M10 7h4'/%3E%3Cpath d='M10 17h4'/%3E%3Cpath d='M9 11h6v3H9z'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="03"],
.service-rich-card[data-step="ЭДО"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l4 4v14H7z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M10 13h6M10 17h4'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="04"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 8a5 5 0 0 1 10 0'/%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M8 16h8'/%3E%3Cpath d='M12 12v8'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="05"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h16l-1 12H5L4 8z'/%3E%3Cpath d='M8 8a4 4 0 0 1 8 0'/%3E%3Cpath d='M9 14h.01M15 14h.01'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="06"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v5c0 5 3 8 7 10 4-2 7-5 7-10V6z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="✓"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='m8.5 12.5 2.2 2.2 4.8-5.4'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="EDI"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v10H4z'/%3E%3Cpath d='m4 8 8 5 8-5'/%3E%3Cpath d='M8 20h8'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="ЕГАИС"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3h4'/%3E%3Cpath d='M11 3v5l-4 7a4 4 0 0 0 3.5 6h3a4 4 0 0 0 3.5-6l-4-7V3'/%3E%3Cpath d='M9 16h6'/%3E%3C/svg%3E"); }
.service-rich-card[data-step="1С"] { --rich-card-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d71920' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='4'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M12 8v8'/%3E%3C/svg%3E"); }
.service-rich-card p { margin-top: auto; color: var(--muted); font-size: 15px; line-height: 1.62; }
.service-rich-panel { padding: 38px; border-radius: 30px; background: var(--dark); color: var(--white); }
.service-rich-panel h2,
.service-rich-panel h3,
.service-rich-panel p { color: inherit; }
.service-rich-panel p { color: rgba(255,255,255,.72); }
.service-rich-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; padding: 0; list-style: none; }
.service-rich .service-rich-checks li { position: relative; min-height: 82px; margin: 0; padding: 20px 20px 20px 48px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.04); font-size: 15px; line-height: 1.55; }
.service-rich .service-rich-checks li::before { position: absolute; top: 22px; left: 20px; width: auto; height: auto; border-radius: 0; color: var(--yellow); background: transparent; box-shadow: none; font-weight: 900; content: "✓"; }
.service-rich-table { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.service-rich-row { display: grid; grid-template-columns: .38fr 1fr; gap: 0; border-bottom: 1px solid var(--line); }
.service-rich-row:last-child { border-bottom: 0; }
.service-rich-row strong { padding: 22px 24px; color: var(--ink); background: var(--paper); font-size: 15px; line-height: 1.45; }
.service-rich-row span { padding: 22px 24px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.service-rich-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; counter-reset: rich-process; }
.service-rich-process div { counter-increment: rich-process; min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.service-rich-process div::before { display: block; margin-bottom: 30px; color: var(--blue); font-size: 30px; font-weight: 900; letter-spacing: -1.4px; content: counter(rich-process, decimal-leading-zero); }
.service-rich-process strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 17px; line-height: 1.25; }
.service-rich-process span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.service-rich-cta { width: 100vw; max-width: none; display: grid; grid-template-columns: minmax(0, 760px) max-content; align-items: center; justify-content: space-between; gap: 42px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 74px max(24px, calc((100vw - var(--container)) / 2)); border-width: 0; border-radius: 0; color: var(--white); background:
  radial-gradient(circle at 85% 15%, rgba(255,214,51,.28), transparent 34%),
  linear-gradient(135deg, #241c1c, #111); }
.service-rich-cta h2 { color: var(--white); }
.service-rich-cta p { color: rgba(255,255,255,.72); }
.service-rich-cta .button { grid-column: 2; justify-self: end; width: auto; min-width: 230px; max-width: 290px; min-height: 56px; flex: 0 0 auto; padding: 0 24px; white-space: normal; text-align: center; }
.service-faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 70px; align-items: start; }
.service-faq-list { display: grid; gap: 14px; }
.service-faq-item { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 8px 26px rgba(28,48,83,.04); }
.service-faq-item h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.22; letter-spacing: -.8px; }
.service-faq-item p { margin: 0; color: var(--muted); line-height: 1.7; }
.service-faq-list.accordion { display: block; border-top: 1px solid var(--line); }
.service-faq-item.accordion-item { padding: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.service-faq-item.accordion-item button { padding: 25px 0; font-size: 21px; line-height: 1.25; letter-spacing: -.6px; }
.service-faq-item.accordion-item .accordion-content p { font-size: 16px; }
.geo-section { background: var(--white); }
.geo-section-grid { display: grid; grid-template-columns: .48fr 1fr; gap: 62px; align-items: start; }
.geo-section-head { position: sticky; top: 108px; }
.geo-section-head h2 { margin: 12px 0 16px; font-size: 42px; line-height: 1.1; letter-spacing: -2px; }
.geo-section-head p { margin: 0; color: var(--muted); line-height: 1.72; }
.geo-section-content { display: grid; gap: 18px; }
.geo-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.geo-info-grid article { min-height: 228px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.geo-info-grid span { color: var(--blue); font-size: 28px; font-weight: 800; letter-spacing: -1.5px; }
.geo-info-grid h3 { margin: 24px 0 10px; font-size: 21px; line-height: 1.18; letter-spacing: -.7px; }
.geo-info-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.geo-faq-list { display: block; border-top: 1px solid var(--line); }
.geo-faq-list.accordion article { padding: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.geo-faq-list.accordion button { padding: 24px 0; font-size: 19px; line-height: 1.25; letter-spacing: -.45px; }
.geo-faq-list.accordion .accordion-content p { font-size: 15px; }
.service-contact-band { padding: 74px 0; color: var(--white); background: var(--dark); }
.service-contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.service-contact-inner > div { max-width: 760px; }
.service-contact-inner span { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.service-contact-inner h2 { margin: 14px 0 0; font-size: 38px; line-height: 1.18; letter-spacing: -1.8px; }

/* Contacts page */
.page-template-page-contacts .site-header { background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.contacts-page { background: var(--paper); }
.contacts-hero { position: relative; overflow: hidden; padding: 165px 0 88px; background: var(--white); }
.contacts-hero::after { position: absolute; right: -150px; bottom: -280px; width: 620px; height: 620px; border: 1px solid rgba(215,25,32,.08); border-radius: 50%; content: ""; }
.contacts-hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.contacts-glow-one { top: 50px; right: 12%; width: 290px; height: 290px; background: rgba(255,214,51,.24); filter: blur(2px); }
.contacts-glow-two { bottom: -170px; left: -100px; width: 380px; height: 380px; background: rgba(215,25,32,.06); }
.contacts-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.contacts-eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contacts-heading h1 { max-width: 770px; margin: 19px 0 0; font-size: clamp(46px, 5.3vw, 70px); line-height: 1.03; letter-spacing: -4.2px; }
.contacts-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.contacts-list-section { min-height: 520px; }
.contacts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-method { position: relative; min-height: 180px; display: grid; grid-template-columns: 72px 1fr 46px; align-items: center; gap: 22px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 25px; background: var(--white); box-shadow: 0 8px 25px rgba(28,48,83,.04); transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .3s, box-shadow .35s; }
.contact-method::before { position: absolute; right: -60px; bottom: -85px; width: 190px; height: 190px; border: 30px solid var(--contact-soft, rgba(215,25,32,.05)); border-radius: 50%; content: ""; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.contact-method:hover { border-color: var(--contact-color, var(--blue)); box-shadow: 0 28px 65px rgba(55,31,31,.11); transform: translateY(-7px); }
.contact-method:hover::before { transform: scale(1.14) translate(-6px, -5px); }
.contact-method-icon { position: relative; z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 21px; color: var(--contact-color, var(--blue)); background: var(--contact-soft, var(--blue-soft)); transition: color .3s, background .3s, transform .35s, box-shadow .3s; }
.contact-method-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.contact-method-icon.is-brand-icon { border: 1px solid color-mix(in srgb, var(--contact-color, var(--blue)) 13%, transparent); background: var(--white); }
.contact-method-icon.is-brand-icon img { width: 42px; height: 42px; display: block; object-fit: contain; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.contact-method-max .contact-method-icon.is-brand-icon img { width: 46px; height: 46px; border-radius: 13px; }
.contact-method:hover .contact-method-icon { color: var(--white); background: var(--contact-color, var(--blue)); box-shadow: 0 12px 28px color-mix(in srgb, var(--contact-color, var(--blue)) 25%, transparent); transform: rotate(-4deg) scale(1.04); }
.contact-method:hover .contact-method-icon.is-brand-icon { border-color: color-mix(in srgb, var(--contact-color, var(--blue)) 28%, transparent); background: var(--white); }
.contact-method:hover .contact-method-icon.is-brand-icon img { transform: scale(1.08) rotate(4deg); }
.contact-method-copy { position: relative; z-index: 2; min-width: 0; }
.contact-method-copy small { display: block; margin-bottom: 9px; color: var(--contact-color, var(--blue)); font-size: 11px; font-weight: 800; letter-spacing: .75px; text-transform: uppercase; }
.contact-method-copy strong { display: block; overflow-wrap: anywhere; font-size: 23px; line-height: 1.3; letter-spacing: -.7px; transition: color .25s, transform .3s; }
.contact-method:hover .contact-method-copy strong { color: var(--contact-color, var(--blue)); transform: translateX(3px); }
.contact-method-arrow { position: relative; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--contact-color, var(--blue)) 22%, transparent); border-radius: 50%; color: var(--contact-color, var(--blue)); background: var(--contact-soft, var(--blue-soft)); transition: color .3s, background .3s, transform .35s, box-shadow .3s; }
.contact-method-arrow svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-method:hover .contact-method-arrow { color: var(--white); background: var(--contact-color, var(--blue)); box-shadow: 0 10px 24px color-mix(in srgb, var(--contact-color, var(--blue)) 25%, transparent); transform: translate(3px, -3px) rotate(5deg); }
.contact-method-phone { --contact-color: #d71920; --contact-soft: #fff0ee; }
.contact-method-email { --contact-color: #9b7200; --contact-soft: #fff8d9; }
.contact-method-telegram { --contact-color: #26a5e4; --contact-soft: #eaf7fd; }
.contact-method-whatsapp { --contact-color: #25d366; --contact-soft: #eafbf1; }
.contact-method-max { --contact-color: #5955ee; --contact-soft: #efefff; }
.contacts-note { display: flex; align-items: center; gap: 12px; margin: 28px 0 0; color: var(--muted); font-size: 13px; }
.contacts-note span { width: 26px; height: 26px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 12px; font-weight: 800; }
.contacts-empty { padding: 70px; border: 1px solid var(--line); border-radius: 25px; background: var(--white); text-align: center; }
.contacts-empty strong { font-size: 27px; }
.contacts-empty p { margin: 12px 0 0; color: var(--muted); }
.contacts-cta { padding: 76px 0; color: var(--white); background: var(--dark); }
.contacts-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.contacts-cta-inner > div { max-width: 760px; }
.contacts-cta-inner span { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.contacts-cta-inner h2 { margin: 14px 0 0; font-size: 38px; line-height: 1.18; letter-spacing: -1.8px; }
.contacts-cta .button { border: 0; cursor: pointer; }

/* Single article */
.single-post .site-header { background: rgba(255, 255, 255, .92); backdrop-filter: blur(16px); }
.single-article { background: var(--white); }
.article-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 80px;
  background: linear-gradient(135deg, #fff8f6 0%, #f7f5f0 52%, #fff 100%);
}
.article-hero::after {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(215, 25, 32, .08);
  border-radius: 50%;
  content: "";
}
.article-hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.article-hero-glow-one { top: 60px; right: 24%; width: 280px; height: 280px; background: rgba(255, 214, 51, .18); }
.article-hero-glow-two { bottom: -130px; left: -70px; width: 330px; height: 330px; background: rgba(215, 25, 32, .06); }
.article-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); align-items: center; gap: 80px; }
.article-back-link { width: fit-content; display: inline-flex; align-items: center; gap: 9px; margin-bottom: 44px; color: var(--muted); font-size: 13px; font-weight: 700; }
.article-back-link span { color: var(--blue); font-size: 20px; transition: transform .2s; }
.article-back-link:hover span { transform: translateX(-4px); }
.article-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-bottom: 22px; color: #8c8780; font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.article-kicker span:first-child { padding: 8px 12px; border-radius: 99px; color: var(--blue); background: var(--blue-soft); }
.article-kicker time, .article-kicker span:not(:first-child) { position: relative; }
.article-kicker time::before, .article-kicker span:not(:first-child)::before { position: absolute; top: 50%; left: -12px; width: 3px; height: 3px; border-radius: 50%; background: #bbb5ad; content: ""; }
.article-hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.02; letter-spacing: -4px; }
.article-lead { max-width: 690px; margin: 28px 0 0; color: #5f5b56; font-size: 20px; line-height: 1.65; }
.article-author { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.article-author-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--white); background: var(--blue); font-size: 13px; font-weight: 800; box-shadow: 0 10px 26px rgba(215, 25, 32, .2); }
.article-author div { display: flex; flex-direction: column; gap: 4px; }
.article-author strong { font-size: 14px; }
.article-author div span { color: var(--muted); font-size: 12px; }
.article-hero-visual { position: relative; min-height: 480px; border: 1px solid rgba(215, 25, 32, .1); border-radius: 36px; background: #1a1717; box-shadow: 0 35px 80px rgba(63, 23, 24, .16); transform: rotate(2deg); }
.article-hero-visual::before { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 25px; content: ""; }
.article-hero-visual.has-image {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 18px;
  border-color: rgba(215,25,32,.12);
  background:
    radial-gradient(circle at 18% 12%, rgba(255,214,51,.28), transparent 38%),
    linear-gradient(145deg, #fff, var(--paper));
}
.article-hero-visual.has-image::before {
  inset: 0;
  display: block;
  border: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 85% 85%, rgba(215,25,32,.08), transparent 42%);
  content: "";
}
.article-hero-visual.has-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  display: block;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(63,23,24,.16);
}
.article-integration-card { position: absolute; z-index: 2; width: 220px; padding: 23px; border-radius: 22px; box-shadow: 0 20px 35px rgba(0,0,0,.24); transform: rotate(-2deg); }
.article-integration-card strong { display: block; margin-bottom: 6px; font-size: 23px; }
.article-integration-card span { display: block; font-size: 11px; line-height: 1.45; }
.article-integration-one { top: 72px; left: 52px; color: #211b08; background: var(--yellow); }
.article-integration-two { right: 42px; bottom: 82px; color: var(--ink); background: var(--white); transform: rotate(2deg); }
.article-integration-two svg { width: 42px; margin-bottom: 17px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.article-integration-line { position: absolute; top: 45%; left: 34%; width: 180px; border-top: 1px dashed rgba(255,255,255,.42); transform: rotate(38deg); }
.article-integration-line i { position: absolute; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(215,25,32,.13); }
.article-integration-line i:nth-child(1) { left: 0; }
.article-integration-line i:nth-child(2) { left: 50%; }
.article-integration-line i:nth-child(3) { right: 0; }
.article-sync-badge { position: absolute; z-index: 3; right: 22px; top: 28px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: rgba(255,255,255,.78); font-size: 10px; }
.article-sync-badge svg { width: 16px; fill: none; stroke: var(--yellow); stroke-width: 1.7; }
.article-layout { display: grid; grid-template-columns: 280px minmax(0, 760px); justify-content: center; align-items: start; gap: 80px; padding-top: 92px; padding-bottom: 110px; }
.article-aside { position: sticky; top: 115px; display: grid; gap: 16px; }
.article-summary { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.article-summary > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.article-summary strong { display: block; margin: 11px 0 10px; font-size: 17px; }
.article-summary p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.article-aside-cta { position: relative; padding: 23px; overflow: hidden; border-radius: 20px; color: var(--white); background: var(--blue); }
.article-aside-cta::after { position: absolute; right: -30px; bottom: -45px; width: 120px; height: 120px; border: 20px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.article-aside-cta span, .article-aside-cta strong { position: relative; z-index: 2; display: block; }
.article-aside-cta span { margin-bottom: 7px; color: rgba(255,255,255,.68); font-size: 11px; }
.article-aside-cta strong { max-width: 140px; font-size: 18px; }
.article-aside-cta i { position: absolute; z-index: 2; top: 22px; right: 22px; font-size: 22px; font-style: normal; }
.article-content { min-width: 0; color: #35322f; font-size: 18px; line-height: 1.82; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 28px; }
.article-content h2 { margin: 65px 0 22px; color: var(--ink); font-size: 34px; line-height: 1.2; letter-spacing: -1.5px; }
.article-content h3 { margin: 42px 0 17px; color: var(--ink); font-size: 24px; line-height: 1.3; letter-spacing: -.7px; }
.article-content a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.article-content ul, .article-content ol { margin: 0 0 32px; padding: 0; list-style: none; counter-reset: article-list; }
.article-content li { position: relative; margin: 0 0 13px; padding-left: 34px; }
.article-content ul li::before { position: absolute; top: .75em; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px var(--blue-soft); content: ""; }
.article-content ol li { counter-increment: article-list; }
.article-content ol li::before { position: absolute; top: 1px; left: 0; color: var(--blue); font-size: 12px; font-weight: 800; content: counter(article-list, decimal-leading-zero); }
.article-content blockquote { position: relative; margin: 42px 0; padding: 30px 34px 30px 78px; border: 0; border-radius: 22px; background: var(--blue-soft); }
.article-content blockquote::before { position: absolute; top: 24px; left: 28px; color: var(--blue); font-size: 52px; font-weight: 800; line-height: 1; content: "“"; }
.article-content blockquote p { margin: 0; color: var(--ink); font-size: 19px; font-weight: 600; line-height: 1.55; }
.article-content .wp-block-table { margin: 38px 0; overflow-x: auto; }
.article-content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.article-content th, .article-content td { padding: 16px 18px; border: 1px solid var(--line); text-align: left; }
.article-content th { background: var(--paper); font-weight: 700; }
.article-content .wp-block-image { margin: 42px 0; }
.article-content .wp-block-image img { border-radius: 24px; }
.article-content .wp-block-buttons { margin: 28px 0 34px; }
.article-content .wp-block-button.article-audit-button .wp-block-button__link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(215,25,32,.2);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.article-content .wp-block-button.article-audit-button .wp-block-button__link:hover {
  color: var(--white);
  background: #b9151b;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(215,25,32,.28);
}
.article-content .service-rich { display: grid; gap: 24px; color: #35322f; font-size: 16px; line-height: 1.65; }
.article-content .service-rich > * { margin: 0; }
.article-content .service-rich h2 { margin: 0 0 18px; color: var(--ink); font-size: 38px; line-height: 1.08; letter-spacing: -1.9px; }
.article-content .service-rich h3 { margin: 0 0 11px; color: var(--ink); font-size: 23px; line-height: 1.22; letter-spacing: -.8px; }
.article-content .service-rich p { margin: 0; color: #4f4944; line-height: 1.72; }
.article-content .service-rich-lead { margin: 0; font-size: 20px; line-height: 1.68; }
.article-content .service-rich-card p { margin-top: auto; color: var(--muted); font-size: 15px; line-height: 1.62; }
.article-content .service-rich-panel h2,
.article-content .service-rich-panel h3,
.article-content .service-rich-cta h2 { color: var(--white); }
.article-content .service-rich-panel p,
.article-content .service-rich-cta p { color: rgba(255,255,255,.72); }
.article-content .service-rich-panel .service-rich-kicker,
.article-content .service-rich-cta .service-rich-kicker { color: var(--yellow); background: rgba(255,214,51,.12); }
.article-content .service-rich > .service-rich-cta { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.article-content .service-rich-checks { margin: 26px 0 0; padding: 0; list-style: none; counter-reset: none; }
.article-content .service-rich .service-rich-checks li { margin: 0; padding: 20px 20px 20px 48px; }
.article-content .service-rich .service-rich-checks li::before { top: 22px; left: 20px; width: auto; height: auto; border-radius: 0; color: var(--yellow); background: transparent; box-shadow: none; content: "\2713"; }
.article-content .service-rich-row strong,
.article-content .service-rich-row span { display: block; }
.article-content .service-rich-cta a.button { color: var(--ink); text-decoration: none; }
.article-contact-band { padding: 74px 0; color: var(--white); background: var(--dark); }
.article-contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.article-contact-inner > div { max-width: 750px; }
.article-contact-inner span { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.article-contact-inner h2 { margin: 14px 0 0; font-size: 38px; line-height: 1.18; letter-spacing: -1.8px; }
.article-related { background: var(--paper); }
.article-related-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.article-related-heading > div > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.article-related-heading h2 { margin: 10px 0 0; font-size: 42px; letter-spacing: -2px; }
.article-related-heading > a { color: var(--blue); font-size: 13px; font-weight: 800; }
.article-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-related-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.article-related-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-related-card > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.article-related-card h3 { margin: 24px 0 13px; font-size: 22px; line-height: 1.35; letter-spacing: -.7px; }
.article-related-card p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.article-related-card strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; }
.article-related-card strong i { color: var(--blue); font-size: 18px; font-style: normal; }

.faq-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 100px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 26px 0; border: 0; background: none; font-size: 18px; font-weight: 700; text-align: left; cursor: pointer; }
.accordion-item button span { transition: color .2s, transform .2s; }
.accordion-item button:hover span { color: var(--blue); transform: translateX(4px); }
.accordion-item i { position: relative; width: 20px; height: 20px; flex-shrink: 0; }
.accordion-item i::before, .accordion-item i::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; border-top: 1.5px solid var(--blue); transition: transform .2s; }
.accordion-item i::after { transform: rotate(90deg); }
.accordion-item.is-open i::after { transform: rotate(0); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion-content p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.accordion-item.is-open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-content p { padding: 0 45px 26px 0; }

.contact-section { padding: 20px 0 80px; }
.contact-card { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; padding: 70px; border-radius: var(--radius-lg); color: var(--white); background:
  radial-gradient(circle at 10% 100%, rgba(215, 25, 32, .3), transparent 38%),
  linear-gradient(135deg, #292929, #111); }
.contact-copy h2 { max-width: 600px; margin: 22px 0 18px; font-size: 45px; line-height: 1.15; letter-spacing: -2.3px; }
.contact-copy > p { max-width: 500px; margin: 0; color: #bbb4ad; font-size: 16px; line-height: 1.75; }
.contact-note { max-width: 490px; display: flex; gap: 13px; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.contact-note > span { width: 26px; height: 26px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; color: var(--yellow); background: rgba(255,214,51,.13); font-size: 11px; }
.contact-note p { margin: 2px 0 0; color: #aaa29a; font-size: 13px; line-height: 1.65; }
.contact-form { position: relative; display: grid; gap: 16px; padding: 32px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.07); }
.contact-form label span { display: block; margin-bottom: 8px; color: #c7beb5; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; outline: 0; color: var(--white); background: rgba(0,0,0,.28); transition: border .2s; }
.contact-form input { height: 49px; padding: 0 15px; }
.contact-form textarea { resize: vertical; padding: 14px 15px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8f8780; font-size: 14px; }
.button-yellow { color: var(--ink); background: var(--yellow); }
.contact-form small { color: #918981; font-size: 11px; line-height: 1.5; text-align: center; }
.contact-form small a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.form-success { display: none; padding: 12px; border-radius: 10px; color: #9ae8ce; background: rgba(58, 190, 147, .12); font-size: 13px; text-align: center; }
.form-success.is-visible { display: block; }
.site-form-notice { position: fixed; z-index: 1200; top: 24px; left: 50%; width: min(680px, calc(100vw - 32px)); display: grid; gap: 8px; padding: 24px 70px 24px 28px; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; color: #fff; background: linear-gradient(135deg, #19a56f, #0b7f53); box-shadow: 0 24px 70px rgba(10, 91, 60, .34); transform: translateX(-50%); }
.site-form-notice strong { font-size: 24px; line-height: 1.1; letter-spacing: -.6px; }
.site-form-notice span { color: rgba(255,255,255,.88); line-height: 1.55; }
.site-form-notice button { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.16); font-size: 25px; line-height: 1; cursor: pointer; transition: background .2s, transform .2s; }
.site-form-notice button:hover { background: rgba(255,255,255,.24); transform: rotate(90deg); }

/* Contact modal */
.contact-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
.contact-modal.is-open { opacity: 1; visibility: visible; }
.contact-modal-backdrop { position: absolute; inset: 0; background: rgba(10, 10, 10, .72); backdrop-filter: blur(8px); }
.contact-modal-dialog { position: relative; z-index: 2; width: min(100%, 980px); max-height: min(860px, calc(100vh - 48px)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; overflow-y: auto; padding: 54px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; color: var(--white); background:
  radial-gradient(circle at 0 100%, rgba(215, 25, 32, .32), transparent 37%),
  linear-gradient(135deg, #292929, #101010);
  box-shadow: 0 35px 100px rgba(0,0,0,.45);
  transform: translateY(22px) scale(.98);
  transition: transform .22s ease;
}
.contact-modal.is-open .contact-modal-dialog { transform: translateY(0) scale(1); }
.contact-modal-close { position: absolute; z-index: 4; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.06); cursor: pointer; transition: background .2s, transform .2s; }
.contact-modal-close:hover { background: rgba(255,255,255,.13); transform: rotate(4deg); }
.contact-modal-close span { position: absolute; width: 16px; border-top: 1.5px solid currentColor; transform: rotate(45deg); }
.contact-modal-close span:last-child { transform: rotate(-45deg); }
.contact-modal-copy { align-self: center; }
.contact-modal-copy h2 { margin: 20px 0 18px; font-size: 40px; line-height: 1.12; letter-spacing: -2px; }
.contact-modal-copy > p { margin: 0; color: #bbb4ad; font-size: 15px; line-height: 1.72; }
.contact-modal-points { display: grid; gap: 12px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.contact-modal-points span { position: relative; padding-left: 24px; color: #c7c0b9; font-size: 13px; }
.contact-modal-points span::before { position: absolute; left: 0; color: var(--yellow); content: "✓"; }
.contact-form-modal { padding: 27px; background: rgba(255,255,255,.075); }

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .7s cubic-bezier(.2,.7,.2,1),
    transform .7s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.reveal-left { transform: translateX(-38px); }
.reveal.reveal-right { transform: translateX(38px); }
.reveal.is-revealed {
  opacity: 1;
  transform: translate(0, 0);
}

.back-to-top {
  position: fixed;
  z-index: 45;
  right: 18px;
  bottom: 24px;
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(145, 13, 18, .25);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .25s, visibility .25s, transform .25s, background .2s, box-shadow .2s;
}
.back-to-top::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 7px;
  height: 4px;
  border-radius: 99px;
  background: var(--yellow);
  pointer-events: none;
}
.back-to-top-label {
  position: absolute;
  right: calc(100% + 11px);
  top: 50%;
  min-width: 78px;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
  font-size: 12px;
  letter-spacing: .4px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity .2s, transform .2s;
}
.back-to-top-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border: 5px solid transparent;
  border-left-color: var(--ink);
  transform: translateY(-50%);
}
.back-to-top-mark {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.back-to-top svg {
  position: relative;
  z-index: 2;
  width: 32px;
  margin: 0 0 2px 1px;
  fill: none;
  stroke: var(--white);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s;
}
.back-to-top:hover {
  background: var(--blue-dark);
  box-shadow: 0 17px 38px rgba(145, 13, 18, .32);
  transform: translateY(-4px);
}
.back-to-top:hover .back-to-top-label { opacity: 1; transform: translate(0, -50%); }
.back-to-top:hover svg { transform: translateY(-3px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

.site-footer { padding: 70px 0 25px; color: #aaa6a0; background: #111; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 46px; }
.footer-logo { width: fit-content; }
.footer-logo img { width: 160px; }
.footer-grid > div:first-child p { max-width: 340px; margin: 24px 0 0; font-size: 14px; line-height: 1.65; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid strong { margin-bottom: 7px; color: var(--white); font-size: 15px; }
.footer-grid a, .footer-grid span { font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-grid a { min-height: 40px; display: inline-flex; align-items: center; }
.footer-legal a { min-height: 30px; line-height: 1.35; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }

.cookie-consent[hidden] { display: none; }
.cookie-consent { position: fixed; z-index: 1300; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: center; pointer-events: none; }
.cookie-consent-inner { width: min(920px, 100%); display: grid; grid-template-columns: minmax(320px, 1fr) auto; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; color: var(--white); background: rgba(17,17,17,.96); box-shadow: 0 14px 44px rgba(0,0,0,.26); pointer-events: auto; }
.cookie-consent-copy strong { display: block; margin-bottom: 4px; font-size: 16px; line-height: 1.15; letter-spacing: -.25px; }
.cookie-consent-copy p { max-width: 510px; margin: 0; color: #c7beb5; font-size: 12px; line-height: 1.38; }
.cookie-consent-copy a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-options { display: grid; grid-template-columns: repeat(3, auto); align-items: center; gap: 7px 12px; }
.cookie-consent-options label { display: flex; align-items: center; gap: 6px; color: #ddd6cf; font-size: 11px; line-height: 1.2; white-space: nowrap; }
.cookie-consent-options input { width: 14px; height: 14px; margin: 0; accent-color: var(--yellow); }
.cookie-consent-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; flex-wrap: nowrap; gap: 7px; margin-top: 1px; }
.cookie-consent-actions .button { min-height: 32px; padding: 0 12px; border-radius: 999px; font-size: 10px; white-space: nowrap; }
.button-ghost { border: 1px solid rgba(255,255,255,.16); color: var(--white); background: rgba(255,255,255,.06); }

.legal-page { padding-top: 70px; background: var(--paper); }
.legal-section { min-height: 70vh; }
.legal-container { max-width: 860px; padding: 46px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 18px 50px rgba(28,48,83,.08); }
.legal-container h1 { margin: 16px 0 26px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -2.4px; }
.legal-container p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.legal-placeholder { margin-top: 28px; padding: 18px 20px; border: 1px solid rgba(215,25,32,.22); border-radius: 16px; color: var(--blue-dark); background: var(--blue-soft); line-height: 1.55; }

@media (max-width: 940px) {
  .cookie-consent-inner { grid-template-columns: 1fr; align-items: stretch; gap: 10px; }
  .cookie-consent-copy p { max-width: none; }
  .cookie-consent-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cookie-consent-options label { white-space: normal; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 10px; }
  .hero-visual { transform: scale(.86); transform-origin: center; animation-name: hero-visual-fade; }
  .problem-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-small { min-height: 310px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-featured { grid-column: span 2; }
  .article-featured { display: flex; }
  .article-featured .article-image { height: 245px; min-height: 0; }
  .article-hero-grid { grid-template-columns: 1fr .72fr; gap: 40px; }
  .article-hero-visual { min-height: 430px; transform: scale(.9) rotate(2deg); }
  .article-hero-visual.has-image { min-height: 0; padding: 14px; }
  .article-layout { grid-template-columns: 235px minmax(0, 680px); gap: 45px; }
  .articles-page-heading { gap: 45px; }
  .articles-catalog-card.is-featured { grid-template-columns: .9fr 1.1fr; }
  .articles-catalog-card.is-featured .articles-catalog-copy { padding: 38px; }
  .services-page-heading,
  .service-detail-hero-grid { gap: 45px; }
  .services-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page-standards-grid,
  .services-page-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-page-category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-category-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contacts-heading { gap: 45px; }
}

@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .header-inner { height: 74px; }
  .logo img { width: 158px; }
  .header-contact { margin-left: auto; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-items: center; gap: 5px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; }
  .menu-toggle span { width: 18px; border-top: 1.5px solid var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 74px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 22px 20px 30px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 30px rgba(20,40,70,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .main-nav a.is-active { text-decoration: none; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero h1 { max-width: 650px; letter-spacing: -3px; }
  .hero-content { padding-bottom: 20px; }
  .hero-visual { width: 550px; min-height: 490px; margin: 0 auto; transform: scale(.8); transform-origin: center top; }
  .brand-strip { height: auto; flex-direction: column; align-items: flex-start; gap: 20px; padding: 27px 0; }
  .brand-strip > span { padding-right: 0; background: transparent; }
  .brand-marquee { width: 100%; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 25px; }
  .case-card { grid-template-columns: 1fr; }
  .case-scheme { min-height: 510px; padding: 22px; }
  .portfolio-visual { min-height: 510px; }
  .case-slider-controls { grid-template-columns: 75px 1fr 112px; }
  .process-track { grid-template-columns: repeat(2, 1fr); gap: 50px; }
  .process-track::before { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .contact-card { grid-template-columns: 1fr; gap: 45px; padding: 50px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
  .article-hero { padding: 125px 0 64px; }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-hero-copy { max-width: 720px; }
  .article-hero-visual { width: min(100%, 560px); min-height: 430px; margin-inline: auto; transform: none; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 65px; padding-bottom: 80px; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .article-contact-inner { align-items: flex-start; flex-direction: column; }
  .article-related-grid { grid-template-columns: 1fr 1fr; }
  .contact-modal-dialog { grid-template-columns: 1fr; gap: 30px; padding: 48px 38px 38px; }
  .contact-modal-copy h2 { max-width: 620px; }
  .contact-modal-points { grid-template-columns: repeat(3, 1fr); }
  .articles-page-hero { padding: 130px 0 65px; }
  .articles-page-heading { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .articles-page-heading > p { max-width: 620px; }
  .articles-catalog-grid { grid-template-columns: 1fr 1fr; }
  .articles-catalog-card.is-featured { grid-template-columns: 1fr; }
  .articles-catalog-card.is-featured .articles-catalog-visual { min-height: 330px; }
  .services-page-hero,
  .service-detail-hero { padding: 130px 0 66px; }
  .services-page-heading,
  .service-detail-hero-grid,
  .services-catalog-intro,
  .services-page-business-grid,
  .service-detail-grid,
  .geo-section-grid,
  .service-faq-grid { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .geo-section-head { position: static; }
  .geo-info-grid { grid-template-columns: 1fr; }
  .services-page-heading > p,
  .service-detail-copy > p { max-width: 650px; }
  .services-page-mini-services { grid-template-columns: 1fr; }
  .services-page-audit-list { grid-template-columns: 1fr; }
  .service-detail-card { max-width: 680px; }
  .service-contact-inner { align-items: flex-start; flex-direction: column; }
  .contacts-hero { padding: 130px 0 66px; }
  .contacts-heading { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .contacts-heading > p { max-width: 650px; }
  .contact-method { grid-template-columns: 60px 1fr 42px; gap: 17px; padding: 27px; }
  .contact-method-icon { width: 60px; height: 60px; border-radius: 18px; }
  .contact-method-icon svg { width: 27px; }
  .contact-method-icon.is-brand-icon img { width: 38px; height: 38px; }
  .contact-method-max .contact-method-icon.is-brand-icon img { width: 41px; height: 41px; }
  .contact-method-copy strong { font-size: 19px; }
  .contacts-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 58px 0; }
  .header-contact { display: none; }
  .logo img { width: 145px; }
  .menu-toggle { margin-left: auto; }
  .hero { padding-top: 112px; }
  .hero h1 { margin-top: 18px; font-size: 43px; letter-spacing: -2.5px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-trust { gap: 15px; }
  .hero-trust div { padding-right: 15px; }
  .hero-trust span { font-size: 11px; }
  .hero-visual { width: 500px; max-width: none; justify-self: center; margin: 0; transform: scale(.54); transform-origin: center top; min-height: 285px; animation-name: hero-visual-fade; }
  .brand-list { gap: 30px; padding-right: 30px; }
  .brand-list strong { font-size: 13px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 35px; letter-spacing: -2px; }
  .problem-grid, .services-grid { grid-template-columns: 1fr; }
  .service-large { min-height: 500px; grid-column: auto; }
  .service-large h3 { font-size: 26px; }
  .solution-visual { opacity: .62; transform: scale(.88) rotate(2deg); transform-origin: right top; }
  .case-content { padding: 32px 25px; }
  .case-content h3 { font-size: 29px; }
  .case-result-grid { gap: 10px; }
  .case-result-grid strong { font-size: 22px; }
  .case-result-grid { grid-template-columns: 1fr; gap: 0; }
  .case-result-grid > div {
    display: grid;
    grid-template-columns: 105px 1fr;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .case-result-grid > div:last-child { border-bottom: 0; }
  .case-result-grid span { max-width: none; margin-top: 0; }
  .case-scheme { min-height: 0; padding: 22px 14px 28px; }
  .case-map {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    aspect-ratio: auto;
  }
  .case-map-lines { display: none; }
  .map-node, .map-hub {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 70px;
    transform: none;
  }
  .map-node { padding: 10px 7px; }
  .map-node strong { font-size: 11px; }
  .map-node span { font-size: 9px; }
  .map-hub {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-content: center;
    min-height: 78px;
    margin-bottom: 4px;
  }
  .case-slider-viewport { border-radius: 24px; }
  .case-slider-controls { grid-template-columns: 64px 1fr 94px; gap: 8px; margin-top: 12px; padding-right: 58px; }
  .case-slider-count strong { font-size: 20px; }
  .case-slider-arrows { gap: 6px; }
  .case-slider-arrows button { width: 44px; height: 44px; border-radius: 12px; }
  .portfolio-visual { min-height: 0; }
  .portfolio-market {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 20px 14px 25px;
  }
  .portfolio-market > svg { display: none; }
  .portfolio-hub, .portfolio-platform, .portfolio-data {
    position: relative;
    inset: auto;
    width: auto;
    min-width: 0;
    transform: none;
  }
  .portfolio-hub { grid-column: 1 / -1; width: 100%; min-height: 82px; margin-bottom: 4px; }
  .portfolio-platform { height: 66px; border-width: 4px; }
  .portfolio-data { min-height: 54px; font-size: 12px; }
  .portfolio-marking { padding: 22px 14px 26px; }
  .marking-flow { display: grid; grid-template-columns: 1fr 28px 1fr; gap: 8px; }
  .marking-node { min-width: 0; min-height: 76px; }
  .marking-flow .marking-onec { grid-column: 1 / -1; grid-row: 2; }
  .marking-arrow-2, .marking-arrow-3 { display: none; }
  .marking-sign { grid-column: 1; grid-row: 3; }
  .marking-arrow-4 { grid-column: 2; grid-row: 3; }
  .marking-flow .marking-node:last-child { grid-column: 3; grid-row: 3; }
  .marking-products { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 45px 12px; }
  .process-icon { width: 74px; height: 74px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 560px; }
  .article-featured { grid-column: auto; display: block; }
  .article-featured { display: flex; }
  .article-featured .article-image { min-height: 240px; height: 240px; }
  .article-badge-row { gap: 5px; }
  .article-badge-row span { width: 72px; height: 72px; border-width: 5px; }
  .contact-section { padding-bottom: 70px; }
  .contact-card { width: 100%; border-radius: 0; padding: 55px 20px; }
  .contact-copy h2 { font-size: 35px; }
  .contact-form { padding: 22px 17px; }
  .back-to-top {
    right: 10px;
    bottom: 14px;
    min-width: 54px;
    width: 54px;
    height: 54px;
    padding: 0;
    box-shadow: 0 12px 28px rgba(52, 15, 16, .28);
  }
  .back-to-top-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .back-to-top-mark { width: 54px; height: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; }
  .footer-bottom { gap: 20px; }
  .cookie-consent { right: 8px; bottom: 8px; left: 8px; }
  .cookie-consent-inner { grid-template-columns: 1fr; gap: 10px; padding: 13px; border-radius: 16px; }
  .cookie-consent-copy strong { font-size: 15px; }
  .cookie-consent-copy p { font-size: 11px; line-height: 1.35; }
  .cookie-consent-options { grid-template-columns: 1fr; gap: 7px; }
  .cookie-consent-options label { font-size: 11px; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .cookie-consent-actions .button { width: 100%; }
  .cookie-consent-actions .button-yellow { grid-column: 1 / -1; }
  .legal-page { padding-top: 40px; }
  .legal-container { padding: 28px 20px; border-radius: 22px; }
  .article-hero { padding: 112px 0 48px; }
  .article-back-link { margin-bottom: 30px; }
  .article-kicker { gap: 8px 16px; }
  .article-hero h1 { font-size: 42px; letter-spacing: -2.5px; }
  .article-lead { font-size: 17px; }
  .article-hero-visual { min-height: 350px; border-radius: 25px; }
  .article-hero-visual.has-image { min-height: 0; padding: 10px; border-radius: 22px; }
  .article-hero-visual.has-image img { border-radius: 16px; }
  .article-integration-card { width: 185px; padding: 18px; }
  .article-integration-one { top: 55px; left: 25px; }
  .article-integration-two { right: 20px; bottom: 58px; }
  .article-integration-line { width: 130px; }
  .article-sync-badge { top: 18px; right: 15px; }
  .article-layout { gap: 36px; padding-top: 48px; padding-bottom: 65px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-content { font-size: 17px; line-height: 1.75; }
  .article-content h2 { margin-top: 50px; font-size: 29px; }
  .article-content h3 { font-size: 22px; }
  .article-content blockquote { padding: 65px 22px 25px; }
  .article-content blockquote::before { top: 18px; left: 22px; }
  .article-contact-band { padding: 55px 0; }
  .article-contact-inner h2 { font-size: 30px; }
  .article-related-heading { align-items: flex-start; flex-direction: column; }
  .article-related-heading h2 { font-size: 35px; }
  .article-related-grid { grid-template-columns: 1fr; }
  .contact-modal { padding: 10px; }
  .contact-modal-dialog { max-height: calc(100vh - 20px); gap: 24px; padding: 48px 14px 14px; border-radius: 22px; }
  .contact-modal-close { top: 10px; right: 10px; }
  .contact-modal-copy { padding: 0 7px; }
  .contact-modal-copy h2 { margin-top: 15px; font-size: 31px; letter-spacing: -1.3px; }
  .contact-modal-copy > p { font-size: 14px; }
  .contact-modal-points { display: none; }
  .contact-form-modal { padding: 20px 15px; }
  .site-form-notice { top: 12px; width: calc(100vw - 20px); padding: 20px 58px 20px 20px; border-radius: 18px; }
  .site-form-notice strong { font-size: 21px; }
  .site-form-notice span { font-size: 14px; }
  .site-form-notice button { top: 10px; right: 10px; width: 34px; height: 34px; }
  .articles-page-hero { padding: 112px 0 52px; }
  .articles-page-heading h1 { font-size: 40px; letter-spacing: -2.4px; }
  .articles-page-heading > p { font-size: 15px; }
  .articles-catalog-toolbar { align-items: flex-start; }
  .articles-catalog-grid { grid-template-columns: 1fr; }
  .articles-catalog-card { min-height: 510px; }
  .articles-catalog-card.is-featured { min-height: 0; }
  .articles-catalog-card.is-featured .articles-catalog-visual { min-height: 255px; }
  .articles-catalog-card.is-featured .articles-catalog-copy { padding: 27px; }
  .articles-catalog-card.is-featured h2 { font-size: 27px; }
  .catalog-visual-scene { width: 94%; min-height: 205px; gap: 12px; }
  .catalog-visual-node { width: 105px; min-height: 115px; gap: 9px; padding: 15px 8px; border-radius: 21px; }
  .catalog-visual-onec img { width: 43px; }
  .catalog-visual-category > svg { width: 40px; }
  .catalog-visual-node small { font-size: 9px; }
  .catalog-visual-connector { width: 48px; margin-inline: -11px; }
  .services-page-hero,
  .service-detail-hero { padding: 112px 0 52px; }
  .services-page-heading h1,
  .service-detail-copy h1 { font-size: 40px; letter-spacing: -2.4px; }
  .services-page-heading p,
  .service-detail-copy > p { font-size: 15px; }
  .services-catalog-intro h2,
  .service-detail-block h2 { font-size: 32px; letter-spacing: -1.8px; }
  .services-catalog-grid { grid-template-columns: 1fr; }
  .services-catalog-card { min-height: 0; padding: 25px; }
  .service-detail-actions { flex-direction: column; }
  .service-detail-card { padding: 26px; border-radius: 24px; }
  .service-detail-card > strong { font-size: 25px; }
  .service-detail-block { padding: 28px; border-radius: 24px; }
  .service-result-card { padding: 28px; }
  .service-result-card strong { font-size: 21px; }
  .service-process-grid { grid-template-columns: 1fr; }
  .service-detail-step { min-height: 165px; padding: 24px; }
  .service-page-content { padding: 28px; border-radius: 24px; }
  .service-rich-intro,
  .service-rich-grid,
  .service-rich-grid.is-two,
  .service-rich-process,
  .service-rich-cta { grid-template-columns: 1fr; }
  .service-rich-intro,
  .service-rich-panel { padding: 28px; border-radius: 24px; }
  .service-rich-cta { gap: 24px; padding: 52px 24px; border-radius: 0; }
  .service-rich-cta .button { grid-column: 1; justify-self: stretch; width: 100%; min-width: 0; max-width: none; }
  .service-rich h2 { font-size: 30px; letter-spacing: -1.5px; }
  .article-content .service-rich h2 { font-size: 30px; letter-spacing: -1.5px; }
  .article-content .service-rich h3 { font-size: 21px; }
  .article-content .service-rich-lead { font-size: 17px; }
  .service-rich-lead { font-size: 17px; }
  .service-rich-checks,
  .service-rich-row { grid-template-columns: 1fr; }
  .service-rich-row strong { padding-bottom: 6px; }
  .service-rich-row span { padding-top: 6px; }
  .geo-section-head h2 { font-size: 32px; letter-spacing: -1.5px; }
  .geo-info-grid article { min-height: 0; padding: 22px; }
  .geo-faq-list article { padding: 22px; }
  .service-contact-band { padding: 55px 0; }
  .service-contact-inner h2 { font-size: 30px; }
  .contacts-hero { padding: 112px 0 52px; }
  .contacts-heading h1 { font-size: 41px; letter-spacing: -2.5px; }
  .contacts-heading > p { font-size: 15px; }
  .contacts-grid { grid-template-columns: 1fr; }
  .contact-method { min-height: 145px; grid-template-columns: 54px 1fr 38px; gap: 13px; padding: 22px 18px; border-radius: 21px; }
  .contact-method-icon { width: 54px; height: 54px; border-radius: 16px; }
  .contact-method-icon svg { width: 24px; }
  .contact-method-icon.is-brand-icon img { width: 34px; height: 34px; }
  .contact-method-max .contact-method-icon.is-brand-icon img { width: 37px; height: 37px; border-radius: 11px; }
  .contact-method-copy small { margin-bottom: 6px; font-size: 9px; }
  .contact-method-copy strong { font-size: 17px; }
  .contact-method-arrow { width: 38px; height: 38px; }
  .contacts-empty { padding: 45px 20px; }
  .contacts-cta { padding: 56px 0; }
  .contacts-cta-inner h2 { font-size: 30px; }
}

@media (max-width: 580px) {
  .services-page-business-card { padding: 28px; border-radius: 24px; }
  .services-page-business-card h2,
  .services-catalog-intro h2 { font-size: 32px; letter-spacing: -1.8px; }
  .services-page-standards-grid,
  .services-page-benefits,
  .services-page-category-list,
  .service-category-services-grid,
  .services-catalog-grid { grid-template-columns: 1fr; }
  .services-page-category { padding: 22px; border-radius: 22px; }
  .services-page-category { height: auto; min-height: 300px; }
  .services-page-category-head h3 { font-size: 25px; letter-spacing: -1.1px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .brand-track { transform: none; }
  .reveal, .reveal.reveal-left, .reveal.reveal-right { opacity: 1; transform: none; }
}
