:root {
  --bg: #f6f8fb;
  --ink: #132033;
  --muted: #667085;
  --line: #d8e0ea;
  --panel: #ffffff;
  --soft: #edf3f8;
  --blue: #1f6fff;
  --cyan: #00a7c7;
  --green: #14956f;
  --coral: #e96f55;
  --yellow: #f4bd3b;
  --shadow: 0 22px 70px rgba(26, 39, 68, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  cursor: default;
}

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

button,
input,
textarea {
  font: inherit;
}

*:not(input):not(textarea) {
  caret-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px max(20px, calc((100vw - 1220px) / 2));
  border-bottom: 1px solid rgba(216, 224, 234, 0.8);
  background: rgba(246, 248, 251, 0.92);
  backdrop-filter: blur(18px);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.brand-lockup img {
  display: block;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(160, 32, 240, 0.22);
}

.brand-lockup strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.brand-lockup span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 800;
}

.about-brand-lockup {
  margin-bottom: 18px;
}

.contact-brand-lockup {
  width: 100%;
  margin-bottom: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.main-nav a,
.header-phone,
.secondary-button,
.primary-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  color: var(--muted);
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--ink);
  background: var(--soft);
}

.header-phone,
.secondary-button {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}

.header-phone {
  flex-shrink: 0;
  white-space: nowrap;
}

.theme-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  min-height: 40px;
  min-width: 154px;
  align-items: center;
  border: 1px solid rgba(160, 32, 240, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  padding: 4px;
  color: var(--muted);
  cursor: pointer;
}

.theme-toggle::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: linear-gradient(135deg, #a020f0, #2556d9);
  content: "";
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 10px 22px rgba(160, 32, 240, 0.24);
}

.theme-toggle[data-active-theme="light"]::before {
  transform: translateX(100%);
}

.theme-toggle-option {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.theme-toggle[data-active-theme="dark"] .theme-toggle-option-dark,
.theme-toggle[data-active-theme="light"] .theme-toggle-option-light {
  color: #fff;
}

.primary-button {
  border: 0;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(31, 111, 255, 0.22);
}

.secondary-button {
  cursor: pointer;
}

.primary-button,
.secondary-button,
.theme-toggle,
.portal-register-cta,
.load-more-button,
.service-action,
.inline-link,
.billing-option,
.icon-button,
.video-play-badge,
.header-phone,
.socials a,
.main-nav a {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.primary-button:hover,
.secondary-button:hover,
.portal-register-cta:hover,
.load-more-button:hover,
.service-action:hover,
.inline-link:hover,
.billing-option:hover,
.icon-button:hover,
.video-play-badge:hover,
.header-phone:hover,
.socials a:hover,
.main-nav a:hover {
  transform: translateY(-2px);
}

.primary-button:active,
.secondary-button:active,
.portal-register-cta:active,
.load-more-button:active,
.service-action:active,
.inline-link:active,
.billing-option:active,
.icon-button:active,
.video-play-badge:active,
.header-phone:active,
.socials a:active,
.main-nav a:active {
  transform: translateY(0);
}

.section,
.section-band,
.trust-strip,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 82px 0;
}

.cases-preview,
.process-modern,
.lead-section,
.faq-section,
.case-assets-section,
.support-scope,
.marketplace-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.section + .section {
  margin-top: 24px;
}

.hero + .quick-path,
.prices-hero + .tariff-choice {
  margin-top: 32px;
}

.cost-estimate-section + .split-section,
.cost-estimate-section ~ .split-section {
  margin-top: 56px;
}

.section-band {
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: start;
  gap: 42px;
  min-height: 560px;
  margin-top: 24px;
  padding: 58px 64px 38px;
  overflow: hidden;
}

.hero h1 {
  font-size: clamp(36px, 4.6vw, 52px);
  line-height: 1.06;
}

.hero-copy > .eyebrow {
  display: none;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 26px;
}

.hero-logo-panel {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 0;
  align-content: start;
  justify-items: center;
  padding-top: 6px;
  place-items: center;
}

.hero-logo-panel::before {
  position: absolute;
  inset: -16px 28px auto;
  height: 250px;
  border: 1px solid rgba(160, 32, 240, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(160, 32, 240, 0.16), transparent 58%),
    radial-gradient(circle at 70% 70%, rgba(82, 224, 182, 0.12), transparent 42%);
  content: "";
}

.hero-logo-panel img {
  position: relative;
  width: min(250px, 72%);
  max-height: 250px;
  border-radius: 14px;
  object-fit: cover;
  transform: scale(1.08);
  filter: drop-shadow(0 22px 54px rgba(160, 32, 240, 0.28));
}

.hero-proof-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: 100%;
  align-self: stretch;
  border: 1px solid rgba(185, 169, 214, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 8%, rgba(82, 224, 182, 0.16), transparent 32%),
    radial-gradient(circle at 12% 18%, rgba(160, 32, 240, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.032)),
    rgba(12, 9, 24, 0.84);
  padding: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.hero-proof-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.hero-proof-head strong {
  max-width: none;
  color: #fff;
  font-size: 22px;
  line-height: 1.12;
  text-align: left;
}

.hero-proof-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-proof-kpis article,
.hero-proof-board,
.hero-proof-feed span {
  border: 1px solid rgba(185, 169, 214, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.hero-proof-kpis article {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 14px;
}

.hero-proof-kpis span,
.hero-proof-board span,
.hero-proof-feed span {
  color: #b9a9d6;
  font-size: 12px;
  font-weight: 800;
}

.hero-proof-kpis strong {
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.04;
}

.hero-proof-kpis small {
  color: var(--muted);
  line-height: 1.35;
}

.hero-proof-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.hero-proof-board div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.hero-proof-board span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-proof-board b {
  display: block;
  width: var(--w);
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6fff, #52e0b6);
}

.hero-proof-board b:nth-child(3) {
  background: rgba(255, 255, 255, 0.24);
}

.hero-proof-feed {
  display: grid;
  gap: 8px;
}

.hero-proof-feed span {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  line-height: 1.18;
}

.hero-text,
.section-head p,
.insight-list,
.lead-section p,
.offer-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.hero-actions,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-facts {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(360px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.hero-facts span {
  min-width: 0;
  border-left: 3px solid var(--blue);
  padding-left: 12px;
  color: var(--muted);
  font-size: 15px;
}

.hero-facts strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
}

.quick-path {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 20%, rgba(160, 32, 240, 0.16), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(82, 224, 182, 0.12), transparent 30%),
    rgba(12, 9, 24, 0.74);
  padding: 34px;
  box-shadow: var(--shadow);
}

.quick-path-head h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 40px);
}

.quick-path-head p:not(.eyebrow) {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.quick-path-grid,
.tariff-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-path-grid a,
.tariff-choice-grid article {
  display: grid;
  gap: 10px;
  min-width: 0;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.quick-path-grid a:hover,
.tariff-choice-grid article:hover {
  border-color: rgba(82, 224, 182, 0.42);
  background: rgba(82, 224, 182, 0.08);
  box-shadow: 0 16px 38px rgba(82, 224, 182, 0.1);
  transform: translateY(-2px);
}

.quick-path-grid span,
.tariff-choice-grid span {
  color: #52e0b6;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-path-grid strong,
.tariff-choice-grid strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.14;
}

.quick-path-grid small,
.tariff-choice-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.tariff-choice {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(82, 224, 182, 0.12), transparent 30%),
    rgba(12, 9, 24, 0.72);
  padding: 38px;
  box-shadow: var(--shadow);
}

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

.tariff-choice-grid article {
  align-content: start;
}

.tariff-choice-grid .secondary-button {
  width: fit-content;
  margin-top: 4px;
}

.faq-section {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 111, 255, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(82, 224, 182, 0.1), transparent 32%),
    rgba(12, 9, 24, 0.7);
  padding: 38px;
  box-shadow: var(--shadow);
}

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

.faq-grid article {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.faq-grid h3 {
  margin-bottom: 10px;
  color: #fff;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.sales-pulse {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 24px;
  padding: 0;
}

.sales-pulse span {
  display: block;
  margin-bottom: 4px;
  color: #b9a9d6;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sales-pulse svg {
  display: block;
  width: 100%;
  height: 90px;
}

.pulse-line,
.pulse-line-shadow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pulse-line-shadow {
  stroke: rgba(160, 32, 240, 0.2);
  stroke-width: 10;
  filter: blur(8px);
}

.pulse-line {
  stroke: url("#pulseGradient");
  stroke-width: 5;
  stroke-dasharray: 90 520;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 10px rgba(82, 224, 182, 0.42));
  animation: pulseRun 3.2s linear infinite;
}

.portal-preview {
  align-self: center;
  min-height: 460px;
  border: 1px solid #cfd9e6;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(31, 111, 255, 0.12), rgba(0, 167, 199, 0.08)),
    #fbfdff;
  overflow: hidden;
}

.preview-top {
  display: flex;
  gap: 7px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.preview-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
}

.preview-top span:nth-child(2) {
  background: var(--yellow);
}

.preview-top span:nth-child(3) {
  background: var(--green);
}

.preview-grid {
  display: grid;
  grid-template-columns: 92px 1fr;
  min-height: 420px;
}

.preview-sidebar {
  background: #172338;
}

.preview-main {
  padding: 22px;
}

.preview-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.preview-kpis b,
.preview-list i {
  min-height: 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 12px;
  height: 180px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.pipeline span {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--blue), var(--cyan));
}

.preview-list {
  display: grid;
  gap: 10px;
}

.preview-list i {
  display: block;
  min-height: 26px;
  padding: 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip span {
  min-height: 58px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.tariff-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  padding: 46px;
}

.tariff-stage::before {
  position: absolute;
  inset: 0;
  border-left: 5px solid var(--stage-accent, #a020f0);
  content: "";
  pointer-events: none;
}

.tariff-stage::after {
  position: absolute;
  right: 34px;
  top: 32px;
  color: rgba(255, 255, 255, 0.055);
  content: var(--stage-number, "01");
  font-size: 112px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.tariff-stage .section-head {
  position: relative;
  z-index: 8;
  max-width: 860px;
}

.tariff-stage .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--stage-accent, #a020f0) 42%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--stage-accent, #a020f0) 14%, transparent);
  padding: 8px 12px;
  color: #fff;
}

.license-stage {
  --stage-accent: #1aa6b7;
  --stage-number: "01";
  background:
    radial-gradient(circle at 78% 12%, rgba(26, 166, 183, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(8, 35, 48, 0.78), rgba(9, 7, 17, 0.92) 62%, rgba(36, 16, 68, 0.48));
}

.implementation-stage {
  --stage-accent: #a020f0;
  --stage-number: "02";
  background:
    radial-gradient(circle at 18% 18%, rgba(160, 32, 240, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.82), rgba(9, 7, 17, 0.94) 58%, rgba(24, 14, 44, 0.72));
}

.support-stage {
  --stage-accent: #52e0b6;
  --stage-number: "03";
  background:
    radial-gradient(circle at 82% 18%, rgba(82, 224, 182, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(9, 7, 17, 0.94), rgba(12, 31, 48, 0.76) 58%, rgba(18, 46, 39, 0.56));
}

.tariff-stage + .tariff-stage {
  margin-top: 28px;
}

.prices-hero + .tariff-stage {
  margin-top: 64px;
}

.documents-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  border: 1px solid rgba(160, 32, 240, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 18%, rgba(160, 32, 240, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.045);
  padding: 26px;
}

.documents-strip h2 {
  margin: 4px 0 8px;
  font-size: clamp(26px, 3vw, 34px);
}

.documents-strip p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.portal-register-cta {
  position: relative;
  z-index: 4;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(82, 224, 182, 0.45);
  border-radius: 8px;
  background: linear-gradient(135deg, #52e0b6, #1aa6b7);
  box-shadow: 0 18px 44px rgba(26, 166, 183, 0.24);
  padding: 0 18px;
  color: #07111a;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portal-register-cta:hover {
  box-shadow: 0 24px 60px rgba(26, 166, 183, 0.34);
  transform: translateY(-2px);
}

.hero-register-cta {
  width: 100%;
  margin-top: 18px;
}

.document-cta {
  min-width: 240px;
}

.service-grid,
.case-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cases-preview {
  width: min(1180px, calc(100% - 40px));
  border: 1px solid rgba(160, 32, 240, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(160, 32, 240, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.78), rgba(9, 7, 17, 0.9) 58%, rgba(11, 45, 58, 0.48));
  padding: 42px;
  box-shadow: var(--shadow);
}

.ai-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(160, 32, 240, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(160, 32, 240, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.88), rgba(9, 7, 17, 0.9) 58%, rgba(11, 45, 58, 0.58));
  padding: 42px;
  box-shadow: var(--shadow);
}

.ai-copy {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ai-copy p,
.ai-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ai-grid article {
  min-height: 220px;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
}

.ai-grid span {
  display: grid;
  width: 54px;
  height: 38px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.32), rgba(37, 86, 217, 0.24));
  color: #f6e7ff;
  font-weight: 900;
}

.inline-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid rgba(160, 32, 240, 0.65);
  color: #f1ddff;
  font-weight: 800;
}

.section-links {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 18px;
}

.prices-hero {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  margin-top: 24px;
  padding: 56px;
  border: 1px solid rgba(160, 32, 240, 0.22);
  background:
    radial-gradient(circle at 82% 16%, rgba(26, 166, 183, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.94), rgba(9, 7, 17, 0.92) 58%, rgba(12, 31, 48, 0.82));
}

.prices-hero h1 {
  max-width: 760px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
}

.prices-hero p,
.price-note p,
.discount-price,
.license-card li,
.market-grid small {
  color: var(--muted);
  line-height: 1.55;
}

.price-note {
  align-self: center;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
}

.price-note strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
}

.price-note span {
  color: #f1ddff;
  font-weight: 800;
}

.cases-hero {
  position: relative;
  overflow: hidden;
}

.cases-hero > * {
  position: relative;
  z-index: 1;
}

.cases-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.cases-hero-visual::before {
  content: "";
  position: absolute;
  inset: 50% 20px auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(82, 224, 182, 0.08), rgba(82, 224, 182, 0.72), rgba(160, 32, 240, 0.72), rgba(160, 32, 240, 0.08));
  transform: translateY(-50%);
}

