/*
Theme Name: IRT AI IT Landing
Theme URI: https://irtit.ru/
Author: IRT
Author URI: https://irtit.ru/
Description: Лендинг WordPress для IT-аутсорсинга, AI-автоматизации, веб-сопровождения, 1С и цифровых продуктов. Тексты редактируются через Customizer, новости через стандартные записи WordPress, форма обратной связи отправляет заявки на email.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: irt-ai-it
*/

:root {
  --primary: #0056b3;
  --primary-dark: #003f86;
  --secondary: #ff6b00;
  --surface: #f6f8fb;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #e5eaf2;
  --white: #fff;
  --shadow: 0 22px 48px rgba(15, 23, 42, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: #f9fafb;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.logo { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--primary); }
.logo img { height: 42px; width: auto; display: block; }
.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, #075eea, #06b6d4);
  color: #fff;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}
.logo-mark--footer {
  min-width: 60px;
  height: 44px;
  box-shadow: 0 14px 30px rgba(6, 182, 212, .18);
}
.nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; color: #374151; }
.nav a:hover { color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.phone-link { font-weight: 700; color: #374151; white-space: nowrap; }
.mobile-toggle { display: none; border: 0; background: transparent; font-size: 30px; color: #374151; cursor: pointer; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 12px 0 18px; }
.mobile-menu a { display: block; padding: 10px 0; font-weight: 700; color: #374151; }

.btn {
  border: 0;
  border-radius: 10px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: var(--white); box-shadow: 0 12px 28px rgba(0,86,179,.22); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-light { background: var(--white); color: var(--primary); }
.btn-dark { background: #111827; color: var(--white); }
.btn-muted { background: #e5e7eb; color: #111827; }

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 140px 0 88px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,86,179,.42), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255,107,0,.18), transparent 30%),
    linear-gradient(135deg, #06172e 0%, #0a2547 42%, #0c3d73 100%);
  color: var(--white);
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; z-index: 0; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,27,.88), rgba(3,12,27,.52)); z-index: 1; }
.hero-canvas { position: absolute; inset: 0; z-index: 2; opacity: .18; }
.hero-inner { position: relative; z-index: 3; display: grid; align-items: center; min-height: calc(100vh - 230px); }
.hero-content { max-width: 880px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  color: rgba(255,255,255,.9);
  font-size: 14px;
  margin-bottom: 24px;
}
.hero h1 { font-size: 60px; line-height: 1.05; margin: 0 0 24px; letter-spacing: 0; }
.hero p { font-size: 21px; color: rgba(255,255,255,.82); max-width: 820px; margin: 0 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 820px; margin-top: 42px; }
.hero-stat {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 18px;
  backdrop-filter: blur(14px);
}
.hero-stat strong { display: block; font-size: 24px; margin-bottom: 4px; }
.hero-stat span { color: rgba(255,255,255,.72); font-size: 14px; }

.section { padding: 86px 0; }
.section-white { background: var(--white); }
.section-gray { background: var(--surface); }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 52px; }
.eyebrow { color: var(--primary); font-weight: 800; margin: 0 0 10px; }
h2 { font-size: 42px; line-height: 1.15; letter-spacing: 0; margin: 0 0 16px; }
.section-head p, .lead { font-size: 18px; color: var(--muted); margin: 0; }

.breadcrumbs {
  margin: 0 0 22px;
  font-size: 14px;
  color: #64748b;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs li:not(:last-child)::after {
  content: '/';
  color: #cbd5e1;
}
.breadcrumbs a {
  color: #2563eb;
  font-weight: 800;
}
.breadcrumbs span {
  color: #334155;
  font-weight: 700;
}

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 20px;
}
.card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.22; }
.card p { color: var(--muted); margin: 0 0 20px; }
.center { text-align: center; }
.link-btn { background: transparent; border: 0; color: var(--primary); font-weight: 800; cursor: pointer; padding: 0; }

.outcomes-section {
  position: relative;
  overflow: hidden;
}
.outcomes-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, .05), transparent 34%, rgba(6, 182, 212, .05)),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  pointer-events: none;
}
.outcomes-section > .container {
  position: relative;
}
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.outcome-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 20px 52px rgba(15, 23, 42, .07);
  overflow: hidden;
}
.outcome-card::after {
  content: '';
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--primary), #06b6d4);
  opacity: .75;
}
.outcome-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 17px;
  background: #eef6ff;
  color: var(--primary);
  font-size: 25px;
  font-weight: 900;
}
.outcome-icon-star {
  font-size: 28px;
  color: #7c3aed;
  background: #f3edff;
}
.outcome-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}
.outcome-card p {
  margin: 0;
  color: #475569;
  line-height: 1.68;
}

