@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-500.ttf") format("truetype");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-700.ttf") format("truetype");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-800.ttf") format("truetype");
}

:root {
  color-scheme: light;
  --wp-bg: #ffffff;
  --wp-bg-soft: #f4f8fc;
  --wp-bg-strip: #eef5fb;
  --wp-surface: #ffffff;
  --wp-surface-alt: #f8fbff;
  --wp-text: #18324f;
  --wp-text-soft: #5f738b;
  --wp-text-inverse: #f8fbff;
  --wp-primary: #2a83c6;
  --wp-primary-deep: #1c6eaf;
  --wp-primary-soft: #ddecf8;
  --wp-accent: #3db89d;
  --wp-line: rgba(24, 50, 79, 0.11);
  --wp-shadow: 0 12px 28px rgba(24, 50, 79, 0.045);
  --wp-shadow-strong: 0 20px 42px rgba(24, 50, 79, 0.08);
  --wp-body-gradient: linear-gradient(180deg, #fbfdff 0%, var(--wp-bg-soft) 44%, #ffffff 100%);
  --wp-loader-bg: rgba(255, 255, 255, 0.88);
  --wp-header-bg: rgba(255, 255, 255, 0.94);
  --wp-header-border-strong: rgba(42, 131, 198, 0.14);
  --wp-header-shadow: 0 1px 0 rgba(24, 50, 79, 0.06);
  --wp-nav-muted: rgba(24, 50, 79, 0.78);
  --wp-toggle-bg: rgba(42, 131, 198, 0.08);
  --wp-panel-border: transparent;
  --wp-surface-border: transparent;
  --wp-faq-border: transparent;
  --wp-mobile-nav-border: transparent;
  --wp-outline-dark-bg: rgba(255, 255, 255, 0.88);
  --wp-outline-light-border: rgba(255, 255, 255, 0.28);
  --wp-outline-light-border-hover: rgba(255, 255, 255, 0.5);
  --wp-outline-light-fill: #ffffff;
  --wp-btn-light-fill: #ffffff;
  --wp-hero-gradient:
    radial-gradient(circle at 14% 18%, rgba(61, 184, 157, 0.15) 0, rgba(61, 184, 157, 0) 24%),
    radial-gradient(circle at 84% 14%, rgba(42, 131, 198, 0.16) 0, rgba(42, 131, 198, 0) 32%),
    radial-gradient(circle at 68% 72%, rgba(42, 131, 198, 0.08) 0, rgba(42, 131, 198, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 58%, #eef6fc 100%);
  --wp-hero-overlay:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.56) 0, rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 18% 70%, rgba(255, 255, 255, 0.32) 0, rgba(255, 255, 255, 0) 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 48%);
  --wp-panel-surface: rgba(255, 255, 255, 0.92);
  --wp-panel-fill: linear-gradient(180deg, #f7fbff, #eef6fd);
  --wp-panel-accent-fill: linear-gradient(135deg, #eaf4fb 0%, #f6fbff 100%);
  --wp-band-gradient: linear-gradient(135deg, var(--wp-primary) 0%, #338fd0 100%);
  --wp-band-text-soft: rgba(248, 251, 255, 0.92);
  --wp-band-note-soft: rgba(248, 251, 255, 0.8);
  --wp-table-note-bg: rgba(42, 131, 198, 0.07);
  --wp-table-note-text: var(--wp-primary-deep);
  --wp-faq-surface: rgba(255, 255, 255, 0.92);
  --wp-faq-hover-bg: rgba(42, 131, 198, 0.05);
  --wp-faq-open-gradient: linear-gradient(135deg, var(--wp-primary) 0%, #328dce 100%);
  --wp-footer-bg: #eef5fb;
  --wp-mobile-nav-bg: rgba(255, 255, 255, 0.96);
  --wp-mobile-nav-shadow: 0 18px 40px rgba(24, 50, 79, 0.07);
  --wp-radius-xl: 14px;
  --wp-radius-lg: 12px;
  --wp-radius-md: 10px;
  --wp-radius-sm: 8px;
  --wp-header-height: 88px;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --wp-bg: #000000;
    --wp-bg-soft: #000000;
    --wp-bg-strip: #000000;
    --wp-surface: #040505;
    --wp-surface-alt: #070909;
    --wp-text: #b8c5bf;
    --wp-text-soft: #65716c;
    --wp-text-inverse: #f7fbff;
    --wp-primary: #68b6a7;
    --wp-primary-deep: #4e9789;
    --wp-primary-soft: rgba(104, 182, 167, 0.12);
    --wp-accent: #71ba86;
    --wp-line: rgba(184, 197, 191, 0.05);
    --wp-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    --wp-shadow-strong: 0 16px 32px rgba(0, 0, 0, 0.22);
    --wp-body-gradient: linear-gradient(180deg, #000000 0%, #000000 100%);
    --wp-loader-bg: rgba(0, 0, 0, 0.88);
    --wp-header-bg: rgba(0, 0, 0, 0.96);
    --wp-header-border-strong: rgba(184, 197, 191, 0.04);
    --wp-header-shadow: 0 1px 0 rgba(255, 255, 255, 0.01);
    --wp-nav-muted: rgba(184, 197, 191, 0.72);
    --wp-toggle-bg: rgba(255, 255, 255, 0.06);
    --wp-panel-border: transparent;
    --wp-surface-border: transparent;
    --wp-faq-border: transparent;
    --wp-mobile-nav-border: transparent;
    --wp-outline-dark-bg: rgba(4, 5, 5, 0.94);
    --wp-outline-light-border: rgba(184, 197, 191, 0.22);
    --wp-outline-light-border-hover: rgba(184, 197, 191, 0.36);
    --wp-outline-light-fill: rgba(247, 251, 255, 0.94);
    --wp-btn-light-fill: rgba(247, 251, 255, 0.96);
    --wp-hero-gradient: linear-gradient(180deg, #000000 0%, #000000 100%);
    --wp-hero-overlay: none;
    --wp-panel-surface: rgba(4, 5, 5, 0.98);
    --wp-panel-fill: linear-gradient(180deg, #040505, #040505);
    --wp-panel-accent-fill: linear-gradient(180deg, #040505, #040505);
    --wp-band-gradient: linear-gradient(180deg, #000000 0%, #000000 100%);
    --wp-band-text-soft: rgba(184, 197, 191, 0.78);
    --wp-band-note-soft: rgba(101, 113, 108, 0.92);
    --wp-table-note-bg: rgba(104, 182, 167, 0.08);
    --wp-table-note-text: #b8c5bf;
    --wp-faq-surface: rgba(4, 5, 5, 0.98);
    --wp-faq-hover-bg: #07100d;
    --wp-faq-open-gradient: linear-gradient(135deg, #087f6f 0%, #0d6e62 100%);
    --wp-footer-bg: #000000;
    --wp-mobile-nav-bg: rgba(0, 0, 0, 0.96);
    --wp-mobile-nav-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--wp-text);
  background: var(--wp-body-gradient);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(61, 184, 157, 0.4);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 2000;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--wp-text);
  color: var(--wp-text-inverse);
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 18px 0;
  border-bottom: 1px solid transparent;
  background: var(--wp-header-bg);
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: transparent;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  padding: 18px 0;
  border-color: var(--wp-header-border-strong);
  background: var(--wp-header-bg);
  box-shadow: var(--wp-header-shadow);
}

.site-header.is-scrolled::after {
  background: var(--wp-header-border-strong);
  box-shadow: none;
}

.navbar {
  padding: 0;
}

.navbar-toggler {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--wp-toggle-bg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2824,50,79,0.94%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--wp-text);
}

.brand-mark__dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, #57d1b6, var(--wp-primary));
}

.nav-link {
  position: relative;
  padding: 0.72rem 0.92rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--wp-nav-muted);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.92rem;
  right: 0.92rem;
  bottom: 0.36rem;
  height: 2px;
  border-radius: 999px;
  background: var(--wp-primary);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--wp-primary);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.btn {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  padding: 0.8rem 1.3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background-size 0.25s ease,
    background-color 0.25s ease;
}

.btn-primary {
  background:
    linear-gradient(135deg, var(--wp-primary-deep), var(--wp-primary-deep)) left/0 100% no-repeat,
    linear-gradient(135deg, var(--wp-primary), #3797dc);
  border-color: transparent;
  color: var(--wp-text-inverse);
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: var(--wp-text-inverse) !important;
  border-color: transparent !important;
  background-size: 100% 100%, auto !important;
}

.btn-outline-dark {
  border-color: rgba(24, 50, 79, 0.16);
  background:
    linear-gradient(135deg, var(--wp-primary), var(--wp-primary)) left/0 100% no-repeat,
    var(--wp-outline-dark-bg);
  color: var(--wp-text);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  border-color: var(--wp-primary) !important;
  background-size: 100% 100%, auto !important;
  color: var(--wp-text-inverse) !important;
}

.btn-outline-light {
  border-color: var(--wp-outline-light-border);
  color: var(--wp-text-inverse);
  background:
    linear-gradient(135deg, var(--wp-outline-light-fill), var(--wp-outline-light-fill)) left/0 100% no-repeat,
    transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
  background-size: 100% 100%, auto !important;
  border-color: var(--wp-outline-light-border-hover) !important;
  color: var(--wp-primary-deep) !important;
}

.btn-light {
  background:
    linear-gradient(135deg, rgba(24, 50, 79, 0.08), rgba(24, 50, 79, 0.08)) left/0 100% no-repeat,
    var(--wp-btn-light-fill);
  border-color: var(--wp-btn-light-fill);
  color: var(--wp-primary-deep);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background-size: 100% 100%, auto !important;
  border-color: var(--wp-btn-light-fill) !important;
  color: var(--wp-primary-deep) !important;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: calc(var(--wp-header-height) + 44px) 0 54px;
  background: var(--wp-hero-gradient);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--wp-hero-overlay);
  opacity: 0.9;
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
}

.hero-copy,
.section-heading,
.contacts-box__copy {
  position: relative;
}

.hero-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy__lead,
.section-heading span,
.contacts-box__copy span {
  display: none;
}

.hero-copy h1 {
  margin: 0 auto 20px;
  max-width: 12ch;
  font-size: clamp(2.75rem, 5vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.hero-copy__text {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--wp-text-soft);
}

.hero-copy__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
}

.hero-stage {
  max-width: 960px;
  margin: 40px auto 0;
}

.hero-stage__panel--main {
  padding: 18px 18px 14px;
  border: 1px solid var(--wp-panel-border);
  border-radius: 18px;
  background: var(--wp-panel-surface);
  box-shadow: var(--wp-shadow-strong);
}

.panel-browser {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.panel-browser span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(42, 131, 198, 0.2);
}

.panel-browser span:first-child {
  background: rgba(42, 131, 198, 0.48);
}

.hero-stage__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: 16px;
  align-items: center;
}

.hero-stage__column {
  padding: 26px;
  border-radius: var(--wp-radius-md);
  background: var(--wp-panel-fill);
}

.hero-stage__column--accent {
  background: var(--wp-panel-accent-fill);
}

.hero-stage__column strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}

.hero-stage__column span {
  color: var(--wp-text-soft);
  line-height: 1.7;
}

.hero-stage__list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-stage__list li {
  position: relative;
  padding-left: 16px;
  color: var(--wp-text-soft);
  line-height: 1.6;
}

.hero-stage__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wp-primary);
}

.hero-stage__window {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(42, 131, 198, 0.08), rgba(42, 131, 198, 0.02));
}

.hero-stage__line {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(42, 131, 198, 0.18), rgba(42, 131, 198, 0.03));
}