.cases-hero-visual span {
  position: relative;
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 1px solid rgba(185, 169, 214, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 18%, rgba(82, 224, 182, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.075);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.license-slider {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 18px;
  pointer-events: none;
}

.slider-controls .icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(26, 166, 183, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  font-size: 26px;
  font-weight: 900;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.slider-controls .icon-button:hover {
  border-color: rgba(82, 224, 182, 0.62);
  background: rgba(26, 166, 183, 0.18);
  transform: translateY(-2px);
}

.license-grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.license-grid::-webkit-scrollbar {
  display: none;
}

.license-card {
  flex: 0 0 calc((100% - 42px) / 4);
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(19, 11, 36, 0.84);
  padding: 20px;
}

.license-card.featured {
  border-color: rgba(160, 32, 240, 0.72);
  box-shadow: 0 22px 80px rgba(160, 32, 240, 0.2);
}

.license-card h3 {
  color: #fff;
  min-height: 72px;
  font-size: 22px;
  line-height: 1.12;
}

.license-price {
  margin: 18px 0 8px;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.05;
}

.billing-switch {
  position: relative;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 52px;
  margin-top: 16px;
  border: 1px solid rgba(160, 32, 240, 0.72);
  border-radius: 999px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.045);
  pointer-events: auto;
}

.billing-option {
  position: relative;
  z-index: 13;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.12;
  pointer-events: auto;
  white-space: nowrap;
}

.billing-option.active {
  background: linear-gradient(135deg, #a020f0, #2556d9);
  box-shadow: 0 12px 28px rgba(160, 32, 240, 0.2);
}

.billing-option em {
  border-radius: 999px;
  background: #ff6948;
  padding: 3px 8px;
  color: #fff;
  font-style: normal;
}

.marketplace-switch .billing-option.active {
  background: linear-gradient(135deg, #1aa6b7, #a020f0);
}

.price-pair {
  display: grid;
  gap: 8px;
  margin: 16px 0 18px;
}

.price-pair div {
  border: 1px solid rgba(185, 169, 214, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
}

.price-pair span,
.price-pair small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.price-pair strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.license-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.license-card li {
  border-top: 1px solid rgba(185, 169, 214, 0.12);
  padding-top: 10px;
}

.marketplace-section {
  border: 1px solid rgba(160, 32, 240, 0.24);
  border-radius: 8px;
  background: rgba(19, 11, 36, 0.58);
  padding: 42px;
}

.license-marketplace {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

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

.market-grid article {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 20px;
}

.market-grid span,
.market-grid strong,
.market-grid small {
  display: block;
}

.market-grid span {
  color: #f1ddff;
  font-weight: 900;
}

.market-grid strong {
  margin: 14px 0 6px;
  color: #fff;
  font-size: 24px;
}

.hourly-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hourly-card {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(19, 11, 36, 0.84);
  padding: 24px;
}

.hourly-card.featured {
  border-color: rgba(160, 32, 240, 0.72);
  box-shadow: 0 22px 80px rgba(160, 32, 240, 0.2);
}

.hourly-card h3 {
  min-height: 86px;
  color: #fff;
}

.hourly-card p,
.hourly-card li,
.scope-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.hourly-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.hourly-meta span {
  border: 1px solid rgba(185, 169, 214, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
  color: #fff;
  font-weight: 900;
}

.hourly-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.hourly-card li {
  border-top: 1px solid rgba(185, 169, 214, 0.12);
  padding-top: 8px;
}

.support-scope {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 42px;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.scope-grid article {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 20px;
}

.scope-grid h3 {
  color: #fff;
}

.offer-document {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(19, 11, 36, 0.84);
  padding: 42px;
}

.offer-document h2,
.offer-document h3 {
  color: #fff;
}

.offer-document h3 {
  margin-top: 34px;
  font-size: 24px;
}

.offer-document p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.offer-document strong {
  color: #fff;
}

.contact-panel {
  display: grid;
  gap: 14px;
  align-self: center;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 24px;
}

.contact-panel a {
  color: #e8ddff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.contact-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-card,
.case-card,
.price-card,
.admin-card,
.login-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.service-card,
.case-card,
.price-card {
  padding: 24px;
}

.pricing-grid {
  align-items: stretch;
}

.pricing-grid .price-card {
  display: flex;
  flex-direction: column;
}

.pricing-grid .price-card ul {
  flex: 1;
}

.pricing-grid .price-card .primary-button {
  align-self: flex-start;
  margin-top: auto;
}

.service-card {
  display: flex;
  min-height: 236px;
  flex-direction: column;
  padding: 22px;
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 8px;
  border: 1px solid rgba(160, 32, 240, 0.34);
  background:
    radial-gradient(circle at 28% 18%, rgba(82, 224, 182, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(160, 32, 240, 0.38), rgba(82, 224, 182, 0.08));
  color: #e8c6ff;
  font-weight: 900;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.18;
}

.service-card p,
.case-card p,
.price-card p,
.process-list p,
.site-footer p {
  color: var(--muted);
  line-height: 1.55;
}

.service-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  flex: 1;
}

.split-section,
.offer-section,
.lead-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 42px;
  align-items: start;
}

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

.cases-preview .case-card {
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cases-preview .case-card:hover {
  border-color: rgba(160, 32, 240, 0.58);
  box-shadow: 0 24px 80px rgba(160, 32, 240, 0.18);
  transform: translateY(-3px);
}

.case-card:target {
  border-color: rgba(160, 32, 240, 0.72);
  box-shadow: 0 26px 90px rgba(160, 32, 240, 0.22);
  scroll-margin-top: 110px;
}

.large-cases .case-card {
  min-height: 520px;
}

.large-cases .case-image {
  min-height: 230px;
}

.case-image {
  position: relative;
  min-height: 164px;
  background:
    linear-gradient(135deg, rgba(31, 111, 255, 0.46), rgba(20, 149, 111, 0.3)),
    var(--image, none) center / cover;
}

.case-card:nth-child(2) .case-image {
  background:
    linear-gradient(135deg, rgba(233, 111, 85, 0.42), rgba(31, 111, 255, 0.3)),
    var(--image, none) center / cover;
}

.case-card:nth-child(3) .case-image {
  background:
    linear-gradient(135deg, rgba(0, 167, 199, 0.4), rgba(244, 189, 59, 0.28)),
    var(--image, none) center / cover;
}

.case-card-hidden {
  display: none;
}

.case-load-hidden {
  display: none;
}

.certificate-load-hidden {
  display: none !important;
}

.load-more-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 28px auto 0;
  border: 1px solid rgba(160, 32, 240, 0.44);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(160, 32, 240, 0.22), rgba(37, 86, 217, 0.16)),
    rgba(255, 255, 255, 0.055);
  padding: 0 22px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(160, 32, 240, 0.12);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.load-more-button:hover {
  border-color: rgba(82, 224, 182, 0.68);
  background:
    linear-gradient(135deg, rgba(160, 32, 240, 0.32), rgba(26, 166, 183, 0.22)),
    rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}

.case-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.case-carousel-controls .icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(160, 32, 240, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-weight: 900;
}

.case-carousel-dots {
  display: flex;
  gap: 8px;
}

.case-carousel-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(185, 169, 214, 0.42);
  cursor: pointer;
  padding: 0;
}

.case-carousel-dots button.active {
  width: 28px;
  background: linear-gradient(135deg, #a020f0, #1aa6b7);
}

.case-content {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.case-content h3,
.case-content p {
  margin-bottom: 0;
}

.case-summary {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.case-summary span {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(185, 169, 214, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.case-summary b {
  color: #52e0b6;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-read-more {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(160, 32, 240, 0.34);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: rgba(160, 32, 240, 0.12);
  padding: 0 14px;
  color: #fff;
  font-weight: 900;
}

.case-read-more:hover {
  border-color: rgba(82, 224, 182, 0.68);
  background: rgba(82, 224, 182, 0.1);
  color: #52e0b6;
}

.case-open-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(31, 111, 255, 0.92), rgba(160, 32, 240, 0.86));
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(31, 111, 255, 0.3);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
  -webkit-tap-highlight-color: transparent;
}

.case-open-badge:hover {
  border-color: rgba(82, 224, 182, 0.76);
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(0, 167, 199, 0.94), rgba(31, 111, 255, 0.9));
  transform: translate(-50%, -50%) scale(1.04);
}

.video-play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(7, 5, 13, 0.62);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.video-play-badge:hover {
  border-color: rgba(82, 224, 182, 0.72);
  background: rgba(160, 32, 240, 0.74);
  transform: translate(-50%, -50%) scale(1.06);
}

.video-play-badge:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.video-case-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(160, 32, 240, 0.42);
  border-radius: 8px;
  background: rgba(160, 32, 240, 0.16);
  padding: 0 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.video-case-button::before {
  margin-right: 8px;
  content: "▶";
  font-size: 12px;
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.metric-row span {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  padding: 5px 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.price-card li {
  border-radius: 8px;
  background: var(--soft);
  padding: 8px 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.price-card.featured {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.price {
  margin: 12px 0 18px;
  font-size: 34px;
  font-weight: 900;
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.process-modern {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(160, 32, 240, 0.18), transparent 36%),
    radial-gradient(circle at 88% 26%, rgba(82, 224, 182, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.52), rgba(8, 7, 20, 0.9) 62%, rgba(11, 45, 58, 0.36));
  padding: 46px;
}

.process-modern::before {
  content: "";
  position: absolute;
  top: 202px;
  right: 46px;
  left: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(160, 32, 240, 0.08), rgba(210, 108, 255, 0.58), rgba(82, 224, 182, 0.46), rgba(160, 32, 240, 0.08));
}

.process-modern .section-head {
  position: relative;
  z-index: 1;
}

.process-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  border: 1px solid rgba(185, 169, 214, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(13, 12, 27, 0.84);
  padding: 20px;
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.process-list li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(82, 224, 182, 0.72);
  border-radius: 999px;
  background: #090711;
  box-shadow: 0 0 24px rgba(82, 224, 182, 0.34);
}

.process-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 26px;
}

.process-list span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(210, 108, 255, 0.32);
  border-radius: 8px;
  background: rgba(160, 32, 240, 0.22);
  color: #f1ddff;
  font-weight: 900;
}

.process-list em {
  border: 1px solid rgba(82, 224, 182, 0.24);
  border-radius: 999px;
  background: rgba(82, 224, 182, 0.08);
  padding: 7px 10px;
  color: #52e0b6;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.process-list strong {
  display: block;
  min-height: 58px;
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
}

.process-list p {
  margin: 14px 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

.process-list small {
  display: block;
  margin-top: auto;
  border-top: 1px solid rgba(185, 169, 214, 0.14);
  padding-top: 16px;
  color: #f1ddff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.offer-section,
.lead-section {
  align-items: center;
  border-radius: 8px;
  background: #172338;
  color: #fff;
  padding: 42px;
}

.offer-section p,
.lead-section p {
  color: #c9d5e5;
}

.lead-form {
  display: grid;
  gap: 12px;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  resize: vertical;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 34px 0 48px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr) minmax(210px, 0.6fr);
  gap: 16px;
  border: 1px solid rgba(160, 32, 240, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(160, 32, 240, 0.18), transparent 32%),
    radial-gradient(circle at 82% 24%, rgba(82, 224, 182, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.82), rgba(9, 7, 17, 0.94) 62%, rgba(11, 45, 58, 0.52));
  padding: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.footer-brand-block,
.footer-contact-card,
.footer-social-card {
  border: 1px solid rgba(185, 169, 214, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 20px;
}

.footer-brand-block strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.footer-brand-block span,
.footer-contact-card span,
.footer-social-card span {
  display: block;
  margin-bottom: 12px;
  color: #52e0b6;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand-block p {
  max-width: 460px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.footer-contact-card,
.footer-social-card {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-contact-card a {
  display: inline-flex;
  width: fit-content;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.footer-contact-card a:hover,
.footer-bottom a:hover {
  color: #52e0b6;
}

.footer-contacts,
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.socials a,
.admin-link {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-weight: 900;
}

.socials a[data-social="whatsapp"] {
  border-color: rgba(37, 211, 102, 0.72);
  background: #25d366;
  color: #062413;
}

.socials a[data-social="telegram"] {
  border-color: rgba(42, 171, 238, 0.72);
  background: #2aabee;
  color: #041d2d;
}

.socials a[data-social="max"] {
  border-color: rgba(123, 80, 255, 0.72);
  background: linear-gradient(135deg, #42d4ff 0%, #6f5bff 48%, #b041ff 100%);
  color: #fff;
}

.socials a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px;
  color: var(--muted);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-bottom a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.header-socials {
  flex-wrap: nowrap;
  gap: 6px;
}

.header-socials a {
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  font-size: 12px;
  box-shadow: none;
}

.mobile-menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(160, 32, 240, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(160, 32, 240, 0.16);
}

.mobile-menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-6px);
}

.mobile-menu-toggle span:nth-child(3) {
  transform: translate(-50%, -50%) translateY(6px);
}

.mobile-menu-toggle b {
  display: none;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.admin-link {
  padding: 0 14px;
  color: var(--ink);
}

.admin-body {
  background: #eef3f8;
}

.admin-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
}

.login-panel {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 34px;
  margin: 8vh auto;
  padding: 34px;
  box-shadow: var(--shadow);
}

.login-panel h1,
.admin-top h1 {
  font-size: 42px;
}

.admin-form,
.admin-card {
  display: grid;
  gap: 14px;
}

.admin-panel {
  display: grid;
  gap: 20px;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.admin-card {
  padding: 22px;
}

.wide-admin,
.save-bar {
  grid-column: 1 / -1;
}

.admin-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.repeat-editor {
  display: grid;
  gap: 12px;
}

.repeat-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fbfdff;
}

.repeat-item label:nth-child(3),
.repeat-item label:nth-child(4),
.repeat-item label:nth-child(5) {
  grid-column: span 3;
}

.save-bar {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 14px;
  backdrop-filter: blur(18px);
}

.form-note {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .main-nav {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100vw - 190px);
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .header-actions {
    flex: 0 0 auto;
  }

  .hero,
  .case-detail-hero,
  .split-section,
  .offer-section,
  .lead-section,
  .documents-strip,
  .quick-path,
  .login-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 38px 24px;
  }

  .case-detail-hero {
    padding: 30px 24px;
  }

  .case-detail-grid,
  .case-detail-columns,
  .case-assets-grid {
    grid-template-columns: 1fr;
  }

  .case-result-cta {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1180px);
    padding: 24px 18px;
  }

  .case-result-cta .primary-button {
    width: 100%;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-facts {
    width: min(420px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
  }

  .tariff-stage {
    padding: 34px 24px;
  }

  .tariff-stage::after {
    right: 20px;
    top: 22px;
    font-size: 78px;
  }

  .license-grid {
    display: flex;
  }

  .billing-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 520px;
    border-radius: 8px;
  }

  .billing-option {
    min-width: 0;
    border-radius: 8px;
    padding: 8px 10px;
    white-space: normal;
  }

  .billing-option em {
    padding: 2px 6px;
  }

  .slider-controls {
    justify-content: center;
    margin-top: 2px;
  }

  .license-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .portal-preview {
    min-height: 360px;
  }

  .report-body {
    grid-template-columns: 1fr;
  }

  .sales-flow,
  .sales-dashboard {
    grid-template-columns: 1fr;
  }

  .sales-flow i {
    width: 2px;
    height: 24px;
    justify-self: center;
  }

  .service-grid,
  .case-grid,
  .quick-path-grid,
  .faq-grid,
  .tariff-choice-grid,
  .pain-grid,
  .pricing-grid,
  .service-detail-grid,
  .ai-section,
  .prices-hero,
  .market-grid,
  .hourly-grid,
  .support-scope,
  .scope-grid,
  .process-list,
  .admin-grid,
  .site-footer,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ai-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .admin-top,
  .save-bar {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 1120px) {
  .site-header {
    gap: 12px;
  }

  .about-page .prices-hero {
    grid-template-columns: 1fr;
  }

  .about-page .partner-status-card {
    min-height: 0;
  }

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

  .main-nav a {
    padding: 0 12px;
    font-size: 15px;
  }

  .header-phone {
    display: none;
  }
}

@media (max-width: 760px) {
  .cost-estimate-section + .split-section,
  .cost-estimate-section ~ .split-section {
    margin-top: 40px;
  }

  .process-modern {
    padding: 30px 18px;
  }

  .prices-hero h1 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .partner-status-card {
    min-height: 220px;
    padding: 26px;
  }

  .about-page .prices-hero {
    gap: 24px;
    padding: 30px 18px;
  }

  .about-page .partner-status-card {
    align-self: auto;
    width: 100%;
    margin-top: 0;
  }

  .pain-section {
    padding: 28px 18px;
  }

  .pain-grid {
    gap: 12px;
  }

  .pain-grid article {
    min-width: 0;
    padding: 18px;
  }

  .pain-grid h3,
  .pain-grid p {
    overflow-wrap: anywhere;
  }

  .partner-stars {
    font-size: 28px;
  }

  .partner-gold-link {
    font-size: 21px;
  }

  .process-modern::before {
    display: none;
  }

  .process-list li {
    min-height: 0;
  }

  .header-actions {
    width: auto;
    justify-content: flex-end;
  }

  .main-nav {
    max-width: calc(100vw - 146px);
  }

  .main-nav a[href="/contacts"] {
    display: inline-flex;
  }
}

.mobile-contact-link {
  display: none;
}

@media (max-width: 620px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .main-nav {
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .main-nav a {
    min-height: 36px;
    padding: 0 8px;
    font-size: 12.5px;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .header-socials a {
    min-width: 34px;
    min-height: 34px;
    font-size: 11px;
  }

  .section,
  .section-band,
  .trust-strip,
  .site-footer,
  .offer-document {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    width: min(260px, 100%);
    justify-items: center;
    text-align: center;
  }

  .hero-facts span {
    width: 100%;
    border-top: 3px solid #a020f0;
    border-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }

  .tariff-stage {
    padding: 28px 18px;
  }

  .tariff-stage::after {
    opacity: 0.62;
    font-size: 58px;
  }

  .license-grid {
    display: flex;
  }

  .billing-switch {
    max-width: none;
  }

  .billing-option {
    font-size: 14px;
  }

  .slider-controls .icon-button {
    width: 46px;
    height: 46px;
  }

  .license-card {
    flex-basis: 100%;
  }

  .preview-grid {
    grid-template-columns: 58px 1fr;
  }

  .preview-kpis {
    grid-template-columns: 1fr;
  }

  .executive-report {
    gap: 14px;
    padding: 16px;
  }

  .report-head {
    align-items: flex-start;
  }

  .report-kpis {
    grid-template-columns: 1fr;
  }

  .report-chart {
    min-height: 220px;
  }

  .sales-system {
    gap: 14px;
    min-height: auto;
    padding: 18px;
  }

  .sales-flow article {
    min-height: auto;
  }

  .pipeline {
    height: 128px;
  }

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

  .repeat-item,
  .admin-three {
    grid-template-columns: 1fr;
  }

  .repeat-item label:nth-child(n) {
    grid-column: auto;
  }
}

/* Digital-Life dark brand theme */
:root {
  --bg: #07050d;
  --ink: #ffffff;
  --muted: #b9a9d6;
  --line: rgba(185, 169, 214, 0.18);
  --panel: rgba(19, 11, 36, 0.86);
  --soft: rgba(160, 32, 240, 0.12);
  --blue: #a020f0;
  --cyan: #1aa6b7;
  --green: #52e0b6;
  --coral: #d83bd2;
  --yellow: #6f5cff;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
}

body {
  background:
    radial-gradient(circle at 18% 4%, rgba(160, 32, 240, 0.24), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(26, 166, 183, 0.16), transparent 32%),
    linear-gradient(180deg, #090711 0%, #07050d 48%, #0d0718 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(185, 169, 214, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 169, 214, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 82%);
}

.site-header {
  border-bottom-color: rgba(185, 169, 214, 0.16);
  background:
    radial-gradient(circle at 12% 0%, rgba(160, 32, 240, 0.16), transparent 36%),
    rgba(7, 5, 13, 0.88);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(160, 32, 240, 0.64), rgba(82, 224, 182, 0.42), transparent);
  opacity: 0.7;
}

.brand-mark {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid rgba(160, 32, 240, 0.36);
  background: #fff;
  box-shadow: 0 0 30px rgba(160, 32, 240, 0.22);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
}

.brand strong,
.site-footer strong {
  color: #fff;
}

.brand small,
.main-nav a,
.service-card p,
.case-card p,
.price-card p,
.process-list p,
.site-footer p {
  color: var(--muted);
}

.main-nav {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(16, 9, 28, 0.72);
  padding: 5px;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.main-nav a {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #cfc3e8;
  font-size: 15px;
  letter-spacing: 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 7px;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a020f0, #52e0b6);
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.header-phone,
.secondary-button,
.admin-link {
  border-color: rgba(82, 224, 182, 0.5);
  background:
    linear-gradient(180deg, rgba(82, 224, 182, 0.18), rgba(31, 111, 255, 0.13)),
    rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.primary-button {
  background: linear-gradient(135deg, #a020f0 0%, #6a0dad 48%, #2556d9 100%);
  box-shadow: 0 16px 38px rgba(160, 32, 240, 0.32);
}

.primary-button:hover {
  box-shadow:
    0 22px 52px rgba(160, 32, 240, 0.42),
    0 0 0 1px rgba(82, 224, 182, 0.16) inset;
  filter: saturate(1.08);
}

.secondary-button:hover,
.header-phone:hover,
.main-nav a:hover {
  border-color: rgba(82, 224, 182, 0.72);
  background:
    linear-gradient(180deg, rgba(82, 224, 182, 0.26), rgba(31, 111, 255, 0.18)),
    rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: 0 18px 42px rgba(82, 224, 182, 0.16);
}

.main-nav a:hover {
  transform: none;
}

.main-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  border: 1px solid rgba(185, 169, 214, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(16, 9, 28, 0.62);
  padding: 5px;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.header-phone {
  min-height: 40px;
  border-color: rgba(160, 32, 240, 0.38);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(160, 32, 240, 0.18), rgba(82, 224, 182, 0.06)),
    rgba(255, 255, 255, 0.055);
  color: #fff;
}

.inline-link:hover {
  border-bottom-color: rgba(82, 224, 182, 0.86);
  color: #52e0b6;
}

.billing-option:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #52e0b6;
}

.billing-option.active:hover {
  color: #fff;
  box-shadow: 0 16px 34px rgba(160, 32, 240, 0.28);
}

.section-band,
.service-card,
.case-card,
.price-card,
.admin-card,
.login-panel {
  border-color: rgba(185, 169, 214, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(19, 11, 36, 0.84);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.hero {
  position: relative;
  border: 1px solid rgba(160, 32, 240, 0.22);
  background:
    linear-gradient(135deg, rgba(36, 16, 68, 0.94), rgba(9, 7, 17, 0.92) 56%, rgba(12, 31, 48, 0.82)),
    rgba(9, 7, 17, 0.95);
}

.hero::after {
  position: absolute;
  right: -170px;
  bottom: -210px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(160, 32, 240, 0.28);
  border-radius: 50%;
  content: "";
  box-shadow:
    inset 0 0 0 42px rgba(255, 255, 255, 0.025),
    inset 0 0 0 86px rgba(160, 32, 240, 0.06),
    0 0 80px rgba(26, 166, 183, 0.16);
}

.hero-copy,
.portal-preview {
  position: relative;
  z-index: 1;
}

.hero-text,
.section-head p,
.insight-list,
.lead-section p,
.offer-section p {
  color: var(--muted);
}

.eyebrow {
  color: #d26cff;
}

body:not(.admin-body) h1,
body:not(.admin-body) h2 {
  color: #fff;
}

.hero-facts span {
  border-left-color: #a020f0;
  color: var(--muted);
}

.hero-facts strong,
.service-card h3,
.case-card h3,
.price-card h3,
.process-list strong,
.price {
  color: #fff;
}

.portal-preview {
  position: relative;
  border-color: rgba(185, 169, 214, 0.2);
  background:
    linear-gradient(135deg, rgba(160, 32, 240, 0.16), rgba(26, 166, 183, 0.1)),
    rgba(8, 7, 20, 0.72);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
}

.floating-leads {
  position: absolute;
  inset: 16px;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.floating-leads::before,
.floating-leads::after {
  position: absolute;
  border: 1px solid rgba(82, 224, 182, 0.24);
  content: "";
  opacity: 0.78;
}

.floating-leads::before {
  left: 84px;
  top: 104px;
  width: 270px;
  transform: rotate(8deg);
  animation: signalLine 4.8s ease-in-out infinite;
}

.floating-leads::after {
  right: 86px;
  bottom: 102px;
  width: 220px;
  transform: rotate(-12deg);
  animation: signalLine 4.8s ease-in-out infinite reverse;
}

.floating-leads span {
  position: absolute;
  display: inline-flex;
  width: 52px;
  height: 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.22);
  border-radius: 999px;
  background: rgba(19, 11, 36, 0.78);
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  animation: floatLead 6s ease-in-out infinite;
  backdrop-filter: blur(12px);
}

.floating-leads span::before {
  position: absolute;
  left: 7px;
  top: 7px;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #52e0b6;
  content: "";
  box-shadow: 0 0 18px rgba(82, 224, 182, 0.7);
}

.floating-leads span:nth-child(1) {
  left: 24px;
  top: 94px;
}

.floating-leads span:nth-child(2) {
  right: 52px;
  top: 198px;
  animation-delay: -2s;
}

.floating-leads span:nth-child(3) {
  left: 72px;
  bottom: 72px;
  animation-delay: -4s;
}

.preview-orbit {
  position: absolute;
  right: -72px;
  top: 90px;
  width: 260px;
  height: 260px;
  border: 16px solid rgba(160, 32, 240, 0.16);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 22px rgba(255, 255, 255, 0.03),
    0 0 70px rgba(160, 32, 240, 0.2);
}

.preview-sidebar {
  background: linear-gradient(180deg, #241044, #0e0819);
}

.preview-kpis b,
.pipeline,
.preview-list i,
.trust-strip span,
.lead-form,
input,
textarea {
  border-color: rgba(185, 169, 214, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.pipeline span {
  background: linear-gradient(180deg, #d83bd2, #6f5cff 62%, #1aa6b7);
  box-shadow: 0 0 22px rgba(160, 32, 240, 0.24);
  animation: pipelineMove 3.8s ease-in-out infinite;
}

.pipeline span:nth-child(2) {
  animation-delay: -0.7s;
}

.pipeline span:nth-child(3) {
  animation-delay: -1.4s;
}

.pipeline span:nth-child(4) {
  animation-delay: -2.1s;
}

.pipeline span:nth-child(5) {
  animation-delay: -2.8s;
}

.executive-report {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 520px;
  overflow: hidden;
  padding: 22px;
  border-color: rgba(160, 32, 240, 0.34);
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 59, 210, 0.28), transparent 34%),
    radial-gradient(circle at 18% 84%, rgba(26, 166, 183, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(21, 9, 40, 0.96), rgba(8, 7, 20, 0.94) 58%, rgba(10, 33, 45, 0.82));
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.42);
}

.report-glow {
  position: absolute;
  inset: auto -120px -170px auto;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(160, 32, 240, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 32, 240, 0.22), transparent 62%);
  animation: reportGlow 6s ease-in-out infinite;
}

.report-head,
.report-kpis,
.report-body,
.report-feed {
  position: relative;
  z-index: 1;
}

.report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.report-head span,
.report-kpis span,
.request-panel > span,
.chart-head span {
  display: block;
  color: #b9a9d6;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.report-head strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.08;
}

.report-head em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(82, 224, 182, 0.35);
  border-radius: 999px;
  background: rgba(82, 224, 182, 0.1);
  padding: 8px 12px;
  color: #52e0b6;
  font-style: normal;
  font-weight: 900;
}

.report-head em::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #52e0b6;
  box-shadow: 0 0 0 0 rgba(82, 224, 182, 0.55);
  content: "";
  animation: livePulse 1.8s ease-out infinite;
}

.report-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.report-kpis article,
.report-chart,
.request-panel,
.report-feed {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.report-kpis article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 16px;
}

.report-kpis strong {
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1;
}

.report-kpis small {
  color: #d6c9eb;
  font-size: 12px;
  line-height: 1.35;
}

.report-body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
  gap: 12px;
}

.report-chart {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 18px;
}

.chart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.chart-head strong {
  color: #52e0b6;
  font-size: 30px;
}

.chart-bars {
  position: absolute;
  inset: 76px 18px 28px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 10px;
}

.chart-bars i {
  display: block;
  height: var(--h);
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #d83bd2, #8d4cff 52%, #1aa6b7);
  box-shadow: 0 0 26px rgba(160, 32, 240, 0.28);
  animation: barPulse 4s ease-in-out infinite;
  transform-origin: bottom;
}

.chart-bars i:nth-child(2) {
  animation-delay: -0.5s;
}

.chart-bars i:nth-child(3) {
  animation-delay: -1s;
}

.chart-bars i:nth-child(4) {
  animation-delay: -1.5s;
}

.chart-bars i:nth-child(5) {
  animation-delay: -2s;
}

.chart-bars i:nth-child(6) {
  animation-delay: -2.5s;
}

.profit-line {
  position: absolute;
  left: 24px;
  right: 18px;
  bottom: 88px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #52e0b6, #d83bd2, transparent);
  filter: drop-shadow(0 0 10px rgba(82, 224, 182, 0.42));
  transform: rotate(-8deg);
  animation: lineScan 4.8s ease-in-out infinite;
}

.request-panel {
  padding: 18px;
}

.request-panel ul {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.request-panel li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(185, 169, 214, 0.12);
  padding-bottom: 10px;
}

.request-panel li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.request-panel b {
  color: #fff;
  font-size: 14px;
}

.request-panel em {
  border-radius: 999px;
  background: rgba(160, 32, 240, 0.18);
  padding: 5px 8px;
  color: #f1ddff;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
}

.report-feed {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
}

.report-feed span {
  flex: 0 0 auto;
  border: 1px solid rgba(82, 224, 182, 0.2);
  border-radius: 999px;
  background: rgba(82, 224, 182, 0.09);
  padding: 8px 12px;
  color: #dffdf5;
  font-size: 13px;
  font-weight: 800;
  animation: feedMove 9s linear infinite;
}

.sales-system {
  display: grid;
  align-content: center;
  gap: 20px;
  min-height: 520px;
  overflow: hidden;
  padding: 28px;
  border-color: rgba(160, 32, 240, 0.34);
  background:
    radial-gradient(circle at 78% 12%, rgba(216, 59, 210, 0.22), transparent 34%),
    radial-gradient(circle at 18% 92%, rgba(26, 166, 183, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(21, 9, 40, 0.96), rgba(8, 7, 20, 0.94) 56%, rgba(10, 33, 45, 0.82));
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.42);
}

.sales-glow {
  position: absolute;
  inset: auto -120px -160px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 32, 240, 0.24), transparent 62%);
  animation: reportGlow 6s ease-in-out infinite;
}

.sales-head,
.sales-flow,
.sales-dashboard {
  position: relative;
  z-index: 1;
}

.sales-head span {
  color: #52e0b6;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
}

.sales-head strong {
  display: block;
  max-width: 560px;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(17px, 1.65vw, 22px);
  font-weight: 600;
  line-height: 1.24;
}

.sales-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}

.sales-flow article {
  min-width: 0;
  min-height: 118px;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 16px;
}

.sales-flow span {
  color: #d26cff;
  font-size: 12px;
  font-weight: 900;
}

.sales-flow strong {
  display: block;
  margin: 12px 0 8px;
  color: #fff;
  font-size: 17px;
  overflow-wrap: anywhere;
}

.sales-flow small {
  color: #d6c9eb;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.sales-flow i {
  display: none;
}

.sales-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sales-dashboard div {
  border: 1px solid rgba(82, 224, 182, 0.18);
  border-radius: 8px;
  background: rgba(82, 224, 182, 0.08);
  padding: 14px;
}

.sales-dashboard span {
  display: block;
  color: #b9a9d6;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sales-dashboard strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  overflow-wrap: anywhere;
}

.service-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 20px;
  border: 1px solid rgba(82, 224, 182, 0.32);
  border-radius: 8px;
  background: rgba(82, 224, 182, 0.1);
  padding: 0 12px;
  color: #dffdf5;
  cursor: pointer;
  font-weight: 900;
}

.service-action:hover {
  background: rgba(82, 224, 182, 0.16);
}

.report-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  place-items: center;
  padding: 24px;
}

.report-modal.is-open {
  display: grid;
}

.report-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  width: min(980px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  border: 1px solid rgba(160, 32, 240, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 16, 68, 0.98), rgba(9, 7, 17, 0.98) 62%, rgba(11, 45, 58, 0.88));
  padding: 24px;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.56);
}

.report-modal-panel .modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.report-modal-panel .modal-head h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.report-modal-panel .modal-head .icon-button {
  flex: 0 0 auto;
  margin-left: auto;
  border: 1px solid rgba(160, 32, 240, 0.42);
  background:
    radial-gradient(circle at 32% 20%, rgba(82, 224, 182, 0.2), transparent 38%),
    rgba(160, 32, 240, 0.14);
  color: #f1ddff;
  cursor: pointer;
  font-size: 24px;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.report-modal-panel .modal-head .icon-button:hover {
  border-color: rgba(82, 224, 182, 0.72);
  background: rgba(82, 224, 182, 0.14);
  color: #52e0b6;
  transform: translateY(-1px);
}

.service-detail-panel {
  width: min(860px, 100%);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: 22px;
}

.service-detail-lead {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

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

.service-detail-list li {
  position: relative;
  border: 1px solid rgba(185, 169, 214, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 13px 14px 13px 38px;
  color: #fff;
  line-height: 1.42;
}

.service-detail-list li::before {
  position: absolute;
  left: 14px;
  top: 17px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #52e0b6;
  content: "";
  box-shadow: 0 0 16px rgba(82, 224, 182, 0.62);
}

.service-detail-result {
  border: 1px solid rgba(82, 224, 182, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 14%, rgba(82, 224, 182, 0.14), transparent 42%),
    rgba(82, 224, 182, 0.08);
  padding: 20px;
}

.service-detail-result span {
  display: block;
  margin-bottom: 12px;
  color: #52e0b6;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-detail-result p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.48;
}

.report-preview-modal {
  min-height: 0;
}

.partner-profile-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.partner-profile-link:hover {
  color: #d26cff;
}

.partner-status-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-color: rgba(255, 214, 107, 0.34);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 214, 107, 0.16), transparent 34%),
    radial-gradient(circle at 92% 86%, rgba(82, 224, 182, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(45, 25, 62, 0.92), rgba(15, 10, 26, 0.92));
  padding: 34px;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 214, 107, 0.08) inset;
}

.partner-status-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 216, 106, 0.2), transparent 34%, rgba(255, 190, 76, 0.12));
  opacity: 0.72;
}

.partner-stars {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  color: #ffd66b;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow:
    0 0 18px rgba(255, 214, 107, 0.48),
    0 0 40px rgba(255, 172, 64, 0.26);
}

.partner-gold-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  background: linear-gradient(135deg, #fff4b4 0%, #ffd66b 34%, #c98a2a 66%, #fff0a0 100%);
  background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.18;
  text-decoration: none;
  text-shadow: 0 0 26px rgba(255, 190, 76, 0.16);
}

.partner-gold-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 107, 0.9), transparent);
  transform: scaleX(0.72);
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.partner-profile-link.partner-gold-link:hover {
  color: transparent;
  filter: brightness(1.13);
  transform: translateY(-1px);
}

.partner-profile-link.partner-gold-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.about-page .prices-hero {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.58fr);
  align-items: stretch;
}

.about-page .partner-status-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1120px) {
  .about-page .prices-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-page .partner-status-card {
    align-self: auto;
    justify-content: flex-start;
    min-height: 0;
    padding: 30px;
  }

  .about-page .prices-hero h1 {
    max-width: 760px;
    color: #fff;
  }
}

.about-page .partner-status-card p {
  position: relative;
  z-index: 1;
  margin: 20px 0 22px;
  font-size: 17px;
}

.about-page .partner-status-card > span {
  position: relative;
  z-index: 1;
}

.trust-strip {
  border-color: rgba(185, 169, 214, 0.16);
  background: rgba(185, 169, 214, 0.16);
}

.price-card li {
  background: rgba(160, 32, 240, 0.14);
  color: #f1ddff;
}

.metric-row span {
  border-color: rgba(185, 169, 214, 0.18);
  background: rgba(185, 169, 214, 0.08);
  color: #cfc2e6;
}

.pain-section {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 16, 68, 0.62), rgba(9, 7, 17, 0.88) 62%, rgba(11, 45, 58, 0.38));
  padding: 42px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pain-grid article {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
}

.pain-grid span {
  color: #d26cff;
  font-weight: 900;
}

.pain-grid h3 {
  color: #fff;
}

.pain-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.mini-character {
  position: relative;
  width: 54px;
  height: 62px;
  margin-bottom: 18px;
}

.mini-character i,
.mini-character b {
  position: absolute;
  display: block;
  content: "";
}

.mini-character i {
  left: 15px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d83bd2, #1aa6b7);
  animation: characterPulse 3.8s ease-in-out infinite;
}

.mini-character b {
  left: 6px;
  bottom: 0;
  width: 42px;
  height: 34px;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(135deg, rgba(160, 32, 240, 0.72), rgba(37, 86, 217, 0.58));
}

.pain-grid article:nth-child(2) .mini-character i,
.pain-grid article:nth-child(2) .mini-character b {
  animation-delay: -1.2s;
}

.pain-grid article:nth-child(3) .mini-character i,
.pain-grid article:nth-child(3) .mini-character b {
  animation-delay: -2.4s;
}

.chat-automation {
  display: grid;
  align-content: center;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(160, 32, 240, 0.12), rgba(26, 166, 183, 0.1)),
    rgba(255, 255, 255, 0.055);
  padding: 18px;
}

.chat-window {
  display: grid;
  gap: 12px;
}

.chat-message {
  max-width: 88%;
  border: 1px solid rgba(185, 169, 214, 0.18);
  border-radius: 8px;
  background: rgba(7, 5, 13, 0.42);
  padding: 13px 14px;
  color: #fff;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(10px);
  animation: chatMessage 8s ease-in-out infinite;
}

.chat-message.bot {
  justify-self: end;
  background: rgba(160, 32, 240, 0.18);
  animation-delay: 1.4s;
}

.chat-message.crm {
  max-width: 100%;
  background: rgba(82, 224, 182, 0.1);
  color: #dffcf4;
  font-weight: 800;
  animation-delay: 2.8s;
}

@keyframes floatLead {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes signalLine {
  0%,
  100% {
    opacity: 0.2;
    filter: drop-shadow(0 0 0 rgba(82, 224, 182, 0));
  }

  50% {
    opacity: 0.82;
    filter: drop-shadow(0 0 14px rgba(82, 224, 182, 0.34));
  }
}

@keyframes pipelineMove {
  0%,
  100% {
    filter: brightness(1);
    transform: scaleY(1);
    transform-origin: bottom;
  }

  50% {
    filter: brightness(1.16);
    transform: scaleY(1.08);
  }
}

@keyframes characterPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.04);
  }
}

@keyframes chatMessage {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  12%,
  70% {
    opacity: 1;
    transform: translateY(0);
  }

  90%,
  100% {
    opacity: 0.38;
    transform: translateY(0);
  }
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(82, 224, 182, 0.55);
  }

  100% {
    box-shadow: 0 0 0 12px rgba(82, 224, 182, 0);
  }
}

@keyframes barPulse {
  0%,
  100% {
    filter: brightness(1);
    transform: scaleY(1);
  }

  50% {
    filter: brightness(1.18);
    transform: scaleY(1.07);
  }
}

@keyframes lineScan {
  0%,
  100% {
    opacity: 0.4;
    transform: translateX(-8px) rotate(-8deg);
  }

  50% {
    opacity: 1;
    transform: translateX(14px) rotate(-8deg);
  }
}

@keyframes feedMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-72px);
  }
}