.tariff { padding: 0; overflow: hidden; }
.tariff-body { padding: 32px; }
.tariff-badge { background: var(--primary); color: var(--white); text-align: center; padding: 10px; font-weight: 800; }
.tariff.recommended { border: 2px solid var(--primary); transform: translateY(-8px); }
.price { font-size: 36px; font-weight: 900; letter-spacing: 0; margin: 20px 0; }
.price small { color: var(--muted); font-size: 16px; font-weight: 500; }
ul.clean-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 11px; }
ul.clean-list li { display: flex; gap: 9px; color: #374151; }
ul.clean-list i { color: var(--primary); margin-top: 3px; }

.calculator { margin-top: 56px; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.range-row { display: flex; gap: 14px; align-items: center; }
.range-row output { width: 62px; background: #fff; border-radius: 10px; padding: 9px 10px; text-align: center; font-weight: 800; }
.range { -webkit-appearance: none; width: 100%; height: 8px; border-radius: 999px; background: #dbe3ef; outline: none; }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--primary); cursor: pointer; }
.field-group { margin-bottom: 24px; }
.field-group label.title { display: block; font-weight: 800; margin-bottom: 10px; }
.check-list { display: grid; gap: 10px; color: #374151; }
.check-list label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.check-list input { accent-color: var(--primary); margin-top: 5px; }
.calc-result { background: #fff; border-radius: 20px; padding: 28px; }
.calc-row { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); color: #4b5563; }
.calc-row strong { color: var(--ink); }
.calc-total { font-size: 20px; font-weight: 900; color: var(--primary); border-bottom: 0; padding-top: 18px; }

.benefit-calculator {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(6, 182, 212, .06) 46%, rgba(255,255,255,.95)),
    #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .09);
}
.benefit-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}
.benefit-copy h2 {
  margin: 0;
  max-width: 760px;
  font-size: 34px;
  line-height: 1.15;
}
.benefit-copy p {
  margin: 0;
  max-width: 680px;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}
.benefit-note {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  max-width: 720px;
  padding: 14px 16px;
  border: 1px solid rgba(14, 165, 233, .2);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}
.benefit-note i {
  color: var(--primary);
  font-size: 20px;
}
.benefit-tool {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(203, 213, 225, .86);
  border-radius: 20px;
  background: rgba(255,255,255,.9);
}
.benefit-fields {
  display: grid;
  gap: 12px;
}
.benefit-fields label {
  display: grid;
  gap: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}
.benefit-fields input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 11px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  outline: none;
}
.benefit-fields input:focus {
  border-color: rgba(37, 99, 235, .7);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}
.benefit-result {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 18px;
  background: #0f172a;
  color: #fff;
}
.benefit-result span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.benefit-result strong {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
}
.benefit-result small {
  color: rgba(255,255,255,.7);
  line-height: 1.45;
}

.profit-section {
  background: #fff;
}
.profit-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
}
.profit-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.profit-visual {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 22px 54px rgba(15, 23, 42, .09);
}
.profit-dashboard {
  position: relative;
  overflow: hidden;
  border-color: rgba(147, 197, 253, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 18%, rgba(6, 182, 212, .18), transparent 34%),
    radial-gradient(circle at 18% 70%, rgba(7, 94, 234, .18), transparent 36%),
    linear-gradient(180deg, rgba(15, 23, 42, .98), rgba(3, 8, 22, .94));
  box-shadow: 0 32px 90px rgba(15, 23, 42, .22), inset 0 1px 0 rgba(255,255,255,.1);
  color: #fff;
  transform: rotateX(var(--profit-tilt-y, 0deg)) rotateY(var(--profit-tilt-x, 0deg));
  transform-style: preserve-3d;
  transition: transform .16s ease-out;
}
.profit-dashboard::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: .34;
  pointer-events: none;
}
.profit-dashboard > * {
  position: relative;
  z-index: 1;
}
.profit-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding-bottom: 6px;
}
.profit-dashboard-head span,
.profit-dashboard-head em {
  color: rgba(147, 197, 253, .78);
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.profit-dashboard-head strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
.profit-chart {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 20%, rgba(6, 182, 212, .16), transparent 36%),
    rgba(2, 6, 23, .58);
  border: 1px solid rgba(147, 197, 253, .18);
}
.profit-chart svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  width: 100%;
  height: calc(100% - 140px);
}
.profit-grid-line {
  fill: none;
  stroke: rgba(148, 163, 184, .22);
  stroke-width: 1;
}
.profit-grid-base {
  stroke: rgba(226, 232, 240, .34);
}
.profit-area {
  fill: url(#profitArea);
}
.profit-loss-area {
  fill: url(#profitLoss);
}
.profit-loss-line {
  fill: none;
  stroke: rgba(249, 115, 22, .52);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 12 12;
  animation: profitLossDrift 5s linear infinite;
}
.profit-line {
  fill: none;
  stroke: url(#profitLine);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 640;
  stroke-dashoffset: 640;
  animation: drawProfitLine 2.8s ease-in-out infinite alternate;
}
.profit-cursor-line {
  stroke: rgba(147, 197, 253, .54);
  stroke-width: 1.4;
  stroke-dasharray: 5 7;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, .5));
  transition: x1 .28s ease, x2 .28s ease;
}
.profit-y-label,
.profit-x-label {
  fill: rgba(226, 232, 240, .54);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.profit-x-label {
  fill: rgba(226, 232, 240, .72);
}
.profit-model-point {
  cursor: pointer;
  outline: none;
}
.profit-model-point:focus-visible .profit-dot {
  stroke: #fff;
}
.profit-dot {
  fill: #e0f2fe;
  stroke: #38bdf8;
  stroke-width: 4;
  animation: pulseProfitDot 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, .8));
  opacity: .72;
  transform-box: fill-box;
  transform-origin: center;
  transition: r .25s ease, opacity .25s ease, filter .25s ease;
}
.profit-loss-marker {
  fill: rgba(251, 146, 60, .9);
  stroke: rgba(255, 237, 213, .82);
  stroke-width: 2;
  filter: drop-shadow(0 0 8px rgba(249, 115, 22, .5));
  opacity: .58;
  transition: opacity .25s ease;
}
.profit-model-point.is-active .profit-dot {
  r: 12;
  opacity: 1;
  filter: drop-shadow(0 0 18px rgba(56, 189, 248, .95));
}
.profit-model-point.is-active .profit-loss-marker {
  opacity: 1;
}
.dot-two { animation-delay: .3s; }
.dot-three { animation-delay: .6s; }
.profit-legend {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.profit-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(147, 197, 253, .16);
  border-radius: 999px;
  background: rgba(2, 6, 23, .62);
  color: rgba(226, 232, 240, .76);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.profit-legend i {
  width: 18px;
  height: 3px;
  border-radius: 999px;
}
.legend-effect {
  background: linear-gradient(90deg, #075eea, #06b6d4);
  box-shadow: 0 0 10px rgba(56, 189, 248, .72);
}
.legend-loss {
  background: repeating-linear-gradient(90deg, rgba(249, 115, 22, .86) 0 7px, transparent 7px 12px);
}
.profit-scan {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, .16), transparent);
  transform: translateX(-120%);
  animation: profitScan 5.6s ease-in-out infinite;
  pointer-events: none;
}
.profit-axis {
  position: absolute;
  z-index: 3;
  color: rgba(226, 232, 240, .5);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.profit-axis-y {
  left: 16px;
  top: 74px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.profit-axis-x {
  right: 18px;
  bottom: 92px;
}
.profit-model-note {
  position: absolute;
  display: none;
  z-index: 3;
  left: 24px;
  bottom: 20px;
  max-width: 260px;
  color: rgba(226, 232, 240, .58);
  font-size: 12px;
  line-height: 1.45;
}
.profit-model-kpis {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(520px, calc(100% - 36px));
}
.profit-model-kpis div {
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid rgba(147, 197, 253, .16);
  border-radius: 8px;
  background: rgba(15, 23, 42, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.profit-model-kpis span {
  display: block;
  color: rgba(147, 197, 253, .76);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.profit-model-kpis strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}
.profit-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.profit-signals div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(147, 197, 253, .16);
  border-radius: 8px;
  background: rgba(15, 23, 42, .64);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.profit-signals i {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(7,94,234,.92), rgba(6,182,212,.84));
  color: #fff;
  font-size: 18px;
}
.profit-signals span {
  color: rgba(226,232,240,.72);
  font-size: 12px;
  line-height: 1.35;
}
.profit-signals strong {
  color: #86efac;
  font-family: var(--font-mono);
  font-size: 15px;
}
.profit-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.profit-stats div {
  padding: 14px;
  border: 1px solid rgba(147, 197, 253, .14);
  border-radius: 8px;
  background: rgba(15, 23, 42, .54);
}
.profit-stats strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(147, 197, 253, .18);
  border-radius: 10px;
  background: rgba(7, 94, 234, .16);
  color: #93c5fd;
  font-size: 21px;
  font-weight: 900;
}
.profit-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(226, 232, 240, .68);
  font-size: 13px;
  line-height: 1.4;
}

@keyframes drawProfitLine {
  to { stroke-dashoffset: 0; }
}
@keyframes pulseProfitDot {
  50% { transform: scale(1.22); transform-origin: center; }
}
@keyframes growProfitBar {
  50% { transform: scaleY(.86); transform-origin: bottom; }
}
@keyframes profitScan {
  0%, 58%, 100% { transform: translateX(-120%); }
  78% { transform: translateX(120%); }
}
@keyframes profitLossDrift {
  to { stroke-dashoffset: -48; }
}

.profit-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, .72);
}
.profit-modal.open {
  display: flex;
}
.profit-modal-box {
  position: relative;
  width: min(820px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .98), rgba(2, 6, 23, .96));
  border: 1px solid rgba(148, 163, 184, .28);
  color: #f8fafc;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .46);
}
.profit-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.09);
  color: #f8fafc;
  font-size: 22px;
  cursor: pointer;
}
.profit-modal-head {
  padding-right: 48px;
}
.profit-modal-head .eyebrow {
  color: #67e8f9;
}
.profit-modal-head h3 {
  margin: 0 0 18px;
  font-size: 28px;
  color: #fff;
}
.profit-steps {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}
.profit-steps span {
  height: 5px;
  border-radius: 999px;
  background: rgba(148, 163, 184, .32);
}
.profit-steps span.active {
  background: linear-gradient(90deg, #075eea, #06b6d4);
}
.profit-step {
  display: none;
}
.profit-step.active {
  display: grid;
  gap: 16px;
}
.profit-intro-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(103, 232, 249, .28);
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 12%, rgba(6, 182, 212, .18), transparent 34%),
    linear-gradient(135deg, rgba(7, 94, 234, .18), rgba(15, 23, 42, .92));
  color: #fff;
}
.profit-intro-card span,
.quiz-step-count {
  width: max-content;
  padding: 6px 10px;
  border: 1px solid rgba(147, 197, 253, .22);
  border-radius: 999px;
  background: rgba(15, 23, 42, .72);
  color: #93c5fd;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.profit-intro-card h4,
.profit-question {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.12;
}
.profit-intro-card p,
.profit-intro-card small {
  margin: 0;
  color: rgba(226, 232, 240, .78);
  line-height: 1.6;
}
.profit-quiz-options {
  display: grid;
  gap: 10px;
}
.profit-option {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(125, 211, 252, .22);
  border-radius: 14px;
  background: rgba(15, 23, 42, .72);
  color: rgba(248, 250, 252, .88);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.profit-option:hover {
  border-color: rgba(103, 232, 249, .56);
  background: rgba(15, 23, 42, .9);
  transform: translateY(-1px);
}
.profit-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #06b6d4;
}
.profit-option:has(input:checked) {
  border-color: rgba(103, 232, 249, .86);
  background: linear-gradient(135deg, rgba(7, 94, 234, .24), rgba(6, 182, 212, .1));
  box-shadow: 0 0 0 1px rgba(103, 232, 249, .18), 0 16px 42px rgba(6, 182, 212, .09);
}
.profit-analyzer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.profit-analyzer span {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(147, 197, 253, .16);
  border-radius: 12px;
  background: rgba(15, 23, 42, .68);
  color: rgba(226, 232, 240, .76);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.profit-analyzer span::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, .18), transparent);
  transform: translateX(-120%);
  animation: profitScan 1.6s ease-in-out infinite;
}
.profit-step.is-analyzing .profit-result-content {
  opacity: .28;
  filter: blur(1px);
  pointer-events: none;
}
.profit-result-content {
  display: grid;
  gap: 14px;
  transition: opacity .25s ease, filter .25s ease;
}
.profit-result-card--loss strong {
  color: #fed7aa;
}
.profit-result-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.profit-result-metrics div,
.profit-risk-box {
  padding: 15px;
  border: 1px solid rgba(147, 197, 253, .16);
  border-radius: 14px;
  background: rgba(15, 23, 42, .72);
}
.profit-result-metrics span,
.profit-risk-box span {
  display: block;
  color: rgba(147, 197, 253, .78);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.profit-result-metrics strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 24px;
}
.profit-risk-box ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.profit-risk-box li {
  position: relative;
  padding-left: 20px;
  color: rgba(226, 232, 240, .82);
}
.profit-risk-box li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f97316;
  box-shadow: 0 0 12px rgba(249, 115, 22, .62);
}
.profit-modal .form-field label {
  color: rgba(248, 250, 252, .94);
}
.profit-modal .form-field input,
.profit-modal .form-field textarea,
.profit-modal .form-field select {
  border: 1px solid rgba(125, 211, 252, .42);
  background: rgba(15, 23, 42, .82);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 0 1px rgba(255,255,255,.03);
}
.profit-modal .form-field input::placeholder,
.profit-modal .form-field textarea::placeholder {
  color: rgba(226, 232, 240, .52);
}
.profit-modal .form-field input:focus,
.profit-modal .form-field textarea:focus,
.profit-modal .form-field select:focus {
  border-color: rgba(103, 232, 249, .92);
  box-shadow: 0 0 0 4px rgba(6, 182, 212, .16), inset 0 1px 0 rgba(255,255,255,.1);
}
.profit-modal .form-field select option {
  background: #0f172a;
  color: #fff;
}
.field-hint {
  display: block;
  margin-top: 7px;
  color: rgba(226, 232, 240, .72);
  font-size: 12px;
  line-height: 1.45;
}
.form-row-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.profit-step-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profit-result-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(103, 232, 249, .32);
  background:
    linear-gradient(135deg, rgba(7, 94, 234, .22), rgba(6, 182, 212, .13)),
    rgba(15, 23, 42, .9);
  color: #fff;
}
.profit-result-card span {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.profit-result-card strong {
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1;
}
.profit-result-card small {
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}
.profit-form-intro {
  margin: 0;
  color: rgba(226, 232, 240, .76);
  line-height: 1.6;
}
.profit-modal .consent-field {
  color: rgba(226, 232, 240, .78);
}
.profit-modal .consent-field a {
  color: #93c5fd;
}
.profit-modal .btn-light {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  color: #e0f2fe;
}

.persona-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.persona-item {
  padding: 18px;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
}
.persona-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.persona-item p {
  margin: 0;
  color: var(--muted);
}

.cases-section .section-head {
  margin-bottom: 30px;
}
.cases-carousel {
  position: relative;
}
.cases-carousel::before,
.cases-carousel::after {
  content: '';
  position: absolute;
  top: 74px;
  bottom: 38px;
  z-index: 2;
  width: 48px;
  pointer-events: none;
}
.cases-carousel::before {
  left: -2px;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
}
.cases-carousel::after {
  right: -2px;
  background: linear-gradient(270deg, #fff, rgba(255,255,255,0));
}
.cases-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.cases-carousel-head p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.cases-nav {
  display: inline-flex;
  gap: 10px;
  flex: 0 0 auto;
}
.cases-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 14px;
  background: #fff;
  color: var(--primary);
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  transition: transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}
.cases-arrow:hover {
  transform: translateY(-2px);
  background: var(--primary);
  color: #fff;
}
.cases-arrow:disabled {
  cursor: default;
  opacity: .38;
  transform: none;
  background: #fff;
  color: #94a3b8;
}
.cases-track {
  display: flex;
  align-items: stretch;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: 4px;
  padding: 8px 4px 18px;
  scrollbar-color: rgba(0, 86, 179, .35) rgba(226, 232, 240, .8);
  scrollbar-width: thin;
}
.cases-track::-webkit-scrollbar {
  height: 8px;
}
.cases-track::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e2e8f0;
}
.cases-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #06b6d4);
}
.cases-track .case-card {
  flex: 0 0 clamp(326px, calc((100% - 44px) / 3), 398px);
  min-height: 500px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.cases-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 22px;
  margin-top: 4px;
}
.cases-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
  transition: width .2s ease, background .2s ease, transform .2s ease;
}
.cases-dot:hover {
  transform: scale(1.18);
  background: #94a3b8;
}
.cases-dot.active {
  width: 28px;
  background: linear-gradient(90deg, var(--primary), #06b6d4);
}
.case-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
}
.case-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-kicker i {
  font-size: 15px;
}
.case-facts {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.case-facts div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid rgba(226, 232, 240, .9);
}
.case-facts div:first-child {
  border-top: 0;
}
.case-facts dt {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-facts dd {
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}
.case-result {
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(7, 94, 234, .16);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(7, 94, 234, .08), rgba(6, 182, 212, .06));
  color: #0f172a;
  font-weight: 800;
}
.case-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.case-metrics span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}
.case-card h3 {
  margin-top: 0;
}
.case-card p {
  font-size: 15px;
  line-height: 1.62;
}

