/* ═══════════════════════════════════════════════════════════════
   BILHOROD-DNISTROVSKYI STREET PAGES — LIGHT CYBERPUNK THEME
   WESTELECOM 2026
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* Color Palette */
  --cyber-bg: #F8FAFC;
  --cyber-white: #FFFFFF;
  --cyber-dark: #0A0A0F;
  --neon-cyan: #00F3FF;
  --neon-pink: #FF00FF;
  --neon-gold: #FFD700;
  --neon-green: #00FF88;
  --neon-cyan-glow: rgba(0, 243, 255, 0.4);
  --neon-pink-glow: rgba(255, 0, 255, 0.4);
  --text-dark: #0F172A;
  --text-muted: #64748B;
  --glass-bg: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(0, 243, 255, 0.2);
  
  /* Typography */
  --font-tech: 'Rajdhani', 'Orbitron', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}

/* ═══════════════════════════════════════════════════════════════
   CYBERPUNK SVG ICONS (Inline)
   ═══════════════════════════════════════════════════════════════ */

.cyber-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  position: relative;
}

.cyber-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
}

/* Icon: GPON/Fiber */
.cyber-icon-gpon::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300F3FF' stroke-width='2'%3E%3Cpath d='M12 2L12 8'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 16L12 22'/%3E%3Cpath d='M2 12L8 12'/%3E%3Cpath d='M16 12L22 12'/%3E%3Cpath d='M4.93 4.93L8.46 8.46'/%3E%3Cpath d='M15.54 15.54L19.07 19.07'/%3E%3Cpath d='M4.93 19.07L8.46 15.54'/%3E%3Cpath d='M15.54 8.46L19.07 4.93'/%3E%3C/svg%3E") center/contain no-repeat;
  position: relative;
  z-index: 1;
}

/* Icon: Power/Battery */
.cyber-icon-power::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD700' stroke-width='2'%3E%3Crect x='2' y='7' width='16' height='10' rx='2'/%3E%3Cpath d='M22 11L22 13'/%3E%3Cpath d='M6 11L6 13'/%3E%3Cpath d='M10 11L10 13'/%3E%3Cpath d='M14 11L14 13'/%3E%3C/svg%3E") center/contain no-repeat;
  position: relative;
  z-index: 1;
}

/* Icon: Speed/Bolt */
.cyber-icon-speed::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF00FF' stroke-width='2'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E") center/contain no-repeat;
  position: relative;
  z-index: 1;
}

/* Icon: Support/Headset */
.cyber-icon-support::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300FF88' stroke-width='2'%3E%3Cpath d='M3 18v-6a9 9 0 0118 0v6'/%3E%3Cpath d='M21 19a2 2 0 01-2 2h-1a2 2 0 01-2-2v-3a2 2 0 012-2h3v5z'/%3E%3Cpath d='M3 19a2 2 0 002 2h1a2 2 0 002-2v-3a2 2 0 00-2-2H3v5z'/%3E%3C/svg%3E") center/contain no-repeat;
  position: relative;
  z-index: 1;
}

/* Icon: Router/Wifi */
.cyber-icon-router::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300F3FF' stroke-width='2'%3E%3Crect x='2' y='14' width='20' height='6' rx='2'/%3E%3Cpath d='M6 14V8a6 6 0 1112 0v6'/%3E%3Ccircle cx='12' cy='17' r='1' fill='%2300F3FF'/%3E%3C/svg%3E") center/contain no-repeat;
  position: relative;
  z-index: 1;
}

/* Icon: Location/Map */
.cyber-icon-location::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF00FF' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
  position: relative;
  z-index: 1;
}

/* Icon: Chip/CPU */
.cyber-icon-chip::after {
  content: '';
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300F3FF' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Crect x='9' y='9' width='6' height='6'/%3E%3Cpath d='M9 1v3'/%3E%3Cpath d='M15 1v3'/%3E%3Cpath d='M9 20v3'/%3E%3Cpath d='M15 20v3'/%3E%3Cpath d='M20 9h3'/%3E%3Cpath d='M20 14h3'/%3E%3Cpath d='M1 9h3'/%3E%3Cpath d='M1 14h3'/%3E%3C/svg%3E") center/contain no-repeat;
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════ */

.bilhorod-hero {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bilhorod-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,243,255,0.1) 0%, rgba(255,0,255,0.05) 100%);
  pointer-events: none;
}