@keyframes reportGlow {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }

  50% {
    opacity: 0.85;
    transform: scale(1.08);
  }
}

@keyframes pulseRun {
  0% {
    stroke-dashoffset: 610;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}

.case-image {
  background:
    linear-gradient(135deg, rgba(160, 32, 240, 0.36), rgba(26, 166, 183, 0.2)),
    var(--image, none) center / cover;
}

.case-card:nth-child(2) .case-image {
  background:
    linear-gradient(135deg, rgba(106, 13, 173, 0.34), rgba(37, 86, 217, 0.22)),
    var(--image, none) center / cover;
}

.case-card:nth-child(3) .case-image {
  background:
    linear-gradient(135deg, rgba(216, 59, 210, 0.3), rgba(26, 166, 183, 0.22)),
    var(--image, none) center / cover;
}

.price-card.featured {
  border-color: rgba(160, 32, 240, 0.62);
  box-shadow: 0 22px 80px rgba(160, 32, 240, 0.2);
}

.offer-section,
.lead-section {
  border: 1px solid rgba(160, 32, 240, 0.24);
  background:
    linear-gradient(135deg, rgba(36, 16, 68, 0.96), rgba(9, 7, 17, 0.92) 58%, rgba(11, 45, 58, 0.72));
}

.lead-form {
  background: rgba(255, 255, 255, 0.07);
}

.admin-body {
  background:
    radial-gradient(circle at 20% 0%, rgba(160, 32, 240, 0.26), transparent 34%),
    #07050d;
}

.save-bar {
  border-color: rgba(185, 169, 214, 0.18);
  background: rgba(19, 11, 36, 0.92);
}

.repeat-item {
  border-color: rgba(185, 169, 214, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

body {
  cursor: default;
}

*:not(input):not(textarea) {
  caret-color: transparent;
}

body:not(.admin-body) .admin-link {
  display: none !important;
}

.contacts-page .prices-hero h1 {
  max-width: 640px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
}

.contacts-page .lead-section,
.offer-page .offer-document {
  margin-top: 34px;
}

.about-page .about-proof {
  margin-top: 34px;
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(15, 10, 26, 0.78);
  padding: 18px;
  box-shadow: var(--shadow);
}

.founder-photo {
  overflow: hidden;
  min-height: 0;
  border-radius: 6px;
  background:
    radial-gradient(circle at 72% 34%, rgba(82, 224, 182, 0.1), transparent 32%),
    #0d0d0f;
  aspect-ratio: 3 / 2;
}

.founder-photo picture,
.founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.founder-photo img {
  object-fit: contain;
  object-position: center;
}

.founder-copy {
  display: grid;
  align-content: center;
  padding: 28px 22px 28px 8px;
}

.founder-copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 52px);
}

.founder-lead,
.founder-story p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.founder-lead {
  max-width: 640px;
  margin: 0;
}

.founder-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.founder-stats span {
  position: relative;
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 138px;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 16px;
}

.founder-stats span::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(82, 224, 182, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(82, 224, 182, 0.18) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(160, 32, 240, 0.18), rgba(31, 111, 255, 0.08));
  opacity: 0.9;
}