.route-map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
}
.route-map > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(147, 197, 253, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(248,250,252,.92);
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.route-map > span i {
  color: #67e8f9;
  font-size: 17px;
}
.route-map > i {
  color: rgba(147,197,253,.55);
}
.route-map-light > span {
  border-color: rgba(7, 94, 234, .16);
  background: rgba(7, 94, 234, .07);
  color: #0f172a;
}
.route-map-light > span i,
.route-map-light > i {
  color: #075eea;
}

.trust-section {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.trust-card {
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
}
.trust-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,86,179,.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.trust-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}
.trust-card p {
  margin: 0;
  color: var(--muted);
}
.sla-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #dbe5f0;
  border-radius: 18px;
  background: #dbe5f0;
}
.sla-matrix div {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: #fff;
}
.sla-matrix strong {
  color: var(--primary);
  font-size: 22px;
}
.sla-matrix span {
  color: #334155;
  font-weight: 800;
}
.sla-matrix b {
  color: #64748b;
  font-size: 13px;
}
.trust-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.trust-links a {
  padding: 11px 14px;
  border: 1px solid rgba(0,86,179,.18);
  border-radius: 12px;
  background: #fff;
  color: var(--primary);
  font-weight: 900;
}

.case-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.case-filter button {
  border: 1px solid rgba(0,86,179,.18);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  cursor: pointer;
  font-weight: 900;
  padding: 10px 14px;
}
.case-filter button.active {
  background: var(--primary);
  color: #fff;
}
.case-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.case-library .case-card[hidden],
.case-library .case-library-card[hidden] {
  display: none;
}
.cases-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(147, 197, 253, .18);
  border-radius: 24px;
  background: rgba(15,23,42,.62);
  box-shadow: 0 28px 86px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
}
.cases-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}
.cases-library-section {
  padding-top: 52px;
}
.case-library-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(203,213,225,.78);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96)),
    radial-gradient(circle at 18% 0%, rgba(7,94,234,.08), transparent 34%);
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
}
.case-library-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 182, 212, .1), transparent 38%, rgba(7, 94, 234, .08));
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.case-library-card:hover::before {
  opacity: 1;
}
.case-library-card > * {
  position: relative;
  z-index: 1;
}
.case-library-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.case-library-top span,
.case-library-top em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-library-top span {
  border: 1px solid rgba(7,94,234,.16);
  background: rgba(7,94,234,.08);
  color: #075eea;
}
.case-library-top span i {
  font-size: 16px;
}
.case-library-top em {
  border: 1px solid rgba(22,163,74,.18);
  background: rgba(22,163,74,.08);
  color: #166534;
  font-style: normal;
}
.case-library-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.18;
}
.case-library-card dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(226,232,240,.9);
}
.case-library-card dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(226,232,240,.9);
}
.case-library-card dt {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-library-card dd {
  margin: 0;
  color: #0f172a;
  font-weight: 760;
  line-height: 1.48;
}
.case-library-card p {
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(7,94,234,.16);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(7,94,234,.08), rgba(6,182,212,.06));
  color: #0f172a;
  font-weight: 820;
  line-height: 1.55;
}
.cases-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: center;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(203,213,225,.78);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(7,18,38,.98), rgba(10,45,82,.95) 52%, rgba(9,86,111,.92));
  color: #fff;
  box-shadow: 0 28px 80px rgba(15,23,42,.18);
}
.cases-proof-panel img {
  width: 100%;
  min-height: 300px;
  max-height: 390px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.cases-proof-panel h2 {
  margin: 0 0 14px;
  color: #fff;
}
.cases-proof-panel p:not(.eyebrow) {
  color: rgba(226,232,240,.78);
  font-size: 17px;
  line-height: 1.7;
}
.cases-hero-card strong {
  line-height: 1.18;
}
.case-library-card h3 a {
  color: inherit;
}
.case-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--primary);
  font-weight: 900;
}
.case-more-link i {
  transition: transform .2s ease;
}
.case-more-link:hover i {
  transform: translateX(4px);
}
.case-empty-card {
  grid-column: 1 / -1;
}
.case-proof-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.case-proof-steps span {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  color: rgba(248,250,252,.92);
  font-weight: 900;
}
.case-proof-steps i {
  color: #67e8f9;
  font-size: 26px;
}
.about-detail-page,
.single-case-page {
  background: #fff;
}
.about-hq-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  margin: 24px 0 28px;
  padding: 30px;
  border: 1px solid rgba(203,213,225,.85);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(7,94,234,.12), transparent 32%),
    linear-gradient(135deg, #fff, #f8fbff);
  box-shadow: 0 22px 60px rgba(15,23,42,.08);
}
.about-hq-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: 0;
}
.about-hq-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.about-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.about-signal-grid article {
  min-height: 180px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(203,213,225,.76);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 38px rgba(15,23,42,.06);
}
.about-signal-grid i,
.about-trust-list i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(7,94,234,.1);
  color: var(--primary);
  font-size: 21px;
}
.about-signal-grid strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}
.about-signal-grid span {
  color: var(--muted);
  line-height: 1.55;
}
.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0;
}
.about-trust-panel {
  margin-top: 28px;
}
.about-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.about-trust-list span {
  display: grid;
  gap: 12px;
  min-height: 130px;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(148,163,184,.24);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: rgba(248,250,252,.9);
  font-weight: 900;
  line-height: 1.35;
}
.about-trust-list i {
  background: rgba(103,232,249,.13);
  color: #67e8f9;
}
.about-editor-content {
  margin-top: 30px;
}
.case-single-layout {
  align-items: start;
}
.case-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 30px;
}
.case-fact-grid article {
  padding: 20px;
  border: 1px solid rgba(203,213,225,.82);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #f8fbff);
  box-shadow: 0 14px 36px rgba(15,23,42,.06);
}
.case-fact-grid span {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-fact-grid strong {
  color: var(--ink);
  line-height: 1.45;
}

.audience-team-section {
  background: #fff;
}
.audience-team {
  display: grid;
  gap: 34px;
}
.audience-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fafc;
}
.audience-line span {
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}
.team-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: start;
}
.team-copy h2 {
  margin-bottom: 16px;
}
.team-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.team-member {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}
.team-member img,
.team-photo-fallback {
  width: 100%;
  aspect-ratio: 1 / .9;
  border-radius: 14px;
  object-fit: cover;
  background: #e5edf8;
}
.team-photo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #075eea;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
}
.team-member h3 {
  margin: 0 0 6px;
  font-size: 17px;
}
.team-member p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.contours-section .section-head { max-width: 880px; }
.contours-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.contour-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.contour-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--contour-color, var(--primary));
}
.contour-topline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--contour-color, var(--primary));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contour-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--contour-color, var(--primary));
  box-shadow: 0 0 0 6px rgba(37, 99, 235, .08);
}
.contour-card h3 { margin: 16px 0 14px; font-size: 26px; line-height: 1.18; }
.contour-result { color: var(--muted); margin: 0 0 22px; }
.contour-services { padding: 18px; border-radius: 18px; background: #f8fafc; border: 1px solid #e8eef6; }
.contour-services h4 { margin: 0 0 12px; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; color: #475569; }
.contour-list { gap: 9px; }
.contour-list li { align-items: flex-start; color: #334155; font-size: 14px; }
.contour-list i { color: var(--contour-color, var(--primary)); margin-top: 2px; }
.contour-note {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}
.contour-footer { margin-top: auto; padding-top: 24px; }
.contour-price { font-size: 30px; font-weight: 900; letter-spacing: 0; margin-bottom: 18px; color: #0f172a; }
.contour-price > span {
  display: block;
  width: max-content;
  margin-bottom: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 999px;
  background: rgba(7, 94, 234, .07);
  color: var(--contour-color, var(--primary));
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.contour-price small { display: inline-block; margin-left: 4px; color: var(--muted); font-size: 15px; font-weight: 600; }
.contour-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.contour-actions .link-btn {
  font-weight: 900;
  color: var(--contour-color, var(--primary));
}
.contour-web { --contour-color: #16a34a; }
.contour-it { --contour-color: #2563eb; }
.contour-ai { --contour-color: #8b5cf6; }
.contour-web .contour-dot { box-shadow: 0 0 0 6px rgba(22, 163, 74, .1); }
.contour-it .contour-dot { box-shadow: 0 0 0 6px rgba(37, 99, 235, .1); }
.contour-ai .contour-dot { box-shadow: 0 0 0 6px rgba(139, 92, 246, .12); }

.hq-section {
  position: relative;
  overflow: hidden;
  background: var(--white);
}
.hq-panel {
  display: grid;
  gap: 36px;
  align-items: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hq-copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.hq-copy h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  letter-spacing: 0;
}
.hq-copy p:not(.eyebrow) {
  max-width: 860px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.hq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.hq-grid article {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 238px;
  padding: 26px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.9)),
    radial-gradient(circle at 18% 0%, rgba(7,94,234,.08), transparent 34%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07), inset 0 1px 0 rgba(255,255,255,.86);
}
.hq-grid article::before {
  content: none;
}
.hq-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(7, 94, 234, .16);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(7, 94, 234, .12), rgba(6, 182, 212, .08)),
    rgba(255,255,255,.86);
  color: #075eea;
  box-shadow: 0 12px 28px rgba(7, 94, 234, .12);
  font-size: 22px;
  font-weight: 900;
}
.hq-grid h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
}
.hq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.news-card { padding: 0; overflow: hidden; }
.news-thumb { height: 190px; background: #dbe3ef; display: block; overflow: hidden; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-thumb span {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 28%, rgba(6,182,212,.42), transparent 28%),
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(135deg, #061226, #075eea 62%, #06b6d4);
  background-size: auto, 36px 36px, 36px 36px, auto;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}
.news-thumb span::after,
.featured-post-media span::after {
  content: '';
  position: absolute;
  inset: auto 12% 16%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  opacity: .72;
}
.news-fallback i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  font-size: 24px;
}
.news-fallback strong {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}
.news-fallback small {
  color: rgba(226,232,240,.72);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.news-body { padding: 24px; }
.news-date { font-size: 13px; color: #6b7280; margin-bottom: 8px; }
.news-body h3 { font-size: 20px; margin-bottom: 10px; }
.news-body p { margin-bottom: 16px; }

.blog-page,
.single-post-page {
  background: #fff;
}
.blog-hero,
.single-hero {
  padding: 150px 0 72px;
  background:
    radial-gradient(circle at 76% 24%, rgba(6, 182, 212, .18), transparent 28%),
    radial-gradient(circle at 20% 16%, rgba(7, 94, 234, .22), transparent 32%),
    linear-gradient(135deg, #060b16 0%, #0b1220 54%, #0f172a 100%);
  color: #fff;
  border-bottom: 1px solid rgba(147, 197, 253, .18);
  position: relative;
  overflow: hidden;
}
.blog-hero::before,
.single-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(147,197,253,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147,197,253,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 88%);
  pointer-events: none;
}
.blog-hero::after,
.single-hero::after {
  content: '';
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(147,197,253,.2);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(7,94,234,.14), 0 0 80px rgba(6,182,212,.12);
  pointer-events: none;
}
.blog-hero .container,
.single-hero .container {
  position: relative;
  z-index: 1;
}
.blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: end;
}
.blog-hero h1,
.single-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
}
.blog-hero p,
.single-hero p {
  max-width: 760px;
  color: rgba(226,232,240,.78);
  font-size: 20px;
  line-height: 1.7;
}
.blog-hero-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(147, 197, 253, .18);
  border-radius: 22px;
  background: rgba(15,23,42,.64);
  box-shadow: 0 24px 80px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.blog-hero-panel div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(147,197,253,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
}
.blog-hero-panel i {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(7,94,234,.95), rgba(6,182,212,.78));
  color: #fff;
  font-size: 22px;
  box-shadow: 0 12px 30px rgba(7,94,234,.24);
}
.blog-hero-panel strong {
  display: block;
  color: #fff;
  font-size: 19px;
}
.blog-hero-panel span {
  color: rgba(226,232,240,.66);
  font-size: 14px;
}
.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.blog-categories a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-weight: 800;
  font-size: 14px;
}
.blog-categories a.active,
.blog-categories a:hover {
  border-color: rgba(7, 94, 234, .28);
  background: rgba(7, 94, 234, .08);
  color: #075eea;
}
.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 44px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}
.featured-post-media {
  min-height: 360px;
  background: #dbe3ef;
}
.featured-post-media img,
.featured-post-media span {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.featured-post-media span {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 36%, rgba(6,182,212,.36), transparent 30%),
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(135deg, #061226, #075eea 58%, #06b6d4);
  background-size: auto, 48px 48px, 48px 48px, auto;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}
.featured-post-media .news-fallback i {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  font-size: 34px;
}
.featured-post-media .news-fallback strong {
  font-size: 30px;
}
.featured-post-media .news-fallback small {
  font-size: 12px;
}
.featured-post-body {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 38px;
}
.featured-post-body h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
}
.featured-post-body p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}
.post-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f1f5f9;
}
.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 34px;
  align-items: start;
}
.service-detail-page,
.contact-detail-page,
.legal-template-page {
  background: #fff;
}
.service-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 78px;
  background:
    radial-gradient(circle at 78% 24%, rgba(6, 182, 212, .18), transparent 30%),
    radial-gradient(circle at 22% 18%, rgba(7, 94, 234, .24), transparent 34%),
    linear-gradient(135deg, #060b16 0%, #0b1220 52%, #0f172a 100%);
  color: #fff;
}
.service-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(147,197,253,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147,197,253,.07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 90%);
  pointer-events: none;
}
.service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: end;
}
.service-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(44px, 6vw, 70px);
  line-height: 1.04;
}
.service-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(226,232,240,.78);
  font-size: 20px;
  line-height: 1.7;
}
.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.service-orbit-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(147, 197, 253, .18);
  border-radius: 24px;
  background: rgba(15,23,42,.62);
  box-shadow: 0 28px 86px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.service-orbit-card::before {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(147,197,253,.24);
  border-radius: 50%;
  box-shadow: inset 0 0 58px rgba(7,94,234,.18), 0 0 70px rgba(6,182,212,.1);
}
.service-orbit-card i {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7,94,234,.95), rgba(6,182,212,.78));
  color: #fff;
  font-size: 32px;
  box-shadow: 0 18px 42px rgba(7,94,234,.28);
}
.service-orbit-card strong,
.service-orbit-card span {
  position: relative;
  z-index: 1;
}
.service-orbit-card strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}
.service-orbit-card span {
  color: rgba(226,232,240,.72);
  font-size: 16px;
  line-height: 1.6;
}
.service-detail-section {
  padding-top: 52px;
}
.service-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 26px 0 32px;
  padding: 16px;
  border: 1px solid rgba(203,213,225,.8);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 18px 46px rgba(15,23,42,.06);
}
.service-route span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(7,94,234,.08);
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}
.service-route i {
  color: #075eea;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}
.service-card,
.contact-detail-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(203,213,225,.78);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 18px 48px rgba(15,23,42,.07);
}
.service-card > i,
.contact-detail-card > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(7,94,234,.13), rgba(6,182,212,.16));
  color: #075eea;
  font-size: 24px;
}
.service-card h2,
.contact-detail-card h2 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.18;
}
.service-card p,
.contact-detail-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.service-metrics-panel,
.contact-map-panel,
.requisites-panel {
  display: grid;
  gap: 24px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(203,213,225,.78);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.96)),
    radial-gradient(circle at 18% 0%, rgba(7,94,234,.08), transparent 34%);
  box-shadow: 0 18px 54px rgba(15,23,42,.07);
}
.service-metrics-panel {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
}
.service-metrics-panel h2,
.contact-map-panel h2,
.requisites-panel h2 {
  margin: 0;
}
.service-metrics-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-metrics-panel li {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 850;
}
.service-metrics-panel li i {
  color: #16a34a;
}
.service-content {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid rgba(203,213,225,.78);
  border-radius: 22px;
  background: #fff;
}
.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 26px 0 28px;
}
.contact-detail-card a {
  color: #075eea;
  font-weight: 850;
}
.contact-map-panel {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(7,18,38,.98), rgba(10,45,82,.95) 52%, rgba(9,86,111,.92));
  color: #fff;
}
.contact-map-copy > p:not(.eyebrow) {
  color: rgba(226,232,240,.78);
  font-size: 17px;
  line-height: 1.7;
}
.contact-map-panel iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 18px;
  background: #e2e8f0;
}
.requisites-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.requisites-panel div {
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
}
.requisites-panel dt {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.requisites-panel dd {
  margin: 5px 0 0;
  color: #0f172a;
  font-weight: 850;
}
.legal-template-page {
  padding-top: 132px;
}
.legal-template-page .container {
  max-width: 940px;
}
.legal-page-card {
  padding: 34px;
}
.section-head-left {
  text-align: left;
  margin-left: 0;
}
.section-head-left p {
  margin-left: 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.expert-card {
  min-height: 100%;
}
.blog-sidebar,
.single-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}
.sidebar-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}
.sidebar-panel h3 {
  margin: 0 0 14px;
  font-size: 20px;
}
.sidebar-panel p {
  color: var(--muted);
  line-height: 1.65;
}
.sidebar-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-panel li a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #334155;
  font-weight: 800;
}
.sidebar-panel li span {
  color: #94a3b8;
}
.sidebar-cta {
  background: #0f172a;
  color: #fff;
}
.sidebar-cta p {
  color: rgba(255,255,255,.72);
}
.blog-pagination {
  margin-top: 32px;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin-right: 6px;
  padding: 0 12px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #334155;
  font-weight: 800;
}
.blog-pagination .current {
  background: #075eea;
  color: #fff;
}