.hero-stage__line--wide {
  width: 84%;
}

.hero-stage__line--medium {
  width: 62%;
}

.hero-stage__band {
  height: 92px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(42, 131, 198, 0.22), rgba(61, 184, 157, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.1));
}

.hero-stage__cluster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-stage__chip {
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(42, 131, 198, 0.12), rgba(42, 131, 198, 0.04));
}

.hero-stage__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.hero-stage__metric,
.problem-card,
.service-card,
.example-card,
.pricing-card,
.process-step,
.solution-card {
  height: 100%;
  border: 1px solid var(--wp-surface-border);
  border-radius: var(--wp-radius-md);
  background: var(--wp-surface);
  box-shadow: var(--wp-shadow);
}

.hero-stage__metric {
  padding: 18px 20px;
}

.hero-stage__metric strong,
.problem-card h3,
.service-card h3,
.example-card h3,
.solution-card h3,
.process-step h3 {
  display: block;
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-stage__metric span,
.problem-card p,
.service-card p,
.example-card p,
.solution-card p,
.process-step p,
.site-footer p,
.site-footer__copy {
  color: var(--wp-text-soft);
  line-height: 1.68;
}

.trust-strip {
  margin-top: 0;
  padding: 10px 0 0;
}

.trust-strip__inner {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-strip__inner p {
  max-width: 680px;
  margin: 0;
  text-align: center;
  color: var(--wp-text-soft);
  line-height: 1.72;
  margin-inline: auto;
}

.section-space {
  padding: 96px 0;
}

.hero-section,
.trust-strip,
.section-space,
.promo-band,
.site-footer {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .hero-section,
.js-ready .trust-strip,
.js-ready .section-space,
.js-ready .promo-band,
.js-ready .site-footer {
  opacity: 0;
  transform: translateY(34px);
}

.js-ready .hero-section.is-visible,
.js-ready .trust-strip.is-visible,
.js-ready .section-space.is-visible,
.js-ready .promo-band.is-visible,
.js-ready .site-footer.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading--centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.contacts-box h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.section-heading p,
.contacts-box p {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.72;
  color: var(--wp-text-soft);
}

.section-problem,
.section-pricing,
#faq {
  background: var(--wp-bg-soft);
}

.section-solution,
.section-compare {
  background: var(--wp-bg-strip);
}

.problem-card,
.service-card,
.pricing-card,
.process-step,
.solution-card {
  padding: 28px;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -10px -10px auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 131, 198, 0.1), transparent 70%);
}