.founder-stats span::after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 20px;
  width: 1px;
  height: 58px;
  background: linear-gradient(180deg, transparent, rgba(82, 224, 182, 0.4), transparent);
  transform: rotate(42deg);
}

.founder-stats i {
  position: relative;
  z-index: 1;
  width: fit-content;
  border-radius: 999px;
  background: rgba(82, 224, 182, 0.1);
  padding: 4px 8px;
  color: #52e0b6;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.founder-stats strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.founder-stats small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.36;
}

.founder-story {
  display: grid;
  gap: 14px;
}

.founder-story p {
  margin: 0;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
}

.lead-modal:target,
.lead-modal.is-open {
  display: grid;
}

.video-case-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  place-items: center;
  padding: 20px;
}

.video-case-modal.is-open {
  display: grid;
}

.video-case-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 2, 9, 0.78);
  backdrop-filter: blur(14px);
}

.video-case-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(980px, 100%);
  gap: 16px;
  border: 1px solid rgba(160, 32, 240, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #130b24;
  padding: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.video-case-panel .modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.video-case-panel .modal-head .icon-button {
  flex: 0 0 auto;
  margin-left: auto;
  border: 1px solid rgba(160, 32, 240, 0.42);
  background:
    radial-gradient(circle at 32% 20%, rgba(82, 224, 182, 0.2), transparent 38%),
    rgba(160, 32, 240, 0.14);
  color: #f1ddff;
  cursor: pointer;
  font-size: 24px;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.video-case-panel .modal-head .icon-button:hover {
  border-color: rgba(82, 224, 182, 0.72);
  background: rgba(82, 224, 182, 0.14);
  color: #52e0b6;
  transform: translateY(-1px);
}

.video-case-panel h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: #050309;
  aspect-ratio: 16 / 9;
}

.video-frame iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-frame video {
  background: #050309;
}

.video-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(160, 32, 240, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.92), rgba(7, 5, 13, 0.96));
  text-align: center;
}

.video-loading::before {
  justify-self: center;
  width: 54px;
  height: 54px;
  border: 3px solid rgba(185, 169, 214, 0.18);
  border-top-color: #52e0b6;
  border-radius: 50%;
  content: "";
  animation: loaderSpin 0.9s linear infinite;
}

.video-loading strong,
.video-loading p {
  margin: 0;
}

.video-loading strong {
  color: #fff;
}

.video-loading p {
  color: var(--muted);
}

.video-fallback {
  position: absolute;
  right: 14px;
  bottom: 14px;
  max-width: 360px;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(7, 5, 13, 0.78);
  padding: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

.video-fallback-centered {
  inset: 50% auto auto 50%;
  width: min(520px, calc(100% - 32px));
  max-width: none;
  text-align: center;
  transform: translate(-50%, -50%);
}

.video-fallback strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 2, 9, 0.72);
  backdrop-filter: blur(14px);
}

.lead-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(520px, 100%);
  gap: 14px;
  border: 1px solid rgba(160, 32, 240, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #130b24;
  padding: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.lead-modal-panel .modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lead-modal-panel .modal-head .icon-button {
  flex: 0 0 auto;
  margin-left: auto;
  border: 1px solid rgba(160, 32, 240, 0.42);
  background:
    radial-gradient(circle at 32% 20%, rgba(82, 224, 182, 0.2), transparent 38%),
    rgba(160, 32, 240, 0.14);
  color: #f1ddff;
  cursor: pointer;
  font-size: 24px;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lead-modal-panel .modal-head .icon-button:hover {
  border-color: rgba(82, 224, 182, 0.72);
  background: rgba(82, 224, 182, 0.14);
  color: #52e0b6;
  transform: translateY(-1px);
}

.lead-modal-panel h2 {
  font-size: 34px;
}

.modal-open {
  overflow: hidden;
}

.form-success {
  margin: 4px 0 0;
  border: 1px solid rgba(82, 224, 182, 0.34);
  border-radius: 8px;
  background: rgba(82, 224, 182, 0.1);
  padding: 12px 14px;
  color: #dffcf4;
  font-weight: 800;
  line-height: 1.45;
}

.form-success.form-error {
  border-color: rgba(255, 99, 132, 0.44);
  background: rgba(255, 99, 132, 0.1);
  color: #ffe3ea;
}

.about-proof {
  border: 1px solid rgba(160, 32, 240, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(160, 32, 240, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(36, 16, 68, 0.78), rgba(9, 7, 17, 0.9) 58%, rgba(11, 45, 58, 0.48));
  padding: 42px;
  box-shadow: var(--shadow);
}

.partner-card {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.partner-card > div,
.certificate-preview,
.cert-grid article {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 24px;
}

.partner-card h3,
.cert-grid strong,
.certificate-preview strong {
  color: #fff;
}

.partner-card p,
.certificate-preview small {
  color: var(--muted);
  line-height: 1.58;
}

.certificate-preview {
  display: grid;
  align-content: center;
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(160, 32, 240, 0.18), rgba(26, 166, 183, 0.16)),
    rgba(255, 255, 255, 0.055);
}

.certificate-preview span,
.cert-grid span {
  color: #d26cff;
  font-weight: 900;
}

.certificate-preview strong {
  display: block;
  margin: 14px 0 10px;
  font-size: 30px;
  line-height: 1.1;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cert-grid article {
  min-height: 150px;
}

.featured-certificate {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.featured-certificate-copy,
.certificate-main-image,
.cert-grid a {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.featured-certificate-copy {
  display: grid;
  align-content: center;
  padding: 28px;
}

.featured-certificate-copy h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
}

.featured-certificate-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.certificate-main-image {
  display: block;
  overflow: hidden;
  padding: 12px;
}

.certificate-main-image img {
  display: block;
  width: 100%;
  max-height: 680px;
  border-radius: 6px;
  object-fit: contain;
  background: #0d0d0f;
}

.cert-grid a {
  display: grid;
  gap: 12px;
  align-content: start;
  overflow: hidden;
  padding: 12px;
}

.cert-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  object-fit: cover;
  object-position: top center;
  background: #0d0d0f;
}

.cert-grid strong {
  padding: 0 4px 4px;
  font-size: 15px;
  line-height: 1.28;
}

.main-nav {
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.case-image-video.has-video-preview {
  background:
    linear-gradient(135deg, rgba(22, 8, 42, 0.54), rgba(7, 5, 13, 0.34)),
    var(--image, none) center / cover;
}

.case-image .video-play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.18), transparent 36%),
    rgba(7, 5, 13, 0.68);
  padding: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
  -webkit-tap-highlight-color: transparent;
}

.case-image .video-play-badge::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 19px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.28));
  transform: translate(-50%, -50%);
}

.case-image .video-play-badge:hover {
  border-color: rgba(82, 224, 182, 0.72);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.18), transparent 36%),
    rgba(160, 32, 240, 0.78);
  transform: translate(-50%, -50%) scale(1.06);
}

.case-image .video-play-badge:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.video-case-button::before {
  width: 10px;
  height: 12px;
  margin-right: 8px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "" !important;
}

.case-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid rgba(160, 32, 240, 0.22);
  background:
    linear-gradient(135deg, rgba(24, 18, 40, 0.94), rgba(9, 8, 18, 0.94) 58%, rgba(9, 29, 38, 0.76)),
    rgba(9, 7, 17, 0.95);
  padding: 44px;
  overflow: hidden;
}

.case-detail-copy {
  display: grid;
  gap: 14px;
}

.case-detail-copy .inline-link {
  justify-self: start;
}

.case-detail-copy h1 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 64px);
}

.case-detail-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.case-detail-copy .hero-actions {
  align-items: stretch;
  gap: 12px;
}

.case-detail-copy .hero-actions .primary-button,
.case-detail-copy .hero-actions .secondary-button {
  flex: 0 1 240px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 18px;
}

.case-detail-copy .case-discuss-button {
  position: relative;
  border-color: transparent;
  background: linear-gradient(135deg, #a020f0 0%, #6a0dad 48%, #2556d9 100%);
  color: #fff;
  box-shadow: 0 16px 38px rgba(160, 32, 240, 0.32);
}

.case-detail-copy .case-discuss-button:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #b63cff 0%, #7b22d9 48%, #315fff 100%);
  color: #fff;
  box-shadow:
    0 22px 52px rgba(160, 32, 240, 0.42),
    0 0 0 1px rgba(82, 224, 182, 0.16) inset;
  transform: translateY(-1px);
}

.case-detail-media .case-image {
  min-height: 360px;
  border-radius: 8px;
}

.case-detail-section {
  padding-top: 34px;
  padding-bottom: 0;
}

.case-detail-grid,
.case-detail-columns,
.case-assets-grid {
  display: grid;
  gap: 16px;
}

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

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

.case-detail-grid article,
.case-detail-columns article,
.case-assets-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(19, 11, 36, 0.84);
  padding: 24px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.2);
}

.case-detail-grid article::before,
.case-list-card::before {
  content: "";
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(82, 224, 182, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(82, 224, 182, 0.22), rgba(160, 32, 240, 0.18));
  color: #52e0b6;
  font-size: 18px;
  font-weight: 900;
}

.case-detail-grid article[data-case-step="problem"]::before {
  content: "!";
}

.case-detail-grid article[data-case-step="solution"]::before {
  content: "✓";
}

.case-detail-grid article[data-case-step="result"]::before {
  content: "%";
}

.case-detail-columns article {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
}

.case-list-card--automation::before {
  content: "A";
}

.case-list-card--integration::before {
  content: "+";
}

.case-detail-columns h2 {
  align-self: start;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.05;
}

.case-detail-grid span,
.case-assets-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.case-detail-grid p,
.case-assets-grid span {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.case-detail-columns ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-detail-columns li {
  position: relative;
  border: 1px solid rgba(185, 169, 214, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px 14px 12px 42px;
  color: var(--muted);
  line-height: 1.45;
}

.case-detail-columns li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #52e0b6, #1f6fff);
  box-shadow: 0 0 0 4px rgba(82, 224, 182, 0.1);
}

.case-detail-media .video-play-badge {
  width: 84px;
  height: 58px;
  min-width: 84px;
  min-height: 58px;
  border: 0;
  border-radius: 16px;
  background: #ff0033;
  color: transparent;
  box-shadow: 0 18px 46px rgba(255, 0, 51, 0.36);
}

.case-detail-media .video-play-badge::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 28px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  filter: none;
  transform: translate(-50%, -50%);
}