.bilhorod-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,243,255,0.02) 2px, rgba(0,243,255,0.02) 4px);
  pointer-events: none;
}

.bilhorod-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Sector Badge */
.sector-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid var(--neon-cyan);
  border-radius: 4px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.sector-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--neon-cyan);
  box-shadow: 0 0 10px var(--neon-cyan-glow);
}

.sector-code {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--neon-cyan);
  text-transform: uppercase;
}

.sector-name {
  font-family: var(--font-tech);
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}

/* Sector colors */
[data-sector="01"] .sector-badge { border-color: #00F3FF; }
[data-sector="01"] .sector-badge::before { background: #00F3FF; }
[data-sector="02"] .sector-badge { border-color: #FFD700; }
[data-sector="02"] .sector-badge::before { background: #FFD700; }
[data-sector="03"] .sector-badge { border-color: #FF00FF; }
[data-sector="03"] .sector-badge::before { background: #FF00FF; }
[data-sector="04"] .sector-badge { border-color: #00FF88; }
[data-sector="04"] .sector-badge::before { background: #00FF88; }

/* Hero H1 */
.cyber-h1 {
  font-family: var(--font-tech);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-dark);
  margin-bottom: 16px;
  text-shadow: 0 0 20px var(--neon-cyan-glow);
}

.cyber-h1 .city-tag {
  display: block;
  font-size: 1rem;
  letter-spacing: 4px;
  color: var(--neon-cyan);
  margin-top: 8px;
}

/* Promo Badge */
.promo-badge {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--neon-cyan), var(--neon-pink));
  color: white;
  font-family: var(--font-tech);
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 24px;
  animation: neon-pulse 2s ease-in-out infinite;
}

@keyframes neon-pulse {
  0%, 100% { box-shadow: 0 0 10px var(--neon-cyan-glow), 0 0 20px var(--neon-pink-glow); }
  50% { box-shadow: 0 0 20px var(--neon-cyan-glow), 0 0 40px var(--neon-pink-glow); }
}

/* CTA Button */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--neon-cyan), #00D4AA);
  color: var(--text-dark);
  font-family: var(--font-tech);
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px var(--neon-cyan-glow);
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: scan-line 2s linear infinite;
}

@keyframes scan-line {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* ═══════════════════════════════════════════════════════════════
   GLASS CARDS
   ═══════════════════════════════════════════════════════════════ */

.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 243, 255, 0.1);
}

/* ═══════════════════════════════════════════════════════════════
   SPECS GRID (Cyber Features)
   ═══════════════════════════════════════════════════════════════ */

.specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .specs-grid { grid-template-columns: repeat(2, 1fr); }
}

.spec-card {
  text-align: center;
  padding: 24px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
}

.spec-card:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 20px var(--neon-cyan-glow);
}

/* Microchip corners */
.spec-card::before,
.spec-card::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid var(--neon-cyan);
}

.spec-card::before {
  top: -4px;
  left: -4px;
  border-right: none;
  border-bottom: none;
}

.spec-card::after {
  bottom: -4px;
  right: -4px;
  border-left: none;
  border-top: none;
}

.spec-value {
  font-family: var(--font-tech);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neon-cyan);
  margin: 12px 0 4px;
}

.spec-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ═══════════════════════════════════════════════════════════════
   TERMINAL FAQ
   ═══════════════════════════════════════════════════════════════ */

.terminal-faq-section {
  padding: 80px 0;
  background: var(--cyber-dark);
}

.terminal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  background: #1A1A2E;
  border: 1px solid #2A2A4E;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}

.terminal-controls {
  display: flex;
  gap: 8px;
}

