/* Premium dark landing — shared by home (via styles.css import) and static marketing pages */

.landing-chrome {
  --landing-base-top: #020817;
  --landing-base-mid: #030b1a;
  --landing-base-bottom: #020617;
  --accent: #2563eb;
  --green: #22c55e;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 20%, rgba(37, 99, 235, 0.18), transparent 35%),
    radial-gradient(circle at 80% 0%, rgba(59, 130, 246, 0.12), transparent 30%),
    radial-gradient(circle at 12% 55%, rgba(99, 102, 241, 0.08), transparent 38%),
    linear-gradient(to bottom, var(--landing-base-top), var(--landing-base-mid), var(--landing-base-bottom));
  color: #f8fafc;
}

.landing-chrome::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(37, 99, 235, 0.14), transparent 55%),
    radial-gradient(circle at 95% 25%, rgba(59, 130, 246, 0.08), transparent 32%),
    radial-gradient(circle at 5% 75%, rgba(139, 92, 246, 0.05), transparent 40%);
}

.landing-chrome > header,
.landing-chrome > main,
.landing-chrome > footer,
.landing-chrome > section {
  position: relative;
  z-index: 1;
}

.landing-header,
.marketing-header {
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.landing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(2, 8, 23, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.landing-chrome .footer-address,
.landing-chrome .footer-address a {
  color: #94a3b8;
}

.landing-chrome .footer-address a:hover {
  color: #93c5fd;
}

.landing-section {
  position: relative;
}

.landing-section + .landing-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 56rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent);
  pointer-events: none;
  z-index: 2;
}

.landing-section-alt::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 75% 45% at 50% 50%, rgba(37, 99, 235, 0.07), transparent 72%);
}

.landing-section-alt > * {
  position: relative;
  z-index: 1;
}

.landing-hero-glow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -20%);
  width: min(100%, 44rem);
  height: 16rem;
  background: radial-gradient(ellipse, rgba(37, 99, 235, 0.28), transparent 68%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

.landing-hero-glow > * {
  position: relative;
  z-index: 1;
}

.landing-glass-card {
  background: rgba(9, 17, 34, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-glass-card--featured {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.28),
    0 0 40px rgba(37, 99, 235, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-text-body {
  color: #cbd5e1;
}

.landing-text-muted {
  color: #94a3b8;
}

.landing-text-subtle {
  color: #64748b;
}

.landing-accent {
  color: #60a5fa;
  text-shadow: 0 0 48px rgba(59, 130, 246, 0.32);
}

.landing-stat {
  color: #93c5fd;
  text-shadow: 0 0 32px rgba(59, 130, 246, 0.25);
}

.landing-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #3b82f6 100%);
  border: 1px solid rgba(147, 197, 253, 0.22);
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 4px 22px rgba(37, 99, 235, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: box-shadow 0.25s ease, transform 0.2s ease, filter 0.2s ease;
}

.landing-btn-primary:hover {
  box-shadow:
    0 8px 32px rgba(37, 99, 235, 0.45),
    0 0 36px rgba(59, 130, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.landing-btn-secondary {
  display: inline-block;
  border: 1px solid rgba(96, 165, 250, 0.4);
  color: #93c5fd;
  background: rgba(37, 99, 235, 0.08);
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-btn-secondary:hover {
  background: rgba(37, 99, 235, 0.16);
  border-color: rgba(147, 197, 253, 0.55);
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.12);
}

.landing-chrome .pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  .landing-chrome .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-chrome .pricing-tier {
  background: rgba(9, 17, 34, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: left;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.landing-chrome .pricing-tier.featured {
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(37, 99, 235, 0.12);
  box-shadow: 0 0 48px rgba(37, 99, 235, 0.12);
}

.landing-chrome .tier-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #60a5fa;
  margin-bottom: 0.5rem;
}

.landing-chrome .price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.landing-chrome .pricing-items {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #94a3b8;
}

.landing-chrome .pricing-items li {
  margin-bottom: 0.5rem;
}

.landing-chrome .pricing-items li::before {
  content: "✓";
  color: var(--green);
  margin-right: 0.5rem;
}

.landing-chrome .cta-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 1rem;
  text-decoration: none;
}

.landing-chrome .cta-btn.landing-btn-primary {
  color: #fff;
}

.landing-chrome .landing-table-wrap {
  overflow-x: auto;
}

.landing-chrome .landing-table-wrap table {
  width: 100%;
  text-align: left;
}

.landing-chrome .landing-table-wrap th {
  padding: 1rem;
  font-weight: 600;
}

.landing-chrome .landing-table-wrap td {
  padding: 1rem;
  color: #cbd5e1;
}

.landing-chrome .landing-table-wrap thead {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-chrome .landing-table-wrap tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-chrome .footer-address {
  text-align: right;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .landing-chrome .footer-address {
    text-align: center;
  }
}