.case-detail-media .video-play-badge:hover {
  border-color: transparent;
  background: #e6002e;
  box-shadow: 0 22px 56px rgba(255, 0, 51, 0.44);
}

.case-detail-copy .video-case-button {
  border-color: rgba(255, 0, 51, 0.24);
  background: #ff0033;
  color: #fff;
  box-shadow: 0 16px 38px rgba(255, 0, 51, 0.22);
}

.case-detail-copy .video-case-button:hover {
  border-color: rgba(255, 0, 51, 0.42);
  background: #e6002e;
  color: #fff;
  box-shadow: 0 20px 48px rgba(255, 0, 51, 0.3);
}

.case-assets-section {
  padding-top: 52px;
}

.case-result-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid rgba(160, 32, 240, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 18%, rgba(160, 32, 240, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(24, 18, 40, 0.94), rgba(9, 8, 18, 0.94) 58%, rgba(9, 29, 38, 0.76));
  padding: 34px;
  box-shadow: var(--shadow);
}

.case-result-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3.4vw, 42px);
}

.case-result-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.case-result-cta .primary-button {
  min-width: 210px;
}

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

.case-material-card {
  display: grid;
  gap: 14px;
}

.case-material-card:first-child,
.case-material-card:nth-child(6),
.case-material-card:nth-child(7) {
  grid-column: 1 / -1;
}

.case-material-card--wide {
  grid-column: 1 / -1;
}

.case-material-visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(226, 236, 244, 0.92)),
    #f3f7fb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.case-material-card:first-child .case-material-visual,
.case-material-card:nth-child(6) .case-material-visual,
.case-material-card:nth-child(7) .case-material-visual {
  min-height: 330px;
}

.case-material-visual--real {
  min-height: 0;
  background: #f7fafc;
}

.case-material-card:first-child .case-material-visual--real,
.case-material-card:nth-child(6) .case-material-visual--real,
.case-material-card:nth-child(7) .case-material-visual--real,
.case-material-card--wide .case-material-visual--real {
  min-height: 0;
}

.case-material-visual--real::before {
  display: none;
}

.case-material-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #eef3f8;
}

.case-material-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.case-material-mask {
  position: absolute;
  border-radius: 4px;
  background: rgba(243, 247, 251, 0.38);
  backdrop-filter: blur(9px);
  box-shadow: 0 0 0 1px rgba(243, 247, 251, 0.26);
}

