/* Aggressive Cyberpunk Variables */
    :root {
      --bg-dark: #06060a;
      --bg-panel: #0d0d15;
      --border-neon: rgba(255, 42, 95, 0.35);
      --border-neon-hover: #ff2a5f;
      --neon-pink: #ff2a5f;
      --neon-cyan: #00f0ff;
      --text-white: #ffffff;
      --text-gray: #8f92a1;
      --font-display: 'Unbounded', 'Orbitron', sans-serif;
      --font-sans: 'Montserrat', sans-serif;
      --font-mono: 'JetBrains Mono', monospace;
    }

    html {
      scroll-padding-top: 100px;
      overflow-x: hidden !important;
      max-width: 100vw !important;
      width: 100% !important;
    }

    html, body, * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      scroll-behavior: auto !important;
    }

    body {
      background-color: var(--bg-dark);
      background-image: 
        radial-gradient(var(--bg-dark) 40%, transparent 100%),
        linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
      background-size: 100% 100%, 30px 30px, 30px 30px;
      color: var(--text-white);
      font-family: var(--font-sans);
      font-weight: 500;
      line-height: 1.6;
      overflow-x: hidden !important;
      max-width: 100vw !important;
      width: 100% !important;
      -webkit-font-smoothing: antialiased;
    }

    /* Scrollbar */
    ::-webkit-scrollbar {
      width: 8px;
    }
    ::-webkit-scrollbar-track {
      background: var(--bg-dark);
    }
    ::-webkit-scrollbar-thumb {
      background: var(--neon-pink);
      border-radius: 4px;
    }

    /* Container */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
    }

    /* Cyber Panel / Bento Cards */
    .cyber-panel {
      border: 1px solid var(--border-neon);
      border-radius: 8px;
      padding: 32px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      background: var(--bg-panel);
    }

    .cyber-panel:not(.price-card) {
      background: 
        linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        var(--bg-panel);
      background-size: 20px 20px;
    }

    .cyber-panel:hover {
      border-color: var(--neon-pink);
      box-shadow: 0 0 25px rgba(255, 42, 95, 0.25);
      transform: translateY(-4px);
    }

    .cyber-panel:not(.price-card):hover {
      background-image: 
        linear-gradient(rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        var(--bg-panel);
    }

    /* Terminal Card header elements for pricing cards */
    .price-card {
      padding: 0 !important;
    }

    .price-card .card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px 20px;
      border-bottom: 1px solid rgba(0, 240, 255, 0.1);
      font-family: var(--font-mono);
      transition: border-bottom-color 0.3s ease;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
    }

    .price-card:hover .card-header {
      border-bottom-color: rgba(255, 42, 95, 0.25);
    }

    .price-card .card-title {
      color: var(--neon-cyan);
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: color 0.3s ease;
    }

    .price-card:hover .card-title {
      color: var(--neon-pink);
    }

    .price-card .card-title svg {
      width: 14px;
      height: 14px;
      stroke: currentColor;
    }


    .price-card .card-body {
      padding: 32px;
      height: calc(100% - 37px);
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    /* Cyber Corner Brackets */
    .cyber-panel::before, .cyber-panel::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-color: var(--neon-cyan);
      border-style: solid;
      pointer-events: none;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .cyber-panel::before {
      top: 5px;
      left: 5px;
      border-width: 2px 0 0 2px;
    }
    .cyber-panel::after {
      bottom: 5px;
      right: 5px;
      border-width: 0 2px 2px 0;
    }

    .cyber-panel:hover::before {
      border-color: var(--neon-pink);
    }
    .cyber-panel:hover::after {
      border-color: var(--neon-pink);
    }

    /* Technical Scanline effect on panels */
    .scanlines::before {
      content: " ";
      display: block;
      position: absolute;
      top: 0; left: 0; bottom: 0; right: 0;
      background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
      z-index: 2;
      background-size: 100% 3px, 6px 100%;
      pointer-events: none;
      opacity: 0.35;
      transition: opacity 0.3s ease;
      
      /* Reset cyber-panel::before corner bracket properties to prevent clash */
      border: none !important;
      width: 100% !important;
      height: 100% !important;
    }
    .scanlines:hover::before {
      opacity: 0.6; /* CRT screen flicker/intensification on hover */
    }

    /* Header & Navigation */
    /* Header & Navigation */
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: rgba(6, 6, 10, 0.95);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255, 42, 95, 0.2);
    }

    .header-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 76px;
      width: 100%;
      box-sizing: border-box;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      color: var(--text-white);
      font-family: var(--font-display);
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.08em;
      flex-shrink: 0;
      white-space: nowrap;
    }

    .logo-img-wrapper {
      position: relative;
      border: 1px solid var(--neon-pink);
      padding: 4px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-img-wrapper svg,
    .logo img {
      width: 24px;
      height: 24px;
      display: block;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 28px;
      margin-left: auto;
      margin-right: 24px;
    }

    nav a {
      color: var(--text-gray);
      text-decoration: none;
      font-family: var(--font-mono);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      transition: color 0.2s ease;
      position: relative;
      padding: 4px 0;
    }

    nav a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: var(--neon-pink);
      transition: width 0.2s ease;
    }

    nav a:hover {
      color: var(--text-white);
    }
    nav a:hover::after {
      width: 100%;
    }

    .mobile-nav-footer {
      display: none;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .lang-switcher {
      display: inline-flex;
      align-items: center;
      gap: 2px;
      background: rgba(255, 255, 255, 0.06);
      padding: 3px 4px;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      flex-shrink: 0;
    }

    .lang-link {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      padding: 3px 8px;
      border-radius: 4px;
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 700;
      transition: all 0.2s ease;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .lang-link:hover {
      color: var(--neon-cyan);
    }

    .lang-link.active {
      color: #ffffff;
      background: var(--neon-pink);
      box-shadow: 0 0 10px rgba(255, 42, 95, 0.5);
    }

    .burger-btn {
      display: none;
    }

    .header-cta {
      background: transparent;
      color: var(--neon-pink);
      border: 1px solid var(--neon-pink);
      padding: 9px 18px;
      border-radius: 4px;
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 0 10px rgba(255, 42, 95, 0.2);
      cursor: pointer;
      white-space: nowrap;
      flex-shrink: 0;
    }

    .header-cta svg {
      transition: color 0.2s ease, stroke 0.2s ease;
      color: currentColor;
    }

    .header-cta:hover {
      background: var(--neon-pink);
      color: white !important;
      box-shadow: 0 0 20px var(--neon-pink);
    }

    .header-cta:hover svg {
      color: white !important;
      stroke: white !important;
    }

    /* Buttons */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 16px 32px;
      border-radius: 4px;
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-decoration: none;
      cursor: pointer;
      text-transform: uppercase;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
      overflow: hidden;
    }

    .btn::before {
      content: '';
      position: absolute;
      top: 0; left: -100%; width: 100%; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: all 0.6s ease;
    }

    .btn:hover::before {
      left: 100%;
    }

    .btn-primary {
      background: var(--neon-pink);
      color: white;
      border: 1px solid var(--neon-pink);
      box-shadow: 0 0 15px rgba(255, 42, 95, 0.4);
    }

    .btn-primary:hover {
      background: white;
      color: black;
      border-color: white;
      box-shadow: 0 0 25px white;
    }

    .btn-secondary {
      background: transparent;
      color: var(--neon-cyan);
      border: 1px solid var(--neon-cyan);
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
    }

    .btn-secondary:hover {
      background: var(--neon-cyan);
      color: black;
      box-shadow: 0 0 25px var(--neon-cyan);
    }

    /* Cyberpunk cut-corner buttons for Hero CTAs - Premium Design */
    .hero-ctas .btn-primary {
      clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%, 0% 15px);
      border-radius: 0;
      border: none;
      background: linear-gradient(135deg, var(--neon-pink), #ff1a4a);
      color: #fff;
      font-size: 14px;
      letter-spacing: 0.1em;
      text-shadow: 0 2px 4px rgba(0,0,0,0.5);
      box-shadow: 
        0 0 20px rgba(255, 42, 95, 0.6),
        inset 0 0 10px rgba(255, 255, 255, 0.3);
      position: relative;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .hero-ctas .btn-primary::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.1) 2px, rgba(0,0,0,0.1) 4px);
      pointer-events: none;
      z-index: 2;
    }

    .hero-ctas .btn-primary:hover {
      background: linear-gradient(135deg, #ff5e84, var(--neon-pink));
      box-shadow: 
        0 0 35px rgba(255, 42, 95, 0.8),
        inset 0 0 15px rgba(255, 255, 255, 0.5);
      color: #fff;
      transform: translateY(-2px);
    }

    .hero-ctas .btn-secondary {
      clip-path: polygon(15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%, 0% 15px);
      border-radius: 0;
      border: none;
      background: var(--neon-cyan);
      color: var(--neon-cyan);
      font-size: 14px;
      letter-spacing: 0.1em;
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
      position: relative;
      z-index: 1;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .hero-ctas .btn-secondary::before {
      content: '';
      position: absolute;
      top: 2px; left: 2px; right: 2px; bottom: 2px;
      background: rgba(9, 9, 15, 0.95);
      z-index: -1;
      clip-path: polygon(14px 0%, 100% 0%, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0% 100%, 0% 14px);
      transition: background-color 0.4s ease;
    }

    .hero-ctas .btn-secondary:hover {
      color: #fff;
      box-shadow: 0 0 25px rgba(0, 240, 255, 0.5);
      text-shadow: 0 0 8px var(--neon-cyan);
      transform: translateY(-2px);
    }
    
    .hero-ctas .btn-secondary:hover::before {
      background: rgba(0, 240, 255, 0.15);
    }

    /* Hero Section */
    .hero {
      position: relative;
      margin-top: 80px; /* Offset for header */
      min-height: calc(100vh - 128px); /* 100vh minus header and ticker wrap height */
      display: flex;
      align-items: center;
      padding: 40px 0;
      overflow: hidden;
      /* background-image: url('/cyberpunk_hero.webp'); */
      /* background-size: auto 100%; */
      /* background-position: right center; */
      /* background-repeat: no-repeat; */
    }

    .hero-bg-video {
      position: absolute;
      top: 0;
      right: 0;
      width: 70%;
      height: 100%;
      object-fit: cover;
      object-position: right center;
      z-index: 0;
      pointer-events: none;
      
      
    }

    @media (max-width: 992px) {
      .hero-bg-video {
        width: 100%;
        opacity: 0.35;
        
        
      }
    }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0;
      margin-bottom: 22px;
      width: fit-content;
      font-family: var(--font-mono);
      font-size: 12.5px;
      letter-spacing: 0.08em;
    }

    .hero-tag .bracket {
      color: var(--neon-pink);
      font-weight: 800;
      font-size: 13px;
      text-shadow: 0 0 8px rgba(255, 42, 95, 0.7);
    }

    .hero-tag .tag-title {
      color: var(--neon-cyan);
      font-weight: 800;
      text-transform: uppercase;
      text-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
    }

    .hero-tag .tag-slash {
      color: rgba(255, 255, 255, 0.25);
      font-weight: 400;
      margin: 0 2px;
    }

    .hero-tag .tag-sub {
      color: rgba(255, 255, 255, 0.85);
      font-weight: 600;
      text-transform: uppercase;
    }

    .hero > .container {
      width: 100%;
      max-width: 1400px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .hero-reveal-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      pointer-events: none;
    }


    .hero-text {
      width: 100%;
      max-width: 600px;
    }

    .hero h1,
    .hero-title-block {
      display: block;
      margin-bottom: 24px;
      width: 100%;
      max-width: 600px;
    }

    .hero-title-block svg {
      width: 100%;
      height: auto;
      display: block;
      overflow: visible;
    }

    .hero-title-block text {
      text-transform: uppercase;
      user-select: none;
    }

    .svg-line-1,
    .svg-line-2 {
      fill: var(--text-white);
      filter: drop-shadow(2px 2px 0px rgba(255, 42, 95, 0.85)) drop-shadow(-2px -2px 0px rgba(0, 240, 255, 0.85));
    }

    .svg-line-3 {
      fill: var(--neon-cyan);
      filter: drop-shadow(-2px 2px 0px rgba(255, 42, 95, 0.85)) drop-shadow(0 0 15px rgba(0, 240, 255, 0.6));
      
      transform-origin: center;
    }

    

    /* Tag Glitch Effect (adapted from form-button style) */
    .tag-glitch {
      position: relative;
      display: inline-block;
      color: var(--neon-pink);
      text-shadow:
        0.05em 0 0 var(--neon-cyan),
        -0.03em -0.04em 0 rgba(255, 42, 95, 0.5),
        0.025em 0.04em 0 var(--neon-cyan);
      
    }

    .tag-glitch span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      color: var(--neon-pink);
    }

    .tag-glitch span:first-child {
      
      clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
      transform: translate(-0.04em, -0.03em);
      opacity: 0.75;
    }

    .tag-glitch span:last-child {
      
      clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
      transform: translate(0.04em, 0.03em);
      opacity: 0.75;
    }

    @keyframes tag-glitch-anim {
      0% {
        text-shadow:
          0.05em 0 0 var(--neon-cyan),
          -0.03em -0.04em 0 rgba(255, 42, 95, 0.5),
          0.025em 0.04em 0 var(--neon-cyan);
      }
      15% {
        text-shadow:
          0.05em 0 0 var(--neon-cyan),
          -0.03em -0.04em 0 rgba(255, 42, 95, 0.5),
          0.025em 0.04em 0 var(--neon-cyan);
      }
      16% {
        text-shadow:
          -0.05em -0.025em 0 var(--neon-cyan),
          0.025em 0.035em 0 rgba(255, 42, 95, 0.5),
          -0.05em -0.05em 0 var(--neon-cyan);
      }
      49% {
        text-shadow:
          -0.05em -0.025em 0 var(--neon-cyan),
          0.025em 0.035em 0 rgba(255, 42, 95, 0.5),
          -0.05em -0.05em 0 var(--neon-cyan);
      }
      50% {
        text-shadow:
          0.05em 0.035em 0 var(--neon-cyan),
          0.03em 0 0 rgba(255, 42, 95, 0.5),
          0 -0.04em 0 var(--neon-cyan);
      }
      99% {
        text-shadow:
          0.05em 0.035em 0 var(--neon-cyan),
          0.03em 0 0 rgba(255, 42, 95, 0.5),
          0 -0.04em 0 var(--neon-cyan);
      }
      100% {
        text-shadow:
          -0.05em 0 0 var(--neon-cyan),
          -0.025em -0.04em 0 rgba(255, 42, 95, 0.5),
          -0.04em -0.025em 0 var(--neon-cyan);
      }
    }

    .hero p {
      font-size: 16px;
      font-family: var(--font-mono);
      font-weight: 500;
      color: #e2e8f0;
      width: 100%;
      max-width: 600px;
      line-height: 1.75;
      margin-bottom: 36px;
      border-left: 3px solid var(--neon-pink);
      padding-left: 18px;
      text-shadow: 0 1px 4px rgba(0,0,0,0.8);
    }

    .hero p strong {
      color: #ffffff;
      font-weight: 700;
    }

    .hero p .badge-dr {
      color: var(--neon-cyan);
      background: rgba(0, 240, 255, 0.12);
      border: 1px solid rgba(0, 240, 255, 0.35);
      padding: 2px 8px;
      border-radius: 3px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
      display: inline-block;
    }

    .hero-ctas {
      display: flex;
      gap: 20px;
      align-items: center;
      width: 100%;
      max-width: 600px;
    }

    .hero-ctas .btn {
      white-space: nowrap;
    }

    /* Cyber Hero Graphic with HUD container */
    .hero-graphic-container {
      position: relative;
      border: 1px solid rgba(0, 240, 255, 0.3);
      padding: 10px;
      border-radius: 8px;
      background: rgba(13, 13, 21, 0.5);
    }

    .hero-graphic-container::before {
      content: '+';
      position: absolute;
      top: -12px;
      left: -12px;
      font-size: 24px;
      color: var(--neon-cyan);
      font-family: var(--font-mono);
    }

    .hero-graphic-container::after {
      content: '+';
      position: absolute;
      bottom: -12px;
      right: -12px;
      font-size: 24px;
      color: var(--neon-cyan);
      font-family: var(--font-mono);
    }

    .hero-img-wrapper {
      position: relative;
      width: 100%;
      border-radius: 6px;
      overflow: hidden;
      border: 1px solid rgba(255, 42, 95, 0.2);
    }

    .hero-img-wrapper img,
    .hero-img-wrapper video {
      width: 100%;
      display: block;
      object-fit: cover;
      filter: contrast(1.1) saturate(1.1);
      transition: transform 0.5s ease;
    }

    .hero-graphic-container:hover .hero-img-wrapper img,
    .hero-graphic-container:hover .hero-img-wrapper video {
      transform: scale(1.03);
    }

    /* Laser scanline animation overlay on Image */
    .hero-scanline {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, transparent, var(--neon-pink), transparent);
      box-shadow: 0 0 10px var(--neon-pink);
      animation: scan 3s infinite linear;
      z-index: 5;
    }

    @keyframes scan {
      0% { top: 0%; }
      50% { top: 100%; }
      100% { top: 0%; }
    }

    /* Running Text Ticker (Marquee) */
    .ticker-wrap {
      width: 100%;
      background: #0d0d15;
      border-top: 1px solid rgba(255, 42, 95, 0.2);
      border-bottom: 1px solid rgba(255, 42, 95, 0.2);
      overflow: hidden;
      padding: 12px 0;
    }

    .cyber-section-divider {
      width: 100%;
      height: 1px;
      background: rgba(255, 42, 95, 0.2);
      margin: 0;
    }

    .screenshot-card {
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .screenshot-card:hover {
      border-color: var(--neon-cyan) !important;
      box-shadow: 0 0 20px rgba(0, 240, 255, 0.35);
    }

    .card-link-title:hover {
      color: var(--neon-cyan) !important;
      text-decoration: underline !important;
    }

    /* Lightbox Modal CSS */
    .image-modal-overlay {
      position: fixed;
      top: 0; left: 0; width: 100vw; height: 100vh;
      background: rgba(6, 6, 10, 0.92);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      z-index: 10000;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      padding: 20px;
    }

    .image-modal-overlay.active {
      opacity: 1;
      pointer-events: auto;
    }

    .image-modal-content {
      background: rgba(13, 13, 21, 0.95);
      border: 1px solid var(--neon-cyan);
      box-shadow: 0 0 35px rgba(0, 240, 255, 0.35);
      border-radius: 8px;
      max-width: 90vw;
      max-height: 90vh;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transform: scale(0.95);
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .image-modal-overlay.active .image-modal-content {
      transform: scale(1);
    }

    .image-modal-header {
      padding: 14px 20px;
      background: rgba(255, 255, 255, 0.05);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: var(--font-mono);
    }

    .modal-title {
      color: var(--text-white);
      font-size: 14px;
      font-weight: 700;
    }

    .modal-close-btn {
      background: rgba(255, 42, 95, 0.15);
      border: 1px solid rgba(255, 42, 95, 0.4);
      color: var(--neon-pink);
      padding: 6px 14px;
      border-radius: 4px;
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .modal-close-btn:hover {
      background: var(--neon-pink);
      color: #fff;
      box-shadow: 0 0 12px var(--neon-pink);
    }

    .image-modal-body {
      overflow: auto;
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .image-modal-body img {
      max-width: 100%;
      max-height: 78vh;
      object-fit: contain;
      border-radius: 4px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.6);
    }

    .ticker {
      display: flex;
      white-space: nowrap;
      animation: marquee 30s linear infinite;
    }

    .ticker span {
      font-family: var(--font-display);
      font-size: 14px;
      font-weight: 800;
      color: var(--text-white);
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-right: 50px;
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .ticker span::after {
      content: '///';
      color: var(--neon-cyan);
    }

    @keyframes marquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* Section Headers */
    .section-pad {
      padding: 120px 0;
    }

    .section-header {
      margin-bottom: 60px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      padding-bottom: 24px;
    }

    .section-header h2 {
      font-family: var(--font-display);
      font-size: 40px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1;
      /* Subtly shifted 3D volumetric anaglyph shadow effect for section headers */
      text-shadow: 
        1.5px 1.5px 0px rgba(255, 42, 95, 0.85), 
        -1.5px -1.5px 0px rgba(0, 240, 255, 0.85), 
        0 0 10px rgba(255, 255, 255, 0.15);
    }

    .section-header h2 span {
      color: var(--neon-pink);
    }

    .section-header p {
      color: var(--text-gray);
      font-family: var(--font-mono);
      font-size: 13px;
      max-width: 450px;
      text-align: right;
    }

    /* Benefits Section Grid */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .benefit-card {
      padding: 40px 32px;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
    }

    .benefit-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(180deg, rgba(6, 6, 10, 0.25) 0%, rgba(6, 6, 10, 0.9) 75%);
      z-index: -1;
      transition: background 0.3s ease;
    }

    .benefit-card:hover::after {
      background: linear-gradient(180deg, rgba(6, 6, 10, 0.1) 0%, rgba(6, 6, 10, 0.8) 75%);
    }

    /* Override main benefits section cards to remove borders and corner brackets */
    #benefits .benefit-card {
      border: none !important;
      box-shadow: none !important;
    }

    #benefits .benefit-card::before,
    #benefits .benefit-card::after {
      display: none !important;
    }

    #benefits .benefit-card h3 {
      text-align: right;
      margin-bottom: 24px;
      font-family: var(--font-display);
      font-size: 22px;
      font-weight: 900;
      letter-spacing: 0.08em;
      color: #ffffff;
      transition: text-shadow 0.3s ease;
      /* Subtly shifted 3D volumetric anaglyph shadow effect for comfort */
      text-shadow: 
        1px 1px 0px rgba(255, 42, 95, 0.85), 
        -1px -1px 0px rgba(0, 240, 255, 0.85), 
        0 0 8px rgba(255, 255, 255, 0.2);
    }

    #benefits .benefit-card:hover h3 {
      text-shadow: 
        1.2px 1.2px 0px rgba(255, 42, 95, 1), 
        -1.2px -1.2px 0px rgba(0, 240, 255, 1),
        0 0 12px rgba(255, 255, 255, 0.3);
    }

    #benefits .benefit-card p {
      color: #e6edf3; /* High-contrast white-silver text */
      font-family: var(--font-mono); /* terminal monospace font */
      font-size: 13.5px;
      line-height: 1.7;
      border-left: 2px solid var(--neon-cyan); /* Cyan terminal accent line */
      padding-left: 14px;
      margin-top: 16px;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9); /* keeps text highly readable */
    }

    .benefit-card > * {
      position: relative;
      z-index: 2;
    }

    .benefit-icon {
      color: var(--neon-cyan);
      margin-bottom: 24px;
      display: inline-block;
      filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.4));
    }

    .benefit-card h3 {
      font-family: var(--font-display);
      font-size: 20px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 16px;
      letter-spacing: 0.05em;
    }

    .benefit-card p {
      color: var(--text-gray);
      font-size: 14px;
      line-height: 1.6;
    }

    /* Stats Section Grid */
    .stats-section {
      background: 
        linear-gradient(180deg, rgba(9, 9, 15, 0.85) 0%, rgba(9, 9, 15, 0.92) 100%),
        url('/mah.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-top: 1px solid rgba(0, 240, 255, 0.2);
      border-bottom: 1px solid rgba(0, 240, 255, 0.2);
      padding: 80px 0;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
    }

    .stat-card {
      text-align: center;
      position: relative;
    }

    .stat-card::after {
      content: '';
      position: absolute;
      right: -6px;
      top: 20%;
      height: 60%;
      width: 1px;
      background: rgba(255, 255, 255, 0.08);
    }
    .stat-card:last-child::after {
      display: none;
    }

    .stat-num {
      font-family: var(--font-display);
      font-size: 42px;
      font-weight: 900;
      color: var(--text-white);
      line-height: 1;
      margin-bottom: 8px;
    }

    .stat-num span {
      color: var(--neon-pink);
    }

    .stat-label {
      color: var(--neon-cyan);
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      white-space: nowrap;
    }

    .stats-cta-box {
      margin-top: 60px;
      text-align: center;
    }

    .stats-link {
      color: var(--text-white);
      font-family: var(--font-mono);
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 0.05em;
      border-bottom: 1px solid var(--neon-pink);
      padding-bottom: 4px;
      transition: all 0.2s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .stats-link:hover {
      color: var(--neon-pink);
      box-shadow: 0 4px 10px rgba(255, 42, 95, 0.1);
    }

    /* Pricing Bento Grid */
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .price-card {
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 600px;
    }

    .price-card.featured {
      border-color: var(--neon-cyan);
      box-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
      animation: cyan-border-pulse 2.5s infinite alternate ease-in-out;
    }

    .price-card.featured::before, .price-card.featured::after {
      border-color: var(--neon-pink);
    }

    .price-start {
      background-image: 
        linear-gradient(180deg, rgba(6, 6, 10, 0.04) 0%, rgba(6, 6, 10, 0.35) 35%, rgba(6, 6, 10, 0.88) 80%),
        url('/start1.webp');
      background-size: cover;
      background-position: center 65%;
      position: relative;
    }

    .card-bg-hover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
      background-size: cover;
    }

    .price-start .card-bg-hover {
      background-image: 
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.18) 35%, rgba(6, 6, 10, 0.8) 80%),
        url('/start2.webp');
      background-position: center 65%;
    }

    .price-card:hover .card-bg-hover {
      opacity: 1;
    }

    /* Elevate text and interactive elements above the transition background */
    .price-card > *:not(.card-bg-hover) {
      position: relative;
      z-index: 2;
    }

    .price-norm {
      background-image: 
        linear-gradient(180deg, rgba(6, 6, 10, 0.04) 0%, rgba(6, 6, 10, 0.35) 35%, rgba(6, 6, 10, 0.88) 80%),
        url('/norm.webp');
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .price-norm .card-bg-hover {
      background-image: 
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.18) 35%, rgba(6, 6, 10, 0.8) 80%),
        url('/norm1.webp');
      background-position: center;
    }

    .price-big {
      background-image: 
        linear-gradient(180deg, rgba(6, 6, 10, 0.04) 0%, rgba(6, 6, 10, 0.35) 35%, rgba(6, 6, 10, 0.88) 80%),
        url('/big.webp');
      background-size: cover;
      background-position: center 40%;
      position: relative;
    }

    .price-big .card-bg-hover {
      background-image: 
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.18) 35%, rgba(6, 6, 10, 0.8) 80%),
        url('/big2.webp');
      background-position: center 40%;
    }

    .price-card h3,
    .price-card p,
    .price-val,
    .price-features li span {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85), 0 0 10px rgba(0, 0, 0, 0.6);
    }

    @keyframes cyan-border-pulse {
      0% {
        border-color: rgba(0, 240, 255, 0.45);
        box-shadow: 0 0 15px rgba(0, 240, 255, 0.15);
      }
      100% {
        border-color: rgba(0, 240, 255, 1);
        box-shadow: 0 0 30px rgba(0, 240, 255, 0.4);
      }
    }

    .cyber-badge {
      position: absolute;
      top: -12px;
      right: 24px;
      background: var(--neon-cyan);
      color: black;
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 800;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 2px;
      letter-spacing: 0.05em;
      box-shadow: 0 0 10px rgba(0, 240, 255, 0.4);
      z-index: 10;
      animation: badge-flicker 5s infinite;
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, box-shadow 0.2s ease;
      pointer-events: none;
    }

    div:hover > .cyber-badge {
      transform: translateY(-4px);
    }

    @keyframes badge-flicker {
      0%, 82%, 84%, 86%, 88%, 90%, 92%, 94%, 100% {
        background: var(--neon-cyan);
        box-shadow: 0 0 10px rgba(0, 240, 255, 0.4);
        color: black;
      }
      83%, 87% {
        background: var(--neon-pink);
        box-shadow: 0 0 8px rgba(255, 42, 95, 0.55);
        color: white;
      }
      85%, 89%, 93% {
        background: #09090f;
        box-shadow: none;
        color: rgba(0, 240, 255, 0.15);
      }
    }

    .price-header-group {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: flex-end;
      margin-bottom: 24px;
      width: fit-content;
    }

    .price-header h3 {
      font-family: var(--font-display);
      font-size: 24px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      line-height: 1;
      text-shadow: 
        0 1px 2px rgba(6, 6, 10, 0.95), 
        0 2px 4px rgba(6, 6, 10, 0.95), 
        0 0 12px rgba(0, 240, 255, 0.35);
    }

    .featured .price-header h3 {
      text-shadow: 
        0 1px 2px rgba(6, 6, 10, 0.95), 
        0 2px 4px rgba(6, 6, 10, 0.95), 
        0 0 12px rgba(255, 42, 95, 0.45);
    }

    .price-desc {
      color: rgba(0, 240, 255, 0.85);
      font-family: var(--font-mono);
      font-size: 12px;
      line-height: 1.4;
      min-height: 38px;
      border-left: 2px solid var(--neon-cyan);
      padding: 6px 8px 6px 10px;
      margin-top: 14px;
      margin-bottom: 16px;
      background: rgba(0, 240, 255, 0.04);
      border-radius: 0 4px 4px 0;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
      text-align: left;
      font-weight: 500;
    }

    .price-val {
      margin: -4px 0 0 0;
      display: flex;
      align-items: baseline;
      font-family: var(--font-display);
      position: relative;
    }

    .price-val .curr {
      font-size: 22px;
      font-weight: 700;
      color: var(--neon-pink);
      position: absolute;
      left: 0;
      transform: translateX(-100%);
      margin-left: -2px;
      text-shadow: 
        0 1px 2px rgba(6, 6, 10, 0.95), 
        0 2px 4px rgba(6, 6, 10, 0.95), 
        0 0 8px rgba(255, 42, 95, 0.5);
    }

    .price-val .val {
      font-size: 56px;
      font-weight: 900;
      line-height: 1;
      text-shadow: 
        0 2px 4px rgba(6, 6, 10, 0.95), 
        0 4px 8px rgba(6, 6, 10, 0.95), 
        0 0 15px rgba(0, 240, 255, 0.3);
    }

    .featured .price-val .val {
      text-shadow: 
        0 2px 4px rgba(6, 6, 10, 0.95), 
        0 4px 8px rgba(6, 6, 10, 0.95), 
        0 0 15px rgba(255, 42, 95, 0.4);
    }

    .price-features {
      list-style: none;
      margin-bottom: 20px;
      margin-top: auto;
    }

    .featured .price-desc {
      border-left-color: var(--neon-pink);
    }

    .price-features li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14.5px;
      margin-bottom: 10px;
      color: var(--text-white);
      font-weight: 600;
      text-shadow: 
        0 1px 2px rgba(6, 6, 10, 0.95), 
        0 2px 4px rgba(6, 6, 10, 0.95), 
        0 4px 8px rgba(6, 6, 10, 0.9);
    }

    .price-features li svg {
      width: 14px;
      height: 14px;
      color: var(--neon-cyan);
      margin-top: 3px;
      flex-shrink: 0;
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.95));
    }

    .featured .price-features li svg {
      color: var(--neon-pink);
    }

    .price-features li.feature-disabled {
      color: rgba(255, 255, 255, 0.28);
      text-decoration: line-through;
    }

    .price-features li.feature-disabled svg {
      color: rgba(255, 42, 95, 0.5);
    }

    .price-features li.feature-highlight {
      color: #ffffff;
      font-weight: 700;
      background: rgba(255, 42, 95, 0.12);
      border: 1px solid rgba(255, 42, 95, 0.35);
      padding: 4px 8px;
      border-radius: 4px;
      margin-left: -8px;
      margin-right: -8px;
      margin-top: -2px;
      margin-bottom: 8px;
      box-shadow: 0 0 12px rgba(255, 42, 95, 0.2);
    }

    .price-features li.feature-highlight .highlight-text {
      color: var(--neon-pink);
      text-shadow: 0 0 8px rgba(255, 42, 95, 0.6);
    }

    .feature-vip-badge {
      font-family: var(--font-mono);
      font-size: 9px;
      font-weight: 800;
      background: var(--neon-pink);
      color: white;
      padding: 1px 5px;
      border-radius: 2px;
      margin-left: auto;
      letter-spacing: 0.05em;
      box-shadow: 0 0 6px rgba(255, 42, 95, 0.5);
    }

    .price-btn {
      width: 100%;
    }

    /* Compare Section */
    .compare-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      margin-top: 40px;
    }

    .compare-terminal {
      background: rgba(13, 13, 21, 0.45);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 8px;
      padding: 35px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      gap: 24px;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .compare-terminal.bad-terminal {
      border-left: 3px solid var(--neon-pink);
    }
    .compare-terminal.bad-terminal:hover {
      box-shadow: 0 0 30px rgba(255, 42, 95, 0.15);
      border-color: rgba(255, 42, 95, 0.4);
    }

    .compare-terminal.good-terminal {
      border-left: 3px solid var(--neon-cyan);
    }
    .compare-terminal.good-terminal:hover {
      box-shadow: 0 0 30px rgba(0, 240, 255, 0.15);
      border-color: rgba(0, 240, 255, 0.4);
    }

    .compare-terminal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      padding-bottom: 15px;
    }

    .compare-terminal-title {
      font-family: var(--font-display);
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .bad-terminal .compare-terminal-title {
      color: var(--neon-pink);
      text-shadow: 0 0 8px rgba(255, 42, 95, 0.3);
    }
    .good-terminal .compare-terminal-title {
      color: var(--neon-cyan);
      text-shadow: 0 0 8px rgba(0, 240, 255, 0.3);
    }

    .compare-terminal-window-buttons {
      font-family: var(--font-mono);
      font-size: 12px;
      color: rgba(255, 255, 255, 0.2);
      letter-spacing: 2px;
    }

    .compare-status-telemetry {
      display: flex;
      gap: 20px;
      align-items: center;
      background: rgba(6, 6, 10, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.03);
      padding: 18px 22px;
      border-radius: 6px;
    }

    .compare-rating-badge {
      font-family: var(--font-mono);
      font-size: 20px;
      font-weight: 900;
      padding: 10px 14px;
      border-radius: 4px;
      text-align: center;
      min-width: 80px;
    }
    .bad-terminal .compare-rating-badge {
      background: rgba(255, 42, 95, 0.1);
      border: 1px solid rgba(255, 42, 95, 0.3);
      color: var(--neon-pink);
      text-shadow: 0 0 10px rgba(255, 42, 95, 0.4);
    }
    .good-terminal .compare-rating-badge {
      background: rgba(0, 240, 255, 0.1);
      border: 1px solid rgba(0, 240, 255, 0.3);
      color: var(--neon-cyan);
      text-shadow: 0 0 10px rgba(0, 240, 255, 0.4);
    }

    .compare-metrics-bars {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .compare-metric-row {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .compare-metric-label {
      display: flex;
      justify-content: space-between;
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--text-gray);
    }

    .compare-progress-track {
      height: 6px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 3px;
      overflow: hidden;
    }

    .compare-progress-fill {
      height: 100%;
      border-radius: 3px;
    }
    .bad-terminal .compare-progress-fill {
      background: var(--neon-pink);
      box-shadow: 0 0 8px var(--neon-pink);
    }
    .good-terminal .compare-progress-fill {
      background: var(--neon-cyan);
      box-shadow: 0 0 8px var(--neon-cyan);
    }

    .compare-list-wrapper ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .compare-list-wrapper li {
      font-family: var(--font-mono);
      font-size: 13.5px;
      line-height: 1.6;
      position: relative;
      padding-left: 28px;
    }
    .bad-terminal .compare-list-wrapper li {
      color: var(--text-gray);
    }
    .good-terminal .compare-list-wrapper li {
      color: #e6edf3;
    }

    .compare-list-wrapper li::before {
      position: absolute;
      left: 0;
      font-family: var(--font-mono);
      font-weight: bold;
    }
    .bad-terminal .compare-list-wrapper li::before {
      content: '✕';
      color: var(--neon-pink);
      text-shadow: 0 0 6px rgba(255, 42, 95, 0.4);
    }
    .good-terminal .compare-list-wrapper li::before {
      content: '✓';
      color: var(--neon-cyan);
      text-shadow: 0 0 6px rgba(0, 240, 255, 0.4);
    }

    /* Technical Donors & Indexability Comparison Grid */
    .tech-compare-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      margin-top: 24px;
    }

    @media (max-width: 850px) {
      .tech-compare-grid {
        grid-template-columns: 1fr;
      }
    }

    .tech-compare-panel {
      background: rgba(9, 9, 15, 0.7);
      border: 1px solid rgba(0, 240, 255, 0.2);
      border-radius: 8px;
      padding: 28px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .tech-compare-panel.good-tech {
      border-color: rgba(0, 240, 255, 0.35);
      box-shadow: 0 0 25px rgba(0, 240, 255, 0.08);
    }

    .tech-compare-panel.bad-tech {
      border-color: rgba(255, 42, 95, 0.25);
      box-shadow: 0 0 25px rgba(255, 42, 95, 0.05);
    }

    .tech-panel-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding-bottom: 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      min-height: 48px;
    }

    .tech-panel-title {
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 8px;
      line-height: 1.35;
      min-width: 0;
      flex: 1 1 auto;
    }

    .good-tech .tech-panel-title {
      color: var(--neon-cyan);
      text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
    }

    .bad-tech .tech-panel-title {
      color: var(--neon-pink);
      text-shadow: 0 0 8px rgba(255, 42, 95, 0.4);
    }

    .tech-badge {
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 800;
      padding: 4px 10px;
      border-radius: 3px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      flex-shrink: 0;
      white-space: nowrap;
    }

    .good-tech .tech-badge {
      background: rgba(0, 255, 102, 0.12);
      color: #00ff66;
      border: 1px solid rgba(0, 255, 102, 0.3);
    }

    .bad-tech .tech-badge {
      background: rgba(255, 42, 95, 0.12);
      color: var(--neon-pink);
      border: 1px solid rgba(255, 42, 95, 0.3);
    }

    .tech-spec-list {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .tech-spec-item {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.04);
      padding: 16px;
      border-radius: 6px;
      display: flex;
      flex-direction: column;
      gap: 6px;
      transition: background 0.2s ease;
    }

    .good-tech .tech-spec-item:hover {
      background: rgba(0, 240, 255, 0.03);
      border-color: rgba(0, 240, 255, 0.15);
    }

    .bad-tech .tech-spec-item:hover {
      background: rgba(255, 42, 95, 0.03);
      border-color: rgba(255, 42, 95, 0.15);
    }

    .tech-spec-label {
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.06em;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .good-tech .tech-spec-label {
      color: #ffffff;
    }

    .bad-tech .tech-spec-label {
      color: var(--text-gray);
    }

    .tech-spec-desc {
      font-family: var(--font-mono);
      font-size: 12.5px;
      line-height: 1.55;
    }

    .good-tech .tech-spec-desc {
      color: #c9d1d9;
    }

    .bad-tech .tech-spec-desc {
      color: #8b949e;
    }

    /* Modern Cyber Process Pipeline Cards */
    .process-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 36px;
    }

    @media (max-width: 900px) {
      .process-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .process-grid {
        grid-template-columns: 1fr;
      }
    }

    .process-card {
      background: rgba(13, 13, 21, 0.7);
      border: 1px solid rgba(0, 240, 255, 0.18);
      border-radius: 8px;
      padding: 28px 24px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    }

    .process-card:hover {
      border-color: rgba(0, 240, 255, 0.45);
      box-shadow: 0 10px 30px rgba(0, 240, 255, 0.12);
    }

    .process-card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .process-step-tag {
      font-family: var(--font-display);
      font-size: 18px;
      font-weight: 900;
      letter-spacing: 0.05em;
      color: var(--neon-cyan);
      background: rgba(0, 240, 255, 0.08);
      border: 1px solid rgba(0, 240, 255, 0.3);
      padding: 4px 12px;
      border-radius: 6px;
      display: inline-flex;
      align-items: center;
      box-shadow: 0 0 12px rgba(0, 240, 255, 0.15);
      text-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
    }

    .process-card:hover .process-step-tag {
      background: rgba(0, 240, 255, 0.18);
      color: #ffffff;
      border-color: rgba(0, 240, 255, 0.5);
    }

    .process-step-icon {
      width: 36px;
      height: 36px;
      border-radius: 6px;
      background: rgba(255, 42, 95, 0.08);
      border: 1px solid rgba(255, 42, 95, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--neon-pink);
      transition: all 0.3s ease;
    }

    .process-card:hover .process-step-icon {
      background: rgba(255, 42, 95, 0.18);
      border-color: rgba(255, 42, 95, 0.5);
      color: #ffffff;
      transform: scale(1.08);
    }

    .process-card h3 {
      font-family: var(--font-display);
      font-size: 17px;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 12px;
      margin-top: 0;
      transition: color 0.2s ease;
    }

    .process-card:hover h3 {
      color: var(--neon-cyan);
    }

    .process-card p {
      font-family: var(--font-mono);
      font-size: 13px;
      line-height: 1.65;
      color: #c9d1d9;
      margin: 0;
    }

    .process-card-footer {
      margin-top: 22px;
      padding-top: 14px;
      border-top: 1px dashed rgba(255, 255, 255, 0.08);
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: var(--font-mono);
      font-size: 10px;
      color: var(--text-gray);
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .process-status-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #00ff66;
      box-shadow: 0 0 6px #00ff66;
      display: inline-block;
      margin-right: 6px;
    }

    /* Infinite Platform Marquee Carousel */
    .platform-marquee-wrapper {
      position: relative;
      overflow: hidden;
      margin: 32px 0 10px;
      padding: 10px 0;
      mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    }

    .platform-marquee-row {
      display: flex;
      gap: 18px;
      margin-bottom: 16px;
      width: max-content;
    }

    .platform-marquee-row.row-left {
      animation: marquee-scroll-left 45s linear infinite;
    }

    .platform-marquee-row.row-right {
      animation: marquee-scroll-right 50s linear infinite;
    }

    .platform-marquee-wrapper:hover .platform-marquee-row {
      animation-play-state: paused;
    }

    @keyframes marquee-scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @keyframes marquee-scroll-right {
      0% { transform: translateX(-50%); }
      100% { transform: translateX(0); }
    }

    .platform-chip {
      background: rgba(13, 13, 21, 0.85);
      border: 1px solid rgba(0, 240, 255, 0.2);
      border-radius: 8px;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      gap: 14px;
      white-space: nowrap;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .platform-chip:hover {
      border-color: rgba(0, 240, 255, 0.6);
      background: rgba(0, 240, 255, 0.1);
      box-shadow: 0 6px 20px rgba(0, 240, 255, 0.2);
    }

    .platform-icon-badge {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-display);
      font-weight: 900;
      font-size: 16px;
      color: #ffffff;
      flex-shrink: 0;
      box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
    }

    .platform-info {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .platform-name-group {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .platform-name {
      font-family: var(--font-display);
      font-size: 15px;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 0.02em;
    }

    .platform-url {
      font-family: var(--font-mono);
      font-size: 11px;
      color: var(--text-gray);
    }

    .platform-dr-tag {
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 800;
      color: #00ff66;
      background: rgba(0, 255, 102, 0.12);
      border: 1px solid rgba(0, 255, 102, 0.25);
      padding: 2px 7px;
      border-radius: 4px;
    }

    /* Cyber FAQ Terminal Style */
    .faq-container {
      max-width: 850px;
      margin: 0 auto;
    }

    .faq-item {
      border: 1px solid rgba(255, 255, 255, 0.05);
      background: rgba(13, 13, 21, 0.2);
      border-radius: 4px;
      margin-bottom: 12px;
      overflow: hidden;
      transition: all 0.2s ease;
    }

    .faq-item:hover {
      border-color: rgba(0, 240, 255, 0.3);
    }

    .faq-trigger {
      width: 100%;
      padding: 22px 24px;
      background: none;
      border: none;
      color: var(--text-white);
      text-align: left;
      font-family: var(--font-display);
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .faq-trigger span {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .faq-trigger span::before {
      content: '>';
      color: var(--neon-pink);
      font-family: var(--font-mono);
    }

    .faq-trigger svg {
      width: 14px;
      height: 14px;
      color: var(--text-gray);
      transition: transform 0.2s ease;
    }

    .faq-item.active {
      border-color: var(--neon-pink);
      background: rgba(255, 42, 95, 0.02);
    }

    .faq-item.active .faq-trigger svg {
      transform: rotate(45deg);
      color: var(--neon-pink);
    }

    .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
    }

    .faq-item.active .faq-content {
      max-height: 500px;
      transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    }

    .faq-content-inner {
      padding: 0 24px 24px 44px;
      color: var(--text-gray);
      font-size: 14px;
      line-height: 1.7;
    }

    /* Testimonials Section */
    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 40px;
    }

    @media (max-width: 992px) {
      .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 640px) {
      .reviews-grid {
        grid-template-columns: 1fr;
      }
    }

    .review-card {
      background: rgba(13, 13, 21, 0.75);
      border: 1px solid rgba(0, 240, 255, 0.2);
      border-radius: 8px;
      padding: 28px 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
      overflow: hidden;
    }

    .review-card:hover {
      border-color: rgba(0, 240, 255, 0.5);
      box-shadow: 0 10px 30px rgba(0, 240, 255, 0.12);
    }

    .review-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }

    .review-stars {
      color: #FFB900;
      font-size: 14px;
      letter-spacing: 2px;
    }

    .review-source-tag {
      font-family: var(--font-mono);
      font-size: 10px;
      font-weight: 800;
      padding: 3px 8px;
      border-radius: 4px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .source-kwork {
      background: rgba(255, 153, 0, 0.12);
      color: #FF9900;
      border: 1px solid rgba(255, 153, 0, 0.3);
    }

    .source-fiverr {
      background: rgba(27, 183, 110, 0.12);
      color: #1BB76E;
      border: 1px solid rgba(27, 183, 110, 0.3);
    }

    .source-legiit {
      background: rgba(0, 133, 255, 0.12);
      color: #0085FF;
      border: 1px solid rgba(0, 133, 255, 0.3);
    }

    .review-text {
      color: var(--text-white);
      font-family: var(--font-mono);
      font-size: 13.5px;
      line-height: 1.65;
      margin-bottom: 24px;
      flex-grow: 1;
    }

    .review-user {
      display: flex;
      align-items: center;
      gap: 12px;
      border-top: 1px dashed rgba(255, 255, 255, 0.08);
      padding-top: 16px;
    }

    .review-avatar-img {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      object-fit: cover;
      border: 1px solid rgba(0, 240, 255, 0.3);
    }

    .review-avatar-placeholder {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background: rgba(0, 240, 255, 0.12);
      border: 1px solid rgba(0, 240, 255, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 13px;
      color: var(--neon-cyan);
    }

    .review-info h4 {
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 800;
      color: #FFFFFF;
      margin: 0 0 2px 0;
      letter-spacing: 0.02em;
    }

    .review-info p {
      color: var(--text-gray);
      font-family: var(--font-mono);
      font-size: 11px;
      margin: 0;
    }

    /* Contact Section Layout */
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .contact-text h2 {
      font-family: var(--font-display);
      font-size: 40px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px;
      /* Subtly shifted 3D volumetric anaglyph shadow effect for contact header */
      text-shadow: 
        1.5px 1.5px 0px rgba(255, 42, 95, 0.85), 
        -1.5px -1.5px 0px rgba(0, 240, 255, 0.85), 
        0 0 10px rgba(255, 255, 255, 0.15);
    }

    .contact-text h2 span {
      color: var(--neon-pink);
    }

    .contact-text p {
      color: var(--text-gray);
      font-size: 15px;
      margin-bottom: 40px;
    }

    .contact-links {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .contact-method {
      display: flex;
      align-items: center;
      gap: 16px;
      color: var(--text-white);
      text-decoration: none;
      font-family: var(--font-mono);
      font-size: 13px;
      padding: 16px 20px;
      border-radius: 4px;
      border: 1px solid rgba(255, 42, 95, 0.2);
      background: rgba(13, 13, 21, 0.4);
      transition: all 0.2s ease;
      max-width: fit-content;
    }

    .contact-method:hover {
      border-color: var(--neon-cyan);
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.15);
      color: var(--neon-cyan);
    }

    .contact-method svg {
      width: 20px;
      height: 20px;
      color: var(--neon-pink);
    }

    .contact-form,
    .contact-form:hover {
      padding: 40px;
      transform: none !important;
    }

    .glitch-form-group {
      position: relative;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .glitch-form-group .form-label {
      position: static !important;
      display: block !important;
      font-size: 11.5px !important;
      font-family: var(--font-mono) !important;
      color: var(--neon-cyan) !important;
      opacity: 0.9 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.08em !important;
      pointer-events: auto !important;
      margin: 0 !important;
      line-height: 1.3 !important;
      text-shadow: 0 0 6px rgba(0, 240, 255, 0.3) !important;
    }

    .glitch-form-group input,
    .glitch-form-group select,
    .glitch-form-group textarea {
      width: 100% !important;
      background: rgba(6, 6, 10, 0.75) !important;
      border: 1px solid rgba(0, 240, 255, 0.28) !important;
      border-radius: 6px !important;
      padding: 12px 14px !important;
      font-size: 13.5px !important;
      font-family: var(--font-mono) !important;
      color: var(--text-white) !important;
      outline: none !important;
      box-sizing: border-box !important;
      transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
    }

    .glitch-form-group input:focus,
    .glitch-form-group select:focus,
    .glitch-form-group textarea:focus {
      border-color: var(--neon-cyan) !important;
      background: rgba(10, 15, 25, 0.92) !important;
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.3) !important;
    }

    .glitch-form-group input::placeholder,
    .glitch-form-group textarea::placeholder {
      color: rgba(255, 255, 255, 0.25) !important;
      font-size: 13px !important;
    }

    /* Custom Cyberpunk Select Styling */
    .cyber-select-group {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .cyber-select-trigger {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100% !important;
      background: rgba(6, 6, 10, 0.75) !important;
      border: 1px solid rgba(0, 240, 255, 0.28) !important;
      border-radius: 6px !important;
      padding: 12px 14px !important;
      box-sizing: border-box !important;
      cursor: pointer;
      font-family: var(--font-mono);
      font-size: 13.5px;
      color: var(--text-white);
      transition: all 0.25s ease;
    }

    .cyber-select-trigger:focus,
    .cyber-select-group.open .cyber-select-trigger {
      border-color: var(--neon-cyan) !important;
      box-shadow: 0 0 15px rgba(0, 240, 255, 0.3) !important;
    }

    .cyber-select-arrow {
      width: 16px;
      height: 16px;
      color: var(--neon-cyan);
      transition: transform 0.3s ease;
    }

    .cyber-select-group.open .cyber-select-arrow {
      transform: rotate(180deg);
      color: var(--neon-pink);
    }

    .cyber-select-dropdown {
      position: absolute;
      top: calc(100% + 4px);
      left: 0;
      right: 0;
      background: rgba(13, 13, 21, 0.98);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: 1px solid var(--neon-cyan);
      border-radius: 6px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 240, 255, 0.25);
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-8px);
      transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
      overflow: hidden;
    }

    .cyber-select-group.open .cyber-select-dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .cyber-select-option {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 16px;
      font-family: var(--font-mono);
      font-size: 13.5px;
      color: var(--text-white);
      cursor: pointer;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      transition: all 0.2s ease;
    }

    .cyber-select-option:last-child {
      border-bottom: none;
    }

    .cyber-select-option .opt-price {
      font-weight: 700;
      color: var(--neon-cyan);
      background: rgba(0, 240, 255, 0.1);
      padding: 2px 8px;
      border-radius: 3px;
      font-size: 12px;
      border: 1px solid rgba(0, 240, 255, 0.2);
    }

    .cyber-select-option:hover,
    .cyber-select-option.selected {
      background: rgba(0, 240, 255, 0.12);
      color: var(--neon-cyan);
      padding-left: 22px;
    }

    .cyber-select-option.selected .opt-price {
      background: var(--neon-pink);
      color: #fff;
      border-color: var(--neon-pink);
      box-shadow: 0 0 8px var(--neon-pink);
    }

    .glitch-form-group .form-label.active-label {
      top: -1.2em !important;
    }

    /* Inter-block Cyber CTA Banners */
    .cyber-cta-banner {
      background: linear-gradient(135deg, rgba(0, 240, 255, 0.07) 0%, rgba(13, 13, 21, 0.95) 50%, rgba(255, 42, 95, 0.07) 100%);
      border: 1px solid rgba(0, 240, 255, 0.4);
      border-radius: 12px;
      padding: 32px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      box-shadow: 0 0 35px rgba(0, 240, 255, 0.15);
      position: relative;
      overflow: hidden;
      margin-top: 50px;
      width: 100%;
      box-sizing: border-box;
    }

    .cyber-cta-banner.banner-pink {
      background: linear-gradient(135deg, rgba(255, 42, 95, 0.07) 0%, rgba(13, 13, 21, 0.95) 50%, rgba(0, 240, 255, 0.07) 100%);
      border: 1px solid rgba(255, 42, 95, 0.4);
      box-shadow: 0 0 35px rgba(255, 42, 95, 0.15);
    }

    .cta-banner-accent {
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: var(--neon-cyan);
      box-shadow: 0 0 12px var(--neon-cyan);
    }

    .banner-pink .cta-banner-accent {
      background: var(--neon-pink);
      box-shadow: 0 0 12px var(--neon-pink);
    }

    .cta-banner-content {
      flex: 1 1 auto;
      min-width: 0;
    }

    .cta-banner-content h4 {
      font-family: var(--font-display);
      font-size: 19px;
      font-weight: 900;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      letter-spacing: 0.05em;
      text-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
    }

    .banner-pink .cta-banner-content h4 {
      text-shadow: 0 0 10px rgba(255, 42, 95, 0.3);
    }

    .cta-banner-content p {
      font-family: var(--font-mono);
      font-size: 13.5px;
      color: var(--text-gray);
      margin: 0;
      line-height: 1.5;
    }

    .cta-banner-btn {
      width: auto !important;
      padding: 14px 32px !important;
      margin: 0 !important;
      flex-shrink: 0 !important;
      font-size: 13px !important;
      white-space: nowrap !important;
    }

    @media (max-width: 992px) {
      .cyber-cta-banner {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 20px !important;
        padding: 24px 20px !important;
        margin-top: 36px !important;
      }
      .cta-banner-content h4 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
      }
      .cta-banner-content p {
        font-size: 12.5px !important;
        line-height: 1.5 !important;
      }
      .cta-banner-btn {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 14px 20px !important;
        box-sizing: border-box !important;
      }
    }

    .glitch-form-group .form-label.active-label {
      top: -1.2em !important;
      font-size: 11px !important;
      opacity: 1 !important;
      color: var(--neon-cyan) !important;
    }

    .glitch-form-group input:focus,
    .glitch-form-group select:focus,
    .glitch-form-group textarea:focus {
      border-color: var(--neon-cyan);
      box-shadow: none;
    }

    /* Floating label rules */
    .glitch-form-group input:focus + .form-label,
    .glitch-form-group input:not(:placeholder-shown) + .form-label,
    .glitch-form-group select:focus + .form-label,
    .glitch-form-group select:valid + .form-label,
    .glitch-form-group textarea:focus + .form-label,
    .glitch-form-group textarea:not(:placeholder-shown) + .form-label {
      top: -1.2em;
      font-size: 11px;
      opacity: 1;
      color: var(--neon-cyan);
    }

    /* Glitch animation elements on focus */
    .glitch-form-group input:focus + .form-label::before,
    .glitch-form-group input:focus + .form-label::after,
    .glitch-form-group select:focus + .form-label::before,
    .glitch-form-group select:focus + .form-label::after,
    .glitch-form-group textarea:focus + .form-label::before,
    .glitch-form-group textarea:focus + .form-label::after {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--bg-panel);
    }

    .glitch-form-group input:focus + .form-label::before,
    .glitch-form-group select:focus + .form-label::before,
    .glitch-form-group textarea:focus + .form-label::before {
      color: var(--neon-pink);
      animation: glitch-anim 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    .glitch-form-group input:focus + .form-label::after,
    .glitch-form-group select:focus + .form-label::after,
    .glitch-form-group textarea:focus + .form-label::after {
      color: var(--neon-cyan);
      animation: glitch-anim 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
    }

    @keyframes glitch-anim {
      0% {
        transform: translate(0);
        clip-path: inset(0 0 0 0);
      }
      20% {
        transform: translate(-3px, 2px);
        clip-path: inset(50% 0 20% 0);
      }
      40% {
        transform: translate(2px, -1px);
        clip-path: inset(20% 0 60% 0);
      }
      60% {
        transform: translate(-2px, 1px);
        clip-path: inset(80% 0 5% 0);
      }
      80% {
        transform: translate(2px, -2px);
        clip-path: inset(30% 0 45% 0);
      }
      100% {
        transform: translate(0);
        clip-path: inset(0 0 0 0);
      }
    }

    /* Button Styling */
    .submit-btn {
      width: 100%;
      padding: 0.8em;
      margin-top: 1rem;
      background-color: transparent;
      border: 2px solid var(--neon-cyan);
      color: var(--neon-cyan);
      font-family: var(--font-mono);
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      cursor: pointer;
      position: relative;
      transition: all 0.3s;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    }

    .submit-btn:hover,
    .submit-btn:focus {
      background-color: var(--neon-cyan);
      color: var(--bg-panel);
      box-shadow: 0 0 25px var(--neon-cyan);
      outline: none;
    }

    .submit-btn:active {
      transform: scale(0.97);
    }

    .submit-btn .btn-text {
      position: relative;
      z-index: 1;
      transition: opacity 0.2s ease;
    }

    .submit-btn:hover .btn-text {
      opacity: 0;
    }

    .submit-btn::before,
    .submit-btn::after {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      background-color: var(--neon-cyan);
      transition: opacity 0.2s ease;
    }

    .submit-btn:hover::before,
    .submit-btn:focus::before {
      opacity: 1;
      color: var(--neon-pink);
      animation: glitch-anim 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    .submit-btn:hover::after,
    .submit-btn:focus::after {
      opacity: 1;
      color: var(--bg-panel);
      animation: glitch-anim 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
    }

    /* Pink variant of submit-btn for featured tariff */
    .submit-btn.featured-btn {
      border-color: var(--neon-pink);
      color: var(--neon-pink);
    }

    .submit-btn.featured-btn:hover,
    .submit-btn.featured-btn:focus {
      background-color: var(--neon-pink);
      color: white;
      box-shadow: 0 0 25px var(--neon-pink);
    }

    .submit-btn.featured-btn::before,
    .submit-btn.featured-btn::after {
      background-color: var(--neon-pink);
    }

    .submit-btn.featured-btn:hover::before,
    .submit-btn.featured-btn:focus::before {
      color: var(--neon-cyan);
    }

    .submit-btn.featured-btn:hover::after,
    .submit-btn.featured-btn:focus::after {
      color: white;
    }

    /* Cyber Order Popup Modal */
    .cyber-modal-overlay {
      position: fixed;
      top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(6, 6, 10, 0.88);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      box-sizing: border-box;
    }
    .cyber-modal-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .cyber-modal-container {
      width: 100%;
      max-width: 620px;
      max-height: 90vh;
      max-height: 90dvh;
      overflow-y: auto;
      background: rgba(13, 13, 21, 0.98);
      border: 1px solid var(--neon-cyan);
      border-radius: 12px;
      box-shadow: 0 0 40px rgba(0, 240, 255, 0.25), 0 0 80px rgba(0, 0, 0, 0.9);
      position: relative;
      padding: 0 !important;
      margin: 0 auto;
      box-sizing: border-box;
    }
    .cyber-modal-container::-webkit-scrollbar {
      width: 6px;
    }
    .cyber-modal-container::-webkit-scrollbar-thumb {
      background: rgba(0, 240, 255, 0.4);
      border-radius: 3px;
    }
    #modalOrderFormContainer .contact-form {
      padding: 0 !important;
      border: none !important;
      background: transparent !important;
      box-shadow: none !important;
      margin: 0 !important;
    }
    #modalOrderFormContainer .contact-form h3 {
      display: none !important;
    }
    .cyber-modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 20px;
      background: rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(0, 240, 255, 0.2);
    }
    .modal-title-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }
    .modal-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #00ff66;
      box-shadow: 0 0 10px #00ff66;
      flex-shrink: 0;
    }
    .modal-title-text {
      font-family: var(--font-display);
      font-size: 14px;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .modal-close-btn {
      background: transparent;
      border: 1px solid rgba(255, 42, 95, 0.4);
      color: var(--neon-pink);
      padding: 6px 14px;
      border-radius: 4px;
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.2s ease;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .modal-close-btn:hover {
      background: var(--neon-pink);
      color: #ffffff;
      box-shadow: 0 0 15px var(--neon-pink);
    }
    .esc-hint {
      opacity: 0.65;
      font-size: 11px;
    }

    /* Cyber Built-in Custom Live Chat Widget */
    .cyber-chat-widget {
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index: 9998;
      font-family: var(--font-mono);
    }
    .cyber-chat-trigger-btn {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #121420;
      border: 1px solid rgba(0, 240, 255, 0.4);
      color: var(--neon-cyan);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 0 20px rgba(0, 240, 255, 0.25);
      transition: all 0.3s ease;
      position: relative;
    }
    .cyber-chat-trigger-btn:hover {
      transform: scale(1.08);
      border-color: var(--neon-pink);
      color: var(--neon-pink);
      box-shadow: 0 0 25px rgba(255, 42, 95, 0.4);
    }
    .cyber-chat-window {
      position: fixed;
      bottom: 90px;
      right: 24px;
      width: 380px;
      max-width: calc(100vw - 32px);
      height: 500px;
      max-height: calc(100vh - 120px);
      background: rgba(18, 20, 32, 0.96);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(0, 240, 255, 0.3);
      border-radius: 16px;
      box-shadow: 0 12px 45px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 240, 255, 0.15);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px) scale(0.95);
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .cyber-chat-window.active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
    }
    .cyber-chat-header {
      padding: 14px 18px;
      background: rgba(10, 11, 18, 0.9);
      border-bottom: 1px solid rgba(0, 240, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .cyber-chat-title {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 0.05em;
    }
    .cyber-chat-body {
      flex: 1;
      padding: 16px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .chat-msg-bubble {
      max-width: 85%;
      padding: 10px 14px;
      border-radius: 12px;
      font-size: 13px;
      line-height: 1.45;
      word-break: break-word;
    }
    .chat-msg-user {
      align-self: flex-end;
      background: linear-gradient(135deg, rgba(0, 240, 255, 0.2) 0%, rgba(0, 150, 255, 0.2) 100%);
      border: 1px solid rgba(0, 240, 255, 0.4);
      color: #ffffff;
      border-bottom-right-radius: 2px;
    }
    .chat-msg-admin {
      align-self: flex-start;
      background: rgba(30, 34, 52, 0.9);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #e2e8f0;
      border-bottom-left-radius: 2px;
    }
    .chat-msg-time {
      font-size: 10px;
      color: rgba(255, 255, 255, 0.4);
      margin-top: 4px;
      text-align: right;
    }
    .cyber-chat-footer {
      padding: 12px 16px;
      background: rgba(10, 11, 18, 0.9);
      border-top: 1px solid rgba(0, 240, 255, 0.15);
      display: flex;
      gap: 8px;
    }
    .cyber-chat-input {
      flex: 1;
      background: rgba(20, 24, 38, 0.9);
      border: 1px solid rgba(0, 240, 255, 0.25);
      border-radius: 8px;
      padding: 8px 12px;
      color: #ffffff;
      font-family: var(--font-mono);
      font-size: 13px;
      outline: none;
    }
    .cyber-chat-input:focus {
      border-color: var(--neon-cyan);
      box-shadow: 0 0 10px rgba(0, 240, 255, 0.2);
    }
    .cyber-chat-send {
      background: var(--neon-cyan);
      color: #000000;
      border: none;
      border-radius: 8px;
      padding: 8px 16px;
      font-family: var(--font-mono);
      font-size: 12px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    .cyber-chat-send:hover {
      box-shadow: 0 0 15px var(--neon-cyan);
      transform: translateY(-1px);
    }

    /* Footer Bottom */
    footer {
      border-top: 1px solid rgba(0, 240, 255, 0.15);
      padding: 28px 0;
      background: #06060a;
      text-align: center;
      position: relative;
    }

    footer p {
      color: var(--text-gray);
      font-family: var(--font-mono);
      font-size: 13px;
      margin: 0;
      letter-spacing: 0.05em;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
      .hero h1,
      .hero-title-block .line-1,
      .hero-title-block .line-2,
      .hero-title-block .line-3 {
        font-size: 52px;
      }
      .benefits-grid, .pricing-grid, .reviews-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
      .hero-grid {
        grid-template-columns: 1fr;
      }
      .hero h1,
      .hero-title-block .line-1,
      .hero-title-block .line-2,
      .hero-title-block .line-3 {
        font-size: 36px;
      }
      .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }
      .section-header p {
        text-align: left;
      }
      .benefits-grid, .pricing-grid, .reviews-grid, .contact-grid, .compare-grid, .stats-grid {
        grid-template-columns: 1fr;
      }
      .stats-grid {
        gap: 20px;
      }
      .stat-card::after {
        display: none;
      }
      nav {
        display: none;
      }
      .hero-ctas {
        flex-direction: column;
        align-items: stretch;
      }
    }

    /* Background image placeholders for benefits, steps, and reviews cards */
    .cyber-panel.benefit-1 {
      background-image: 
        linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.05) 0%, rgba(6, 6, 10, 0.45) 80%),
        url('/rost.webp');
    }
    .cyber-panel.benefit-1:hover {
      background-image: 
        linear-gradient(rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.3) 80%),
        url('/rost.webp');
    }

    .cyber-panel.benefit-2 {
      background-image: 
        linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.05) 0%, rgba(6, 6, 10, 0.45) 80%),
        url('/bezopasnost.webp');
    }
    .cyber-panel.benefit-2:hover {
      background-image: 
        linear-gradient(rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.3) 80%),
        url('/bezopasnost.webp');
    }

    .cyber-panel.benefit-3 {
      background-image: 
        linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.05) 0%, rgba(6, 6, 10, 0.45) 80%),
        url('/razbavlenie.webp');
    }
    .cyber-panel.benefit-3:hover {
      background-image: 
        linear-gradient(rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.3) 80%),
        url('/razbavlenie.webp');
    }

    .cyber-panel.benefit-4 {
      background-image: 
        linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.05) 0%, rgba(6, 6, 10, 0.45) 80%),
        url('/rost2.webp');
    }
    .cyber-panel.benefit-4:hover {
      background-image: 
        linear-gradient(rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.3) 80%),
        url('/rost2.webp');
    }

    .cyber-panel.benefit-5 {
      background-image: 
        linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.05) 0%, rgba(6, 6, 10, 0.45) 80%),
        url('/vechn.webp');
    }
    .cyber-panel.benefit-5:hover {
      background-image: 
        linear-gradient(rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.3) 80%),
        url('/vechn.webp');
    }

    .cyber-panel.benefit-6 {
      background-image: 
        linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.05) 0%, rgba(6, 6, 10, 0.45) 80%),
        url('/visokaja.webp');
    }
    .cyber-panel.benefit-6:hover {
      background-image: 
        linear-gradient(rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 42, 95, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 6, 10, 0.0) 0%, rgba(6, 6, 10, 0.3) 80%),
        url('/visokaja.webp');
    }

    /* Prevent benefit illustrations from repeating by specifying sizes and no-repeat for each layer */
    .cyber-panel.benefit-1,
    .cyber-panel.benefit-2,
    .cyber-panel.benefit-3,
    .cyber-panel.benefit-4,
    .cyber-panel.benefit-5,
    .cyber-panel.benefit-6 {
      background-size: 20px 20px, 20px 20px, auto, 100% 100%; /* Stretch image to fully fit the card bounds */
      background-repeat: repeat, repeat, no-repeat, no-repeat;
      background-position: center, center, center, center;
    }
  