.single-hero-inner {
  max-width: 980px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  color: #075eea;
  font-weight: 900;
}
.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 42px;
  align-items: start;
  padding-top: 54px;
  padding-bottom: 72px;
}
.single-main {
  min-width: 0;
}
.single-cover {
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 24px;
  background: #dbe3ef;
}
.single-cover img {
  display: block;
  width: 100%;
  height: auto;
}
.expert-content {
  color: #172033;
  font-size: 18px;
  line-height: 1.85;
}
.expert-content > * {
  max-width: 820px;
}
.expert-content h2,
.expert-content h3 {
  margin-top: 1.8em;
  margin-bottom: .6em;
}
.expert-content p,
.expert-content ul,
.expert-content ol {
  margin-bottom: 1.1em;
}
.expert-content blockquote {
  margin: 28px 0;
  padding: 22px 26px;
  border-left: 4px solid #075eea;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}
.post-tags a {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-weight: 800;
  font-size: 13px;
}

.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border-radius: 18px; box-shadow: 0 6px 18px rgba(15,23,42,.04); overflow: hidden; border: 1px solid var(--line); }
.faq-q { width: 100%; border: 0; background: #fff; display: flex; justify-content: space-between; gap: 18px; padding: 20px; text-align: left; font-weight: 800; cursor: pointer; }
.faq-a { display: none; padding: 0 20px 20px; color: var(--muted); }
.faq-item.open .faq-a { display: block; }

.guarantees-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.guarantee-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}
.guarantee-icon,
.bonus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 17px;
  background: #eaf3ff;
  color: var(--primary);
  font-size: 25px;
}
.guarantee-card h3,
.bonus-product h3 {
  margin: 0 0 12px;
  font-size: 22px;
}
.guarantee-card p,
.bonus-product p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}
.start-bonus {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(7, 94, 234, .08), rgba(6, 182, 212, .08) 44%, rgba(255,255,255,.96)),
    #fff;
  box-shadow: 0 28px 82px rgba(15, 23, 42, .1);
}
.start-bonus-copy {
  max-width: 900px;
  margin-bottom: 26px;
}
.start-bonus-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.12;
}
.start-bonus-copy p:not(.eyebrow) {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.65;
}
.bonus-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}
.bonus-product {
  padding: 24px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
}
.bonus-terms {
  margin: 0 0 22px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.contact-box { background: #111827; border-radius: 32px; padding: 48px; color: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.contact-box p { color: rgba(255,255,255,.75); font-size: 18px; }
.contact-form { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 24px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; margin-bottom: 7px; font-weight: 700; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none;
}
.form-field textarea { min-height: 116px; resize: vertical; }
.form-field select { min-height: 50px; appearance: auto; }
.notice { padding: 14px 16px; border-radius: 14px; margin-bottom: 18px; font-weight: 700; }
.notice-success { background: #dcfce7; color: #166534; }
.notice-error { background: #fee2e2; color: #991b1b; }

.site-footer {
  position: relative;
  overflow: hidden;
  background: #0f172a;
  color: #fff;
  padding: 36px 0 26px;
}
.footer-glow {
  display: none;
}
.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) .85fr 1.25fr;
  gap: 34px;
  padding: 4px 0 34px;
}
.footer-brand p { color: rgba(255,255,255,.7); margin: 18px 0; max-width: 440px; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 20px; font-weight: 900; }
.footer-logo img { width: auto; height: 44px; border-radius: 10px; }
.socials { display: flex; gap: 12px; font-size: 22px; }
.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
}
.socials a:hover { background: rgba(37,99,235,.9); transform: translateY(-2px); }
.max-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(37, 99, 235, .16);
  color: inherit;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
.max-glyph--menu {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--primary);
  background: #eaf2ff;
}
.footer-column h3 { margin: 4px 0 18px; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.footer-column ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer-column a, .footer-column li { color: rgba(255,255,255,.72); }
.footer-column a:hover { color: #fff; }
.footer-contacts { display: grid; align-content: start; gap: 10px; }
.footer-contact-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.76);
}
.footer-contact-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(37, 99, 235, .2);
  color: #bfdbfe;
  font-size: 19px;
}
.footer-contact-item span { min-width: 0; overflow-wrap: anywhere; }
.footer-contact-item small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-contact-item:hover { color: #fff; background: rgba(255,255,255,.09); }
.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.floating-messenger { position: fixed; right: 24px; bottom: 24px; z-index: 100; }
.messenger-button { width: 58px; height: 58px; border-radius: 999px; border: 0; background: var(--primary); color: #fff; font-size: 26px; box-shadow: 0 18px 36px rgba(0,86,179,.25); cursor: pointer; }
.messenger-menu { display: none; position: absolute; right: 0; bottom: 72px; width: 300px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 14px; }
.messenger-menu.open { display: block; }
.messenger-menu a, .messenger-menu button { width: 100%; display: flex; align-items: center; gap: 12px; border: 0; background: #fff; padding: 12px; border-radius: 14px; text-align: left; cursor: pointer; }
.messenger-menu a:hover, .messenger-menu button:hover { background: #f3f6fb; }
.chat-panel { display: none; position: fixed; right: 92px; bottom: 24px; width: 420px; height: 620px; z-index: 110; background: #fff; border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
.chat-panel.open { display: flex; flex-direction: column; }
.chat-head { background: var(--primary); color: #fff; padding: 16px; display: flex; align-items: center; justify-content: space-between; }
.chat-close { border: 0; background: transparent; color: #fff; font-size: 24px; cursor: pointer; }
.chat-messages { flex: 1; padding: 16px; overflow-y: auto; display: grid; align-content: start; gap: 12px; }
.chat-bubble { max-width: 82%; padding: 12px 14px; border-radius: 16px; background: #f3f4f6; color: #111827; }
.chat-bubble.user { justify-self: end; background: var(--primary); color: #fff; }
.chat-form { display: flex; gap: 8px; padding: 14px; border-top: 1px solid var(--line); }
.chat-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; width: 100%; }
.chat-fields select,
.chat-fields input,
.chat-form textarea { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; outline: none; color: #111827; background: #fff; }
.chat-fields select,
.chat-fields input { font-size: 13px; }
.chat-form textarea { grid-column: 1 / -1; min-height: 74px; max-height: 120px; resize: none; }
.chat-form button { border: 0; background: var(--primary); color: #fff; border-radius: 12px; padding: 0 14px; cursor: pointer; }

@media (max-width: 1040px) {
  .nav, .phone-link { display: none; }
  .mobile-toggle { display: block; }
  .mobile-menu.open { display: block; }
  .grid-3, .grid-4, .footer-grid, .outcomes-grid, .guarantees-grid, .bonus-products, .audience-line, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .contours-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contacts { grid-column: span 3; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-contacts h3 { grid-column: 1 / -1; }
  .contact-box, .calc-grid, .benefit-calculator, .team-panel, .profit-panel, .blog-hero-grid, .featured-post, .blog-layout, .single-layout, .trust-grid, .sla-matrix, .case-library { grid-template-columns: 1fr; }
  .blog-sidebar, .single-sidebar { position: static; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tariff.recommended { transform: none; }
}

@media (max-width: 680px) {
  .hero { min-height: auto; padding: 108px 0 62px; }
  .hero-video { display: none; }
  .hero-stats, .grid-2, .grid-3, .grid-4, .footer-grid, .outcomes-grid, .guarantees-grid, .bonus-products, .audience-line, .team-grid { grid-template-columns: 1fr; }
  .contours-grid { grid-template-columns: 1fr; }
  .blog-grid, .profit-stats, .form-row-2 { grid-template-columns: 1fr; }
  .blog-hero, .single-hero { padding: 116px 0 52px; }
  .blog-hero h1, .single-hero h1 { font-size: 34px; }
  .blog-hero p, .single-hero p { font-size: 17px; }
  .featured-post-media, .featured-post-media img, .featured-post-media span { min-height: 220px; }
  .featured-post-body { padding: 24px; }
  .single-layout { padding-top: 36px; padding-bottom: 54px; }
  .expert-content { font-size: 16px; line-height: 1.75; }
  .profit-modal { padding: 10px; }
  .profit-modal-box { padding: 20px; border-radius: 18px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .card, .contact-box { padding: 24px; }
  .contour-card { padding: 24px; }
  .contour-card h3 { font-size: 23px; }
  .contour-price { font-size: 25px; }
  .site-footer { padding: 30px 0 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; padding-bottom: 28px; }
  .footer-contacts { grid-column: auto; grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 10px; }
  .floating-messenger { right: 16px; bottom: 16px; }
  .messenger-menu { width: calc(100vw - 32px); right: 0; }
  .chat-panel { width: calc(100vw - 32px); right: 16px; bottom: 88px; }
}

/* Premium technology pass */
:root {
  --primary: #075eea;
  --primary-dark: #0344ad;
  --secondary: #f97316;
  --accent: #06b6d4;
  --violet: #7c3aed;
  --surface: #f4f7fb;
  --ink: #0d1628;
  --muted: #5d6a7c;
  --line: #dfe7f1;
  --shadow: 0 26px 70px rgba(13, 22, 40, .12);
  --radius: 18px;
  --font-body: 'Manrope', Arial, sans-serif;
  --font-display: 'Manrope', Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', 'JetBrains Mono', Consolas, monospace;
}

* { letter-spacing: 0; }
body {
  font-family: var(--font-body);
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #f4f7fb 100%);
  color: var(--ink);
  text-rendering: geometricPrecision;
}
h1, h2, h3, .price, .contour-price { letter-spacing: 0; }
h2 { font-size: 42px; font-weight: 800; }
.section { padding: 96px 0; }
.section-gray {
  background:
    linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
}
.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 76% 22%, rgba(6, 182, 212, .22), transparent 34%),
    radial-gradient(circle at 18% 74%, rgba(7, 94, 234, .24), transparent 36%),
    linear-gradient(135deg, #030814 0%, #071d3b 58%, #031326 100%);
}
.section-head { max-width: 860px; }
.eyebrow,
.hero-badge,
.contour-topline,
.demo-timer,
.footer-eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.site-header {
  background: rgba(248, 251, 255, .84);
  border-bottom: 1px solid rgba(203, 213, 225, .58);
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}
.header-inner { padding: 12px 0; }
.nav,
.nav ul,
.nav .menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav li { list-style: none; margin: 0; padding: 0; }
.nav a {
  position: relative;
  color: #233047;
  font-weight: 800;
  padding: 8px 0;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.nav a:hover::after { transform: scaleX(1); }
.phone-link { color: #172033; font-weight: 800; }

.btn {
  border-radius: 12px;
  min-height: 50px;
  padding: 14px 22px;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn-primary {
  background: linear-gradient(135deg, #075eea, #04a3d8);
  box-shadow: 0 16px 34px rgba(7, 94, 234, .25);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #0344ad, #0284c7);
  box-shadow: 0 20px 42px rgba(7, 94, 234, .32);
}
.btn-light {
  background: rgba(255, 255, 255, .94);
  color: #064fbf;
  border: 1px solid rgba(255,255,255,.72);
}
.btn:focus-visible,
.mobile-toggle:focus-visible,
.chat-close:focus-visible,
.messenger-button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus,
.link-btn:focus-visible,
.faq-q:focus-visible {
  outline: 3px solid rgba(6, 182, 212, .34);
  outline-offset: 3px;
}

.hero {
  min-height: 100vh;
  padding: 132px 0 84px;
  background:
    linear-gradient(115deg, rgba(3, 8, 22, .97) 0%, rgba(7, 28, 58, .9) 47%, rgba(3, 71, 104, .72) 100%),
    linear-gradient(180deg, #071324, #0b274a);
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.18));
  pointer-events: none;
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(3, 8, 22, .94) 0%, rgba(3, 8, 22, .74) 48%, rgba(3, 8, 22, .46) 100%);
}
.hero-video { opacity: .18; filter: saturate(.85) contrast(1.08); }
.hero-canvas {
  z-index: 2;
  opacity: .54;
  pointer-events: none;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 36%, #000 62%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 36%, #000 62%);
}
.hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr);
  gap: 34px;
  min-height: calc(100vh - 216px);
}
.hero-content { max-width: 720px; }
.hero-badge {
  padding: 10px 15px;
  border-color: rgba(148, 163, 184, .32);
  background: rgba(15, 23, 42, .48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  font-size: 13px;
}
.hero h1 {
  max-width: 820px;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 22px;
}
.hero p {
  max-width: 720px;
  font-size: 21px;
  line-height: 1.65;
  color: rgba(235, 245, 255, .82);
}
.hero-actions { gap: 14px; }
.hero-stats {
  max-width: 760px;
  margin-top: 36px;
}
.hero-stat {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  border-color: rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 20px 42px rgba(0,0,0,.18);
}
.hero-stat::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.14) 42%, transparent 70%);
  transform: translateX(-120%);
  animation: surfaceSheen 7s ease-in-out infinite;
}
.hero-stat strong {
  font-family: var(--font-mono);
  font-size: 26px;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  z-index: 3;
  overflow: visible;
}
.hero-spline-frame {
  position: relative;
  width: min(640px, 100%);
  aspect-ratio: 1;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(103,232,249,.18), transparent 46%),
    rgba(2, 6, 23, .08);
  filter: drop-shadow(0 34px 90px rgba(6, 182, 212, .18));
  transform: rotateX(var(--hero-tilt-y, 0deg)) rotateY(var(--hero-tilt-x, 0deg)) translateY(var(--hero-scroll-lift, 0px));
  transform-style: preserve-3d;
  transition: transform .16s ease-out;
}
.hero-spline-frame::before {
  content: '';
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(147, 197, 253, .24);
  border-radius: 999px;
  box-shadow: inset 0 0 48px rgba(6, 182, 212, .12), 0 0 54px rgba(6, 182, 212, .12);
  pointer-events: none;
}
.hero-spline-fallback {
  position: absolute;
  inset: 6%;
  transform-style: preserve-3d;
  animation: splineFallbackFloat 11s ease-in-out infinite;
}
.spline-fallback-ring,
.spline-fallback-core,
.spline-fallback-node {
  position: absolute;
  border-radius: 999px;
}
.spline-fallback-ring {
  inset: 12%;
  border: 2px solid rgba(147,197,253,.46);
  box-shadow: inset 0 0 46px rgba(6,182,212,.13), 0 0 52px rgba(6,182,212,.12);
}
.spline-fallback-ring--one { transform: rotateX(68deg) rotateZ(18deg); }
.spline-fallback-ring--two { inset: 24%; transform: rotateY(62deg) rotateZ(-24deg); border-color: rgba(94, 234, 212, .42); }
.spline-fallback-ring--three { inset: 3%; transform: rotateX(76deg) rotateY(34deg); border-color: rgba(167, 139, 250, .36); }
.spline-fallback-core {
  inset: 34%;
  background:
    radial-gradient(circle at 45% 36%, rgba(255,255,255,.98), rgba(96,165,250,.88) 34%, rgba(6,182,212,.42) 66%, rgba(15,23,42,.78));
  box-shadow: 0 28px 90px rgba(6,182,212,.3), inset 0 1px 0 rgba(255,255,255,.72);
}
.spline-fallback-node {
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255,255,255,.22);
  background: rgba(8,18,38,.75);
  box-shadow: 0 22px 70px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.18), 0 0 0 12px rgba(37,99,235,.1);
  animation: splineFallbackNode 8s ease-in-out infinite;
}
.spline-fallback-node--web { top: 13%; left: 12%; background: rgba(34,197,94,.28); }
.spline-fallback-node--it { top: 15%; right: 8%; background: rgba(59,130,246,.28); animation-delay: .9s; }
.spline-fallback-node--ai { right: 13%; bottom: 15%; background: rgba(124,58,237,.28); animation-delay: 1.8s; }

.orbital-hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
  perspective: 1100px;
  transform-style: preserve-3d;
  isolation: isolate;
}
.orbital-hero::before,
.orbital-hero::after {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, .16);
  transform: rotateX(68deg) rotateZ(-14deg);
  box-shadow: 0 0 52px rgba(37, 99, 235, .14), inset 0 0 34px rgba(6, 182, 212, .09);
  pointer-events: none;
  z-index: 1;
}
.orbital-hero::after {
  inset: 23%;
  border-color: rgba(45, 212, 191, .18);
  transform: rotateX(74deg) rotateY(38deg) rotateZ(20deg);
}
.orbital-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .98;
}
.orbital-core {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, .54);
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.96), rgba(96,165,250,.76) 20%, rgba(37,99,235,.38) 48%, rgba(2,6,23,.86) 72%),
    rgba(15, 23, 42, .82);
  box-shadow:
    0 0 0 12px rgba(59, 130, 246, .09),
    0 0 72px rgba(37, 99, 235, .38),
    inset 0 1px 0 rgba(255,255,255,.82);
  z-index: 4;
}
.orbital-core::before {
  content: '';
  position: absolute;
  inset: -36px;
  border-radius: inherit;
  border: 2px solid rgba(96, 165, 250, .2);
  transform: rotateX(72deg);
  animation: orbitalCoreRing 12s linear infinite;
}
.orbital-core span {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 24px rgba(147,197,253,.9);
}
.orbital-core small {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  color: rgba(226, 232, 240, .78);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.orbital-node-layer,
.orbital-card-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.orbit-node {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 86px;
  height: 46px;
  padding: 6px 12px 6px 7px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(147, 197, 253, .42);
  border-radius: 999px;
  background: rgba(8, 18, 38, .74);
  color: rgba(255,255,255,.92);
  box-shadow: 0 16px 42px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  transform: translate3d(var(--orbit-x, 0), var(--orbit-y, 0), 0) translate(-50%, -50%) scale(var(--orbit-scale, 1));
  opacity: var(--orbit-opacity, .88);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, opacity .2s ease;
  pointer-events: auto;
  cursor: pointer;
  z-index: var(--orbit-z, 6);
}
.orbit-node i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8, #06b6d4);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 0 22px rgba(59, 130, 246, .5);
}
.orbit-node span {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.orbit-node.is-active,
.orbit-node:hover,
.orbit-node:focus-visible {
  border-color: rgba(125, 211, 252, .82);
  background: rgba(15, 23, 42, .92);
  box-shadow: 0 18px 54px rgba(14,165,233,.24), inset 0 1px 0 rgba(255,255,255,.24), 0 0 0 6px rgba(37,99,235,.1);
  outline: 0;
}
.orbit-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 214px;
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(147, 197, 253, .28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 23, 42, .88), rgba(8, 18, 38, .76));
  color: #fff;
  box-shadow: 0 24px 66px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(18px);
  transform: translate3d(var(--card-x, 0), var(--card-y, 0), 0) translate(-50%, -50%) scale(.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  pointer-events: none;
  z-index: 20;
}
.orbit-card.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(var(--card-x, 0), var(--card-y, 0), 0) translate(-50%, -50%) scale(1);
}
.orbit-card strong {
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.25;
}
.orbit-card span {
  display: block;
  color: rgba(226, 232, 240, .78);
  font-size: 12px;
  line-height: 1.45;
}
.orbit-card em {
  display: inline-flex;
  margin-top: 10px;
  color: #86efac;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.differentiators-section {
  padding: 34px 0;
  background: #fff;
}
.differentiators-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.differentiators-grid article {
  padding: 20px;
  border: 1px solid rgba(203,213,225,.72);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}
