:root {
  --navy: #24103A;
  --navy-2: #4C1D95;
  --blue: #6D28D9;
  --cyan: #D8B4FE;
  --violet: #8B5CF6;
  --violet-2: #A78BFA;
  --lilac: #F3E8FF;
  --text: #1F2937;
  --muted: #5D5368;
  --line: #e9d5ff;
  --soft: #F3E8FF;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(36, 16, 58, 0.13);
  --shadow-strong: 0 28px 80px rgba(36, 16, 58, 0.24);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 0%, rgba(139, 92, 246, 0.12), transparent 28rem),
    radial-gradient(circle at 95% 16%, rgba(109, 40, 217, 0.1), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 46%, #ffffff 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

:focus-visible {
  outline: 3px solid rgba(139, 92, 246, 0.42);
  outline-offset: 4px;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--blue);
}

.skip-link:focus {
  top: 16px;
}

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

.narrow {
  max-width: 820px;
}

.center {
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(227, 216, 242, 0.78);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(36, 16, 58, 0.11);
}

.nav-wrap {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-logo__icon,
.brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: contain;
  transition: transform 180ms ease, filter 180ms ease;
}

.brand,
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 8px;
  padding: 6px 12px 6px 7px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(36, 16, 58, 0.09);
}

.brand-logo__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.08;
}

.brand-logo__text {
  color: #4C1D95;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-logo__tagline {
  margin-top: 0.15rem;
  color: #5B21B6;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand:hover img {
  filter: drop-shadow(0 10px 18px rgba(139, 92, 246, 0.2));
  transform: translateY(-1px);
}

.brand-logo:hover .brand-logo__text {
  color: #4C1D95;
}

.brand-logo:hover .brand-logo__tagline {
  color: #5B21B6;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  position: relative;
  border-radius: 999px;
  padding: 10px 15px;
  color: #40324d;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
  background: var(--soft);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nav-toggle:hover {
  border-color: rgba(139, 92, 246, 0.38);
  box-shadow: 0 12px 24px rgba(36, 16, 58, 0.13);
  transform: translateY(-1px);
}

.nav-toggle [data-menu-icon="close"] {
  display: none;
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 12% 14%, rgba(216, 180, 254, 0.3), transparent 31%),
    radial-gradient(circle at 88% 18%, rgba(139, 92, 246, 0.3), transparent 34%),
    radial-gradient(circle at 58% 100%, rgba(109, 40, 217, 0.34), transparent 34%),
    linear-gradient(135deg, #16091f 0%, #24103A 42%, #4C1D95 72%, #6D28D9 100%);
  background-size: 56px 56px, 56px 56px, auto, auto, auto, auto;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding: 72px 0 62px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(18, 7, 31, 0.62) 0%, rgba(36, 16, 58, 0.48) 38%, rgba(76, 29, 149, 0.28) 70%, rgba(109, 40, 217, 0.1) 100%),
    radial-gradient(circle at 16% 14%, rgba(216, 180, 254, 0.08), transparent 28rem),
    url("../img/hero-worktech.png");
  background-position: center, 16% 14%, center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
  animation: heroBackgroundDrift 28s ease-in-out infinite alternate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 32%),
    radial-gradient(circle at 70% 48%, rgba(255, 255, 255, 0.025), transparent 22rem);
  background-size: 120% 120%, 110% 110%;
  pointer-events: none;
  animation: heroAmbientShift 22s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 90px;
  background: linear-gradient(180deg, transparent, rgba(248, 251, 255, 0.98));
  pointer-events: none;
}

@keyframes heroBackgroundDrift {
  0% {
    background-position: center, 16% 14%, center;
  }

  100% {
    background-position: center, 18% 16%, 52% 50%;
  }
}

@keyframes heroAmbientShift {
  0% {
    opacity: 0.82;
    transform: translate3d(-1.2%, -0.8%, 0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate3d(1.4%, 1%, 0) scale(1.025);
  }
}

@keyframes heroTitleEntrance {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.975);
    filter: blur(8px);
    letter-spacing: 0.025em;
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    letter-spacing: 0;
  }
}