.case-material-visual::before {
  position: absolute;
  inset: 18px;
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(30, 61, 96, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 61, 96, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  opacity: 0.62;
}

.case-material-visual i,
.case-material-visual b,
.case-material-visual u {
  position: absolute;
  display: block;
  border-radius: 6px;
}

.case-material-visual i::before,
.case-material-visual i::after,
.case-material-visual b em,
.case-material-visual b::before,
.case-material-visual u::before,
.case-material-visual u::after {
  display: block;
  border-radius: 999px;
  background: rgba(20, 32, 51, 0.44);
  content: "";
  filter: blur(1.2px);
  opacity: 0.76;
}

.case-material-visual i::before,
.case-material-visual b::before,
.case-material-visual u::before {
  overflow: hidden;
  background: transparent;
  color: rgba(14, 24, 38, 0.86);
  content: attr(data-label);
  filter: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  opacity: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.material-stages i,
.material-icons i {
  top: calc(28px + var(--y));
  left: calc(22px + var(--x));
  width: clamp(58px, 11vw, 140px);
  height: 32px;
  background: var(--c, #40c9c4);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 10px 50%);
}

.material-stages i::before,
.material-icons i::before {
  width: calc(100% - 24px);
  height: auto;
  margin: 10px 14px;
  color: rgba(255, 255, 255, 0.94);
}

.material-cards b,
.material-org b {
  top: calc(132px + var(--y));
  left: calc(28px + var(--x));
  width: 25%;
  min-width: 118px;
  height: 58px;
  border: 1px solid rgba(80, 108, 146, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 22px rgba(38, 62, 90, 0.11);
}

.material-cards b em,
.material-org b em {
  width: 68%;
  height: 5px;
  margin: 8px 12px 0;
}

.material-cards b::before,
.material-org b::before {
  width: calc(100% - 24px);
  margin: 10px 12px 0;
}

.material-cards b em:nth-child(2),
.material-org b em:nth-child(2) {
  width: 48%;
}

.material-cards b em:nth-child(3),
.material-org b em:nth-child(3) {
  width: 56%;
  opacity: 0.45;
}

.case-material-visual--robots {
  background:
    radial-gradient(circle at 78% 44%, rgba(0, 167, 199, 0.38), transparent 36%),
    linear-gradient(135deg, rgba(81, 65, 177, 0.92), rgba(26, 31, 117, 0.9)),
    #252489;
}

.case-material-visual--robots::before {
  opacity: 0.16;
}

.case-material-visual--robots .material-cards b {
  background: rgba(240, 253, 255, 0.92);
}

.case-material-visual--robots .case-material-visual b em,
.case-material-visual--robots b em,
.case-material-visual--process u::before,
.case-material-visual--contact i::after {
  filter: none;
}

.case-material-visual--process .material-flow u {
  top: calc(30px + var(--y));
  left: calc(26px + var(--x));
  width: 14%;
  min-width: 94px;
  height: 38px;
  border: 1px solid rgba(208, 152, 42, 0.28);
  background: #ffd27d;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.72) inset;
}

.case-material-visual--process .material-flow u::before {
  width: calc(100% - 16px);
  height: auto;
  margin: 10px 8px 0;
  text-align: center;
}

.case-material-visual--process .material-flow u::after {
  width: 42%;
  height: 5px;
  margin: 6px auto 0;
  opacity: 0.48;
}

.case-material-visual--structure .material-org b {
  top: calc(36px + var(--y));
  left: calc(28px + var(--x));
  width: 19%;
  height: 68px;
}

.case-material-visual--structure .material-org b:first-child {
  left: 40%;
  top: 18px;
  background: #e8f7ff;
  outline: 6px solid rgba(0, 167, 199, 0.16);
}

.case-material-visual--contact .material-icons i {
  top: calc(30px + var(--y));
  width: 12%;
  min-width: 74px;
  height: 54px;
  border-radius: 8px;
  background: var(--c, #14b56f);
  clip-path: none;
}

.case-material-visual--contact .material-icons i::before {
  width: 28px;
  height: 28px;
  margin: 13px auto 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  content: "";
}

.case-material-visual--contact .material-icons i::after {
  overflow: hidden;
  width: calc(100% - 8px);
  margin: 7px 4px 0;
  background: transparent;
  color: rgba(14, 24, 38, 0.82);
  content: attr(data-label);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  opacity: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-material-visual--board {
  min-height: 360px;
}

.case-material-visual--board .material-board i {
  top: calc(34px + var(--y));
  left: calc(24px + var(--x));
  width: 9.5%;
  min-width: 78px;
  height: 78px;
  background: var(--c, #32c8df);
  box-shadow: 0 10px 20px rgba(28, 53, 88, 0.1);
}

.case-material-visual--board .material-board i::before {
  width: calc(100% - 14px);
  height: auto;
  margin: 13px 7px 0;
  color: rgba(255, 255, 255, 0.92);
  white-space: normal;
}

.case-material-visual--board .material-board i::after {
  width: 62%;
  height: 5px;
  margin: 8px auto 0;
  background: rgba(255, 255, 255, 0.56);
  opacity: 0.52;
  filter: blur(0.8px);
}

.case-material-visual--board .material-board b {
  top: calc(74px + var(--y));
  left: calc(54px + var(--x));
  width: 8%;
  min-width: 64px;
  height: 92px;
  background: #a85bd7;
}

.case-material-visual--board .material-board b::before {
  width: calc(100% - 10px);
  margin: 10px 5px 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 9px;
  white-space: normal;
}

.case-material-visual--board .material-board b em {
  background: rgba(255, 255, 255, 0.62);
  filter: blur(0.8px);
}

.case-material-visual--analytics {
  background: #f8fbfd;
}

.material-chart i {
  bottom: 52px;
  left: calc(30px + var(--x));
  width: 5.2%;
  height: var(--h);
  border-radius: 3px 3px 0 0;
  background: #66cfb0;
}

.material-chart i:nth-child(3n) {
  height: 155px;
  background: #ffc94d;
}

.material-chart i:nth-child(4n) {
  background: #3b8585;
}

.material-chart i::before {
  width: 82%;
  height: auto;
  margin: -18px auto 0;
  color: rgba(14, 24, 38, 0.68);
  text-align: center;
}

.material-table b {
  top: calc(206px + var(--y));
  left: calc(28px + var(--x));
  width: 13.4%;
  height: 42px;
  border-bottom: 1px solid rgba(151, 166, 188, 0.18);
}

.material-table b em {
  height: 4px;
  margin: 6px 8px 0;
  filter: blur(0.8px);
}

.material-table b::before {
  width: calc(100% - 12px);
  margin: 5px 6px 0;
  color: rgba(14, 24, 38, 0.7);
  font-size: 8px;
}

.material-table b:nth-child(n + 10)::before {
  filter: blur(2.4px);
}

@media (max-width: 980px) {
  .case-detail-hero {
    grid-template-columns: 1fr;
  }

  .partner-card,
  .founder-section,
  .featured-certificate,
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    min-height: 0;
  }

  .founder-copy {
    padding: 8px 6px 12px;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 10px 8px;
  }

  .main-nav {
    width: 100%;
    max-width: none;
    justify-content: space-between;
    gap: 3px;
    overflow: visible;
    padding: 4px;
  }

  .main-nav a {
    flex: 1 1 0;
    min-width: 0;
    min-height: 34px;
    padding: 0 3px;
    font-size: 11.4px;
    text-align: center;
  }

  .main-nav a[href="/contacts"] {
    display: inline-flex;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
    overflow: visible;
    padding: 4px;
  }

  .header-socials {
    justify-content: center;
  }

  .header-socials a {
    min-width: 34px;
    min-height: 34px;
    font-size: 11px;
  }

  .hero {
    gap: 24px;
    padding: 34px 24px 26px;
  }

  .case-detail-hero {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1180px);
    gap: 22px;
    padding: 24px 18px;
  }

  .case-detail-copy h1 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .case-detail-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .case-detail-copy .hero-actions .primary-button,
  .case-detail-copy .hero-actions .secondary-button {
    flex: 1 1 100%;
    width: 100%;
  }

  .case-detail-media .case-image {
    min-height: 220px;
  }

  .case-detail-grid,
  .case-detail-columns,
  .case-assets-grid {
    grid-template-columns: 1fr;
  }

  .case-detail-columns h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .case-detail-grid article,
  .case-detail-columns article,
  .case-assets-grid article {
    padding: 18px;
  }

  .case-material-visual {
    min-height: 230px;
  }

  .case-material-card:first-child .case-material-visual,
  .case-material-card:nth-child(6) .case-material-visual,
  .case-material-card:nth-child(7) .case-material-visual {
    min-height: 280px;
  }

  .case-material-visual--real {
    min-height: 0;
  }

  .case-material-card:first-child .case-material-visual--real {
    min-height: 0;
  }

  .case-material-card:first-child .case-material-image-wrap--pipeline {
    height: 260px;
  }

  .case-material-card:first-child .case-material-image-wrap--pipeline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 18% 12%;
  }

  .case-result-cta {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1180px);
    gap: 18px;
    padding: 24px 18px;
  }

  .case-result-cta .primary-button {
    width: 100%;
  }

  .material-stages i,
  .case-material-visual--board .material-board i {
    min-width: 54px;
  }

  .case-material-visual i::before,
  .case-material-visual b::before,
  .case-material-visual u::before {
    font-size: 7.4px;
  }

  .case-material-visual--contact .material-icons i {
    min-width: 44px;
  }

  .case-material-visual--contact .material-icons i::after {
    font-size: 6.8px;
  }

  .case-material-visual--structure .material-org b {
    min-width: 74px;
  }

  .case-material-visual--board .material-board b {
    min-width: 48px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-logo-panel::before {
    inset: -10px 18px auto;
    height: 174px;
  }

  .hero-logo-panel img {
    width: min(180px, 62%);
    max-height: 180px;
  }

  .hero-facts {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .hero-proof-panel {
    gap: 12px;
    padding: 16px;
  }

  .hero-proof-head {
    align-items: flex-start;
  }

  .hero-proof-head strong {
    max-width: 180px;
    font-size: 18px;
  }

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

  .hero-proof-kpis article {
    min-height: 0;
  }

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

  .hero-facts span {
    border-top: 0;
    border-left: 3px solid var(--blue);
    padding-top: 0;
    padding-left: 8px;
    text-align: left;
    font-size: 12px;
  }

  .hero-facts strong {
    font-size: 18px;
  }

  .sales-pulse {
    margin-top: 8px;
  }

  .sales-pulse svg {
    height: 62px;
  }

  .about-page .prices-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-page .partner-status-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .about-page .partner-stars {
    font-size: 34px;
  }

  .founder-section {
    width: min(100% - 24px, 1180px);
    gap: 20px;
    padding: 12px;
  }

  .founder-photo {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .founder-photo img {
    object-position: center;
  }

  .founder-copy h2 {
    font-size: 32px;
  }

  .founder-lead,
  .founder-story p {
    font-size: 16px;
  }

  .founder-stats {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }

  .founder-stats span {
    min-height: 0;
  }

  .pain-section {
    width: min(100% - 24px, 1180px);
    padding: 28px 16px;
  }

  .pain-section .section-head {
    gap: 10px;
  }

  .pain-section h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
  }

  .pain-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pain-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 12px;
    align-items: start;
    padding: 18px;
  }

  .pain-grid .mini-character {
    grid-row: span 3;
    width: 42px;
    height: 48px;
    margin: 2px 0 0;
  }

  .pain-grid .mini-character i {
    left: 12px;
    width: 18px;
    height: 18px;
  }

  .pain-grid .mini-character b {
    left: 4px;
    width: 34px;
    height: 28px;
  }

  .pain-grid span {
    font-size: 13px;
    line-height: 1;
  }

  .pain-grid h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.18;
  }

  .pain-grid p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: normal;
  }
}

@media (max-width: 360px) {
  .main-nav a {
    font-size: 10.5px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    width: min(260px, 100%);
  }

  .hero-facts span {
    border-top: 3px solid var(--blue);
    border-left: 0;
    padding-top: 8px;
    padding-left: 0;
    text-align: center;
  }
}

:root[data-theme="light"] {
  --bg: #f7f9fc;
  --ink: #142033;
  --muted: #5d6b82;
  --line: rgba(42, 59, 83, 0.14);
  --panel: rgba(255, 255, 255, 0.94);
  --soft: rgba(31, 111, 255, 0.08);
  --blue: #1f6fff;
  --cyan: #00a7c7;
  --green: #14956f;
  --coral: #e96f55;
  --yellow: #f4bd3b;
  --shadow: 0 22px 70px rgba(26, 39, 68, 0.12);
}

:root[data-theme="light"] body {
  background:
    radial-gradient(circle at 16% 0%, rgba(31, 111, 255, 0.12), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(0, 167, 199, 0.1), transparent 32%),
    linear-gradient(180deg, #fbfdff 0%, #f7f9fc 48%, #eef4fb 100%);
  color: var(--ink);
}

:root[data-theme="light"] body::before {
  background-image:
    linear-gradient(rgba(42, 59, 83, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 59, 83, 0.04) 1px, transparent 1px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), transparent 78%);
}

:root[data-theme="light"] .site-header {
  border-bottom-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .site-header::after {
  background: linear-gradient(90deg, transparent, rgba(31, 111, 255, 0.32), rgba(0, 167, 199, 0.24), transparent);
}

:root[data-theme="light"] .brand strong,
:root[data-theme="light"] .site-footer strong,
:root[data-theme="light"] body:not(.admin-body) h1,
:root[data-theme="light"] body:not(.admin-body) h2,
:root[data-theme="light"] .hero-facts strong,
:root[data-theme="light"] .service-card h3,
:root[data-theme="light"] .case-card h3,
:root[data-theme="light"] .price-card h3,
:root[data-theme="light"] .process-list strong,
:root[data-theme="light"] .price,
:root[data-theme="light"] .partner-card h3,
:root[data-theme="light"] .cert-grid strong,
:root[data-theme="light"] .certificate-preview strong,
:root[data-theme="light"] .case-detail-grid span,
:root[data-theme="light"] .case-assets-grid strong,
:root[data-theme="light"] .price-note strong {
  color: var(--ink);
}

:root[data-theme="light"] .brand small,
:root[data-theme="light"] .main-nav a,
:root[data-theme="light"] .service-card p,
:root[data-theme="light"] .case-card p,
:root[data-theme="light"] .price-card p,
:root[data-theme="light"] .process-list p,
:root[data-theme="light"] .site-footer p,
:root[data-theme="light"] .hero-text,
:root[data-theme="light"] .section-head p,
:root[data-theme="light"] .insight-list,
:root[data-theme="light"] .lead-section p,
:root[data-theme="light"] .offer-section p,
:root[data-theme="light"] .case-detail-grid p,
:root[data-theme="light"] .case-assets-grid span,
:root[data-theme="light"] .case-detail-copy > p:not(.eyebrow),
:root[data-theme="light"] .case-result-cta p:not(.eyebrow),
:root[data-theme="light"] .case-detail-columns li,
:root[data-theme="light"] .partner-card p,
:root[data-theme="light"] .certificate-preview small {
  color: var(--muted);
}

:root[data-theme="light"] .main-nav,
:root[data-theme="light"] .header-actions {
  border-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 16px 38px rgba(26, 39, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

:root[data-theme="light"] .main-nav a {
  color: #516176;
}

:root[data-theme="light"] .main-nav a:hover,
:root[data-theme="light"] .header-phone,
:root[data-theme="light"] .secondary-button,
:root[data-theme="light"] .admin-link {
  border-color: rgba(31, 111, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(221, 237, 255, 0.94)),
    #fff;
  color: #0f3f91;
  box-shadow: 0 12px 30px rgba(31, 111, 255, 0.12);
}

:root[data-theme="light"] .secondary-button:hover,
:root[data-theme="light"] .header-phone:hover,
:root[data-theme="light"] .main-nav a:hover {
  border-color: rgba(0, 167, 199, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(210, 245, 251, 0.96)),
    #fff;
  color: #095b91;
  box-shadow: 0 16px 38px rgba(0, 167, 199, 0.16);
}

:root[data-theme="light"] .primary-button {
  background: linear-gradient(135deg, #1f6fff 0%, #2556d9 58%, #00a7c7 100%);
  color: #fff;
  box-shadow: 0 16px 38px rgba(31, 111, 255, 0.24);
}

:root[data-theme="light"] .theme-toggle {
  border-color: rgba(42, 59, 83, 0.16);
  background: rgba(238, 244, 251, 0.92);
  color: #5d6b82;
}

:root[data-theme="light"] .theme-toggle::before {
  background: linear-gradient(135deg, #ffffff, #dfe9f6);
  box-shadow:
    0 10px 22px rgba(26, 39, 68, 0.14),
    inset 0 0 0 1px rgba(31, 111, 255, 0.14);
}

:root[data-theme="light"] .theme-toggle[data-active-theme="light"] .theme-toggle-option-light {
  color: #142033;
}

:root[data-theme="light"] .theme-toggle[data-active-theme="dark"] .theme-toggle-option-dark {
  color: #fff;
}

:root[data-theme="light"] .mobile-menu-toggle {
  border-color: rgba(31, 111, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.92)),
    #fff;
  color: #1f4fbf;
  box-shadow: 0 12px 28px rgba(31, 111, 255, 0.1);
}

:root[data-theme="light"] .mobile-menu-toggle:hover {
  border-color: rgba(0, 167, 199, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(226, 247, 251, 0.92)),
    #fff;
  color: #09677a;
}

:root[data-theme="light"] .section-band,
:root[data-theme="light"] .service-card,
:root[data-theme="light"] .case-card,
:root[data-theme="light"] .price-card,
:root[data-theme="light"] .admin-card,
:root[data-theme="light"] .login-panel,
:root[data-theme="light"] .partner-card > div,
:root[data-theme="light"] .certificate-preview,
:root[data-theme="light"] .cert-grid article,
:root[data-theme="light"] .case-detail-grid article,
:root[data-theme="light"] .case-detail-columns article,
:root[data-theme="light"] .case-assets-grid article {
  border-color: rgba(42, 59, 83, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.92)),
    #fff;
  box-shadow: 0 22px 70px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .hero,
:root[data-theme="light"] .case-detail-hero,
:root[data-theme="light"] .case-result-cta,
:root[data-theme="light"] .founder-section,
:root[data-theme="light"] .lead-section,
:root[data-theme="light"] .offer-section,
:root[data-theme="light"] .prices-hero,
:root[data-theme="light"] .quick-path,
:root[data-theme="light"] .faq-section,
:root[data-theme="light"] .tariff-choice {
  border-color: rgba(31, 111, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94) 56%, rgba(232, 247, 251, 0.88)),
    #fff;
}

:root[data-theme="light"] .hero::after {
  border-color: rgba(31, 111, 255, 0.14);
  box-shadow:
    inset 0 0 0 42px rgba(31, 111, 255, 0.035),
    inset 0 0 0 86px rgba(0, 167, 199, 0.035),
    0 0 80px rgba(31, 111, 255, 0.1);
}

:root[data-theme="light"] .eyebrow,
:root[data-theme="light"] .inline-link:hover {
  color: #1f6fff;
}

:root[data-theme="light"] .portal-preview,
:root[data-theme="light"] .hero-proof-panel,
:root[data-theme="light"] .portal-screen,
:root[data-theme="light"] .price-note,
:root[data-theme="light"] .report-body,
:root[data-theme="light"] .report-card,
:root[data-theme="light"] .pain-grid article,
:root[data-theme="light"] .founder-stats span,
:root[data-theme="light"] .case-detail-columns li,
:root[data-theme="light"] input,
:root[data-theme="light"] textarea {
  border-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

:root[data-theme="light"] .hero-proof-head strong,
:root[data-theme="light"] .hero-proof-kpis strong {
  color: var(--ink);
}

:root[data-theme="light"] .hero-proof-kpis article,
:root[data-theme="light"] .hero-proof-board,
:root[data-theme="light"] .hero-proof-feed span,
:root[data-theme="light"] .quick-path-grid a,
:root[data-theme="light"] .faq-grid article,
:root[data-theme="light"] .tariff-choice-grid article,
:root[data-theme="light"] .case-summary span {
  border-color: rgba(42, 59, 83, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 255, 0.76)),
    #fff;
}

:root[data-theme="light"] .hero-proof-kpis span,
:root[data-theme="light"] .hero-proof-board span,
:root[data-theme="light"] .hero-proof-feed span,
:root[data-theme="light"] .hero-proof-kpis small,
:root[data-theme="light"] .quick-path-grid small,
:root[data-theme="light"] .faq-grid p,
:root[data-theme="light"] .tariff-choice-grid p {
  color: var(--muted);
}

:root[data-theme="light"] .quick-path-grid strong,
:root[data-theme="light"] .faq-grid h3,
:root[data-theme="light"] .tariff-choice-grid strong {
  color: var(--ink);
}

:root[data-theme="light"] .quick-path-grid span,
:root[data-theme="light"] .tariff-choice-grid span,
:root[data-theme="light"] .case-summary b {
  color: #1f6fff;
}

:root[data-theme="light"] .hero-facts span,
:root[data-theme="light"] .pain-grid span,
:root[data-theme="light"] .cert-badge,
:root[data-theme="light"] .billing-option {
  border-color: rgba(31, 111, 255, 0.14);
  background: rgba(31, 111, 255, 0.06);
  color: var(--ink);
}

:root[data-theme="light"] .metric-row span {
  border-color: rgba(42, 59, 83, 0.13);
  background: rgba(42, 59, 83, 0.035);
  color: #6a7688;
}

:root[data-theme="light"] .case-read-more,
:root[data-theme="light"] .video-case-button,
:root[data-theme="light"] .case-open-badge {
  border-color: rgba(31, 111, 255, 0.18);
  background: rgba(31, 111, 255, 0.08);
  color: #1f4fbf;
}

:root[data-theme="light"] .case-read-more:hover,
:root[data-theme="light"] .video-case-button:hover,
:root[data-theme="light"] .case-open-badge:hover {
  border-color: rgba(0, 167, 199, 0.26);
  background: rgba(0, 167, 199, 0.1);
  color: #09677a;
}

:root[data-theme="light"] .case-image,
:root[data-theme="light"] .case-card:nth-child(2) .case-image,
:root[data-theme="light"] .case-card:nth-child(3) .case-image {
  overflow: hidden;
  background:
    var(--image, linear-gradient(135deg, rgba(238, 244, 251, 0.96), rgba(226, 247, 251, 0.9))) center / cover no-repeat;
  background-color: #eef4fb;
}

:root[data-theme="light"] .case-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(12, 31, 48, 0.16)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 44%);
  pointer-events: none;
}

:root[data-theme="light"] .case-open-badge {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(31, 111, 255, 0.96), rgba(0, 167, 199, 0.9));
  color: #fff;
  box-shadow: 0 18px 42px rgba(31, 111, 255, 0.24);
}

:root[data-theme="light"] .case-open-badge:hover {
  border-color: rgba(82, 224, 182, 0.8);
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(0, 167, 199, 0.96), rgba(31, 111, 255, 0.92));
  color: #fff;
}

:root[data-theme="light"] .site-footer,
:root[data-theme="light"] .footer-contact-card,
:root[data-theme="light"] .footer-social-card,
:root[data-theme="light"] .socials a {
  border-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

:root[data-theme="light"] .modal,
:root[data-theme="light"] .service-modal,
:root[data-theme="light"] .lead-modal,
:root[data-theme="light"] .video-modal {
  background: rgba(10, 20, 34, 0.44);
}

:root[data-theme="light"] .portal-register-cta,
:root[data-theme="light"] .load-more-button,
:root[data-theme="light"] .service-action,
:root[data-theme="light"] .icon-button,
:root[data-theme="light"] .billing-option,
:root[data-theme="light"] .admin-link {
  border-color: rgba(31, 111, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.92)),
    #fff;
  color: #1f4fbf;
  box-shadow: 0 12px 28px rgba(31, 111, 255, 0.1);
}

:root[data-theme="light"] .portal-register-cta {
  border-color: rgba(31, 111, 255, 0.42);
  background: linear-gradient(135deg, #1f6fff 0%, #2556d9 58%, #00a7c7 100%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(31, 111, 255, 0.24);
}

:root[data-theme="light"] .portal-register-cta:hover,
:root[data-theme="light"] .load-more-button:hover,
:root[data-theme="light"] .service-action:hover,
:root[data-theme="light"] .icon-button:hover,
:root[data-theme="light"] .billing-option:hover,
:root[data-theme="light"] .admin-link:hover {
  border-color: rgba(0, 167, 199, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(226, 247, 251, 0.92)),
    #fff;
  color: #09677a;
  box-shadow: 0 16px 34px rgba(0, 167, 199, 0.14);
}

:root[data-theme="light"] .portal-register-cta:hover {
  border-color: rgba(0, 167, 199, 0.48);
  background: linear-gradient(135deg, #00a7c7 0%, #1f6fff 58%, #2556d9 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(31, 111, 255, 0.28);
}

:root[data-theme="light"] .socials a {
  border-color: rgba(31, 111, 255, 0.16);
  background: #fff;
  color: #1f4fbf;
  box-shadow: 0 10px 24px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .socials a[data-social="whatsapp"] {
  border-color: rgba(37, 211, 102, 0.36);
  background: rgba(37, 211, 102, 0.12);
  color: #087233;
}

:root[data-theme="light"] .socials a[data-social="telegram"] {
  border-color: rgba(42, 171, 238, 0.36);
  background: rgba(42, 171, 238, 0.12);
  color: #11618b;
}

:root[data-theme="light"] .socials a[data-social="max"] {
  border-color: rgba(123, 80, 255, 0.36);
  background: rgba(123, 80, 255, 0.12);
  color: #5335c8;
}

:root[data-theme="light"] .footer-contact-card a,
:root[data-theme="light"] .footer-bottom a,
:root[data-theme="light"] .case-carousel-dots,
:root[data-theme="light"] .service-detail-list li,
:root[data-theme="light"] .service-detail-result p,
:root[data-theme="light"] .request-panel b,
:root[data-theme="light"] .sales-flow strong,
:root[data-theme="light"] .sales-dashboard strong,
:root[data-theme="light"] .report-kpis strong,
:root[data-theme="light"] .report-head strong,
:root[data-theme="light"] .pain-grid h3,
:root[data-theme="light"] .lead-modal-panel h2,
:root[data-theme="light"] .report-modal-panel h2,
:root[data-theme="light"] .video-case-panel h2 {
  color: var(--ink);
}

:root[data-theme="light"] .service-detail-list li,
:root[data-theme="light"] .report-kpis article,
:root[data-theme="light"] .report-chart,
:root[data-theme="light"] .request-panel,
:root[data-theme="light"] .report-feed,
:root[data-theme="light"] .sales-flow article,
:root[data-theme="light"] .sales-dashboard div,
:root[data-theme="light"] .lead-form,
:root[data-theme="light"] .trust-strip,
:root[data-theme="light"] .chat-automation {
  border-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

:root[data-theme="light"] .portal-preview,
:root[data-theme="light"] .executive-report,
:root[data-theme="light"] .sales-system,
:root[data-theme="light"] .report-modal-panel,
:root[data-theme="light"] .video-case-panel,
:root[data-theme="light"] .lead-modal-panel,
:root[data-theme="light"] .partner-status-card,
:root[data-theme="light"] .pain-section {
  border-color: rgba(31, 111, 255, 0.14);
  background:
    radial-gradient(circle at 78% 12%, rgba(31, 111, 255, 0.1), transparent 34%),
    radial-gradient(circle at 18% 92%, rgba(0, 167, 199, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(243, 249, 255, 0.94));
  box-shadow: 0 28px 90px rgba(26, 39, 68, 0.14);
}

:root[data-theme="light"] .preview-sidebar {
  background: linear-gradient(180deg, #e7f0ff, #f8fbff);
}

:root[data-theme="light"] .preview-kpis b,
:root[data-theme="light"] .pipeline,
:root[data-theme="light"] .preview-list i {
  border-color: rgba(31, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

:root[data-theme="light"] .floating-leads span,
:root[data-theme="light"] .report-feed span,
:root[data-theme="light"] .request-panel em {
  border-color: rgba(0, 167, 199, 0.18);
  background: rgba(0, 167, 199, 0.1);
  color: #09677a;
  box-shadow: 0 12px 30px rgba(0, 167, 199, 0.12);
}

:root[data-theme="light"] .report-head span,
:root[data-theme="light"] .report-kpis span,
:root[data-theme="light"] .request-panel > span,
:root[data-theme="light"] .chart-head span,
:root[data-theme="light"] .sales-dashboard span,
:root[data-theme="light"] .sales-flow small,
:root[data-theme="light"] .report-kpis small,
:root[data-theme="light"] .service-detail-lead {
  color: var(--muted);
}

:root[data-theme="light"] .report-head em,
:root[data-theme="light"] .service-detail-result span,
:root[data-theme="light"] .sales-head span,
:root[data-theme="light"] .chart-head strong {
  color: #087b5d;
}

:root[data-theme="light"] .report-head em,
:root[data-theme="light"] .service-detail-result {
  border-color: rgba(20, 149, 111, 0.2);
  background: rgba(20, 149, 111, 0.08);
}

:root[data-theme="light"] .pain-grid article {
  border-color: rgba(31, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

:root[data-theme="light"] .pain-grid span,
:root[data-theme="light"] .sales-flow span {
  color: #1f6fff;
}

:root[data-theme="light"] .mini-character i {
  background: linear-gradient(135deg, #1f6fff, #00a7c7);
}

:root[data-theme="light"] .mini-character b {
  background: linear-gradient(135deg, rgba(31, 111, 255, 0.42), rgba(0, 167, 199, 0.34));
}

:root[data-theme="light"] .report-modal-panel .modal-head .icon-button,
:root[data-theme="light"] .video-case-panel .modal-head .icon-button,
:root[data-theme="light"] .lead-modal-panel .modal-head .icon-button {
  border-color: rgba(31, 111, 255, 0.2);
  background: rgba(31, 111, 255, 0.08);
  color: #1f4fbf;
}

:root[data-theme="light"] .case-image .video-play-badge {
  border-color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.28), transparent 36%),
    rgba(31, 111, 255, 0.9);
  box-shadow: 0 18px 38px rgba(31, 111, 255, 0.22);
}

:root[data-theme="light"] .case-detail-media .video-play-badge {
  border-color: transparent;
  background: #ff0033;
  box-shadow: 0 18px 46px rgba(255, 0, 51, 0.36);
}

:root[data-theme="light"] .case-detail-media .video-play-badge:hover {
  background: #e6002e;
  box-shadow: 0 22px 56px rgba(255, 0, 51, 0.44);
}

:root[data-theme="light"] .case-detail-copy .video-case-button {
  border-color: rgba(255, 0, 51, 0.24);
  background: #ff0033;
  color: #fff;
  box-shadow: 0 16px 38px rgba(255, 0, 51, 0.22);
}

:root[data-theme="light"] .case-detail-copy .video-case-button:hover {
  border-color: rgba(255, 0, 51, 0.42);
  background: #e6002e;
  color: #fff;
  box-shadow: 0 20px 48px rgba(255, 0, 51, 0.3);
}

:root[data-theme="light"] .case-detail-copy .case-discuss-button {
  border-color: rgba(31, 111, 255, 0.22);
  background: linear-gradient(135deg, #1f6fff 0%, #2556d9 58%, #00a7c7 100%);
  color: #fff;
  box-shadow: 0 16px 38px rgba(31, 111, 255, 0.24);
}

:root[data-theme="light"] .case-detail-copy .case-discuss-button:hover {
  border-color: rgba(0, 167, 199, 0.36);
  background: linear-gradient(135deg, #00a7c7 0%, #1f6fff 58%, #2556d9 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(31, 111, 255, 0.28);
}

:root[data-theme="light"] .brand-lockup {
  border-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
}

:root[data-theme="light"] .brand-lockup strong {
  color: var(--ink);
}

:root[data-theme="light"] .brand-lockup span {
  color: var(--muted);
}

:root[data-theme="light"] .inline-link,
:root[data-theme="light"] .price-note span,
:root[data-theme="light"] .footer-brand-block span,
:root[data-theme="light"] .footer-contact-card span,
:root[data-theme="light"] .footer-social-card span,
:root[data-theme="light"] .contact-panel a,
:root[data-theme="light"] .about-page .partner-status-card > span,
:root[data-theme="light"] .partner-profile-link {
  color: #1f4fbf;
}

:root[data-theme="light"] .inline-link {
  border-bottom-color: rgba(31, 111, 255, 0.42);
}

:root[data-theme="light"] .license-card,
:root[data-theme="light"] .marketplace-section,
:root[data-theme="light"] .market-grid article,
:root[data-theme="light"] .price-pair div,
:root[data-theme="light"] .contact-panel,
:root[data-theme="light"] .founder-stats span,
:root[data-theme="light"] .ai-grid article {
  border-color: rgba(42, 59, 83, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)),
    #fff;
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
}

:root[data-theme="light"] .license-card h3,
:root[data-theme="light"] .license-price,
:root[data-theme="light"] .price-pair strong,
:root[data-theme="light"] .market-grid span,
:root[data-theme="light"] .market-grid strong,
:root[data-theme="light"] .founder-stats strong,
:root[data-theme="light"] .offer-document strong {
  color: var(--ink);
}

:root[data-theme="light"] .billing-switch {
  border-color: rgba(31, 111, 255, 0.2);
  background: rgba(31, 111, 255, 0.06);
}

:root[data-theme="light"] .billing-option {
  color: #1f4fbf;
}

:root[data-theme="light"] .billing-option.active {
  background: linear-gradient(135deg, #1f6fff, #00a7c7);
  color: #fff;
  box-shadow: 0 12px 28px rgba(31, 111, 255, 0.2);
}

:root[data-theme="light"] .billing-option em {
  background: #d84d32;
  color: #fff;
}

:root[data-theme="light"] .ai-grid span,
:root[data-theme="light"] .price-card li,
:root[data-theme="light"] .license-card li {
  border-color: rgba(31, 111, 255, 0.12);
  background: rgba(31, 111, 255, 0.07);
  color: #24364f;
}

:root[data-theme="light"] .footer-contact-card a:hover,
:root[data-theme="light"] .footer-bottom a:hover,
:root[data-theme="light"] .partner-profile-link:hover {
  color: #09677a;
}

:root[data-theme="light"] .partner-status-card h3,
:root[data-theme="light"] .partner-status-card p,
:root[data-theme="light"] .about-page .prices-hero h1 {
  color: var(--ink);
}

:root[data-theme="light"] .partner-gold-link {
  background: none;
  background-clip: border-box;
  color: #8a5a00;
  text-shadow: none;
}

:root[data-theme="light"] .primary-button,
:root[data-theme="light"] .primary-button:hover {
  color: #fff;
}

:root[data-theme="light"] .about-page .partner-status-card {
  border-color: rgba(184, 127, 24, 0.26);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 214, 107, 0.32), transparent 34%),
    radial-gradient(circle at 86% 88%, rgba(31, 111, 255, 0.08), transparent 32%),
    linear-gradient(145deg, rgba(255, 251, 239, 0.98), rgba(247, 241, 224, 0.96));
  box-shadow:
    0 28px 90px rgba(87, 59, 14, 0.13),
    0 0 0 1px rgba(255, 214, 107, 0.2) inset;
}

:root[data-theme="light"] .about-page .partner-status-card::before {
  background:
    linear-gradient(135deg, rgba(134, 85, 13, 0.1), transparent 36%, rgba(255, 214, 107, 0.18));
  opacity: 1;
}

:root[data-theme="light"] .partner-stars {
  color: #c98a2a;
  text-shadow: 0 8px 26px rgba(201, 138, 42, 0.2);
}

:root[data-theme="light"] .partner-gold-link,
:root[data-theme="light"] .partner-profile-link.partner-gold-link,
:root[data-theme="light"] .featured-certificate .partner-gold-link {
  background: linear-gradient(135deg, #6f4408 0%, #b87518 28%, #e2aa3a 56%, #8a5a00 100%);
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

:root[data-theme="light"] .partner-profile-link.partner-gold-link:hover {
  color: transparent;
  filter: brightness(0.92);
}

:root[data-theme="light"] .partner-gold-link::after {
  background: linear-gradient(90deg, transparent, rgba(184, 127, 24, 0.72), transparent);
}

:root[data-theme="light"] .about-page .partner-status-card p,
:root[data-theme="light"] .featured-certificate-copy p {
  color: #24364f;
}

:root[data-theme="light"] .about-page .partner-status-card > span {
  color: #8a5a00;
}

:root[data-theme="light"] .featured-certificate-copy,
:root[data-theme="light"] .certificate-main-image,
:root[data-theme="light"] .cert-grid a {
  border-color: rgba(42, 59, 83, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.94)),
    #fff;
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
}

:root[data-theme="light"] .featured-certificate-copy h3,
:root[data-theme="light"] .cert-grid strong {
  color: var(--ink);
}

:root[data-theme="light"] .certificate-main-image img {
  background: #f4f7fb;
}

:root[data-theme="light"] .footer-main {
  border-color: rgba(42, 59, 83, 0.12);
  background:
    radial-gradient(circle at 10% 8%, rgba(31, 111, 255, 0.08), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(0, 167, 199, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  box-shadow: 0 24px 72px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .footer-brand-block,
:root[data-theme="light"] .footer-contact-card,
:root[data-theme="light"] .footer-social-card {
  border-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

:root[data-theme="light"] .footer-brand-block strong,
:root[data-theme="light"] .footer-brand-block p,
:root[data-theme="light"] .footer-contact-card a,
:root[data-theme="light"] .footer-bottom p,
:root[data-theme="light"] .footer-bottom a {
  color: var(--ink);
}

:root[data-theme="light"] .footer-brand-block span,
:root[data-theme="light"] .footer-contact-card span,
:root[data-theme="light"] .footer-social-card span {
  color: #1f4fbf;
}

:root[data-theme="light"] .about-proof {
  border-color: rgba(42, 59, 83, 0.12);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 214, 107, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(31, 111, 255, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  box-shadow: 0 24px 72px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .about-proof .section-head h2 {
  color: var(--ink);
}

:root[data-theme="light"] .about-proof .section-head p {
  color: var(--muted);
}

:root[data-theme="light"] .about-page .founder-section,
:root[data-theme="light"] .about-page .prices-hero,
:root[data-theme="light"] .about-proof,
:root[data-theme="light"] .footer-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

:root[data-theme="light"] .about-page .founder-section > *,
:root[data-theme="light"] .about-page .prices-hero > *,
:root[data-theme="light"] .about-proof > *,
:root[data-theme="light"] .footer-main > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .about-page .founder-section::before,
:root[data-theme="light"] .about-page .prices-hero::before,
:root[data-theme="light"] .about-proof::before,
:root[data-theme="light"] .footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 255, 0.082) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 255, 0.068) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(201, 138, 42, 0.072) 23px 24px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 56px 56px, 56px 56px, 120px 120px;
  mask-image:
    radial-gradient(circle at 24% 54%, rgba(0, 0, 0, 0.86), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(0, 0, 0, 0.62), transparent 25%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.82), transparent 74%);
  opacity: 0.95;
  animation: aboutPatternDrift 28s linear infinite;
}

:root[data-theme="light"] .about-page .founder-section::after,
:root[data-theme="light"] .about-page .prices-hero::after,
:root[data-theme="light"] .about-proof::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(31, 111, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(31, 111, 255, 0.13) 18% calc(18% + 1px), transparent calc(18% + 1px)),
    linear-gradient(90deg, transparent 0 64%, rgba(201, 138, 42, 0.18) 64% calc(64% + 1px), transparent calc(64% + 1px)),
    linear-gradient(0deg, transparent 0 42%, rgba(31, 111, 255, 0.11) 42% calc(42% + 1px), transparent calc(42% + 1px));
  mask-image:
    radial-gradient(circle at 18% 58%, rgba(0, 0, 0, 0.78), transparent 26%),
    linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.5) 72%, transparent);
}

:root[data-theme="light"] .about-page .founder-stats span,
:root[data-theme="light"] .featured-certificate-copy,
:root[data-theme="light"] .cert-grid a,
:root[data-theme="light"] .footer-brand-block,
:root[data-theme="light"] .footer-contact-card,
:root[data-theme="light"] .footer-social-card {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 255, 0.86)),
    repeating-linear-gradient(135deg, rgba(31, 111, 255, 0.035) 0 1px, transparent 1px 14px);
}

:root[data-theme="light"] .about-page .founder-stats span {
  border-color: rgba(31, 111, 255, 0.14);
  background:
    radial-gradient(circle at 82% 14%, rgba(31, 111, 255, 0.12), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(201, 138, 42, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)),
    #fff;
  box-shadow: 0 18px 48px rgba(26, 39, 68, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

:root[data-theme="light"] .about-page .founder-stats span:hover {
  border-color: rgba(31, 111, 255, 0.26);
  box-shadow: 0 24px 62px rgba(26, 39, 68, 0.14);
  transform: translateY(-3px);
}

:root[data-theme="light"] .about-page .founder-stats span::before {
  border-color: rgba(31, 111, 255, 0.16);
  background:
    radial-gradient(circle, rgba(31, 111, 255, 0.18) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(255, 214, 107, 0.24), rgba(31, 111, 255, 0.08));
}

:root[data-theme="light"] .about-page .founder-stats span::after {
  background: linear-gradient(180deg, transparent, rgba(31, 111, 255, 0.22), transparent);
}

:root[data-theme="light"] .about-page .founder-stats i {
  background: rgba(31, 111, 255, 0.08);
  color: #1f4fbf;
}

:root[data-theme="light"] .about-page .partner-status-card {
  background:
    repeating-linear-gradient(135deg, rgba(138, 90, 0, 0.055) 0 1px, transparent 1px 16px),
    radial-gradient(circle at 12% 10%, rgba(255, 214, 107, 0.32), transparent 34%),
    radial-gradient(circle at 86% 88%, rgba(31, 111, 255, 0.08), transparent 32%),
    linear-gradient(145deg, rgba(255, 251, 239, 0.98), rgba(247, 241, 224, 0.96));
}

@keyframes aboutPatternDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 56px 56px, 56px 56px, 120px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root[data-theme="light"] .about-page .founder-section::before,
  :root[data-theme="light"] .about-page .prices-hero::before,
  :root[data-theme="light"] .about-proof::before,
  :root[data-theme="light"] .footer-main::before {
    animation: none;
  }
}

:root[data-theme="light"] .tariff-stage,
:root[data-theme="light"] .support-scope {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(42, 59, 83, 0.12);
  background:
    radial-gradient(circle at 16% 10%, rgba(31, 111, 255, 0.1), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 167, 199, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  box-shadow: 0 24px 72px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .support-scope {
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  align-items: start;
  border: 1px solid rgba(42, 59, 83, 0.12);
  border-radius: 8px;
  padding: 46px;
}

:root[data-theme="light"] .support-scope h2 {
  max-width: 430px;
  font-size: clamp(32px, 4vw, 46px);
}

:root[data-theme="light"] .license-stage {
  --stage-accent: #00a7c7;
}

:root[data-theme="light"] .implementation-stage {
  --stage-accent: #1f6fff;
}

:root[data-theme="light"] .support-stage {
  --stage-accent: #14956f;
}

:root[data-theme="light"] .tariff-stage::before,
:root[data-theme="light"] .support-scope::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-left: 5px solid var(--stage-accent, #1f6fff);
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 255, 0.082) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 255, 0.062) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(20, 149, 111, 0.058) 23px 24px);
  background-size: 56px 56px, 56px 56px, 120px 120px;
  mask-image:
    radial-gradient(circle at 18% 18%, rgba(0, 0, 0, 0.82), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(0, 0, 0, 0.6), transparent 24%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), transparent 76%);
  animation: tariffPatternDrift 30s linear infinite;
}

:root[data-theme="light"] .tariff-stage::after {
  z-index: 0;
  color: rgba(31, 111, 255, 0.08);
  text-shadow: 0 16px 46px rgba(31, 111, 255, 0.08);
}

:root[data-theme="light"] .tariff-stage > *,
:root[data-theme="light"] .support-scope > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .tariff-stage .section-head h2,
:root[data-theme="light"] .support-scope h2,
:root[data-theme="light"] .hourly-card h3,
:root[data-theme="light"] .scope-grid h3 {
  color: var(--ink);
}

:root[data-theme="light"] .tariff-stage .section-head p,
:root[data-theme="light"] .support-scope p,
:root[data-theme="light"] .hourly-card p,
:root[data-theme="light"] .hourly-card li,
:root[data-theme="light"] .scope-grid p,
:root[data-theme="light"] .discount-price {
  color: #5d6b82;
}

:root[data-theme="light"] .tariff-stage .section-head .eyebrow,
:root[data-theme="light"] .support-scope .eyebrow {
  border-color: color-mix(in srgb, var(--stage-accent, #1f6fff) 28%, transparent);
  background: color-mix(in srgb, var(--stage-accent, #1f6fff) 9%, white);
  color: color-mix(in srgb, var(--stage-accent, #1f6fff) 76%, #142033);
}

:root[data-theme="light"] .license-card,
:root[data-theme="light"] .hourly-card,
:root[data-theme="light"] .price-card,
:root[data-theme="light"] .market-grid article,
:root[data-theme="light"] .scope-grid article {
  position: relative;
  overflow: hidden;
  border-color: rgba(42, 59, 83, 0.12);
  background:
    radial-gradient(circle at 86% 12%, rgba(31, 111, 255, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)),
    #fff;
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

:root[data-theme="light"] .license-card::before,
:root[data-theme="light"] .hourly-card::before,
:root[data-theme="light"] .price-card::before,
:root[data-theme="light"] .market-grid article::before,
:root[data-theme="light"] .scope-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.76), transparent 64%);
}

:root[data-theme="light"] .license-card:hover,
:root[data-theme="light"] .hourly-card:hover,
:root[data-theme="light"] .price-card:hover,
:root[data-theme="light"] .market-grid article:hover,
:root[data-theme="light"] .scope-grid article:hover {
  border-color: rgba(31, 111, 255, 0.24);
  box-shadow: 0 24px 64px rgba(26, 39, 68, 0.13);
  transform: translateY(-3px);
}

:root[data-theme="light"] .license-card > *,
:root[data-theme="light"] .hourly-card > *,
:root[data-theme="light"] .price-card > *,
:root[data-theme="light"] .market-grid article > *,
:root[data-theme="light"] .scope-grid article > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .license-card.featured,
:root[data-theme="light"] .hourly-card.featured,
:root[data-theme="light"] .price-card.featured {
  border-color: rgba(31, 111, 255, 0.34);
  background:
    radial-gradient(circle at 88% 12%, rgba(31, 111, 255, 0.16), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(0, 167, 199, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.94)),
    #fff;
  box-shadow: 0 28px 80px rgba(31, 111, 255, 0.14);
}

:root[data-theme="light"] .license-card h3,
:root[data-theme="light"] .license-price,
:root[data-theme="light"] .market-grid strong,
:root[data-theme="light"] .market-grid span,
:root[data-theme="light"] .price-card h3,
:root[data-theme="light"] .price,
:root[data-theme="light"] .hourly-meta span {
  color: var(--ink);
}

:root[data-theme="light"] .license-card li,
:root[data-theme="light"] .price-card li,
:root[data-theme="light"] .hourly-card li {
  border-color: rgba(31, 111, 255, 0.12);
  background: rgba(31, 111, 255, 0.06);
  color: #24364f;
}

:root[data-theme="light"] .hourly-meta span,
:root[data-theme="light"] .price-pair div {
  border-color: rgba(31, 111, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 247, 255, 0.88)),
    #fff;
}

:root[data-theme="light"] .marketplace-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(42, 59, 83, 0.12);
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 167, 199, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.92));
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
}

:root[data-theme="light"] .marketplace-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 167, 199, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 167, 199, 0.052) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(31, 111, 255, 0.058) 23px 24px);
  background-size: 54px 54px, 54px 54px, 120px 120px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.78), transparent 74%);
}

:root[data-theme="light"] .marketplace-section > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .slider-controls .icon-button {
  border-color: rgba(31, 111, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.92)),
    #fff;
  color: #1f4fbf;
  box-shadow: 0 12px 28px rgba(31, 111, 255, 0.1);
}

:root[data-theme="light"] .slider-controls .icon-button:hover {
  border-color: rgba(0, 167, 199, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(226, 247, 251, 0.92)),
    #fff;
  color: #09677a;
}

@keyframes tariffPatternDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 56px 56px, 56px 56px, 120px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root[data-theme="light"] .tariff-stage::before,
  :root[data-theme="light"] .support-scope::before {
    animation: none;
  }
}