.differentiators-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #075eea;
  font-weight: 1000;
}
.differentiators-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.operations-section {
  position: relative;
  overflow: hidden;
}
.operations-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 68px 68px;
  opacity: .38;
  pointer-events: none;
}
.operations-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
}
.operations-copy h2 {
  color: #fff;
  margin: 0 0 18px;
}
.operations-copy p {
  color: rgba(226, 232, 240, .8);
  font-size: 18px;
  line-height: 1.75;
}
.operations-board {
  position: relative;
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(147, 197, 253, .24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(6, 182, 212, .16), transparent 48%),
    rgba(3, 8, 22, .54);
  box-shadow: 0 32px 90px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}
.ops-column {
  display: grid;
  gap: 12px;
}
.ops-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(147, 197, 253, .2);
  border-radius: 999px;
  color: rgba(226,232,240,.82);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.ops-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px 12px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(147, 197, 253, .18);
  border-radius: 8px;
  background: rgba(15, 23, 42, .58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  opacity: .76;
  transition: opacity .24s ease, transform .24s ease, border-color .24s ease, background .24s ease;
}
.ops-step i {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(7,94,234,.92), rgba(6,182,212,.84));
  color: #fff;
  font-size: 20px;
}
.ops-step strong {
  font-size: 16px;
}
.ops-step small {
  color: rgba(226,232,240,.68);
  line-height: 1.45;
}
.ops-step.is-active {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, .58);
  background: rgba(15, 23, 42, .86);
  box-shadow: 0 20px 58px rgba(6, 182, 212, .14), inset 0 1px 0 rgba(255,255,255,.14);
}
.ops-column-loss .ops-step.is-active { border-color: rgba(249, 115, 22, .56); }
.ops-pipeline {
  position: relative;
  height: 360px;
  display: grid;
  place-items: center;
}
.ops-pipeline::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(125,211,252,.72), transparent);
}
.ops-pipeline span {
  position: absolute;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #38bdf8, transparent);
  box-shadow: 0 0 22px rgba(56,189,248,.86);
  animation: opsSignal 2.8s ease-in-out infinite;
}
.ops-pipeline span:nth-child(1) { top: 23%; animation-delay: 0s; }
.ops-pipeline span:nth-child(2) { top: 50%; animation-delay: .55s; }
.ops-pipeline span:nth-child(3) { top: 76%; animation-delay: 1.1s; }

