/* QuickQ - Infineon Style Index Page CSS */
/* Hero Banner - Big Event Style */
.hero-banner {
  background: linear-gradient(135deg, var(--brand-2) 0%, #001a33 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,169,224,.15), transparent 70%);
  border-radius: 50%;
}
.hero-banner .container { position: relative; z-index: 1; }
.hero-banner .badge {
  display: inline-block;
  background: rgba(0,169,224,.2);
  border: 1px solid var(--brand);
  color: var(--brand-light);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  margin-bottom: 24px;
  border-radius: 100px;
}
.hero-banner h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  max-width: 800px;
}
.hero-banner p {
  font-size: 18px;
  color: rgba(255,255,255,.8);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.hero-banner .btn-primary { background: var(--brand); }
/* Featured Content Strip */
.featured-strip {
  background: var(--bg-card);
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.featured-card {
  padding: 24px;
  background: #fff;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--brand);
  transition: all .3s;
}
.featured-card:hover {
  box-shadow: 0 8px 24px rgba(0,51,102,.08);
  transform: translateY(-2px);
}
.featured-card .cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand);
  margin-bottom: 12px;
}
.featured-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  color: var(--text);
}
.featured-card p {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.6;
}
/* Product Grid - Infineon Style */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all .3s;
}
.product-card:hover {
  border-color: var(--brand);
  box-shadow: 0 8px 24px rgba(0,169,224,.1);
  transform: translateY(-4px);
}
.product-badge {
  display: inline-block;
  background: #e6f7ff;
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}
.product-card p {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.6;
  margin-bottom: 20px;
}
.product-links {
  display: flex;
  gap: 16px;
}
.product-links a {
  font-size: 13px;
  font-weight: 600;
}
/* Tabs - Infineon Style */
.tabs-section {
  background: var(--bg-card);
}
.tabs-nav {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid var(--border);
  margin-bottom: 32px;
}
.tab-btn {
  padding: 12px 24px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-mute);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all .2s;
}
.tab-btn.active {
  color: var(--brand);
  border-bottom-color: var(--brand);
}
.tab-btn:hover { color: var(--text); }
.tab-content { display: none; }
.tab-content.active { display: block; }
/* Event List */
.event-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-item {
  display: flex;
  gap: 24px;
  padding: 20px;
  background: #fff;
  border-radius: var(--radius);
  border-left: 4px solid var(--brand);
}
.event-date {
  flex-shrink: 0;
  text-align: center;
  width: 60px;
}
.event-date .month {
  font-size: 12px;
  color: var(--text-mute);
  text-transform: uppercase;
}
.event-date .day {
  font-size: 28px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
}
.event-body h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text);
}
.event-body p {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.6;
}
.event-meta {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-mute);
}
/* Three Pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.pillar {
  background: #fff;
  padding: 36px 28px;
}
.pillar h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text);
}
.pillar p {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 20px;
}
.pillar-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.pillar-stat .num {
  font-size: 28px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
}
.pillar-stat .label {
  font-size: 12px;
  color: var(--text-mute);
  margin-top: 4px;
}
/* Stories */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.story-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all .3s;
}
.story-card:hover {
  box-shadow: 0 8px 24px rgba(0,51,102,.1);
  transform: translateY(-4px);
}
.story-thumb {
  height: 180px;
  background: linear-gradient(135deg, var(--brand-2), var(--brand));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
}
.story-body { padding: 24px; }
.story-body .cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand);
  margin-bottom: 8px;
}
.story-body h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  color: var(--text);
}
.story-body p {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.6;
}
/* CTA */
.cta-dark {
  background: var(--brand-2);
  color: #fff;
  padding: 64px 0;
}
.cta-dark h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 16px;
}
.cta-dark p {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  margin-bottom: 28px;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
/* Responsive */
@media (max-width: 1024px) {
  .hero-banner h1 { font-size: 36px; }
  .featured-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: 1fr; }
  .stories-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-banner h1 { font-size: 28px; }
  .product-grid { grid-template-columns: 1fr; }
  .tabs-nav { flex-wrap: wrap; }
}