@keyframes heroTitleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0 0 0 rgba(216, 180, 254, 0);
  }

  50% {
    transform: translate3d(0, -7px, 0);
    text-shadow: 0 18px 34px rgba(216, 180, 254, 0.16);
  }
}

@keyframes heroHighlightGlow {
  0% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 0 rgba(216, 180, 254, 0));
  }

  100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 10px 28px rgba(216, 180, 254, 0.46));
  }
}

@keyframes heroTitleShine {
  0%,
  58% {
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0;
  }

  68% {
    opacity: 0.55;
  }

  82%,
  100% {
    transform: translateX(130%) skewX(-18deg);
    opacity: 0;
  }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  align-items: center;
  gap: 62px;
}

.hero-grid-clean {
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy {
  max-width: 1120px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #dbcaff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 7.1vw, 6.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-title {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.04em;
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.98;
  animation: heroTitleEntrance 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-title::after {
  content: "";
  position: absolute;
  inset: 4% auto 4% 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 0;
  pointer-events: none;
  animation: heroTitleShine 6.2s ease-in-out 1.1s infinite;
}

.hero-title > span {
  display: block;
  transform-origin: left center;
  animation: heroTitleFloat 5.8s ease-in-out infinite;
}

.hero-title > span:nth-child(2) {
  animation-delay: 180ms;
}

.hero-highlight {
  display: inline-block;
  color: transparent;
  background: linear-gradient(135deg, #ffffff 0%, #F3E8FF 18%, var(--violet-2) 48%, var(--violet) 72%, #ffffff 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
  animation: heroHighlightGlow 3.8s ease-in-out infinite alternate;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
  line-height: 1.25;
}

.hero-copy p,
.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0;
}

.hero-actions.is-hidden {
  display: none;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.32), transparent 80%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet), var(--violet-2));
  box-shadow: 0 18px 34px rgba(109, 40, 217, 0.34);
}

.btn-primary:hover {
  box-shadow: 0 24px 44px rgba(139, 92, 246, 0.36);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
}

.btn-light {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 14px 28px rgba(36, 16, 58, 0.17);
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1120px;
  margin: 22px 0 14px;
}

.hero-trust article {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 102px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 16px 14px;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 180, 254, 0.13), transparent 56%),
    rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hero-trust article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(216, 180, 254, 0.34), transparent 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.hero-trust article::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--violet), var(--violet-2), var(--cyan));
  opacity: 0;
  transition: height 220ms ease, opacity 220ms ease;
}

.hero-trust article:hover {
  border-color: rgba(216, 180, 254, 0.78);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 180, 254, 0.34), transparent 58%),
    rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 26px 62px rgba(36, 16, 58, 0.32),
    0 0 0 1px rgba(216, 180, 254, 0.14);
  transform: translateY(-8px) scale(1.035);
}

.hero-trust article:hover::before {
  opacity: 1;
}

.hero-trust article:hover::after {
  height: 5px;
  opacity: 1;
}

.hero-trust i {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 10px;
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.1);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.hero-trust article:hover i {
  color: var(--white);
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.82), rgba(139, 92, 246, 0.76));
  box-shadow: 0 14px 28px rgba(109, 40, 217, 0.28);
  transform: translateY(-2px) scale(1.08);
}

.hero-trust h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.22;
  transition: color 220ms ease, text-shadow 220ms ease;
}

.hero-trust article:hover h3 {
  color: #ffffff;
  text-shadow: 0 10px 24px rgba(216, 180, 254, 0.28);
}

.hero-trust p {
  display: none;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1120px;
}

.hero-metrics.is-hidden {
  display: none;
}

.hero-metrics article {
  position: relative;
  overflow: hidden;
  min-height: 206px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 17px;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 180, 254, 0.18), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hero-metrics article::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--violet), var(--violet-2), var(--cyan));
  opacity: 0.88;
  transition: height 220ms ease, opacity 220ms ease;
}

.hero-metrics article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(216, 180, 254, 0.3), transparent 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.hero-metrics article:hover {
  border-color: rgba(216, 180, 254, 0.78);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 180, 254, 0.36), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 28px 70px rgba(36, 16, 58, 0.34),
    0 0 0 1px rgba(216, 180, 254, 0.16);
  transform: translateY(-8px) scale(1.025);
}