.launch-section {
  position: relative;
  overflow: hidden;
}
.launch-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .42;
  pointer-events: none;
}
.launch-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
  gap: 44px;
  align-items: center;
}
.launch-copy h2 {
  color: #fff;
  margin: 0 0 18px;
}
.launch-copy p {
  color: rgba(226, 232, 240, .8);
  font-size: 18px;
  line-height: 1.75;
}
.launch-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.launch-summary span {
  padding: 9px 12px;
  border: 1px solid rgba(147, 197, 253, .22);
  border-radius: 999px;
  background: rgba(15, 23, 42, .62);
  color: rgba(226, 232, 240, .82);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
}
.launch-console {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(147, 197, 253, .24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 44%, rgba(6, 182, 212, .18), transparent 44%),
    linear-gradient(180deg, rgba(15, 23, 42, .78), rgba(3, 8, 22, .72));
  box-shadow: 0 34px 92px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.1);
  overflow: hidden;
  backdrop-filter: blur(18px);
  transform: rotateX(var(--launch-tilt-y, 0deg)) rotateY(var(--launch-tilt-x, 0deg));
  transform-style: preserve-3d;
  transition: transform .16s ease-out;
}
.launch-console::before,
.launch-console::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(96, 165, 250, .18);
  border-radius: 999px;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-18deg);
  box-shadow: 0 0 52px rgba(37, 99, 235, .12), inset 0 0 38px rgba(6, 182, 212, .08);
}
.launch-console::after {
  width: 250px;
  height: 250px;
  border-color: rgba(45, 212, 191, .2);
  transform: translate(-50%, -50%) rotateX(74deg) rotateY(34deg) rotateZ(18deg);
}
.launch-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(147, 197, 253, .5);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255,255,255,.95), rgba(96,165,250,.74) 24%, rgba(37,99,235,.38) 54%, rgba(2,6,23,.9) 76%);
  box-shadow: 0 0 0 12px rgba(59, 130, 246, .08), 0 0 74px rgba(37, 99, 235, .34), inset 0 1px 0 rgba(255,255,255,.72);
  transform: translate(-50%, -50%);
  animation: launchCoreFloat 9s ease-in-out infinite;
}
.launch-core strong {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 24px rgba(147,197,253,.82);
}
.launch-core span {
  color: rgba(226,232,240,.72);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}
