/* QuickQ - Bloomberg Style Index Page CSS */
/* Hero - Big Headline Style */
.hero-bloomberg {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}
.hero-bloomberg-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}
.hero-main {
  border-right: 1px solid var(--border);
  padding-right: 40px;
}
.hero-badge {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  margin-bottom: 20px;
}
.hero-bloomberg h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  color: var(--text);
}
.hero-bloomberg h1 .accent { color: var(--brand); }
.hero-lead {
  font-size: 18px;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 24px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--text-mute);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.hero-meta .author { color: var(--text); font-weight: 600; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-side { display: flex; flex-direction: column; gap: 24px; }
.hero-side-card {
  padding: 20px;
  background: var(--bg-soft);
  border-left: 3px solid var(--brand);
}
.hero-side-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}
.hero-side-card p {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.6;
}
/* News Grid - Bloomberg Multi Column */
.news-grid-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.news-column { display: flex; flex-direction: column; gap: 24px; }
.news-item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.news-item:last-child { border-bottom: none; }
.news-cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand);
  margin-bottom: 8px;
}
.news-item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: var(--text);
}
.news-item h3 a { color: var(--text); }
.news-item h3 a:hover { color: var(--brand-light); }
.news-item p {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.6;
}
.news-date {
  font-size: 11px;
  color: var(--text-mute);
  margin-top: 8px;
}
/* Stats Strip */
.stats-strip {
  background: var(--bg-card);
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}
.stats-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item .num {
  font-size: 36px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-item .label {
  font-size: 12px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Features - Bloomberg Style Dense Grid */
.features-dense {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.feature-block {
  background: var(--bg);
  padding: 32px;
  transition: background .2s;
}
.feature-block:hover { background: var(--bg-card); }
.feature-block h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-block h3 .num {
  font-size: 12px;
  font-weight: 900;
  color: var(--brand);
  background: rgba(228,0,43,.1);
  padding: 2px 8px;
  border-radius: 2px;
}
.feature-block p {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.7;
}
/* Testimonials */
.ticker-testimonials {
  background: var(--bg-card);
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  padding: 24px;
  border-left: 3px solid var(--brand);
  background: var(--bg-soft);
}
.testimonial-card .stars {
  color: var(--accent);
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.testimonial-card p {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}
.testimonial-author {
  font-size: 13px;
  color: var(--text);
  font-weight: 600;
}
.testimonial-role {
  font-size: 12px;
  color: var(--text-mute);
}
/* FAQ - Dense Accordion */
.faq-dense {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
.faq-q:hover { color: var(--brand-light); }
.faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mute);
  transition: transform .3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--brand); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner {
  padding: 0 0 20px;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.8;
}
/* CTA */
.cta-bloomberg {
  background: var(--brand);
  padding: 64px 0;
  text-align: center;
}
.cta-bloomberg h2 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.cta-bloomberg p {
  font-size: 16px;
  color: rgba(255,255,255,.85);
  margin-bottom: 28px;
}
.cta-bloomberg .btn {
  background: #fff;
  color: var(--brand);
}
.cta-bloomberg .btn:hover { background: var(--bg-card); }
/* Breadcrumb */
.breadcrumb {
  padding: 16px 0;
  font-size: 12px;
  color: var(--text-mute);
  border-bottom: 1px solid var(--border);
}
.breadcrumb a { color: var(--text-mute); }
.breadcrumb a:hover { color: var(--brand-light); }
.breadcrumb .sep { margin: 0 8px; }
/* Responsive */
@media (max-width: 1024px) {
  .hero-bloomberg-grid { grid-template-columns: 1fr; }
  .hero-main { border-right: none; padding-right: 0; border-bottom: 1px solid var(--border); padding-bottom: 32px; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .features-dense { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-bloomberg h1 { font-size: 32px; }
  .news-grid { grid-template-columns: 1fr; }
  .cta-bloomberg h2 { font-size: 24px; }
}