.hero-metrics article:hover::before {
  opacity: 1;
}

.hero-metrics article:hover::after {
  height: 5px;
  opacity: 1;
}

.hero-metrics strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 12px;
  border: 1px solid rgba(216, 180, 254, 0.34);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
  line-height: 1;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.hero-metrics article:hover strong {
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.72), rgba(139, 92, 246, 0.68));
  transform: translateY(-2px);
}

.hero-metrics h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(0.98rem, 1.24vw, 1.08rem);
  line-height: 1.22;
}

.hero-metrics p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1.42;
}

.hero-visual {
  position: relative;
  transform-style: preserve-3d;
  min-height: 430px;
}

.hero-visual.is-hidden {
  display: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 7% -9% -11% 10%;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(216, 180, 254, 0.44), rgba(139, 92, 246, 0.36));
  filter: blur(20px);
}

.hero-visual img {
  display: none;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 14px 16px;
  color: var(--white);
  background: rgba(36, 16, 58, 0.74);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.hero-floating-card.top {
  top: 22px;
  right: -18px;
}

.hero-floating-card.bottom {
  left: -22px;
  bottom: 28px;
}

.hero-floating-card span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-floating-card strong {
  display: block;
  margin-top: 4px;
  font-size: 0.98rem;
}

.section {
  padding: 92px 0;
}

.muted {
  background:
    radial-gradient(circle at 8% 18%, rgba(139, 92, 246, 0.12), transparent 25rem),
    linear-gradient(180deg, #fbf8ff 0%, var(--soft) 100%);
}

.metrics-section {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding-bottom: 56px;
}

.metrics-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(227, 216, 242, 0.88);
  border-radius: var(--radius);
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 248, 255, 0.94)),
    var(--white);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
}

.metric-intro h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.premium-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.premium-metrics article {
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(139, 92, 246, 0.08), rgba(255, 255, 255, 0.94)),
    var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.premium-metrics article:hover {
  border-color: rgba(139, 92, 246, 0.34);
  box-shadow: 0 18px 36px rgba(36, 16, 58, 0.13);
  transform: translateY(-4px);
}

.premium-metrics strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 1.75rem;
  line-height: 1;
}

.premium-metrics span {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.left {
  margin-inline: 0;
  text-align: left;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 680px;
  margin-inline: auto;
}

.section-heading.left p {
  margin-inline: 0;
}

.cards-grid {
  display: grid;
  gap: 22px;
}

.cards-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.solution-card,
.catalog-card,
.value-card,
.about-panel,
.contact-form,
.contact-card,
.experience-item {
  border: 1px solid rgba(227, 216, 242, 0.9);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.1), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 255, 0.96)),
    var(--white);
  box-shadow: 0 10px 28px rgba(8, 25, 54, 0.06);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.service-card:hover,
.solution-card:hover,
.catalog-card:hover,
.value-card:hover,
.experience-item:hover {
  border-color: rgba(139, 92, 246, 0.34);
  box-shadow: 0 22px 48px rgba(36, 16, 58, 0.15);
  transform: translateY(-5px);
}

.service-card,
.catalog-card,
.value-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
}

.service-card::before,
.catalog-card::before,
.value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--cyan));
  opacity: 0;
  transition: opacity 180ms ease;
}

.service-card:hover::before,
.catalog-card:hover::before,
.value-card:hover::before {
  opacity: 1;
}

.service-card i,
.catalog-card i,
.value-card i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  color: var(--blue);
  background: linear-gradient(135deg, #f3edff, #fbf8ff);
  font-size: 1.2rem;
  transition: transform 190ms ease, color 190ms ease, background 190ms ease;
}

.service-card:hover i,
.catalog-card:hover i,
.value-card:hover i {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  transform: translateY(-2px) scale(1.04);
}

.service-card p,
.catalog-card p,
.value-card p,
.solution-card p,
.about-panel p,
.experience-item span {
  color: var(--muted);
}