.launch-line {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.launch-line::before,
.launch-line::after,
.launch-line span {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 78%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(56,189,248,.72), transparent);
  box-shadow: 0 0 22px rgba(56,189,248,.52);
  transform-origin: center;
}
.launch-line::before { transform: translate(-50%, -50%) rotate(18deg); }
.launch-line::after { transform: translate(-50%, -50%) rotate(118deg); }
.launch-line span { transform: translate(-50%, -50%) rotate(-48deg); animation: launchSignal 3.2s ease-in-out infinite; }
.launch-step {
  position: absolute;
  z-index: 6;
  width: min(270px, 42%);
  min-height: 170px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 8px 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(147, 197, 253, .2);
  border-radius: 8px;
  background: rgba(15, 23, 42, .74);
  color: #fff;
  box-shadow: 0 22px 58px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.1);
  opacity: .78;
  transform: translate3d(var(--launch-float-x, 0px), var(--launch-float-y, 0px), 0) scale(var(--launch-scale, 1));
  transition: opacity .24s ease, transform .24s ease, border-color .24s ease, background .24s ease;
}
.launch-step:nth-of-type(1) { left: 24px; top: 28px; }
.launch-step:nth-of-type(2) { right: 24px; top: 64px; }
.launch-step:nth-of-type(3) { left: 34px; bottom: 44px; }
.launch-step:nth-of-type(4) { right: 30px; bottom: 30px; }
.launch-step i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(7,94,234,.92), rgba(6,182,212,.84));
  color: #fff;
  font-size: 22px;
  box-shadow: 0 14px 34px rgba(7,94,234,.22);
}
.launch-step h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.22;
}
.launch-step p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(226,232,240,.72);
  font-size: 13px;
  line-height: 1.5;
}
.launch-step em {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(134, 239, 172, .1);
  color: #86efac;
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.launch-step.is-active,
.launch-step:hover,
.launch-step:focus-within {
  opacity: 1;
  transform: translate3d(var(--launch-float-x, 0px), calc(var(--launch-float-y, 0px) - 4px), 0) scale(var(--launch-scale, 1));
  border-color: rgba(125, 211, 252, .64);
  background: rgba(15, 23, 42, .9);
  box-shadow: 0 26px 70px rgba(6, 182, 212, .16), inset 0 1px 0 rgba(255,255,255,.16);
}
.differentiators-grid p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.card,
.contour-card,
.faq-item,
.contact-form,
.messenger-menu,
.chat-panel {
  border-color: rgba(203, 213, 225, .76);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}
.card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.card::before,
.contour-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 182, 212, .11), transparent 36%, rgba(124, 58, 237, .08));
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
}
.card:hover,
.contour-card:hover {
  transform: translateY(-7px);
  border-color: rgba(7, 94, 234, .28);
  box-shadow: 0 28px 76px rgba(15, 23, 42, .14);
}
.card:hover::before,
.contour-card:hover::after { opacity: 1; }
.icon-circle {
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(7, 94, 234, .12), rgba(6, 182, 212, .16));
  color: #075eea;
}

.contours-section {
  position: relative;
  overflow: hidden;
}
.contours-grid { gap: 26px; }
.contour-card {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96));
  transform-style: preserve-3d;
}
.contour-card::before {
  height: 4px;
  background: linear-gradient(90deg, var(--contour-color, var(--primary)), rgba(6, 182, 212, .82));
}
.contour-card h3 {
  font-size: 25px;
  font-weight: 800;
}
.contour-services {
  background: rgba(248, 251, 255, .78);
  border-color: rgba(203, 213, 225, .72);
}
.contour-price {
  font-size: 28px;
  line-height: 1.15;
}
.contact-box {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(7, 18, 38, .98), rgba(10, 45, 82, .95) 48%, rgba(9, 86, 111, .92));
  border: 1px solid rgba(148, 163, 184, .2);
  box-shadow: 0 28px 80px rgba(15, 23, 42, .18);
}
.contact-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .34;
  pointer-events: none;
}
.contact-box > * { position: relative; }
.contact-copy {
  display: grid;
  align-content: start;
  gap: 20px;
}
.contact-box h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  line-height: 1.08;
  letter-spacing: 0;
}
.contact-copy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(226,232,240,.78);
  font-size: 18px;
  line-height: 1.72;
}
.contact-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}
.contact-pills div {
  display: grid;
  gap: 10px;
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(147, 197, 253, .18);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}
.contact-pills i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(7,94,234,.94), rgba(6,182,212,.78));
  color: #fff;
  font-size: 20px;
}
.contact-pills span {
  color: rgba(248,250,252,.88);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
.contact-channels {
  display: grid;
  gap: 10px;
  max-width: 520px;
}
.contact-channels a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(147,197,253,.16);
  border-radius: 999px;
  background: rgba(15,23,42,.28);
  color: rgba(255,255,255,.9);
  font-weight: 800;
}
.contact-channels i {
  color: #67e8f9;
  font-size: 18px;
}
.contact-form {
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}
.contact-form .form-field {
  margin-bottom: 0;
}
.form-field label {
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}
.form-field input,
.form-field textarea,
.form-field select {
  border-color: rgba(255,255,255,.26);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  min-height: 50px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
}
.form-field textarea {
  min-height: 126px;
  line-height: 1.55;
}
.form-assurance {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(134, 239, 172, .18);
  border-radius: 14px;
  background: rgba(134, 239, 172, .08);
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.5;
}

.consent-field,
.irtit-lead-consent,
.chat-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}
.consent-field input,
.irtit-lead-consent input,
.chat-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}
.consent-field a,
.irtit-lead-consent a,
.chat-consent a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.consent-field--optional,
.irtit-lead-consent--optional {
  color: rgba(255,255,255,.62);
}
.irtit-lead-consent {
  color: #475569;
}
.irtit-lead-consent a {
  color: var(--primary);
}
.footer-legal {
  display: grid;
  gap: 5px;
  margin: 18px 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
}
.footer-legal strong {
  color: #fff;
}
.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: end;
}
.chat-fields { grid-column: 1 / 2; }
.chat-form button { min-height: 44px; }
.chat-consent {
  grid-column: 1 / -1;
  margin: 0;
  color: #475569;
  font-size: 12px;
}
.chat-consent a { color: var(--primary); }
.cookie-banner {
  position: fixed;
  left: auto;
  right: 18px;
  bottom: 16px;
  z-index: 95;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: min(390px, calc(100% - 36px));
  padding: 10px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .13);
  backdrop-filter: blur(12px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 1px; color: var(--ink); font-size: 13px; }
.cookie-banner p { margin: 0; color: #475569; font-size: 11px; line-height: 1.34; }
.cookie-banner a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: grid; grid-template-columns: 1fr; gap: 6px; justify-content: flex-end; }
.cookie-actions .btn { width: 100%; min-height: 32px; padding: 6px 10px; font-size: 12px; border-radius: 10px; }

.legal-page {
  display: grid;
  gap: 18px;
  color: #334155;
}
.legal-page h1,
.legal-page h2,
.legal-page h3 {
  color: var(--ink);
}
.legal-page h1 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
  margin-bottom: 8px;
}
.legal-page h2 {
  font-size: 28px;
  margin-top: 24px;
}
.legal-page h3 {
  font-size: 21px;
  margin-top: 16px;
}
.legal-page p,
.legal-page li {
  line-height: 1.75;
}
.legal-page a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page ul,
.legal-page ol {
  padding-left: 22px;
}
.legal-page table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: block;
}
.legal-page tbody,
.legal-page thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.legal-page th,
.legal-page td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}
.legal-page th {
  color: var(--ink);
  background: #f8fafc;
}
.legal-page tr:last-child td {
  border-bottom: 0;
}
.legal-note {
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 14px;
  background: #f8fbff;
  color: #475569;
}

.floating-messenger .messenger-button {
  background: linear-gradient(135deg, #075eea, #06b6d4);
  box-shadow: 0 18px 42px rgba(7, 94, 234, .34);
}

@keyframes splineFallbackFloat {
  0%, 100% { transform: rotateX(57deg) rotateZ(-15deg) translate3d(0, 0, 0); }
  50% { transform: rotateX(62deg) rotateZ(-5deg) translate3d(0, -14px, 0); }
}
@keyframes splineFallbackNode {
  0%, 100% { transform: translate3d(0, 0, 44px) scale(1); }
  50% { transform: translate3d(0, -14px, 78px) scale(1.12); }
}
@keyframes surfaceSheen {
  0%, 55%, 100% { transform: translateX(-120%); }
  72% { transform: translateX(120%); }
}
@keyframes orbitalCoreRing {
  from { transform: rotateX(72deg) rotateZ(0deg); }
  to { transform: rotateX(72deg) rotateZ(360deg); }
}
@keyframes opsSignal {
  0%, 100% { opacity: .22; transform: translateX(-18px) scaleX(.72); }
  45% { opacity: 1; transform: translateX(18px) scaleX(1.18); }
}
@keyframes launchSignal {
  0%, 100% { opacity: .25; filter: blur(0); }
  45% { opacity: 1; filter: blur(.4px); }
}
@keyframes launchCoreFloat {
  0%, 100% { transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1); }
  50% { transform: translate(-50%, -50%) translate3d(0, -10px, 0) scale(1.035); }
}