:root[data-theme="light"] .offer-page .offer-document {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(42, 59, 83, 0.12);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 214, 107, 0.14), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(31, 111, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  color: var(--ink);
  box-shadow: 0 24px 72px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .offer-page .offer-document::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 255, 0.082) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 255, 0.068) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(201, 138, 42, 0.072) 23px 24px);
  background-size: 56px 56px, 56px 56px, 120px 120px;
  mask-image:
    radial-gradient(circle at 18% 10%, rgba(0, 0, 0, 0.82), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(0, 0, 0, 0.58), transparent 24%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), transparent 76%);
  animation: aboutPatternDrift 28s linear infinite;
}

:root[data-theme="light"] .offer-page .offer-document > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .offer-page .offer-document h2,
:root[data-theme="light"] .offer-page .offer-document h3,
:root[data-theme="light"] .offer-page .offer-document strong {
  color: var(--ink);
}

:root[data-theme="light"] .offer-page .offer-document p {
  color: #5d6b82;
}

:root[data-theme="light"] .offer-page .offer-document a {
  color: #1f4fbf;
}

@media (max-width: 760px) {
  :root[data-theme="light"] .support-scope {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 18px;
  }

  :root[data-theme="light"] .support-scope h2 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.06;
  }

  :root[data-theme="light"] .support-scope .eyebrow {
    width: fit-content;
  }

  :root[data-theme="light"] .scope-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root[data-theme="light"] .offer-page .offer-document::before {
    animation: none;
  }
}

