.elementor-13 .elementor-element.elementor-element-c5c3168{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-01d5d6c */:root {
      --bg: #050816;
      --bg-alt: #070b1f;
      --accent: #4f46e5;
      --accent-soft: rgba(79, 70, 229, 0.25);
      --accent-2: #22d3ee;
      --accent-2-soft: rgba(34, 211, 238, 0.2);
      --text: #f9fafb;
      --muted: #9ca3af;
      --card: #0b1020;
      --border-soft: rgba(148, 163, 184, 0.2);
      --radius-lg: 20px;
      --radius-xl: 26px;
      --shadow-3d: 0 18px 45px rgba(15, 23, 42, 0.75);
      --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.6);
      --transition: 220ms ease-out;
      --max-width: 1120px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: "Montsserat", sans-serif;
      background: radial-gradient(circle at 0% 0%, #1e293b 0, #020617 35%, #020617 100%);
      color: var(--text);
      line-height: 1.6;
      min-height: 100vh;
      scroll-behavior: smooth;
    }
    html, body {
      max-width: 100%;
      overflow-x: hidden;
    }

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

    main { width: 100%; }

    .page-wrap {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0px 14px 26px;
    }

    /* HEADER */

    header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(22px);
      background: linear-gradient(to bottom, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.5), transparent);
      border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    }

    .header-inner {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 6px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    .logo-block {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .logo-img{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display:block;

  /* съедаем внешнюю белую рамку */
  clip-path: circle(46% at 50% 50%);

  /* отделение от хедера */
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.55))
          drop-shadow(0 0 18px rgba(79,70,229,.28));
}


    .logo-text-main {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.03em;
    }
    .logo-text-sub {
      font-size: 0.76rem;
      color: var(--muted);
    }

    nav {
      display: flex;
      align-items: center;
      gap: 16px;
      font-size: 0.9rem;
    }

    .nav-link {
      position: relative;
      padding-bottom: 2px;
      color: var(--muted);
    }

    .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 0;
      background: linear-gradient(90deg, var(--accent-2), var(--accent));
      transition: width var(--transition);
    }

    .nav-link:hover { color: var(--text); }
    .nav-link:hover::after { width: 100%; }

    .nav-cta {
      padding: 7px 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, #1E293B, #1B3A46);
      border: 1px solid rgba(255,255,255,0.08);
      color: #E2E8F0;
      font-size: 0.9rem;
      font-weight: 600;
      box-shadow:
        0 6px 14px rgba(0,0,0,0.35),
        inset 0 0 12px rgba(255,255,255,0.02);
      transition: 160ms ease;
    }

    .nav-cta:hover {
      transform: translateY(-1px);
      box-shadow:
        0 10px 20px rgba(0,0,0,0.45),
        inset 0 0 14px rgba(255,255,255,0.04);
    }

    .nav-cta span {
      display: inline-block;
      transform: translateX(0);
      transition: transform var(--transition);
    }
    .nav-cta:hover span:last-child { transform: translateX(3px); }

    .burger {
      display: none;
      width: 32px;
      height: 32px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: rgba(15, 23, 42, 0.9);
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .burger-lines {
      width: 16px;
      height: 12px;
      position: relative;
    }
    .burger-lines span {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      border-radius: 999px;
      background: #e5e7eb;
      transition: transform 160ms ease, opacity 160ms ease, top 160ms ease, bottom 160ms ease;
    }
    .burger-lines span:nth-child(1) { top: 0; }
    .burger-lines span:nth-child(2) { top: 5px; }
    .burger-lines span:nth-child(3) { bottom: 0; }

    .burger.open .burger-lines span:nth-child(1) {
      top: 5px;
      transform: rotate(45deg);
    }
    .burger.open .burger-lines span:nth-child(2) { opacity: 0; }
    .burger.open .burger-lines span:nth-child(3) {
      bottom: 5px;
      transform: rotate(-45deg);
    }

    .nav-desktop { display: flex; }
    .nav-mobile {
      display: none;
      border-top: 1px solid rgba(148, 163, 184, 0.18);
      padding: 8px 16px 12px;
      background: rgba(2, 6, 23, 0.96);
    }
    .nav-mobile-links {
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 0.92rem;
    }

    /* HERO */

    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.05fr);
      gap: 32px;
      align-items: center;
      padding: 0px 0 20px;
      position: relative;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 6px 11px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.35);
      background: radial-gradient(circle at 0 0, rgba(34, 211, 238, 0.2), rgba(15, 23, 42, 0.96));
      font-size: 0.78rem;
      color: var(--muted);
      margin-bottom: 14px;
    }
    .hero-badge-dot {
      width: 9px; height: 9px; border-radius: 999px;
      background: radial-gradient(circle at 30% 20%, #ffffff, var(--accent-2));
      box-shadow: 0 0 8px rgba(34, 211, 238, 0.9);
    }

    .hero-title {
      font-size: clamp(2.2rem, 4vw, 3rem);
      line-height: 1.1;
      margin-bottom: 14px;
    }
    .hero-title span {
      background: linear-gradient(120deg, var(--accent-2), var(--accent));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-sub {
      font-size: 0.98rem;
      color: var(--muted);
      max-width: 480px;
      margin-bottom: 18px;
    }

    .hero-usps {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }

    .hero-usp-pill {
      padding: 6px 11px;
      border-radius: 999px;
      font-size: 0.78rem;
      border: 1px solid rgba(148, 163, 184, 0.4);
      color: var(--muted);
      background: radial-gradient(circle at 0 0, rgba(79, 70, 229, 0.36), rgba(15, 23, 42, 0.98));
    }

    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      align-items: center;
      margin-bottom: 6px !important;
    }

    .btn-primary {
      padding: 11px 22px;
      border-radius: 999px;
      border: none;
      background: linear-gradient(135deg, var(--accent-2), var(--accent));
      color: #0f172a;
      font-weight: 600;
      font-size: 0.96rem;
      cursor: pointer;
      box-shadow:
        0 12px 30px rgba(37, 99, 235, 0.7),
        0 0 0 1px rgba(15, 23, 42, 0.5);
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: transform 160ms ease, box-shadow 160ms ease;
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow:
        0 16px 40px rgba(37, 99, 235, 0.85),
        0 0 0 1px rgba(15, 23, 42, 0.7);
    }

    .btn-secondary {
      padding: 10px 19px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: rgba(15, 23, 42, 0.9);
      color: var(--muted);
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      transition: background var(--transition), border-color var(--transition), color var(--transition);
    }

    .btn-secondary:hover {
      background: rgba(15, 23, 42, 0.3);
      color: var(--text);
      border-color: rgba(148, 163, 184, 0.8);
    }

    .hero-note {
      font-size: 0.78rem;
      color: var(--muted);
    }
    .hero-note { margin-bottom: 4px !important; }
    .hero-note strong { color: var(--accent-2); font-weight: 600; }

    /* hero mini-bio – full width */

    .hero-bio {
      margin-top: 6px;
      grid-column: 1 / -1;
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%;
      padding: 14px 20px;
      border-radius: 20px;
      background: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.18), rgba(15, 23, 42, 0.97));
      border: 1px solid rgba(148, 163, 184, 0.45);
      box-shadow: 0 16px 36px rgba(15, 23, 42, 0.9);
    }

    .hero-bio-photo {
      width: 82px;
      height: 82px;
      border-radius: 999px;
      overflow: hidden;
      position: relative;
      flex-shrink: 0;
      background: radial-gradient(circle at 30% 0, #e5e7eb, #0f172a);
      box-shadow:
        0 0 0 2px rgba(15, 23, 42, 0.95),
        0 10px 22px rgba(15, 23, 42, 0.9);
    }

    .hero-bio-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .hero-bio-text-main {
      font-size: 0.9rem;
      font-weight: 600;
    }

    .hero-bio-text-sub {
      font-size: 0.8rem;
      color: var(--muted);
    }

    /* адаптация */

    @media (max-width: 900px) { .hero-bio { margin-top: 6px; } }

    @media (max-width: 780px) {
      .hero-bio {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        padding: 12px 16px;
        margin-top: 6px;
      }
    }

    @media (max-width: 600px) {
      .hero-bio {
        flex-direction: row;
        align-items: center;
        gap: 12px;
      }

      .hero-bio-photo { width: 68px; height: 68px; }

      .hero-bio-text-main { font-size: 0.88rem; }
      .hero-bio-text-sub { font-size: 0.78rem; }
    }

    /* HERO RIGHT: 3D */

    .hero-visual-wrapper {
      position: relative;
      min-height: 260px;
      display: flex;
      align-items: center;
      justify-content: center;
      perspective: 1400px;
    }

    .hero-orbit {
      position: absolute;
      inset: -20px;
      filter: blur(32px);
      opacity: 0.9;
      background:
        radial-gradient(circle at 0% 0%, rgba(34, 211, 238, 0.24), transparent 55%),
        radial-gradient(circle at 100% 0%, rgba(79, 70, 229, 0.35), transparent 60%),
        radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.22), transparent 55%);
      mix-blend-mode: screen;
      pointer-events: none;
    }

    .hero-3d-stack {
      width: 100%;
      max-width: 420px;
      transform-style: preserve-3d;
      transform: rotateX(13deg) rotateY(-21deg);
      transition: transform 280ms ease-out;
    }

    .hero-3d-layer {
      position: relative;
      border-radius: var(--radius-xl);
      padding: 18px 20px;
      background:
        radial-gradient(circle at 5% 0%, rgba(248, 250, 252, 0.08), rgba(15, 23, 42, 0.98));
      border: 1px solid rgba(148, 163, 184, 0.2);
      box-shadow: var(--shadow-3d);
      transform-style: preserve-3d;
    }

    .hero-3d-layer::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      border: 1px solid rgba(248, 250, 252, 0.08);
      mix-blend-mode: screen;
      pointer-events: none;
    }

    .hero-3d-metric-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 8px;
    }
    .hero-metric { flex: 1; }
    .hero-metric-label {
      font-size: 0.7rem;
      color: var(--muted);
      margin-bottom: 2px;
    }
    .hero-metric-value {
      font-size: 1.05rem;
      font-weight: 600;
      display: inline-flex;
      align-items: baseline;
      gap: 3px;
    }
    .hero-metric-tag { font-size: 0.7rem; color: #22c55e; }

    .hero-3d-chart {
      margin-top: 10px;
      height: 120px;
      border-radius: 16px;
      background: radial-gradient(circle at 0 100%, rgba(34, 197, 94, 0.2), rgba(15, 23, 42, 0.95));
      padding: 10px 12px;
      position: relative;
      overflow: hidden;
    }
    .hero-3d-chart-grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(to right, rgba(148, 163, 184, 0.14) 1px, transparent 1px),
        linear-gradient(to top, rgba(148, 163, 184, 0.14) 1px, transparent 1px);
      background-size: 32px 32px;
      opacity: 0.5;
      transform: translate3d(0, 0, 0);
    }
    .hero-3d-chart-line {
      position: absolute;
      inset: 18% 8% 10% 4%;
      display: flex;
      align-items: flex-end;
      gap: 6px;
      transform: translateZ(22px);
    }
    .hero-3d-chart-bar {
      flex: 1;
      border-radius: 999px;
      background: linear-gradient(to top, rgba(56, 189, 248, 0), rgba(56, 189, 248, 0.7));
      position: relative;
      overflow: hidden;
    }
    .hero-3d-chart-bar.highlight {
      background: linear-gradient(to top, rgba(52, 211, 153, 0), rgba(52, 211, 153, 0.9));
      box-shadow: 0 0 14px rgba(52, 211, 153, 0.9);
    }

    .hero-3d-chart-floating-label {
      position: absolute;
      right: 12px;
      top: 12px;
      padding: 4px 8px;
      border-radius: 999px;
      font-size: 0.72rem;
      background: rgba(15, 23, 42, 0.92);
      color: var(--accent-2);
      border: 1px solid rgba(56, 189, 248, 0.6);
      box-shadow: 0 10px 18px rgba(15, 23, 42, 0.86);
    }

    .hero-3d-layer-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 12px;
      font-size: 0.78rem;
      color: var(--muted);
    }

    .hero-3d-pill {
      padding: 4px 9px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.4);
    }
    .hero-3d-status {
      color: #22c55e;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }

    /* Sections common */

    section { margin-top: 40px; }

    .section-label {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--muted);
      margin-bottom: 4px;
    }

    .section-title { font-size: 1.6rem; margin-bottom: 10px; }

    .section-desc {
      font-size: 0.95rem;
      color: var(--muted);
      max-width: 600px;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 24px;
      align-items: flex-start;
    }

    .card {
      background: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.18), rgba(15, 23, 42, 0.96));
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-soft);
      padding: 18px 18px 16px;
      box-shadow: var(--shadow-soft);
    }
    .card h3 { font-size: 1.05rem; margin-bottom: 6px; }
    .card p { font-size: 0.9rem; color: var(--muted); }

    /* 3D service cards */

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      gap: 18px;
      margin-top: 22px;
    }

    .tilt-card {
      background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.22), rgba(15, 23, 42, 0.98));
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, 0.35);
      padding: 16px 15px 14px;
      box-shadow: var(--shadow-3d);
      position: relative;
      transform-style: preserve-3d;
      transform: perspective(900px) rotateX(0) rotateY(0) translateZ(0);
      transition: transform 220ms ease-out, box-shadow 220ms ease-out, border-color 220ms ease-out;
      cursor: default;
      overflow: hidden;
    }

    .tilt-card::before {
      content: "";
      position: absolute;
      inset: -40%;
      opacity: 0;
      background: radial-gradient(circle at 10% 0, rgba(248, 250, 252, 0.4), transparent 50%);
      transition: opacity 200ms ease-out, transform 200ms ease-out;
      transform: translate3d(-10px, -10px, 0);
      pointer-events: none;
    }

    .tilt-card:hover {
      border-color: rgba(248, 250, 252, 0.5);
      box-shadow:
        0 22px 50px rgba(15, 23, 42, 0.95),
        0 0 0 1px rgba(15, 23, 42, 0.8);
    }

    .tilt-card:hover::before {
      opacity: 1;
      transform: translate3d(5px, 4px, 0);
    }

    .tilt-card-title { font-size: 0.98rem; font-weight: 600; margin-bottom: 4px; }
    .tilt-card-sub { font-size: 0.8rem; color: var(--muted); margin-bottom: 10px; }
    .tilt-tag {
      display: inline-flex;
      padding: 3px 8px;
      border-radius: 999px;
      font-size: 0.72rem;
      background: rgba(15, 23, 42, 0.92);
      border: 1px solid rgba(148, 163, 184, 0.5);
      margin-bottom: 6px;
    }

    .tilt-points { font-size: 0.8rem; color: var(--muted); }
    .tilt-points span { display: inline-block; margin-right: 6px; }

    /* Process */

    .process-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 16px;
      margin-top: 18px;
      font-size: 0.85rem;
    }

    .process-step {
      background: var(--bg-alt);
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, 0.25);
      padding: 12px 13px 12px;
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.7);
    }

    .process-step-head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 2px;
    }

    .process-step-label {
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--muted);
    }

    .process-step-num { font-size: 0.78rem; color: var(--accent-2); }

    .process-step-title { font-size: 0.9rem; margin-bottom: 3px; }

    .process-step p { color: var(--muted); font-size: 0.8rem; }

    /* Cases slider */

    .cases-slider-wrap {
      position: relative;
      margin-top: 27px;
      padding-top: 20px;
    }

    .cases-track {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding-bottom: 6px;
    }

    .cases-track::-webkit-scrollbar { height: 6px; }
    .cases-track::-webkit-scrollbar-track {
      background: rgba(15, 23, 42, 0.9);
      border-radius: 999px;
    }
    .cases-track::-webkit-scrollbar-thumb {
      background: linear-gradient(90deg, var(--accent-2), var(--accent));
      border-radius: 999px;
    }

    .case-card {
      min-width: 270px;
      max-width: 290px;
      background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.2), rgba(15, 23, 42, 0.98));
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, 0.4);
      padding: 14px 14px 12px;
      box-shadow: var(--shadow-soft);
      font-size: 0.85rem;
      position: relative;
      transform-style: preserve-3d;
      transform: perspective(900px) rotateX(0) rotateY(0);
      transition: transform 200ms ease-out, box-shadow 200ms ease-out;
    }
    .case-card:hover {
      transform: perspective(900px) rotateX(-4deg) rotateY(3deg) translateY(-2px);
      box-shadow: 0 22px 50px rgba(15, 23, 42, 0.95);
    }

    .case-image {
      width: 100%;
      border-radius: 18px;
      margin: 10px 0 12px;
      padding: 5px;
      background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.9));
      border: 1px solid rgba(148, 163, 184, 0.45);
      box-shadow:
        0 12px 26px rgba(15, 23, 42, 0.9),
        0 0 18px rgba(34, 197, 94, 0.35);
    }

    .case-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 14px;
      object-fit: contain;
      filter: brightness(0.98) saturate(1.12);
      transition: transform 0.35s ease, filter 0.35s ease;
    }

    .case-card:hover .case-image img {
      transform: scale(1.02);
      filter: brightness(1.05) saturate(1.25);
    }

    .case-tag { font-size: 0.72rem; color: var(--muted); margin-bottom: 4px; }
    .case-title { font-size: 0.98rem; margin-bottom: 6px; }
    .case-metrics {
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-top: 6px;
      font-size: 0.78rem;
    }
    .case-metric-pill {
      padding: 3px 7px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(15, 23, 42, 0.9);
    }

    .case-growth {
      display: inline-block;
      padding: 1px 7px;
      border-radius: 999px;
      background: linear-gradient(135deg, #22D3EE, #4ADE80);
      color: #0f172a;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 0 14px rgba(34, 211, 238, 0.75);
      margin-right: 4px;
    }

    .cases-nav {
      position: absolute;
      top: 0;
      right: 8px;
      display: flex;
      gap: 8px;
      transform: translateY(-120%);
    }
    .cases-btn {
      width: 25px;
      height: 25px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: rgba(15, 23, 42, 0.96);
      cursor: pointer;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Plans */

    .plans-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 18px;
      margin-top: 22px;
      font-size: 0.9rem;
    }

    .plan-card {
      background: var(--card);
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, 0.25);
      padding: 15px 16px 14px;
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.75);
    }

    .plan-name { font-size: 1rem; margin-bottom: 4px; }
    .plan-desc { font-size: 0.82rem; color: var(--muted); margin-bottom: 8px; }
    .plan-fit { font-size: 0.78rem; color: var(--muted); margin-bottom: 8px; }
    .plan-fit strong { color: var(--accent-2); }
    .plan-label {
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--muted);
      margin-bottom: 4px;
    }
    .plan-badge {
      display: inline-flex;
      padding: 3px 7px;
      border-radius: 999px;
      font-size: 0.7rem;
      background: rgba(22, 163, 74, 0.08);
      border: 1px solid rgba(34, 197, 94, 0.55);
      color: #4ade80;
      margin-left: 6px;
    }

    /* FAQ */

    .faq-shell {
      margin-top: 18px;
      background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.96));
      border-radius: var(--radius-xl);
      border: 1px solid rgba(148, 163, 184, 0.35);
      padding: 18px 18px 16px;
      box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.95),
        0 0 0 1px rgba(15, 23, 42, 0.7);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 22px;
      font-size: 0.9rem;
    }

    .faq-item {
      border-bottom: 1px solid rgba(148, 163, 184, 0.22);
      padding: 10px 0 12px;
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    .faq-item:last-child { border-bottom: none; }

    .faq-icon {
      width: 14px;
      height: 14px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 30%, #22d3ee, #4f46e5);
      box-shadow:
        0 0 10px rgba(34, 211, 238, 0.9),
        0 0 20px rgba(79, 70, 229, 0.7);
      flex-shrink: 0;
    }

    .faq-text { flex: 1; }
    .faq-q { font-size: 0.92rem; margin-bottom: 3px; }
    .faq-a { font-size: 0.84rem; color: var(--muted); }

    /* Contact */

    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
      gap: 24px;
      margin-top: 18px;
      align-items: flex-start;
    }

    .contact-card {
      background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.18), rgba(15, 23, 42, 0.96));
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, 0.46);
      padding: 16px 16px 14px;
      box-shadow: var(--shadow-soft);
      font-size: 0.9rem;
    }

    .contact-meta { font-size: 0.86rem; color: var(--muted); }
    .contact-meta a { color: var(--accent-2); }

    .social-list {
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      gap: 6px;
      font-size: 0.85rem;
    }
    .social-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .social-icon {
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.6), rgba(15, 23, 42, 0.96));
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
    }

    /* SEO TEXT BLOCK */

    .seo-text-shell { margin-top: 40px; }

    .seo-text-window {
      margin-top: 12px;
      max-height: 320px;
      min-height: 220px;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(148, 163, 184, 0.4);
      background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.95));
      overflow-y: auto;
      padding: 14px 14px 18px;
      font-size: 0.88rem;
      color: var(--muted);
      box-shadow: 0 20px 45px rgba(15, 23, 42, 0.9);
    }

    .seo-text-window::-webkit-scrollbar { width: 7px; }
    .seo-text-window::-webkit-scrollbar-track {
      background: rgba(15, 23, 42, 0.9);
      border-radius: 999px;
    }
    .seo-text-window::-webkit-scrollbar-thumb {
      background: linear-gradient(var(--accent-2), var(--accent));
      border-radius: 999px;
    }

    /* FOOTER */

    footer {
      border-top: 1px solid rgba(148, 163, 184, 0.24);
      margin-top: 42px;
      padding-top: 14px;
      font-size: 0.78rem;
      color: var(--muted);
    }

    footer .footer-inner {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 16px 22px;
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    footer a { color: var(--accent-2); }

    /* STICKY CONTACT WIDGET */

    .floating-contact {
      position: fixed;
      right: 16px;
      bottom: 18px;
      z-index: 60;
      font-size: 0.85rem;
    }

    .floating-toggle {
      border-radius: 999px;
      padding: 9px 14px;
      background: linear-gradient(135deg, var(--accent-2), var(--accent));
      color: #0f172a;
      font-weight: 600;
      border: none;
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.9);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .floating-panel {
      margin-top: 8px;
      border-radius: 18px;
      background: rgba(15, 23, 42, 0.98);
      border: 1px solid rgba(148, 163, 184, 0.5);
      padding: 10px 12px 10px;
      box-shadow: 0 20px 50px rgba(15, 23, 42, 1);
      min-width: 230px;
      display: none;
    }
    .floating-panel.open { display: block; }

    .floating-row {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 6px;
    }
    .floating-row:last-child { margin-bottom: 0; }

    .floating-icon {
      width: 20px;
      height: 20px;
      border-radius: 999px;
      background: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.7), rgba(15, 23, 42, 0.96));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.78rem;
    }

    /* Responsive */

    @media (max-width: 900px) {
      .hero { grid-template-columns: minmax(0, 1fr); padding: 10px 0 18px; }
      .hero-visual-wrapper { order: -1; }
      .grid-2, .faq-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); }
    }

    @media (max-width: 780px) {
      .nav-desktop { display: none; }
      .burger { display: inline-flex; }
      .nav-mobile { display: none; }
      .nav-mobile.open { display: block; }

      .hero { padding-top: 6px; padding-bottom: 16px; }
      .hero-bio { margin-top: 10px; }
      section { margin-top: 28px; }

      .cases-nav { right: 0; transform: translateY(-110%); }
    }

    @media (max-width: 480px) {
      .hero-title { font-size: 1.9rem; }
      .hero-cta-row { flex-direction: column; align-items: stretch; }
      .btn-primary, .btn-secondary { justify-content: center; width: 100%; }
      .floating-contact { right: 10px; bottom: 12px; }
      .page-wrap { padding-left: 12px; padding-right: 12px; }
      .hero-3d-stack { max-width: 360px; transform: rotateX(8deg) rotateY(-12deg); }
    }

    /* Fully fixed header */
    header {
      position: fixed !important;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background: rgba(2, 6, 23, 0.9);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    }

    /* Push content down by header height */
    .page-wrap { padding-top: 90px; }

    .seo-scope-table-wrap{
      margin: 32px 0;
      overflow-x: auto;
      border-radius: 14px;
      border: 1px solid rgba(148,163,184,.22);
      background: rgba(2,6,23,.45);
    }

    /* таблица */
    .seo-scope-table{
      width: 100%;
      border-collapse: collapse;
      min-width: 760px;
    }

    /* заголовок */
    .seo-scope-table thead th{
      padding: 14px 16px;
      text-align: left;
      font-weight: 600;
      color: #e5e7eb;
      background: rgba(15,23,42,.65);
      border-bottom: 1px solid rgba(148,163,184,.25);
    }

    /* ячейки */
    .seo-scope-table th,
    .seo-scope-table td{
      padding: 14px 16px;
      vertical-align: top;
      border-bottom: 1px solid rgba(148,163,184,.18);
    }

    /* левая колонка */
    .seo-scope-table th:first-child,
    .seo-scope-table td:first-child{
      width: 200px;
      color: #e2e8f0;
      font-weight: 600;
      white-space: normal;
    }

    /* правая колонка */
    .seo-scope-table td{
      color: #cbd5e1;
      line-height: 1.65;
    }

    /* чередование */
    .seo-scope-table tbody tr:nth-child(even){ background: rgba(148,163,184,.04); }
    .seo-scope-table tbody tr:hover{ background: rgba(148,163,184,.06); }

    /* убрать линию в конце */
    .seo-scope-table tbody tr:last-child td{ border-bottom: none; }

    /* мобайл */
    @media (max-width: 720px){
      .seo-scope-table{ min-width: 0; }
      .seo-scope-table thead{ display: none; }

      .seo-scope-table,
      .seo-scope-table tbody,
      .seo-scope-table tr,
      .seo-scope-table td{
        display: block;
        width: 100%;
      }

      .seo-scope-table tbody tr{
        padding: 12px 12px;
        border-bottom: 1px solid rgba(148,163,184,.18);
      }

      .seo-scope-table tbody td{
        border: none;
        padding: 8px 10px;
        background: transparent;
      }

      .seo-scope-table tbody td:first-child{
        width: auto;
        font-weight: 700;
        margin-bottom: 6px;
        color: #e5e7eb;
      }
    }

    /* ====== PRO PRIVATE SEO ====== */
    .about-private{ margin-top: 28px; }

    .about-private-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
      margin-bottom: 18px;
    }

    .about-private-kicker{
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--muted);
      margin-bottom: 8px;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .about-private-kicker .kicker-pill{
      padding: 3px 10px;
      border-radius: 999px;
      border: 1px solid rgba(148,163,184,.28);
      background: rgba(2,6,23,.55);
    }

    .about-private-title{
      font-size: clamp(1.7rem, 3vw, 2.25rem);
      line-height: 1.15;
      margin-bottom: 10px;
      max-width: 860px;
    }

    .about-private-sub{
      color: var(--muted);
      font-size: 0.98rem;
      max-width: 920px;
    }

    .hl{
      display:inline-block;
      padding: 0 6px;
      border-radius: 8px;
      background: rgba(250, 204, 21, .95);
      color: #0b1020;
      font-weight: 800;
      box-shadow: 0 10px 22px rgba(250,204,21,.18);
    }

    .about-private-photo{
      flex-shrink:0;
      width: 100px;
      height: 100px;
      border-radius: 999px;
      overflow:hidden;
      background: radial-gradient(circle at 30% 0, #e5e7eb, #0f172a);
      border: 1px solid rgba(148,163,184,.35);
      box-shadow:
        0 0 0 2px rgba(2,6,23,.85),
        0 16px 34px rgba(15,23,42,.95);
      margin-top: 6px;
    }
    .about-private-photo img{
      width:100%;
      height:100%;
      object-fit: cover;
      display:block;
    }

    .about-private-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 18px;
      margin-top: 18px;
    }

    .about-private-card{
      background: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.16), rgba(15, 23, 42, 0.97));
      border-radius: var(--radius-xl);
      border: 1px solid rgba(148,163,184,.28);
      padding: 18px 18px 16px;
      box-shadow: var(--shadow-3d);
      position: relative;
      overflow: hidden;
    }

    .about-private-card::before{
      content:"";
      position:absolute;
      inset:-40%;
      opacity:.45;
      background:
        radial-gradient(circle at 12% 0, rgba(248,250,252,.25), transparent 52%),
        radial-gradient(circle at 100% 30%, rgba(34,211,238,.14), transparent 55%);
      pointer-events:none;
    }

    .about-private-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding: 6px 12px;
      border-radius: 999px;
      border: 1px solid rgba(148,163,184,.35);
      background: rgba(2,6,23,.55);
      color: #e5e7eb;
      font-size: .86rem;
      font-weight: 700;
      position: relative;
      z-index: 1;
      margin-bottom: 12px;
    }

    .about-private-h3{
      font-size: 1.15rem;
      line-height: 1.2;
      margin-bottom: 10px;
      position: relative;
      z-index: 1;
    }

    .about-private-p{
      color: var(--muted);
      font-size: .95rem;
      position: relative;
      z-index: 1;
    }

    .about-private-p + .about-private-p{ margin-top: 10px; }

    /* responsive */
    @media (max-width: 980px){
      .about-private-head{ align-items:flex-start; }
      .about-private-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }

    @media (max-width: 640px){
      .about-private-head{ flex-direction: column; }
      .about-private-photo{ width: 100px; height: 100px; margin-top: 0; }
      .about-private-grid{ grid-template-columns: 1fr; }
    }

    .fit{ margin-top: 34px; }

    .fit-head{
      max-width: 920px;
      margin-bottom: 16px;
    }

    .fit-title{
      font-size: clamp(1.6rem, 3vw, 2.05rem);
      line-height: 1.15;
      margin: 6px 0 8px;
    }

    .fit-sub{ color: var(--muted); font-size: 0.98rem; }

    .fit-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 18px;
      margin-top: 14px;
    }

    .fit-card{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(148,163,184,.26);
      background: radial-gradient(circle at 0 0, rgba(148,163,184,.12), rgba(15,23,42,.97));
      box-shadow: 0 18px 44px rgba(15,23,42,.85);
      padding: 18px 18px 16px;
      position: relative;
      overflow: hidden;
    }

    .fit-card::before{
      content:"";
      position:absolute;
      inset:-40%;
      opacity:.35;
      background:
        radial-gradient(circle at 10% 0, rgba(248,250,252,.22), transparent 55%),
        radial-gradient(circle at 100% 30%, rgba(34,211,238,.12), transparent 58%);
      pointer-events:none;
    }

    .fit-card--no::before{
      background:
        radial-gradient(circle at 10% 0, rgba(248,250,252,.18), transparent 55%),
        radial-gradient(circle at 100% 30%, rgba(79,70,229,.14), transparent 58%);
    }

    .fit-h3{
      font-size: 1.05rem;
      margin-bottom: 10px;
      position: relative;
      z-index: 1;
    }

    .fit-list{
      list-style: none;
      padding: 0;
      margin: 0;
      color: var(--muted);
      font-size: .92rem;
      line-height: 1.65;
      position: relative;
      z-index: 1;
    }

    .fit-list li{
      position: relative;
      padding-left: 18px;
      margin: 8px 0;
    }

    .fit-list li::before{
      content: "—";
      position: absolute;
      left: 0;
      color: rgba(226,232,240,.9);
    }

    @media (max-width: 900px){ .fit-grid{ grid-template-columns: 1fr; } }/* End custom CSS */