.reveal-block {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contour-price,
.sla-matrix strong,
.trust-card span,
.case-kicker {
  font-family: var(--font-mono);
}

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

@media (max-width: 1180px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-content { max-width: 820px; }
  .hero-visual {
    position: absolute;
    inset: 120px 20px auto auto;
    width: 360px;
    min-height: 360px;
    opacity: .42;
  }
  .hero-spline-frame { width: 360px; }
  .orbital-core { width: 124px; height: 124px; }
  .orbital-core span { font-size: 30px; }
  .orbital-core small { display: none; }
  .orbit-card { display: none; }
  .orbit-node { min-width: 68px; height: 38px; padding: 5px 9px 5px 5px; }
  .orbit-node i { width: 27px; height: 27px; font-size: 15px; }
  .orbit-node span { font-size: 11px; }
}

@media (max-width: 1040px) {
  .nav, .phone-link { display: none; }
  .mobile-toggle { display: block; }
  .mobile-menu.open { display: block; }
  .audience-line, .team-panel, .team-grid, .profit-panel, .operations-grid, .launch-grid, .blog-hero-grid, .featured-post, .blog-layout, .single-layout, .differentiators-grid, .trust-grid, .sla-matrix, .case-library, .hq-panel, .service-hero-grid, .service-metrics-panel, .contact-map-panel, .cases-proof-panel, .about-hq-panel { grid-template-columns: 1fr; }
  .blog-sidebar, .single-sidebar { position: static; }
  .service-cards, .contact-detail-grid, .about-principles-grid { grid-template-columns: 1fr; }
  .service-orbit-card { min-height: 220px; }
  .differentiators-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .operations-board { grid-template-columns: 1fr; min-height: 0; }
  .ops-pipeline { height: 70px; }
  .ops-pipeline::before { width: 100%; height: 2px; }
  .ops-pipeline span { width: 2px; height: 42px; }
  .launch-console { min-height: 640px; }
  .cases-track .case-card {
    flex-basis: clamp(310px, calc((100% - 22px) / 2), 440px);
  }
  .hq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .hq-grid article {
    padding: 20px;
  }
  .contact-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  h2 { font-size: 36px; }
  .section { padding: 78px 0; }
}

@media (max-width: 680px) {
  body { line-height: 1.58; }
  .container { width: min(100% - 32px, 1180px); }
  .site-header { background: rgba(248, 251, 255, .94); }
  .hero {
    min-height: auto;
    padding: 104px 0 50px;
  }
  .hero::before { background-size: 44px 44px; opacity: .55; }
  .hero-canvas {
    opacity: .2;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-inner {
    display: block;
    min-height: 0;
  }
  .hero-visual { display: none; }
  .hero-badge {
    align-items: flex-start;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1.45;
  }
  .hero h1 {
    font-size: 33px;
    line-height: 1.14;
    margin-bottom: 18px;
  }
  .hero p {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 22px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .operations-board { padding: 16px; }
  .ops-step { min-height: 78px; padding: 14px; }
  .launch-console {
    min-height: 0;
    display: grid;
    gap: 14px;
    padding: 18px;
  }
  .launch-console::before,
  .launch-console::after,
  .launch-core,
  .launch-line {
    display: none;
  }
  .launch-step {
    position: relative;
    inset: auto !important;
    width: 100%;
    min-height: 0;
    transform: none !important;
  }
  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }
  .hero-stat {
    min-height: 0;
    padding: 11px 9px;
    border-radius: 14px;
  }
  .hero-stat strong {
    font-size: 13px;
    margin-bottom: 0;
  }
  .hero-stat span {
    display: none;
  }
  .audience-line { padding: 10px; }
  .team-member { padding: 12px; }
  .blog-grid, .profit-stats, .form-row-2, .differentiators-grid { grid-template-columns: 1fr; }
  .cases-carousel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .cases-nav {
    width: 100%;
    justify-content: space-between;
  }
  .cases-arrow {
    width: 52px;
    height: 52px;
  }
  .cases-track {
    gap: 14px;
    margin-right: -16px;
    padding-bottom: 16px;
  }
  .cases-track .case-card {
    flex-basis: min(84vw, 342px);
    min-height: 0;
  }
  .case-library {
    grid-template-columns: 1fr;
  }
  .about-signal-grid,
  .about-trust-list,
  .case-fact-grid,
  .case-proof-steps {
    grid-template-columns: 1fr;
  }
  .case-filter {
    gap: 8px;
  }
  .case-filter button {
    flex: 1 1 calc(50% - 8px);
    padding: 10px 12px;
  }
  .case-library-card {
    padding: 20px;
    border-radius: 18px;
  }
  .case-library-card h3 {
    font-size: 22px;
  }
  .case-library-card dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .cases-hero-visual,
  .cases-hero-visual img {
    min-height: 210px;
  }
  .cases-proof-panel {
    padding: 20px;
    border-radius: 20px;
  }
  .cases-proof-panel img {
    min-height: 210px;
  }
  .case-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .route-map {
    gap: 8px;
  }
  .route-map > span {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .hq-panel {
    padding: 0;
    border-radius: 0;
  }
  .hq-grid {
    grid-template-columns: 1fr;
  }
  .hq-grid article {
    min-height: 0;
  }
  .contact-pills {
    grid-template-columns: 1fr;
  }
  .contact-pills div {
    min-height: 0;
  }
  .contact-channels a {
    width: 100%;
  }
  .differentiators-section { padding: 24px 0; }
  .blog-hero, .single-hero, .service-hero { padding: 108px 0 52px; }
  .blog-hero h1, .single-hero h1, .service-hero h1 { font-size: 34px; }
  .blog-hero p, .single-hero p, .service-hero p:not(.eyebrow) { font-size: 17px; }
  .service-actions .btn { width: 100%; }
  .service-orbit-card {
    min-height: 190px;
    padding: 22px;
  }
  .service-route {
    padding: 12px;
  }
  .service-route span {
    width: 100%;
    justify-content: center;
  }
  .service-route i {
    display: none;
  }
  .service-metrics-panel ul,
  .requisites-panel dl {
    grid-template-columns: 1fr;
  }
  .contact-map-panel iframe {
    min-height: 300px;
  }
  .featured-post-media, .featured-post-media img, .featured-post-media span { min-height: 220px; }
  .featured-post-body { padding: 24px; }
  .single-layout { padding-top: 36px; padding-bottom: 54px; }
  .expert-content { font-size: 16px; line-height: 1.75; }
  .profit-chart { min-height: 300px; }
  .profit-dashboard { padding: 18px; }
  .profit-dashboard-head {
    display: grid;
    gap: 8px;
  }
  .profit-legend {
    left: 12px;
    right: 12px;
    top: 12px;
    justify-content: flex-start;
  }
  .profit-legend span {
    font-size: 9px;
    padding: 6px 7px;
  }
  .profit-chart svg {
    top: 44px;
    height: calc(100% - 122px);
  }
  .profit-y-label,
  .profit-x-label {
    font-size: 11px;
  }
  .profit-axis-y {
    display: none;
  }
  .profit-axis-x {
    left: 14px;
    right: auto;
    bottom: 78px;
    font-size: 9px;
  }
  .profit-model-note {
    display: none;
  }
  .profit-model-kpis {
    left: 12px;
    right: 12px;
    bottom: 16px;
    width: auto;
    grid-template-columns: 1fr;
  }
  .profit-model-kpis div {
    padding: 8px 10px;
  }
  .profit-model-kpis div:not(:first-child) {
    display: none;
  }
  .profit-signals {
    grid-template-columns: 1fr;
  }
  .profit-signals div {
    min-height: 72px;
  }
  .profit-modal { padding: 10px; }
  .profit-modal-box { padding: 20px; border-radius: 18px; }
  .profit-steps {
    gap: 5px;
  }
  .profit-intro-card {
    padding: 18px;
  }
  .profit-question {
    font-size: 22px;
  }
  .profit-option {
    grid-template-columns: 20px minmax(0, 1fr);
    padding: 13px;
  }
  .profit-analyzer,
  .profit-result-metrics {
    grid-template-columns: 1fr;
  }
  .btn { min-height: 52px; white-space: normal; text-align: center; }
  h2 { font-size: 30px; line-height: 1.18; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 34px; }
  .section-head p, .lead { font-size: 16px; }
  .card, .contact-box, .contour-card { border-radius: 18px; }
  .card, .contact-box { padding: 22px; }
  .contour-card { padding: 24px; }
  .contour-card h3 { font-size: 22px; }
  .contour-price { font-size: 23px; }
  .benefit-calculator {
    padding: 22px;
    border-radius: 18px;
  }
  .benefit-copy h2 { font-size: 28px; }
  .benefit-copy p { font-size: 16px; }
  .benefit-tool { padding: 16px; }
  .start-bonus { padding: 22px; border-radius: 20px; }
  .start-bonus-copy p:not(.eyebrow) { font-size: 16px; }
  .guarantee-card,
  .bonus-product { padding: 22px; }
  .contact-box { gap: 22px; }
  .contact-box p { font-size: 16px; }
  .contact-form { padding: 18px; }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px;
    border-radius: 14px;
  }
  .cookie-banner strong { margin-bottom: 2px; }
  .cookie-banner p { font-size: 10.5px; line-height: 1.3; }
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .cookie-actions .btn {
    width: 100%;
    min-height: 36px;
    padding: 8px 7px;
    font-size: 12px;
  }
  .legal-page table { overflow-x: auto; }
  .legal-page tbody,
  .legal-page thead { min-width: 560px; }
}

@media (prefers-reduced-motion: reduce) {
  .profit-line,
  .profit-dot,
  .profit-bars span,
  .hero-spline-fallback,
  .spline-fallback-node,
  .orbital-core::before {
    animation: none;
  }
  .profit-line {
    stroke-dashoffset: 0;
  }
}
