/* ============================================================
   LEBLOU AI ANALYTICS — Global Stylesheet
   Design: Black & Gold | Bloomberg-inspired | v2.0
   ============================================================ */

/* ── Fonts ── */
@import url('fonts/fonts.css');

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:         #04080f;
  --bg2:        #090e18;
  --bg3:        #0e1520;
  --gold:       #c8860e;
  --gold-light: #e0a82a;
  --gold-dim:   rgba(200,134,14,0.15);
  --gold-line:  rgba(200,134,14,0.25);
  --white:      #ffffff;
  --grey1:      #c8cdd6;
  --grey2:      #7a8394;
  --grey3:      #3a4150;
  --border:     rgba(200,134,14,0.2);
  --serif:      'Playfair Display', Georgia, serif;
  --sans:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max:        1200px;
  --radius:     4px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--grey1);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-light); }
img { max-width: 100%; display: block; }

h1,h2,h3,h4,h5 {
  font-family: var(--serif);
  color: var(--white);
  line-height: 1.25;
  font-weight: 600;
}

p { margin-bottom: 1rem; }
ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: .4rem; }

/* ── Layout ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 2rem; }
.section    { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* ── Gold Divider ── */
.gold-line {
  display: block;
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 1.2rem 0;
}
.gold-line-full { width: 100%; background: var(--border); }

/* ── Navigation ── */
.nav {
  top: 0;
  z-index: 100;
  background: rgba(4,8,15,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: 80px;
  display: flex;
  align-items: center;
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.nav-logo { display: flex; align-items: center; padding: 8px 0; }
.nav-logo img { height: 52px; width: auto; }
.logo-nav  { height: 88px; width: auto; }
.logo-hero { height: 200px; width: auto; filter: drop-shadow(0 0 20px rgba(200,134,14,0.12)); }
.logo-footer { height: 80px; width: auto; margin-bottom: 1rem; margin-left: -6px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-links a {
  color: var(--grey1);
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  padding: .5rem 1.2rem;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  border-radius: var(--radius);
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background .2s, color .2s;
}
.nav-cta:hover { background: var(--gold); color: var(--bg) !important; }
.nav-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.nav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--grey2);
  transition: border-color .2s, color .2s, background .2s;
}
.nav-social:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200,134,14,0.08);
}
.nav-social-sep {
  width: 1px;
  height: 20px;
  background: var(--border);
  margin: 0 4px;
}
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--grey1);
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}

/* ── Hero ── */
.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 2rem;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(200,134,14,0.07) 0%, transparent 70%),
    var(--bg);
}
.hero-inner { max-width: 780px; }
.hero-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.hero-logo {
  height: 72px;
  width: auto;
  filter: drop-shadow(0 0 24px rgba(200,134,14,0.15));
}

.hero-badge {
  display: inline-block;
  font-size: .72rem;
  font-family: var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--border);
  padding: .35rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.8rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 1.15;
  margin-bottom: 1.4rem;
}
.gold { color: var(--gold); }
.hero-lead {
  font-size: 1.12rem;
  color: var(--grey2);
  max-width: 560px;
  margin: 0 auto 2.4rem;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  padding: .75rem 1.8rem;
  font-size: .85rem;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: all .2s;
  cursor: pointer;
}
.btn-gold {
  background: var(--gold);
  color: var(--bg);
  border: 1px solid var(--gold);
}
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--bg); }
.btn-outline {
  background: transparent;
  color: var(--grey1);
  border: 1px solid var(--grey3);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── Ticker ── */
.ticker-bar {
  background: var(--bg3);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  padding: .6rem 0;
}
.ticker-inner {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: ticker 32s linear infinite;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .75rem;
  letter-spacing: .08em;
}
.ticker-label { color: var(--grey3); text-transform: uppercase; }
.ticker-value { color: var(--grey1); font-weight: 500; }
.ticker-tag {
  font-size: .62rem;
  color: var(--gold);
  border: 1px solid var(--border);
  padding: .1rem .4rem;
  border-radius: 2px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ── Section Labels ── */
.label {
  display: inline-block;
  font-size: .7rem;
  font-family: var(--sans);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .8rem;
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 1rem;
}
.section-lead {
  color: var(--grey2);
  font-size: 1.05rem;
  max-width: 640px;
  margin-bottom: 3rem;
}

/* ── Cards ── */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.8rem;
  transition: border-color .2s, transform .2s;
}
.card:hover { border-color: var(--gold); transform: translateY(-3px); }
.card-icon { font-size: 1.6rem; margin-bottom: 1rem; }
.card h3 { font-size: 1rem; margin-bottom: .6rem; font-family: var(--sans); font-weight: 600; }
.card p { color: var(--grey2); font-size: .88rem; margin: 0; }

/* ── Stats ── */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-num {
  font-family: var(--serif);
  font-size: 2.8rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .4rem;
}
.stat-label { font-size: .75rem; color: var(--grey2); letter-spacing: .08em; text-transform: uppercase; }

/* ── Social Section ── */
.social-section {
  padding: 80px 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
  text-align: center;
}
.social-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}
.social-pill {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 2rem;
  flex: 1;
  text-decoration: none;
  transition: background .2s;
  color: inherit;
}
.social-pill:hover { background: rgba(200,134,14,0.06); }
.social-pill:hover .social-pill-name { color: var(--gold); }
.social-pill:hover .social-pill-arrow { color: var(--gold); }
.social-pill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg3);
  border: 1px solid var(--border);
  color: var(--grey1);
  flex-shrink: 0;
}
.social-pill-body {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  text-align: left;
}
.social-pill-name {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .9rem;
  color: var(--white);
  transition: color .2s;
}
.social-pill-handle {
  font-size: .75rem;
  color: var(--grey2);
  letter-spacing: .02em;
}
.social-pill-arrow {
  margin-left: auto;
  font-size: 1.1rem;
  color: var(--grey3);
  transition: color .2s;
}
.social-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
  flex-shrink: 0;
}