/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
    .hero-bg-video-overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 70%;
      height: 100%;
      background: linear-gradient(to right, var(--bg-dark) 0%, transparent 40%);
      z-index: 0;
      pointer-events: none;
    }
    @media (max-width: 992px) {
      .hero-bg-video-overlay {
        background: transparent;
      }
    }

    .tag-glitch:hover { animation: tag-glitch-anim 725ms infinite; }
    .tag-glitch:hover span:first-child { animation: tag-glitch-anim 500ms infinite; }
    .tag-glitch:hover span:last-child { animation: tag-glitch-anim 375ms infinite; }

/* --- RESPONSIVE & MOBILE DESIGN --- */
@media (max-width: 992px) {
  /* Layout & Container */
  html {
    scroll-padding-top: 65px !important;
  }
  .container {
    padding: 0 16px !important;
  }

  /* Fixed Mobile Header */
  header {
    padding: 0 !important;
  }
  .header-container {
    height: 56px !important;
    padding: 0 16px !important;
  }
  .logo {
    font-size: 14px !important;
    gap: 8px !important;
    letter-spacing: 0.05em !important;
  }
  .logo-img-wrapper {
    padding: 2px !important;
  }
  .logo-img-wrapper svg,
  .logo img {
    width: 20px !important;
    height: 20px !important;
  }
  .header-cta {
    display: none !important;
  }
  .header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }
  .lang-switcher {
    display: inline-flex !important;
    padding: 2px 3px !important;
    gap: 2px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
  }
  .lang-link {
    padding: 3px 6px !important;
    font-size: 11px !important;
    border-radius: 4px !important;
  }

  /* Animated Burger Button */
  .burger-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 42, 95, 0.35) !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    z-index: 1002 !important;
    transition: all 0.25s ease !important;
  }
  .burger-btn:hover,
  .burger-btn.active {
    border-color: var(--neon-pink) !important;
    background: rgba(255, 42, 95, 0.12) !important;
    box-shadow: 0 0 12px rgba(255, 42, 95, 0.3) !important;
  }
  .burger-btn span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    background: var(--text-white) !important;
    border-radius: 2px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: static !important;
    transform-origin: center !important;
  }
  .burger-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
    background: var(--neon-pink) !important;
  }
  .burger-btn.active span:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }
  .burger-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
    background: var(--neon-pink) !important;
  }

  /* Fullscreen Mobile Drawer Navigation */
  nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: rgba(6, 6, 10, 0.98) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 18px !important;
    z-index: 1000 !important;
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
    margin: 0 !important;
    padding: 70px 20px 30px !important;
    display: flex !important;
    box-sizing: border-box !important;
  }
  nav.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: all !important;
  }
  nav a {
    font-size: 18px !important;
    font-family: var(--font-display) !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    color: var(--text-white) !important;
    padding: 6px 16px !important;
    text-transform: uppercase !important;
  }
  nav a:hover, nav a:active {
    color: var(--neon-pink) !important;
  }
  .mobile-nav-footer {
    display: flex !important;
    margin-top: 14px !important;
    width: 100% !important;
    max-width: 260px !important;
  }
  .mobile-menu-cta {
    width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 18px !important;
    background: transparent !important;
    color: var(--neon-pink) !important;
    border: 1px solid var(--neon-pink) !important;
    border-radius: 6px !important;
    font-family: var(--font-mono) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    cursor: pointer !important;
    box-shadow: 0 0 15px rgba(255, 42, 95, 0.3) !important;
  }

  /* Hero Section Mobile */
  .hero {
    background-image: url('/cyberpunk_hero.webp') !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
  .hero-bg-video {
    display: none !important;
  }
  .hero-tag {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    padding: 4px 8px !important;
  }
  .hero-tag .tag-title,
  .hero-tag .tag-sub {
    white-space: nowrap !important;
  }
  .hero-tag .tag-slash {
    display: inline !important;
  }
  .hero p {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
  }
  .hero-ctas {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-secondary {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 14px 16px !important;
    font-size: 12px !important;
  }
  .hero-status-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  /* Sections & Grids */
  section {
    padding: 50px 0 !important;
  }
  .section-header h2 {
    font-size: 26px !important;
  }
  .tech-spec-grid,
  .tech-compare-grid,
  .process-grid,
  .benefits-grid,
  .pricing-grid,
  .reviews-grid,
  .faq-container,
  .hero-grid {
    grid-template-columns: 1fr !important;
  }
  .tech-compare-panel {
    padding: 20px 16px !important;
    gap: 16px !important;
  }
  .tech-panel-header {
    min-height: auto !important;
    padding-bottom: 12px !important;
  }
  .tech-panel-title {
    font-size: 12px !important;
  }
  .tech-spec-label {
    font-size: 12px !important;
  }
  .tech-spec-desc {
    font-size: 12px !important;
  }
  .compare-status-telemetry {
    padding: 12px 14px !important;
  }
  .compare-metric-label {
    font-size: 11px !important;
  }
  .compare-col {
    padding: 20px 16px !important;
  }
  .compare-list li {
    font-size: 13px !important;
  }

  /* Modal Mobile */
  .cyber-modal-overlay {
    padding: 12px !important;
  }
  .cyber-modal-container {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 94vh !important;
    max-height: 94dvh !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }
  .cyber-modal-header {
    padding: 12px 14px !important;
    gap: 8px !important;
  }
  .modal-title-text {
    font-size: 11.5px !important;
    letter-spacing: 0.04em !important;
  }
  .modal-close-btn {
    padding: 5px 10px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }
  .esc-hint {
    display: none !important;
  }
  .cyber-modal-body {
    padding: 14px 14px 20px !important;
  }
  .contact-form {
    padding: 20px 14px !important;
    margin-bottom: 20px !important;
  }
  .contact-form h3 {
    font-size: 13.5px !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 20px !important;
  }
  .contact-type-tabs {
    flex-direction: row !important;
    gap: 6px !important;
    padding: 4px !important;
  }
  .contact-type-tab {
    padding: 10px 4px !important;
    font-size: 11.5px !important;
    gap: 4px !important;
  }
  .contact-type-tab svg {
    width: 14px !important;
    height: 14px !important;
  }

  /* Chat */
  .cyber-chat-window {
    width: calc(100% - 32px) !important;
    right: 16px !important;
    bottom: 80px !important;
    max-width: 400px !important;
  }
  .cyber-chat-trigger-btn {
    bottom: 16px !important;
    right: 16px !important;
    width: 48px !important;
    height: 48px !important;
  }

  /* Fast Smooth Marquee on Mobile */
  .ticker,
  .marquee,
  .marquee-scroll-left,
  .marquee-scroll-right {
    animation-duration: 8s !important;
  }
}

/* Small Screens (e.g. iPhone SE / 360px) */
@media (max-width: 380px) {
  .header-container {
    padding: 0 10px !important;
  }
  .logo {
    font-size: 12px !important;
    gap: 6px !important;
  }
  .header-actions {
    gap: 6px !important;
  }
  .lang-link {
    padding: 2px 5px !important;
    font-size: 10px !important;
  }
  .burger-btn {
    width: 34px !important;
    height: 34px !important;
  }
  .burger-btn span {
    width: 16px !important;
  }
  .stat-number {
    font-size: 28px !important;
  }
}