.terminal-controls .control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.control.red { background: #FF5F56; }
.control.yellow { background: #FFBD2E; }
.control.green { background: #27CA40; }

.terminal-title {
  font-family: var(--font-mono);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.terminal-title .prompt { color: var(--neon-cyan); }
.terminal-title .command { color: var(--neon-gold); margin-left: 8px; }

.cursor.blink {
  color: var(--neon-cyan);
  animation: cursor-blink 1s step-end infinite;
}

@keyframes cursor-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.terminal-body {
  background: #0D0D12;
  border: 1px solid #2A2A4E;
  border-radius: 0 0 12px 12px;
  padding: 24px;
  font-family: var(--font-mono);
}

.system-log {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(0, 243, 255, 0.05);
  border-left: 3px solid var(--neon-cyan);
  margin-bottom: 24px;
  font-size: 12px;
}

.log-time { color: rgba(255, 255, 255, 0.4); }

.log-status {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.log-status.success { background: rgba(39, 202, 64, 0.2); color: #27CA40; }
.log-status.info { background: rgba(255, 215, 0, 0.2); color: var(--neon-gold); }

.log-message { color: rgba(255, 255, 255, 0.7); }

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  padding: 2px 8px;
  background: rgba(39, 202, 64, 0.2);
  border-radius: 4px;
  font-size: 10px;
  color: #27CA40;
  animation: live-pulse 2s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* FAQ Items */
.faq-question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: color 0.3s ease;
}

.faq-question:hover { color: var(--neon-cyan); }

.q-prefix {
  color: var(--neon-gold);
  font-weight: 700;
  font-size: 12px;
}

.q-text {
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.q-toggle {
  color: var(--neon-cyan);
  transition: transform 0.3s ease;
  font-size: 12px;
}

.faq-item.open .q-toggle { transform: rotate(90deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0 0 48px;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  padding: 0 0 20px 48px;
}

.a-label {
  color: var(--neon-cyan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.answer-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .cyber-h1 { font-size: 1.75rem; }
  .bilhorod-hero .container { padding: 40px 16px; }
  .terminal-controls { display: none; }
  .terminal-body { padding: 16px; }
  .faq-question { flex-wrap: wrap; }
  .q-prefix { width: 100%; margin-bottom: 8px; }
}

/* ═══════════════════════════════════════════════════════════════
   BOLD ALL TEXT - BILHOROD PAGES
   ═══════════════════════════════════════════════════════════════ */

.bilhorod-page,
.bilhorod-page * {
  font-weight: 600 !important;
}

.bilhorod-page h1,
.bilhorod-page h2,
.bilhorod-page h3,
.bilhorod-page .cyber-h1,
.bilhorod-page .sector-name,
.bilhorod-page .promo-badge,
.bilhorod-page .cta-button,
.bilhorod-page .spec-value {
  font-weight: 700 !important;
}

.bilhorod-page .sector-code,
.bilhorod-page .q-prefix,
.bilhorod-page .a-label,
.bilhorod-page .log-status {
  font-weight: 800 !important;
}

/* АККЕРМАН-СІТІ - темніший колір */
.bilhorod-page .cyber-h1 .city-tag {
  color: #0891B2 !important; /* Темний cyan замість світлого */
  text-shadow: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   BIGGER BUTTONS - x2 SIZE
   ═══════════════════════════════════════════════════════════════ */

.bilhorod-page .cta-button {
  padding: 28px 56px !important;
  font-size: 22px !important;
  border-radius: 12px !important;
}

.bilhorod-page .promo-badge {
  padding: 24px 48px !important;
  font-size: 20px !important;
  border-radius: 8px !important;
}

.bilhorod-page button[type="submit"],
.bilhorod-page .scan-button {
  padding: 28px 56px !important;
  font-size: 22px !important;
  border-radius: 12px !important;
}

.bilhorod-page input[type="text"],
.bilhorod-page input[type="tel"] {
  padding: 24px !important;
  font-size: 20px !important;
  border-radius: 12px !important;
}

@media (max-width: 768px) {
  .bilhorod-page .cta-button,
  .bilhorod-page button[type="submit"] {
    padding: 22px 32px !important;
    font-size: 18px !important;
  }
  
  .bilhorod-page .promo-badge {
    padding: 18px 28px !important;
    font-size: 16px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   VISIBLE CYBERPUNK EFFECTS - STRONGER VERSION
   ═══════════════════════════════════════════════════════════════ */

/* Hero Grid - ВИДИМА сітка */
.bilhorod-hero::after {
  background: 
    repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(0,243,255,0.08) 40px, rgba(0,243,255,0.08) 41px),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(0,243,255,0.08) 40px, rgba(0,243,255,0.08) 41px) !important;
  pointer-events: none;
}

/* Scan line на кнопках - ВИДИМА */
.bilhorod-page .cta-button::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent) !important;
  animation: scan-line 2s linear infinite !important;
}

/* Glow на картках - СИЛЬНІШИЙ */
.bilhorod-page .glass-card:hover,
.bilhorod-page .spec-card:hover {
  border-color: #00F3FF !important;
  box-shadow: 0 0 30px rgba(0, 243, 255, 0.4), 0 0 60px rgba(0, 243, 255, 0.2) !important;
  transform: translateY(-4px) !important;
}

/* Неонова лінія під заголовками */
.bilhorod-page .cyber-h1::after {
  content: '' !important;
  display: block !important;
  width: 200px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #00F3FF, #FF00FF) !important;
  margin-top: 16px !important;
  box-shadow: 0 0 10px rgba(0, 243, 255, 0.6) !important;
}

/* Кутові мікросхеми на spec-card - ВИДИМІ */
.bilhorod-page .spec-card::before,
.bilhorod-page .spec-card::after {
  width: 16px !important;
  height: 16px !important;
  border-width: 3px !important;
  border-color: #00F3FF !important;
}

/* Пульсуюча точка LIVE */
.bilhorod-page .live-indicator::before {
  content: '' !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  background: #27CA40 !important;
  border-radius: 50% !important;
  margin-right: 6px !important;
  animation: live-dot 1s ease-in-out infinite !important;
}

@keyframes live-dot {
  0%, 100% { opacity: 1; transform: scale(1); }

/* ═══════════════════════════════════════════════════════════════
   BILHOROD CYBERPUNK HERO BANNER v2.1 — FIXED
   Created: 01.02.2026
   ═══════════════════════════════════════════════════════════════ */

.bilhorod-cyber-hero {
  position: relative !important;
  min-height: 420px !important;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%) !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  padding: 40px 20px !important;
}

.bilhorod-cyber-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: 
    linear-gradient(rgba(0,243,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,243,255,0.03) 1px, transparent 1px) !important;
  background-size: 40px 40px !important;
  animation: gridMove 20s linear infinite !important;
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, 40px); }
}

.bilhorod-cyber-hero::after {
  content: '' !important;
  position: absolute !important;
  width: 600px !important;
  height: 600px !important;
  background: radial-gradient(circle, rgba(0,243,255,0.15) 0%, transparent 70%) !important;
  top: -200px !important;
  right: -200px !important;
  animation: orbPulse 4s ease-in-out infinite !important;
}

@keyframes orbPulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.1); }
}

.bilhorod-cyber-hero .container {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: center !important;
}

.bilhorod-cyber-hero .hero-left {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.bilhorod-cyber-hero .hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 16px !important;
  background: rgba(0,243,255,0.1) !important;
  border: 1px solid rgba(0,243,255,0.3) !important;
  border-radius: 30px !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  color: #00F3FF !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  width: fit-content !important;
}

.bilhorod-cyber-hero .hero-badge .dot {
  width: 8px !important;
  height: 8px !important;
  background: #00FF88 !important;
  border-radius: 50% !important;
  animation: dotPulse 1s ease-in-out infinite !important;
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.bilhorod-cyber-hero .hero-title {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  text-shadow: 0 0 40px rgba(0,243,255,0.3) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.bilhorod-cyber-hero .hero-title .street-name {
  display: block !important;
  background: linear-gradient(90deg, #00F3FF, #FF00FF) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.bilhorod-cyber-hero .hero-subtitle {
  font-size: 18px !important;
  color: rgba(255,255,255,0.7) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.bilhorod-cyber-hero .hero-features {
  display: flex !important;
  gap: 24px !important;
  margin-top: 10px !important;
}

.bilhorod-cyber-hero .hero-feature {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.8) !important;
}

.bilhorod-cyber-hero .hero-feature .icon {
  width: 24px !important;
  height: 24px !important;
  background: rgba(0,243,255,0.2) !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #00F3FF !important;
  font-size: 12px !important;
}

.bilhorod-cyber-hero .hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 16px 32px !important;
  background: linear-gradient(135deg, #00F3FF, #00D4E0) !important;
  color: #0f172a !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
  width: fit-content !important;
  margin-top: 10px !important;
}

.bilhorod-cyber-hero .hero-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(0,243,255,0.4) !important;
  color: #0f172a !important;
}

.bilhorod-cyber-hero .hero-right {
  display: flex !important;
  justify-content: center !important;
}

.bilhorod-cyber-hero .hero-price-card {
  background: rgba(255,255,255,0.05) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0,243,255,0.2) !important;
  border-radius: 20px !important;
  padding: 32px !important;
  min-width: 320px !important;
  position: relative !important;
  overflow: hidden !important;
}

.bilhorod-cyber-hero .hero-price-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, #00F3FF, #FF00FF, #00F3FF) !important;
  background-size: 200% 100% !important;
  animation: borderFlow 3s linear infinite !important;
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.bilhorod-cyber-hero .price-label {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  color: #00F3FF !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 8px !important;
}

.bilhorod-cyber-hero .price-main {
  display: flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  margin-bottom: 8px !important;
}

.bilhorod-cyber-hero .price-value {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 72px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

.bilhorod-cyber-hero .price-currency {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 24px !important;
  color: rgba(255,255,255,0.6) !important;
}

.bilhorod-cyber-hero .price-period {
  font-size: 14px !important;
  color: rgba(255,255,255,0.5) !important;
  margin-bottom: 20px !important;
}

.bilhorod-cyber-hero .price-speed {
  display: inline-block !important;
  padding: 6px 12px !important;
  background: linear-gradient(135deg, rgba(255,0,255,0.2), rgba(0,243,255,0.2)) !important;
  border-radius: 20px !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #FF00FF !important;
  margin-bottom: 20px !important;
}

.bilhorod-cyber-hero .price-bonuses {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
}

.bilhorod-cyber-hero .bonus-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.8) !important;
}

.bilhorod-cyber-hero .bonus-item .check {
  width: 20px !important;
  height: 20px !important;
  background: rgba(0,255,136,0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #00FF88 !important;
  font-size: 12px !important;
}

.bilhorod-cyber-hero .bonus-item.highlight {
  color: #FFD700 !important;
}

.bilhorod-cyber-hero .bonus-item.highlight .check {
  background: rgba(255,215,0,0.2) !important;
  color: #FFD700 !important;
}

/* Mobile */
@media (max-width: 900px) {
  .bilhorod-cyber-hero .container {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  
  .bilhorod-cyber-hero .hero-left {
    align-items: center !important;
  }
  
  .bilhorod-cyber-hero .hero-title {
    font-size: 36px !important;
  }
  
  .bilhorod-cyber-hero .hero-features {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  
  .bilhorod-cyber-hero .hero-price-card {
    min-width: auto !important;
    max-width: 320px !important;
  }
}

@media (max-width: 600px) {
  .bilhorod-cyber-hero {
    min-height: auto !important;
    padding: 30px 15px !important;
  }
  
  .bilhorod-cyber-hero .hero-title {
    font-size: 28px !important;
  }
  
  .bilhorod-cyber-hero .price-value {
    font-size: 56px !important;
  }
}

