/**
 * Timezer – Premier 2025 landing design
 * Inspired by award-winning 2025 patterns: bento grid, strong typography,
 * subtle gradients, single CTA focus, micro-interactions.
 * Scoped under .lp-2025. No dependency on existing hotsite styles.
 */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Syne:wght@600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ephesis&display=swap");

.app-title-navbar {
  font-family: "Ephesis", cursive;
  font-size: 3rem;
}

.lp-2025 {
  --lp-font: "Plus Jakarta Sans", system-ui, sans-serif;
  --lp-display: "Syne", var(--lp-font);
  --lp-bg: #0b0d10;
  --lp-surface: #14171c;
  --lp-surface-elevated: #1a1e26;
  --lp-border: rgba(255, 255, 255, 0.08);
  --lp-text: #f2f4f7;
  --lp-text-muted: #8b92a0;
  --lp-accent: #6366f1;
  --lp-accent-hover: #818cf8;
  --lp-accent-glow: rgba(99, 102, 241, 0.25);
  --lp-success: #22c55e;
  --lp-radius: 12px;
  --lp-radius-lg: 20px;
  --lp-gap: 1.25rem;
  --lp-gap-lg: 2.5rem;
  --lp-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: var(--lp-font);
  color: var(--lp-text);
  background: var(--lp-bg);
  line-height: 1.6;
  padding-top: 72px;
}

/* ----- Hero ----- */
.lp-2025 .lp-hero {
  min-height: min(90vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem 5rem;
  position: relative;
  overflow: hidden;
}

.lp-2025 .lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.2), transparent),
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(99, 102, 241, 0.08), transparent),
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(34, 197, 94, 0.06), transparent);
  pointer-events: none;
}

.lp-2025 .lp-hero-inner {
  position: relative;
  max-width: 720px;
}

.lp-2025 .lp-hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  padding: 0 0 1.25rem;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

.lp-2025 .lp-hero-lead {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--lp-text-muted);
  margin: 0 0 2rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.lp-2025 .lp-hero-who {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.lp-2025 .lp-reassurance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  margin: 0 0 1.75rem;
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

.lp-2025 .lp-reassurance-sep {
  color: var(--lp-border);
  user-select: none;
}

.lp-2025 .lp-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--lp-font);
  color: #fff;
  background: var(--lp-accent);
  border: none;
  border-radius: var(--lp-radius);
  text-decoration: none;
  transition: transform 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease);
}

.lp-2025 .lp-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px var(--lp-accent-glow);
  color: #fff;
}

.lp-2025 .lp-hero-badge {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: 999px;
}

/* ----- Testimonial ----- */
.lp-2025 .lp-testimonial {
  padding: 4rem 1.5rem;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid var(--lp-border);
}

.lp-2025 .lp-testimonial .lp-section-title {
  padding-bottom: 1.25rem;
}

.lp-2025 .lp-testimonial-quote {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--lp-text);
  margin: 0 0 1.25rem;
  font-style: normal;
}

.lp-2025 .lp-testimonial-author {
  font-size: 0.9375rem;
  color: var(--lp-text-muted);
}

.lp-2025 .lp-testimonial-author cite {
  font-style: normal;
  font-weight: 500;
  color: var(--lp-text);
}

/* ----- Bento grid ----- */
.lp-2025 .lp-section {
  padding: 5rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-2025 .lp-section-title {
  font-family: var(--lp-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0 0 1.5rem;
}

.lp-2025 .lp-section-lead {
  text-align: center;
  color: var(--lp-text-muted);
  font-size: 1.0625rem;
  max-width: 480px;
  margin: 0 auto 3rem;
}

.lp-2025 .lp-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: var(--lp-gap);
}

@media (max-width: 900px) {
  .lp-2025 .lp-bento {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .lp-2025 .lp-bento {
    grid-template-columns: 1fr;
  }
}

.lp-2025 .lp-bento-item {
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 1.75rem;
  transition: transform 0.25s var(--lp-ease), border-color 0.2s, box-shadow 0.25s var(--lp-ease);
}

.lp-2025 .lp-bento-item:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.lp-2025 .lp-bento-item--span-2 {
  grid-column: span 2;
}

.lp-2025 .lp-bento-item--tall {
  grid-row: span 2;
}

@media (max-width: 900px) {
  .lp-2025 .lp-bento-item--span-2 {
    grid-column: span 1;
  }
  .lp-2025 .lp-bento-item--tall {
    grid-row: span 1;
  }
}

.lp-2025 .lp-bento-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  background: rgba(99, 102, 241, 0.15);
  color: var(--lp-accent);
}

.lp-2025 .lp-bento-item h3 {
  font-family: var(--lp-display);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.lp-2025 .lp-bento-item p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lp-text-muted);
}