.service-detail-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  position: relative;
  padding-left: 18px;
  color: #43546d;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  align-items: start;
  gap: 48px;
}

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

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-item:hover {
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 16px 34px rgba(36, 16, 58, 0.11);
  transform: translateX(4px);
}

.feature-item i {
  color: var(--blue);
  font-size: 1.2rem;
  transform: translateY(3px);
}

.solutions-grid,
.values-grid,
.experience-grid,
.service-catalog {
  display: grid;
  gap: 22px;
}

.solutions-grid,
.values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-top: 0;
}

.solution-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--cyan));
}

.tech-band {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 20%, rgba(196, 167, 255, 0.2), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(139, 92, 246, 0.22), transparent 30%),
    linear-gradient(135deg, #24103A, #4C1D95, #6D28D9);
}

.tech-band .section-heading p,
.tech-band .section-heading h2 {
  color: var(--white);
}

.tech-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tech-list span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease;
}

.tech-list span:hover {
  border-color: rgba(40, 213, 255, 0.45);
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-2px);
}

.cta-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at 82% 40%, rgba(139, 92, 246, 0.12), transparent 26rem),
    var(--white);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: var(--radius);
  padding: 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 12%, rgba(196, 167, 255, 0.3), transparent 28%),
    linear-gradient(135deg, rgba(76, 29, 149, 0.96), rgba(109, 40, 217, 0.92), rgba(139, 92, 246, 0.86)),
    var(--blue);
  box-shadow: var(--shadow-strong);
}

.cta-panel h2 {
  max-width: 760px;
  margin-bottom: 10px;
}

.cta-panel p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero {
  padding: 104px 0 82px;
}

.service-catalog {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-card h2,
.value-card h2,
.contact-card h2 {
  font-size: 1.16rem;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
}

.steps div {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--white);
}

.steps strong {
  color: var(--blue);
  font-size: 1.45rem;
}

.about-panel {
  padding: 30px;
}

.experience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.experience-item {
  padding: 24px;
}

.experience-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: 30px;
  align-items: start;
}

.contact-form {
  padding: 30px;
}

.form-row {
  margin-bottom: 18px;
}

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

label {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--text);
  background: #fbfdff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.14);
}