/* ── Pipeline ── */
.pipeline {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.pipe-step {
  padding: .45rem 1rem;
  border: 1px solid var(--grey3);
  border-radius: var(--radius);
  font-size: .78rem;
  font-family: var(--sans);
  color: var(--grey1);
  letter-spacing: .04em;
}
.pipe-step.gold { border-color: var(--gold); color: var(--gold); }
.pipe-arrow { color: var(--grey3); font-size: .9rem; }

/* ── Disclaimer Box ── */
.disclaimer-box {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 1.2rem 1.5rem;
  border-radius: var(--radius);
  font-size: .82rem;
  color: var(--grey2);
  line-height: 1.6;
  margin: 2rem 0;
}

/* ── Legal Pages ── */
.legal-wrap { max-width: 780px; margin: 0 auto; padding: 60px 2rem; }
.legal-wrap h1 { font-size: 2rem; margin-bottom: .5rem; }
.legal-wrap h2 { font-size: 1.15rem; margin: 2rem 0 .5rem; color: var(--white); }
.legal-wrap h3 { font-size: .95rem; margin: 1.5rem 0 .4rem; color: var(--grey1); }
.legal-wrap p, .legal-wrap li { color: var(--grey2); font-size: .92rem; }
.legal-wrap a { color: var(--gold); }
.legal-date { font-size: .8rem; color: var(--grey3); margin-bottom: 3rem; }

/* ── Footer ── */
.footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 48px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand img { height: 80px; width: auto; margin-bottom: 1rem; }
.footer-brand p { font-size: .82rem; color: var(--grey2); max-width: 260px; }
.footer-col h4 {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: .5rem; }
.footer-col a { color: var(--grey2); font-size: .85rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p { font-size: .78rem; color: var(--grey3); margin: 0; }
.footer-disclaimer { font-size: .7rem; color: var(--grey3); max-width: 700px; line-height: 1.5; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-social { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 80px 0 0 0;
    background: var(--bg);
    padding: 2rem;
    gap: 1.5rem;
    z-index: 99;
    border-top: 1px solid var(--border);
  }
  .nav-links.open a { font-size: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .social-strip { flex-direction: column; }
  .social-divider { width: 100%; height: 1px; }
  .social-pill { padding: 1.2rem 1.5rem; }
}
@media (max-width: 480px) {
  .container { padding: 0 1.2rem; }
  .section { padding: 56px 0; }
  .hero { min-height: 80vh; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn { width: 100%; text-align: center; max-width: 280px; }
  .stats { grid-template-columns: 1fr 1fr; }
}

/* ── Wordmark Logo (Nav + Footer) ── */
.wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 0;
}
.wordmark-leblou {
  font-family: Georgia, serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.wordmark-line {
  height: 1px;
  background: #C9A84C;
  width: 100%;
  display: block;
}
.wordmark-ai {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #c8860e;
  letter-spacing: 0.28em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.wordmark-tagline {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #5a7090;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

/* Nav Wordmark — Größen */
/* LEBLOU groß genug damit Tagline natürlich darunter passt ohne Quetschen */
.nav .wordmark { gap: 3px; }
.nav .wordmark-leblou  { font-size: 1.8rem; }
.nav .wordmark-line    { margin: 2px 0; }
.nav .wordmark-ai      { font-size: 0.5rem; }
.nav .wordmark-tagline { font-size: 0.42rem; margin-top: 2px; }

/* Footer Wordmark — Größen */
.wordmark-footer-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin-bottom: 1rem;
}
.wordmark-footer-block .wordmark-leblou  { font-size: 1.6rem; }
.wordmark-footer-block .wordmark-line    { width: 100%; margin: 2px 0; }
.wordmark-footer-block .wordmark-ai      { font-size: 0.55rem; }
.wordmark-footer-block .wordmark-tagline { font-size: 0.48rem; margin-top: 2px; }