:root[data-theme="light"] .contacts-page .prices-hero,
:root[data-theme="light"] .contacts-page .lead-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(42, 59, 83, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 214, 107, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(31, 111, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  box-shadow: 0 24px 72px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] .contacts-page .lead-section {
  padding: 46px;
}

:root[data-theme="light"] .contacts-page .prices-hero::before,
:root[data-theme="light"] .contacts-page .lead-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 255, 0.082) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 255, 0.068) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(201, 138, 42, 0.072) 23px 24px);
  background-size: 56px 56px, 56px 56px, 120px 120px;
  mask-image:
    radial-gradient(circle at 18% 10%, rgba(0, 0, 0, 0.82), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(0, 0, 0, 0.58), transparent 24%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), transparent 76%);
  animation: aboutPatternDrift 28s linear infinite;
}

:root[data-theme="light"] .contacts-page .prices-hero > *,
:root[data-theme="light"] .contacts-page .lead-section > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .contacts-page .prices-hero h1,
:root[data-theme="light"] .contacts-page .lead-section h2 {
  color: var(--ink);
}

:root[data-theme="light"] .contacts-page .prices-hero p,
:root[data-theme="light"] .contacts-page .lead-section p,
:root[data-theme="light"] .contact-panel p {
  color: #5d6b82;
}

:root[data-theme="light"] .contact-panel,
:root[data-theme="light"] .contacts-page .lead-form {
  position: relative;
  overflow: hidden;
  border-color: rgba(42, 59, 83, 0.12);
  background:
    radial-gradient(circle at 86% 12%, rgba(31, 111, 255, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)),
    #fff;
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
}

:root[data-theme="light"] .contact-panel::before,
:root[data-theme="light"] .contacts-page .lead-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.76), transparent 64%);
}

:root[data-theme="light"] .contact-panel > *,
:root[data-theme="light"] .contacts-page .lead-form > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] .contact-panel a {
  color: var(--ink);
}

:root[data-theme="light"] .contact-panel a:hover {
  color: #1f4fbf;
}

:root[data-theme="light"] .contacts-page .lead-form label {
  color: var(--ink);
}

:root[data-theme="light"] .contacts-page .lead-form input,
:root[data-theme="light"] .contacts-page .lead-form textarea {
  border-color: rgba(42, 59, 83, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

@media (max-width: 760px) {
  :root[data-theme="light"] .contacts-page .lead-section {
    padding: 28px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root[data-theme="light"] .contacts-page .prices-hero::before,
  :root[data-theme="light"] .contacts-page .lead-section::before {
    animation: none;
  }
}

body:not(.admin-body) {
  padding-top: 94px;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120;
}

.site-header .header-phone {
  display: inline-flex;
}

@media (max-width: 1120px) {
  body:not(.admin-body) {
    padding-top: 102px;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .site-header .main-nav {
    max-width: calc(100vw - 430px);
  }
}

@media (max-width: 980px) {
  body:not(.admin-body) {
    padding-top: 150px;
  }

  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
  }

  .site-header .main-nav {
    width: 100%;
    max-width: none;
  }

  .site-header .header-actions {
    width: 100%;
    justify-content: center;
    overflow: visible;
  }
}

@media (max-width: 620px) {
  .brand-lockup {
    width: 100%;
    padding: 10px;
  }

  .brand-lockup img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }

  .brand-lockup strong {
    font-size: 20px;
  }
}

@media (max-width: 620px) {
  body:not(.admin-body) {
    padding-top: 68px;
  }

  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
  }

  .site-header .mobile-menu-toggle {
    display: inline-flex;
    width: 74px;
    height: 38px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 6px 0 28px;
  }

  .site-header .mobile-menu-toggle span {
    left: 16px;
    width: 15px;
  }

  .site-header .mobile-menu-toggle b {
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }

  .site-header .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    z-index: 122;
    display: none;
    width: auto;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 6px;
    border: 1px solid rgba(185, 169, 214, 0.2);
    border-radius: 8px;
    background:
      radial-gradient(circle at 12% 0%, rgba(160, 32, 240, 0.16), transparent 34%),
      rgba(11, 9, 22, 0.96);
    padding: 10px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
  }

  .site-header.is-menu-open .main-nav {
    display: grid;
  }

  .site-header .main-nav a {
    justify-content: flex-start;
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
    text-align: left;
  }

  :root[data-theme="light"] .site-header .main-nav {
    border-color: rgba(42, 59, 83, 0.12);
    background:
      radial-gradient(circle at 12% 0%, rgba(31, 111, 255, 0.1), transparent 34%),
      #fff;
    box-shadow: 0 24px 70px rgba(26, 39, 68, 0.16);
  }

  .site-header .header-actions {
    display: grid;
    grid-template-columns: 60px auto minmax(104px, 1fr);
    width: 100%;
    min-width: 0;
    gap: 6px;
    align-items: center;
    justify-content: stretch;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }

  .site-header .theme-toggle {
    display: grid;
    width: 60px;
    min-height: 36px;
    min-width: 0;
    padding: 3px;
  }

  .site-header .theme-toggle::before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: calc(50% - 3px);
  }

  .site-header .theme-toggle-option {
    min-height: 28px;
    font-size: 0;
  }

  .site-header .theme-toggle-option::before {
    font-size: 16px;
    line-height: 1;
  }

  .site-header .theme-toggle-option-dark::before {
    content: "☾";
  }

  .site-header .theme-toggle-option-light::before {
    content: "☀";
  }

  .site-header .header-socials {
    display: flex;
    gap: 4px;
    justify-content: flex-end;
  }

  .site-header .header-socials a {
    min-width: 26px;
    min-height: 26px;
    padding: 0;
    font-size: 10px;
  }

  .site-header .header-phone {
    grid-column: auto;
    width: auto;
    min-width: 0;
    min-height: 32px;
    padding: 0 6px;
    font-size: 12px;
  }

  :root[data-theme="light"] .site-header .header-actions {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 380px) {
  body:not(.admin-body) {
    padding-top: 66px;
  }

  .site-header {
    padding: 8px;
  }

  .site-header .header-actions {
    grid-template-columns: 56px auto minmax(100px, 1fr);
    gap: 5px;
  }

  .site-header .theme-toggle {
    width: 56px;
    min-width: 0;
  }

  .site-header .header-socials {
    gap: 3px;
  }

  .site-header .header-socials a {
    min-width: 24px;
    min-height: 24px;
    font-size: 9px;
  }

  .site-header .header-phone {
    width: auto;
    padding: 0 5px;
    font-size: 11px;
  }
}

@media (max-width: 340px) {
  .site-header {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 4px;
    padding: 7px 6px;
  }

  .site-header .mobile-menu-toggle {
    width: 58px;
    height: 34px;
    padding: 0 3px 0 20px;
  }

  .site-header .mobile-menu-toggle span {
    left: 12px;
    width: 13px;
  }

  .site-header .mobile-menu-toggle b {
    font-size: 10px;
  }

  .site-header .header-actions {
    grid-template-columns: 48px 66px minmax(84px, 1fr);
    gap: 4px;
  }

  .site-header .theme-toggle {
    width: 48px;
    min-height: 32px;
    padding: 3px;
  }

  .site-header .theme-toggle-option {
    min-height: 24px;
  }

  .site-header .theme-toggle-option::before {
    font-size: 14px;
  }

  .site-header .header-socials {
    gap: 2px;
  }

  .site-header .header-socials a {
    min-width: 20px;
    min-height: 20px;
    font-size: 8px;
  }

  .site-header .header-phone {
    min-height: 30px;
    padding: 0 3px;
    font-size: 10px;
  }
}

/* Home page light-theme polish */
.site-footer {
  padding-bottom: 18px;
}

:root[data-theme="light"] #services,
:root[data-theme="light"] .ai-section,
:root[data-theme="light"] .split-section,
:root[data-theme="light"] .cases-preview,
:root[data-theme="light"] .process-modern {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(42, 59, 83, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 12%, rgba(31, 111, 255, 0.1), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 167, 199, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  box-shadow: 0 24px 72px rgba(26, 39, 68, 0.1);
}

:root[data-theme="light"] #services,
:root[data-theme="light"] .split-section {
  padding: 42px;
}

:root[data-theme="light"] #services > *,
:root[data-theme="light"] .ai-section > *,
:root[data-theme="light"] .split-section > *,
:root[data-theme="light"] .cases-preview > *,
:root[data-theme="light"] .process-modern > * {
  position: relative;
  z-index: 1;
}

:root[data-theme="light"] #services::before,
:root[data-theme="light"] .ai-section::before,
:root[data-theme="light"] .split-section::before,
:root[data-theme="light"] .cases-preview::before,
:root[data-theme="light"] .process-modern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 255, 0.082) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 255, 0.068) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(201, 138, 42, 0.072) 23px 24px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 56px 56px, 56px 56px, 120px 120px;
  mask-image:
    radial-gradient(circle at 22% 52%, rgba(0, 0, 0, 0.78), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 0, 0, 0.56), transparent 24%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78), transparent 74%);
  opacity: 0.92;
  animation: aboutPatternDrift 28s linear infinite;
}

:root[data-theme="light"] #services::after,
:root[data-theme="light"] .ai-section::after,
:root[data-theme="light"] .split-section::after,
:root[data-theme="light"] .cases-preview::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(31, 111, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(31, 111, 255, 0.13) 18% calc(18% + 1px), transparent calc(18% + 1px)),
    linear-gradient(90deg, transparent 0 64%, rgba(201, 138, 42, 0.18) 64% calc(64% + 1px), transparent calc(64% + 1px)),
    linear-gradient(0deg, transparent 0 42%, rgba(31, 111, 255, 0.11) 42% calc(42% + 1px), transparent calc(42% + 1px));
  mask-image:
    radial-gradient(circle at 18% 58%, rgba(0, 0, 0, 0.72), transparent 26%),
    linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.68) 16%, rgba(0, 0, 0, 0.46) 72%, transparent);
}

:root[data-theme="light"] .service-icon {
  border-color: rgba(31, 111, 255, 0.18);
  background:
    radial-gradient(circle at 28% 18%, rgba(0, 167, 199, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(31, 111, 255, 0.12), rgba(255, 255, 255, 0.9));
  color: #1f4fbf;
  box-shadow: 0 14px 34px rgba(31, 111, 255, 0.12);
}

:root[data-theme="light"] .ai-section h2,
:root[data-theme="light"] .ai-grid h3,
:root[data-theme="light"] .split-section h2,
:root[data-theme="light"] .process-modern h2,
:root[data-theme="light"] .process-list strong {
  color: var(--ink);
}

:root[data-theme="light"] .ai-copy p,
:root[data-theme="light"] .ai-grid p,
:root[data-theme="light"] .split-section .insight-list,
:root[data-theme="light"] .process-modern .section-head p,
:root[data-theme="light"] .process-list p,
:root[data-theme="light"] .process-list small {
  color: var(--muted);
}

:root[data-theme="light"] .ai-grid span,
:root[data-theme="light"] .process-list span {
  border: 1px solid rgba(31, 111, 255, 0.16);
  background: rgba(31, 111, 255, 0.08);
  color: #1f4fbf;
}

:root[data-theme="light"] .chat-automation {
  background:
    radial-gradient(circle at 82% 12%, rgba(31, 111, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9));
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
}

:root[data-theme="light"] .chat-message {
  border-color: rgba(42, 59, 83, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

:root[data-theme="light"] .chat-message.bot {
  border-color: rgba(31, 111, 255, 0.16);
  background: rgba(31, 111, 255, 0.08);
}

:root[data-theme="light"] .chat-message.crm {
  border-color: rgba(20, 149, 111, 0.2);
  background: rgba(20, 149, 111, 0.08);
  color: #087b5d;
}

:root[data-theme="light"] .process-list li {
  border-color: rgba(42, 59, 83, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.9)),
    #fff;
  box-shadow: 0 18px 54px rgba(26, 39, 68, 0.08);
}

:root[data-theme="light"] .process-list em {
  border-color: rgba(20, 149, 111, 0.2);
  background: rgba(20, 149, 111, 0.08);
  color: #087b5d;
}

:root[data-theme="light"] .process-list small {
  border-top-color: rgba(42, 59, 83, 0.12);
}

:root[data-theme="light"] .process-modern::before {
  background: linear-gradient(90deg, rgba(31, 111, 255, 0.04), rgba(31, 111, 255, 0.28), rgba(0, 167, 199, 0.24), rgba(31, 111, 255, 0.04));
}

@media (prefers-reduced-motion: reduce) {
  :root[data-theme="light"] #services::before,
  :root[data-theme="light"] .ai-section::before,
  :root[data-theme="light"] .split-section::before,
  :root[data-theme="light"] .cases-preview::before,
  :root[data-theme="light"] .process-modern::after {
    animation: none;
  }
}

@media (max-width: 760px) {
  :root[data-theme="light"] #services,
  :root[data-theme="light"] .split-section {
    padding: 28px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .quick-path,
  .faq-section,
  .tariff-choice {
    padding: 24px 18px;
  }

  .quick-path-grid,
  .faq-grid,
  .tariff-choice-grid {
    gap: 10px;
  }

  .quick-path-grid a,
  .faq-grid article,
  .tariff-choice-grid article {
    padding: 14px;
  }

  .tariff-choice-grid .secondary-button {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 14px;
  }

  :root[data-theme="light"] #services,
  :root[data-theme="light"] .split-section {
    padding: 22px;
  }
}

@media (max-width: 620px) {
  .report-modal {
    align-items: start;
    padding: 12px;
  }

  .report-modal-panel.service-detail-panel {
    width: min(100%, 420px);
    max-height: calc(100vh - 24px);
    gap: 16px;
    padding: 20px;
  }

  .service-detail-panel .modal-head {
    gap: 12px;
  }

  .service-detail-panel .modal-head h2 {
    max-width: none;
    font-size: clamp(25px, 8vw, 32px);
    line-height: 1.08;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-detail-lead {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .service-detail-list {
    gap: 8px;
  }

  .service-detail-list li {
    padding: 12px 12px 12px 34px;
    line-height: 1.42;
  }

  .service-detail-list li::before {
    top: 17px;
    left: 13px;
  }

  .service-detail-result {
    padding: 16px;
  }

  .service-detail-result p {
    font-size: 16px;
    line-height: 1.45;
  }
}

:root[data-theme="light"] .secondary-button {
  border-color: rgba(31, 111, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(221, 237, 255, 0.94)),
    #fff;
  color: #0f3f91;
  box-shadow: 0 12px 30px rgba(31, 111, 255, 0.12);
}

:root[data-theme="light"] .secondary-button:hover {
  border-color: rgba(0, 167, 199, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(210, 245, 251, 0.96)),
    #fff;
  color: #095b91;
  box-shadow: 0 16px 38px rgba(0, 167, 199, 0.16);
}
