/* GoldPrime Signals — тёмная тема, чистый CSS, мобильная адаптивность */
:root {
  --bg: #0d1117;
  --bg-alt: #141a23;
  --card: #1a2230;
  --text: #e6e9ef;
  --muted: #9aa4b2;
  --gold: #e8b84b;
  --gold-dark: #c9982f;
  --green: #3fb96b;
  --red: #d9534f;
  --radius: 14px;
}

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

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
}

.container { max-width: 960px; margin: 0 auto; padding: 0 20px; }

h1 { font-size: 2.4rem; line-height: 1.2; margin: 18px 0 14px; }
h2 { font-size: 1.8rem; margin-bottom: 14px; }
h3 { font-size: 1.15rem; margin-bottom: 10px; }

/* HERO */
.hero {
  text-align: center;
  padding: 72px 0 56px;
  background: radial-gradient(ellipse at top, #1b2433 0%, var(--bg) 70%);
}
.logo { font-size: 1.2rem; font-weight: 700; letter-spacing: 0.5px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.logo-img { width: 44px; height: 44px; border-radius: 10px; }
.logo span { color: var(--gold); }
.lead { color: var(--muted); font-size: 1.1rem; max-width: 620px; margin: 0 auto 28px; }
.lead strong { color: var(--gold); }
.hero-note { color: var(--muted); font-size: 0.9rem; margin-top: 14px; }
.hero-note a { color: var(--gold); text-decoration: none; }
.hero-note a:hover { text-decoration: underline; }

.btn {
  display: inline-block;
  padding: 15px 36px;
  border-radius: var(--radius);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary {
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  color: #14100a;
  box-shadow: 0 4px 24px rgba(232, 184, 75, 0.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(232, 184, 75, 0.4); }

/* СЕКЦИИ */
.section { padding: 64px 0; }
.section-alt { background: var(--bg-alt); }
.section h2 { text-align: center; }
.section-sub { text-align: center; color: var(--muted); max-width: 640px; margin: 0 auto 32px; }

/* Виджет-плейсхолдер */
.widget-placeholder {
  border: 1px dashed #3a4a5c;
  border-radius: var(--radius);
  padding: 48px 20px;
  text-align: center;
  color: var(--muted);
  margin-bottom: 28px;
  background: var(--card);
}

/* Карточка myfxbook */
.mfx-card {
  background: var(--card);
  border: 1px solid #2c3a52;
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: center;
  margin-bottom: 28px;
}
.mfx-badge {
  display: inline-block;
  background: rgba(63, 185, 107, 0.12);
  border: 1px solid rgba(63, 185, 107, 0.4);
  color: var(--green);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 14px;
}
.mfx-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 8px; }
.mfx-sub { color: var(--muted); max-width: 560px; margin: 0 auto 20px; }
.btn-mfx {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
}
.btn-mfx:hover { background: rgba(232, 184, 75, 0.1); transform: translateY(-2px); }

/* Бэктест-статистика */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}
.stat {
  background: var(--card);
  border-radius: var(--radius);
  padding: 22px 12px;
  text-align: center;
}
.stat-value { font-size: 1.7rem; font-weight: 800; color: var(--gold); }
.stat-label { color: var(--muted); font-size: 0.85rem; margin-top: 4px; }
.disclaimer-small { color: var(--muted); font-size: 0.8rem; text-align: center; }

/* Сигнал */
.signal-wrap { display: grid; grid-template-columns: 300px 1fr; gap: 32px; align-items: start; }
.signal-card {
  background: var(--card);
  border: 1px solid #28334a;
  border-radius: var(--radius);
  padding: 22px;
  font-family: "SF Mono", Consolas, Menlo, monospace;
}
.signal-title { font-size: 1.25rem; font-weight: 800; color: var(--red); margin-bottom: 14px; }
.signal-row {
  display: flex; justify-content: space-between;
  padding: 8px 0; border-top: 1px solid #28334a;
  color: var(--muted);
}
.signal-row b { color: var(--green); }
.signal-row.sl b { color: var(--red); }
.signal-explain ol { padding-left: 20px; margin-bottom: 14px; }
.signal-explain li { margin-bottom: 10px; }
.signal-explain p { color: var(--muted); }

/* Цена */
.price-card {
  max-width: 480px; margin: 0 auto;
  background: var(--card);
  border: 1px solid #2c3a52;
  border-radius: var(--radius);
  padding: 36px 32px;
  text-align: center;
}
.price { font-size: 3rem; font-weight: 800; color: var(--gold); }
.price-note { color: var(--muted); font-size: 0.9rem; margin-top: 4px; }
.price span { font-size: 1.1rem; color: var(--muted); font-weight: 400; }
.price-list { list-style: none; text-align: left; margin: 22px 0; }
.price-list li { padding: 8px 0 8px 26px; position: relative; }
.price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.guarantee {
  background: rgba(63, 185, 107, 0.08);
  border: 1px solid rgba(63, 185, 107, 0.35);
  border-radius: 10px;
  padding: 14px;
  font-size: 0.95rem;
  margin-bottom: 24px;
  text-align: left;
}

/* FAQ */
.faq-item {
  background: var(--card);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 16px 20px;
}
.faq-item summary { cursor: pointer; font-weight: 600; }
.faq-item p { color: var(--muted); margin-top: 10px; }

/* Контакты */
.contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
}
.contact-card {
  background: var(--card);
  border: 1px solid #2c3a52;
  border-radius: var(--radius);
  padding: 22px 16px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.contact-card:hover { transform: translateY(-2px); border-color: var(--gold); }
.contact-label { color: var(--muted); font-size: 0.85rem; margin-bottom: 6px; }
.contact-value { color: var(--gold); font-weight: 700; font-size: 1.05rem; word-break: break-all; }

/* Финальный CTA */
.cta-final { text-align: center; }
.cta-final h2 { margin-bottom: 24px; }

/* Футер */
.footer { padding: 36px 0; border-top: 1px solid #1f2733; }
.footer p { color: var(--muted); font-size: 0.8rem; text-align: center; max-width: 720px; margin: 0 auto; }

/* Мобила */
@media (max-width: 720px) {
  h1 { font-size: 1.7rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-wrap { grid-template-columns: 1fr; }
  .contacts-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 40px; }
  .section { padding: 44px 0; }
}