/* ----- Stats row ----- */
.lp-2025 .lp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--lp-gap);
  padding: 3rem 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .lp-2025 .lp-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lp-2025 .lp-stat {
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
}

.lp-2025 .lp-stat-value {
  font-family: var(--lp-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 0.25rem;
}

.lp-2025 .lp-stat-label {
  font-size: 0.8125rem;
  color: var(--lp-text-muted);
}

/* ----- Testimonial ----- */
.lp-2025 .lp-testimonial {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  border-left: 4px solid var(--lp-accent);
}

.lp-2025 .lp-testimonial blockquote {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  font-style: normal;
  color: var(--lp-text);
}

.lp-2025 .lp-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lp-2025 .lp-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--lp-surface-elevated);
}

.lp-2025 .lp-testimonial-name {
  font-weight: 600;
  display: block;
}

.lp-2025 .lp-testimonial-role {
  font-size: 0.875rem;
  color: var(--lp-text-muted);
}

/* ----- Product strip (image/demo area) ----- */
.lp-2025 .lp-product-strip {
  padding: 4rem 1.5rem;
  text-align: center;
}

.lp-2025 .lp-product-strip .lp-section-lead {
  margin-bottom: 2rem;
}

.lp-2025 .lp-product-wrap {
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  border: 1px solid var(--lp-border);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.lp-2025 .lp-product-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----- Pricing ----- */
.lp-2025 .lp-pricing {
  padding: 4rem 1.5rem 5rem;
}

.lp-2025 .lp-pricing .lp-section-title {
  margin-bottom: 0.5rem;
}

.lp-2025 .lp-pricing-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* ----- Final CTA ----- */
.lp-2025 .lp-cta-block {
  padding: 5rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, var(--lp-surface) 0%, var(--lp-bg) 100%);
  border-top: 1px solid var(--lp-border);
}

.lp-2025 .lp-cta-block .lp-section-title {
  margin-bottom: 0.5rem;
}

.lp-2025 .lp-cta-block .lp-section-lead {
  margin-bottom: 0.75rem;
}

.lp-2025 .lp-cta-urgency {
  font-size: 0.9375rem;
  color: var(--lp-text-muted);
  max-width: 420px;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}

.lp-2025 .lp-cta-block .lp-cta-primary {
  margin-bottom: 1rem;
}

.lp-2025 .lp-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--lp-text-muted);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.lp-2025 .lp-cta-secondary:hover {
  color: var(--lp-text);
  border-color: var(--lp-text-muted);
  background: var(--lp-surface);
}

/* ----- Pricing component overrides (dark theme) ----- */
.lp-2025 .lp-pricing-inner .section-bg,
.lp-2025 .lp-pricing-inner .plans {
  background: transparent !important;
}

.lp-2025 .lp-pricing-inner .card {
  background: var(--lp-surface) !important;
  border: 1px solid var(--lp-border) !important;
  border-radius: var(--lp-radius-lg) !important;
}

.lp-2025 .lp-pricing-inner .card-title.bg-light-subtle,
.lp-2025 .lp-pricing-inner .card-title {
  background: var(--lp-surface-elevated) !important;
  color: var(--lp-text) !important;
  border-radius: var(--lp-radius) var(--lp-radius) 0 0 !important;
}

.lp-2025 .lp-pricing-inner .card-body {
  color: var(--lp-text-muted) !important;
}

.lp-2025 .lp-pricing-inner .custom-check-list li::before {
  color: var(--lp-success) !important;
}

.lp-2025 .lp-pricing-inner .price-container {
  color: var(--lp-text) !important;
  text-align: center;
  margin-top: -1rem;
}

.lp-2025 .lp-bento-icon--num {
  font-family: var(--lp-display);
  font-weight: 800;
  font-size: 1.25rem;
}

.lp-2025 .lp-bento--top {
  margin-top: var(--lp-gap);
}

.lp-2025 .lp-bento-item--accent {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(99, 102, 241, 0.05) 100%);
  border-color: rgba(99, 102, 241, 0.25);
}

.lp-2025 .lp-cta-primary--top {
  margin-top: 1rem;
}

/* ----- Sports hero variant ----- */
.lp-2025 .lp-hero--sports .lp-hero-inner {
  max-width: 900px;
}

.lp-2025 .lp-hero--sports .lp-hero-media {
  margin-top: 2.5rem;
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  border: 1px solid var(--lp-border);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.lp-2025 .lp-hero--sports .lp-hero-media iframe {
  width: 100%;
  height: 320px;
  display: block;
}

@media (min-width: 768px) {
  .lp-2025 .lp-hero--sports .lp-hero-media iframe {
    height: 400px;
  }
}