textarea {
  resize: vertical;
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-aside {
  display: grid;
  gap: 18px;
}

.contact-card {
  padding: 24px;
}

.contact-card.primary {
  color: var(--white);
  background: linear-gradient(135deg, #4C1D95, #6D28D9, #8B5CF6);
}

.contact-card.primary p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-card.primary > i {
  font-size: 2rem;
}

.contact-card p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  color: var(--muted);
}

.contact-card p i {
  color: var(--blue);
}

.map-block {
  display: grid;
  min-height: 180px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(139, 92, 246, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(139, 92, 246, 0.09) 1px, transparent 1px),
    #fbf8ff;
  background-size: 24px 24px;
}

.map-block i {
  color: var(--blue);
  font-size: 2rem;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 8%, rgba(196, 167, 255, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 24%, rgba(139, 92, 246, 0.18), transparent 24rem),
    linear-gradient(135deg, #16091f 0%, #24103A 42%, #4C1D95 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.62fr 0.8fr 1fr;
  gap: 36px;
  padding: 52px 0 34px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 8px 13px 8px 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.footer-brand .brand-logo__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: contain;
}

.footer-brand .brand-logo__text {
  color: #4C1D95;
}

.footer-brand .brand-logo__tagline {
  color: #5B21B6;
}

.footer-grid p strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
}

.footer-grid h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1rem;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 8px;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-grid a:hover {
  color: var(--cyan);
  transform: translateX(3px);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-badges span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0 24px;
  font-size: 0.9rem;
}

.toast {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 90;
  max-width: min(92vw, 520px);
  transform: translate(-50%, -16px);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.whatsapp-float {
  position: fixed;
  left: 45%;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: #25D366;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
  font-size: 2rem;
  text-decoration: none;
  transform: translateX(-50%);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.whatsapp-float::before {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  width: max-content;
  max-width: 210px;
  transform: translate(8px, -50%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(36, 16, 58, 0.94);
  box-shadow: 0 12px 28px rgba(36, 16, 58, 0.22);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.whatsapp-float:hover {
  color: var(--white);
  background: #1EBE5D;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.45);
  transform: translateX(-50%) translateY(-3px) scale(1.04);
}

.whatsapp-float:hover::before,
.whatsapp-float:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.35);
  outline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.is-pressed {
  transform: translateY(0) scale(0.98) !important;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .hero::before {
    opacity: 0.9;
    transform: none;
  }

  .hero {
    animation: none;
  }

  .hero-title,
  .hero-title::after,
  .hero-title > span,
  .hero-highlight {
    animation: none;
  }

  .hero-title::after {
    display: none;
  }
}

@media (max-width: 1040px) {
  .hero-grid,
  .split,
  .process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 0;
  }

  .metrics-panel {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics article,
  .hero-metrics article:nth-child(4),
  .hero-metrics article:nth-child(5) {
    grid-column: auto;
  }

  .premium-metrics,
  .service-catalog,
  .solutions-grid,
  .values-grid,
  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav-toggle {
    display: grid;
  }

  .brand-logo__icon,
  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand-logo__text {
    font-size: 1.35rem;
  }

  .brand-logo__tagline {
    font-size: 0.66rem;
  }

  .brand {
    gap: 9px;
    padding: 5px 10px 5px 6px;
  }

  .nav-toggle.is-open [data-menu-icon="open"] {
    display: none;
  }

  .nav-toggle.is-open [data-menu-icon="close"] {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 255, 0.98)),
      var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 170ms ease, transform 170ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav a {
    border-radius: var(--radius);
  }

  .whatsapp-float {
    left: 42%;
    bottom: 18px;
    width: 52px;
    height: 52px;
    font-size: 1.75rem;
  }

  .whatsapp-float:hover {
    transform: translateX(-50%) translateY(-3px) scale(1.04);
  }

  .whatsapp-float::before {
    display: none;
  }

  .hero,
  .page-hero {
    padding: 62px 0 52px;
  }

  .hero {
    min-height: auto;
    background-size: auto, auto, cover;
    padding: 54px 0 40px;
    background-position: center, 18% 16%, 62% center;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-title {
    margin-bottom: 14px;
    font-size: clamp(2.55rem, 10vw, 3.75rem);
    line-height: 1;
  }

  .hero-copy p,
  .page-hero p {
    font-size: 1.02rem;
  }

  .section {
    padding: 58px 0;
  }

  .hero-metrics,
  .premium-metrics,
  .cards-grid.three,
  .service-catalog,
  .solutions-grid,
  .values-grid,
  .experience-grid,
  .form-row.two {
    grid-template-columns: 1fr;
  }

  .hero-metrics article,
  .hero-metrics article:nth-child(4),
  .hero-metrics article:nth-child(5) {
    grid-column: auto;
    min-height: 0;
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .hero-floating-card {
    position: static;
    min-width: 0;
    margin-top: 12px;
  }

  .hero-visual {
    display: grid;
    gap: 0;
  }

  .hero-floating-card.bottom {
    display: none;
  }

  .metrics-section {
    margin-top: 0;
    padding: 30px 0 36px;
    background: #fbf8ff;
  }

  .metrics-panel {
    padding: 20px;
    box-shadow: 0 16px 40px rgba(8, 25, 54, 0.11);
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-grid {
    gap: 22px;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 2.08rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .nav-wrap {
    min-height: 68px;
    gap: 12px;
  }

  .container {
    width: min(100% - 24px, var(--max));
  }

  .brand-logo__icon,
  .brand img {
    width: 32px;
    height: 32px;
  }

  .brand-logo__text {
    font-size: 1.16rem;
    letter-spacing: 0.035em;
  }

  .brand-logo__tagline {
    font-size: 0.58rem;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-title {
    font-size: clamp(2.12rem, 11vw, 2.7rem);
  }

  .hero-actions .btn,
  .cta-panel .btn {
    width: 100%;
  }

  .hero-metrics article,
  .hero-trust article,
  .premium-metrics article,
  .service-card,
  .catalog-card,
  .value-card,
  .solution-card {
    padding: 20px;
  }

  .hero-trust article {
    min-height: 92px;
  }

  .steps div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