.table-shell {
  padding: 28px;
  border: 1px solid var(--wp-panel-border);
  border-radius: var(--wp-radius-lg);
  background: var(--wp-panel-surface);
  box-shadow: var(--wp-shadow);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--wp-line);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wp-text-soft);
}

.comparison-table tbody th {
  min-width: 170px;
  font-weight: 800;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.table-note {
  margin: 20px 0 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--wp-table-note-bg);
  color: var(--wp-table-note-text);
  line-height: 1.72;
}

.example-card {
  overflow: hidden;
  padding: 0;
}

.example-card__visual {
  height: 206px;
  border-bottom: 1px solid var(--wp-line);
  background-color: #d9e7f4;
}

.example-card h3,
.example-card p {
  padding-inline: 26px;
}

.example-card h3 {
  padding-top: 24px;
}

.example-card p {
  margin: 0;
  padding-bottom: 26px;
}

.example-card__visual--driving {
  background:
    linear-gradient(135deg, rgba(24, 50, 79, 0.22), rgba(24, 50, 79, 0.02)),
    linear-gradient(150deg, #97dbe3 0%, #408fba 52%, #315b8e 100%);
}

.example-card__visual--coach {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(145deg, #ffd28e 0%, #ee9d67 45%, #c16b58 100%);
}

.example-card__visual--repair {
  background:
    linear-gradient(180deg, rgba(24, 50, 79, 0.16), rgba(24, 50, 79, 0)),
    linear-gradient(135deg, #d6ebf6 0%, #a8d0dd 44%, #6d8eb4 100%);
}

.example-card__visual--cargo {
  background:
    linear-gradient(155deg, rgba(24, 50, 79, 0.18), rgba(24, 50, 79, 0.02)),
    linear-gradient(130deg, #cddcb0 0%, #7eb487 52%, #49727d 100%);
}

.example-card__visual--consult {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(140deg, #daeaf5 0%, #6cb7ca 52%, #476a98 100%);
}

.example-card__visual--mentor {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, #f8dad1 0%, #eba096 48%, #cf7b86 100%);
}

.promo-band {
  padding: 88px 0;
  background: var(--wp-band-gradient);
}

.promo-band__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  color: var(--wp-text-inverse);
}

.promo-band__inner h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.promo-band__inner p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--wp-band-text-soft);
  line-height: 1.8;
}

.promo-band__button {
  min-width: 220px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-card__label {
  margin: 0;
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pricing-card__price {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 18px;
  color: var(--wp-text-soft);
  line-height: 1.6;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wp-primary);
}

.pricing-card--accent {
  background: linear-gradient(180deg, #2a83c6 0%, #2575b5 100%);
  border-color: rgba(42, 131, 198, 0.18);
  color: var(--wp-text-inverse);
  box-shadow: 0 18px 36px rgba(42, 131, 198, 0.16);
  transform: translateY(-14px);
}

.pricing-card--accent .pricing-card__label,
.pricing-card--accent .pricing-card__price,
.pricing-card--accent li {
  color: var(--wp-text-inverse);
}

.pricing-card--accent li::before {
  background: #ffffff;
}

.pricing-card--accent .btn-light {
  color: var(--wp-primary-deep);
  font-weight: 800;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  counter-reset: process;
}

.process-step {
  counter-increment: process;
}

.process-step::before {
  content: "Шаг 0" counter(process);
  display: block;
  margin-bottom: 16px;
  color: var(--wp-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: none;
  border-radius: 8px;
  background: var(--wp-faq-surface);
  overflow: hidden;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.faq-item:hover {
  background: var(--wp-faq-hover-bg);
  box-shadow: 0 8px 20px rgba(42, 131, 198, 0.08);
}

.faq-item[open] {
  background: var(--wp-faq-open-gradient);
  box-shadow: 0 16px 30px rgba(42, 131, 198, 0.18);
}

.faq-item summary {
  position: relative;
  padding: 22px 60px 22px 22px;
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: -0.03em;
  transition: color 0.25s ease;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 17px;
  font-size: 1.6rem;
  color: var(--wp-primary);
  transition:
    transform 0.2s ease,
    color 0.25s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  color: #ffffff;
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--wp-text-soft);
  line-height: 1.7;
}

.faq-item:hover summary {
  color: var(--wp-primary-deep);
}

.faq-item[open] summary,
.faq-item[open] p {
  color: #ffffff;
}

.section-contacts {
  padding: 88px 0;
  background: var(--wp-band-gradient);
}

.contacts-box {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 26px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contacts-box p,
.contacts-box a,
.contacts-box h2,
.contacts-box span {
  color: var(--wp-text-inverse);
}

.contacts-list {
  margin-top: 20px;
}

.contacts-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.12rem;
  font-weight: 800;
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

.contacts-list a:hover,
.contacts-list a:focus-visible {
  color: rgba(247, 251, 255, 0.82);
  transform: translateX(4px);
}

.contacts-list p,
.contacts-box__note {
  color: var(--wp-band-note-soft) !important;
}

.contacts-box__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.contacts-direct {
  display: grid;
  gap: 16px;
}

.contacts-direct__item {
  display: grid;
  gap: 6px;
}

.contacts-direct__label {
  color: rgba(247, 251, 255, 0.64) !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contacts-direct__item a,
.contacts-direct__item p {
  margin: 0;
  color: var(--wp-text-inverse);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
}

.contacts-direct__item p {
  font-size: 1rem;
  font-weight: 600;
  color: var(--wp-band-text-soft);
}

.contacts-direct__item a {
  position: relative;
  width: fit-content;
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

.contacts-direct__item a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  opacity: 0.38;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.contacts-direct__item a:hover,
.contacts-direct__item a:focus-visible {
  color: rgba(247, 251, 255, 0.82);
  transform: translateX(4px);
}

.contacts-direct__item a:hover::after,
.contacts-direct__item a:focus-visible::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.site-footer {
  padding: 42px 0 52px;
  background: var(--wp-footer-bg);
}

.site-footer__brand {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.06rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.site-footer__title {
  margin: 0 0 14px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-footer__nav {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav a,
.site-footer__link {
  color: var(--wp-text);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-footer__nav a:hover,
.site-footer__link:hover {
  color: var(--wp-primary);
}

.site-footer__copy {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.6;
}

.error-page {
  min-height: 100vh;
  background: var(--wp-body-gradient);
}

.error-page__wrap {
  min-height: 100vh;
  padding: 32px 0;
  display: flex;
  align-items: center;
}

.error-page__shell {
  max-width: 720px;
  margin: 0 auto;
}

.error-page__inner {
  display: block;
}

.error-page__content {
  padding: 0;
}

.error-page__eyebrow {
  margin: 0 0 10px;
  color: var(--wp-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.error-page__code {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(4.4rem, 12vw, 7.6rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: var(--wp-text);
}

.error-page__title {
  max-width: 10ch;
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.error-page__text {
  max-width: 34ch;
  margin: 0;
  color: var(--wp-text-soft);
  line-height: 1.75;
}

.error-page__actions {
  margin-top: 28px;
}

@media (max-width: 1199.98px) {
  .hero-stage__summary,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-card--accent {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  :root {
    --wp-header-height: 78px;
  }

  .site-header {
    padding: 14px 0;
  }

  .site-header.is-scrolled {
    padding: 14px 0;
  }

  .navbar-collapse {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid var(--wp-mobile-nav-border);
    border-radius: 22px;
    background: var(--wp-mobile-nav-bg);
    box-shadow: var(--wp-mobile-nav-shadow);
  }

  .nav-link {
    padding-inline: 0;
  }

  .nav-link::after {
    left: 0;
    right: auto;
    width: 52px;
  }

  .hero-stage__layout,
  .trust-strip__inner,
  .contacts-box {
    grid-template-columns: 1fr;
    display: grid;
  }

  .trust-strip__inner {
    justify-content: stretch;
  }

  .section-contacts {
    padding: 72px 0;
  }

}

@media (prefers-color-scheme: dark) {
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28235,243,251,0.94%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .nav-link {
    color: rgba(184, 197, 191, 0.68);
  }

  .nav-link:hover {
    color: #d9e3de;
  }

  .nav-link.active {
    color: #ffffff !important;
    font-weight: 700;
  }

  .nav-link.active::after {
    height: 2px;
    background: rgba(255, 255, 255, 0.92);
    opacity: 1;
    transform: scaleX(1);
  }

  .btn-primary {
    background: var(--wp-primary);
    border-color: var(--wp-primary);
    color: #07100d;
  }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background: #7dc4b6 !important;
    border-color: #7dc4b6 !important;
    color: #07100d !important;
  }

  .btn-outline-dark {
    border-color: #33423c;
    background:
      linear-gradient(135deg, #07100d, #07100d) left/0 100% no-repeat,
      rgba(0, 0, 0, 0.96);
    color: var(--wp-text);
  }

  .btn-outline-dark:hover,
  .btn-outline-dark:focus,
  .btn-outline-dark:active {
    border-color: var(--wp-primary) !important;
    color: #cbd7d1 !important;
  }

  .hero-stage__panel--main,
  .table-shell,
  .faq-item {
    backdrop-filter: blur(10px);
  }

  .service-card::after {
    display: none;
  }

  .example-card__visual {
    background-color: #23364a;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 78px 0;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-copy__text {
    font-size: 1rem;
  }

  .hero-stage__summary,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 12px;
    font-size: 0.95rem;
  }

  .trust-strip__inner,
  .table-shell,
  .contacts-box {
    padding: 0;
  }

  .promo-band {
    padding: 72px 0;
  }
}

@media (max-width: 575.98px) {
  .site-header .container,
  .hero-section .container,
  .trust-strip .container,
  .section-space .container,
  .site-footer .container {
    padding-inline: 20px;
  }

  .hero-copy__actions .btn,
  .contacts-box__actions .btn {
    width: 100%;
  }

  .hero-stage__panel--main,
  .hero-stage__metric,
  .problem-card,
  .service-card,
  .pricing-card,
  .process-step,
  .solution-card {
    padding: 22px;
  }

  .example-card h3,
  .example-card p {
    padding-inline: 22px;
  }

  .faq-item summary {
    padding: 20px 56px 20px 18px;
  }

  .faq-item p {
    padding: 0 18px 20px;
  }

  .promo-band__button {
    min-width: 0;
  }

  .error-page__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
