/* SOLSTICE NRG & ГК ТЕХНОКОНТ - Executive Dark Style System */

:root {
  --bg-primary: #030712;       /* Ультра-темный премиальный фон */
  --bg-card: #0f172a;          /* Slate 900 - контрастный темный */
  --bg-card-light: #151f32;    /* Slate 850 - выделенные карточки */
  --border-primary: #1e293b;   /* Slate 800 - границы карточек */
  
  --text-white: #ffffff;
  --text-silver: #cbd5e1;      /* Slate 300 - основной текст */
  --text-slate-400: #94a3b8;   /* Подписи */
  
  --color-amber: #fbbf24;      /* Золото / Янтарь 400 */
  --color-amber-hover: #f59e0b;/* Янтарь 500 */
  --color-emerald: #10b981;    /* Зеленый для PPA и выгоды */
}

/* Base Styles */
body {
  background-color: var(--bg-primary);
  color: var(--text-silver);
  font-family: 'Inter', sans-serif;
}

/* Premium Scrollbars */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
::-webkit-scrollbar-thumb {
  background: var(--border-primary);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-amber);
}

/* Custom B2B Elements */
.executive-bg-gradient {
  background: radial-gradient(circle at 30% 35%, #1e293b 0%, transparent 60%);
}

.b2b-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border-primary);
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.b2b-card:hover {
  border-color: rgba(251, 191, 36, 0.4);
  box-shadow: 0 10px 30px -10px rgba(251, 191, 36, 0.05);
  transform: translateY(-2px);
}

.b2b-card-glow {
  background-color: var(--bg-card);
  border: 2px solid rgba(251, 191, 36, 0.3);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

/* B2B Sliders */
.b2b-slider-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 0.5rem;
  background: var(--border-primary);
  outline: none;
  cursor: pointer;
}

.b2b-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-amber);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
  transition: transform 0.1s ease, background-color 0.2s;
}
.b2b-slider-input::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  background-color: var(--color-amber-hover);
}

/* Custom Forms */
.b2b-input {
  background-color: var(--bg-card);
  border: 1px solid var(--border-primary);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  color: var(--text-white);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.b2b-input:focus {
  border-color: var(--color-amber);
  box-shadow: 0 0 0 1px var(--color-amber);
}

/* Custom Buttons */
.btn-gold-primary {
  background-color: var(--color-amber);
  color: #030712;
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  box-shadow: 0 4px 15px rgba(251, 191, 36, 0.15);
}
.btn-gold-primary:hover {
  background-color: var(--color-amber-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(251, 191, 36, 0.25);
}

.btn-dark-outline {
  border: 1px solid var(--border-primary);
  color: var(--text-silver);
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
}
.btn-dark-outline:hover {
  border-color: var(--color-amber);
  color: var(--text-white);
}

/* Custom Tables */
.b2b-table-container {
  border: 1px solid var(--border-primary);
  border-radius: 0.75rem;
  overflow: hidden;
}
.b2b-table th {
  background-color: var(--bg-card);
  color: var(--text-white);
  font-weight: 600;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border-primary);
}
.b2b-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border-primary);
  transition: background-color 0.2s;
}
.b2b-table tr:last-child td {
  border-bottom: none;
}
.b2b-table tr:hover td {
  background-color: rgba(255, 255, 255, 0.02);
}
.b2b-table td.highlight-column {
  background-color: rgba(251, 191, 36, 0.02);
}
.b2b-table tr:hover td.highlight-column {
  background-color: rgba(251, 191, 36, 0.04);
}

/* Scrolling Marquee Styling (Competitor Feature) */
@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

.b2b-marquee-container {
  overflow: hidden;
  white-space: nowrap;
  background-color: #090d16;
  border-bottom: 1px solid var(--border-primary);
  border-top: 1px solid var(--border-primary);
  display: flex;
}

.b2b-marquee-content {
  display: inline-flex;
  animation: marquee 35s linear infinite;
  padding: 0.75rem 0;
}

.b2b-marquee-item {
  color: var(--text-slate-400);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
}

.b2b-marquee-item::after {
  content: '●';
  margin-left: 3rem;
  color: var(--color-amber);
  opacity: 0.8;
}

/* Typography & Long Read Optimization */
p {
  line-height: 1.75;
}
ol, ul {
  line-height: 1.7;
}
.b2b-card p {
  line-height: 1.6;
}


