/* ═══════════════════════════════════════════════════════════
   Last Rev — Theme Overrides
   Brand colors and custom properties for lastrev.com
   ═══════════════════════════════════════════════════════════ */

:root {
  /* Last Rev brand — amber accent (matches current theme) */
  --accent: #f59e0b;
  --accent2: #fbbf24;
  --accent-grad: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);

  /* Landing page glow overrides */
  --lp-glow-1: rgba(245, 158, 11, .30);
  --lp-glow-2: rgba(124, 58, 237, .18);
  --lp-glow-3: rgba(59, 130, 246, .15);
  --lp-glow-4: rgba(236, 72, 153, .10);
  --lp-glow-5: rgba(34, 197, 94, .10);
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge { display: none !important; }

/* Last Rev specific styles */
.lr-logo {
  font-family: var(--serif, Georgia, serif);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.lr-logo span {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Nav styles moved to lr-nav.js component */

/* Stat highlight */
.lr-stat {
  text-align: center;
  padding: 32px 20px;
}

.lr-stat-number {
  font-family: var(--serif, Georgia, serif);
  font-size: 48px;
  font-weight: 800;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lr-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Client logos strip */
.lr-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 40px 0;
  opacity: 0.4;
  flex-wrap: wrap;
}

.lr-logos span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .lr-stat-number {
    font-size: 36px;
  }
}

/* Shared component overrides */
cc-card .cc-card__content { padding: 24px; }
cc-stat-card .cc-stat-card__value { font-family: var(--serif, Georgia, serif); font-size: 48px; line-height: 1.1; text-align: center; }
cc-stat-card .cc-stat-card__label { text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; text-align: center; }
cc-stat-card { text-align: center; }
cc-hero .cc-hero { padding: 0; }
cc-cta .cc-cta { background: transparent; border: none; padding: 0; }
cc-cta .cc-cta__title { font-size: clamp(1.5rem, 4vw, 2.5rem); }
cc-cta .cc-cta__btn--primary { background: var(--accent-grad); }
.features-grid cc-card, .use-cases-grid cc-card, .capability-grid cc-card, .product-overview-grid cc-card, .pillars-grid cc-card { height: 100%; }
.features-grid cc-card .cc-card, .use-cases-grid cc-card .cc-card, .capability-grid cc-card .cc-card, .product-overview-grid cc-card .cc-card, .pillars-grid cc-card .cc-card { height: 100%; display: flex; flex-direction: column; }
