/* ===== Landing Page Styles ===== */

/* Typography */
.landing-nav,
.landing-hero,
.landing-section,
.landing-cta,
.landing-footer {
  font-family: 'DM Sans', sans-serif;
}

.hero-title,
.section-title,
.cta-title,
.pricing-card h3,
.about-stat-card h3,
.price-amount {
  font-family: 'Space Grotesk', sans-serif;
}

/* ===== Navbar ===== */
.landing-nav {
  background: rgba(18, 18, 18, 0.85) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 107, 0, 0.1);
  padding: 0.75rem 0;
}

.landing-nav .navbar-brand {
  color: #fff !important;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
}

.brand-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #FF6B00, #FF8533);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
}

.landing-nav .nav-link {
  color: #a0a0a0 !important;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.landing-nav .nav-link:hover {
  color: #FF6B00 !important;
}

.landing-nav .navbar-toggler {
  border: 1px solid rgba(255, 107, 0, 0.3);
  padding: 0.4rem 0.6rem;
  color: #FF6B00;
}

.btn-ghost {
  color: #a0a0a0 !important;
  border: 1px solid #a0a0a0 !important;
  background: transparent !important;
  transition: all 0.2s;
}

.btn-ghost:hover {
  color: #fff !important;
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

/* ===== Hero ===== */
.landing-hero {
  background: #121212;
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: rgba(255, 107, 0, 0.1);
  border: 1px solid rgba(255, 107, 0, 0.2);
  border-radius: 100px;
  color: #FF8533 !important;
  font-size: 0.8rem;
  font-weight: 500;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff !important;
}

.text-gradient {
  background: linear-gradient(135deg, #FF6B00, #FF8533, #FFB366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-lead {
  font-size: 1.15rem;
  color: #b0b0b0 !important;
  line-height: 1.7;
}

.hero-sub {
  font-size: 1rem;
  color: #888 !important;
  line-height: 1.7;
}

.landing-cta-btn {
  box-shadow: 0 4px 20px rgba(255, 107, 0, 0.3) !important;
  transition: box-shadow 0.3s, transform 0.2s;
}

.landing-cta-btn:hover {
  box-shadow: 0 6px 30px rgba(255, 107, 0, 0.4) !important;
  transform: translateY(-1px);
}

/* ===== Hero Mockup ===== */
.hero-visual {
  perspective: 1000px;
}

.hero-mockup {
  background: #1e1e1e;
  border-radius: 12px;
  border: 1px solid #333;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: rotateY(-5deg) rotateX(2deg);
  transition: transform 0.4s;
}

.hero-mockup:hover {
  transform: rotateY(0deg) rotateX(0deg);
}

.mockup-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: #252525;
  border-bottom: 1px solid #333;
}

.mockup-dots {
  display: flex;
  gap: 6px;
}

.mockup-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #444;
}

.mockup-dots span:first-child { background: #ff5f57; }
.mockup-dots span:nth-child(2) { background: #ffbd2e; }
.mockup-dots span:nth-child(3) { background: #28c840; }

.mockup-title {
  flex: 1;
  text-align: center;
  color: #666;
  font-size: 0.75rem;
  font-weight: 500;
}

.mockup-body {
  display: flex;
  min-height: 280px;
}

.mockup-sidebar {
  width: 48px;
  background: #1a1a1a;
  border-right: 1px solid #333;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mockup-nav-item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #555;
  font-size: 0.75rem;
}

.mockup-nav-item.active {
  background: rgba(255, 107, 0, 0.15);
  color: #FF6B00;
}

.mockup-content {
  flex: 1;
  padding: 1.25rem;
}

.mockup-page-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.mockup-stat-row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.mockup-stat {
  flex: 1;
  background: #252525;
  border-radius: 8px;
  padding: 0.75rem;
  border: 1px solid #333;
}

.mockup-stat.accent {
  border-color: rgba(255, 107, 0, 0.3);
  background: rgba(255, 107, 0, 0.05);
}

.mockup-stat-icon {
  font-size: 0.6rem;
  margin-bottom: 2px;
}

.mockup-stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff !important;
}

.mockup-stat.accent .mockup-stat-value {
  color: #FF6B00 !important;
}

.mockup-stat-label {
  font-size: 0.6rem;
  color: #666 !important;
  margin-top: 2px;
}

.mockup-actions {
  display: flex;
  gap: 6px;
  margin-bottom: 0.75rem;
}

.mockup-action-btn {
  font-size: 0.5rem;
  color: #FF6B00;
  border: 1px solid rgba(255, 107, 0, 0.3);
  border-radius: 4px;
  padding: 3px 8px;
  white-space: nowrap;
}

.mockup-table {
  background: #252525;
  border-radius: 8px;
  border: 1px solid #333;
  overflow: hidden;
}

.mockup-table-title {
  padding: 0.4rem 0.6rem;
  background: #2a2a2a;
  border-bottom: 1px solid #333;
  font-size: 0.5rem;
  font-weight: 600;
}

.mockup-table-header {
  padding: 0.4rem 0.6rem;
  background: #2a2a2a;
  border-bottom: 1px solid #333;
  font-size: 0.5rem;
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
}

.mockup-table-header span:first-child { width: 30px; }

.mockup-table-row {
  padding: 0.4rem 0.6rem;
  font-size: 0.55rem;
  color: #ccc;
  border-bottom: 1px solid #2d2d2d;
}

.mockup-badge {
  font-size: 0.45rem;
  background: #F59E0B;
  color: #000;
  padding: 1px 6px;
  border-radius: 3px;
  font-weight: 600;
  align-self: center;
}

.mockup-badge.done {
  background: #10B981;
  color: #fff;
}

/* ===== Sections ===== */
.landing-section {
  background: #1a1a1a;
  padding: 2rem 0;
}

.landing-section.alt-bg {
  background: #151515;
}

.section-label {
  display: inline-block;
  color: #FF6B00 !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #888 !important;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Feature Cards ===== */
.feature-card {
  background: #222 !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: border-color 0.3s, transform 0.3s;
}

.feature-card:hover {
  border-color: rgba(255, 107, 0, 0.3) !important;
  transform: translateY(-4px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--icon-color) 12%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  color: var(--icon-color);
}

.feature-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 0.75rem;
}

.feature-desc {
  font-size: 0.9rem;
  color: #888 !important;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ===== About ===== */
.about-text {
  font-size: 0.95rem;
  color: #999 !important;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.about-stat-card {
  background: #222 !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: border-color 0.3s;
}

.about-stat-card:hover {
  border-color: rgba(255, 107, 0, 0.3) !important;
}

.about-stat-icon {
  color: #FF6B00;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.about-stat-card h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 0.25rem;
}

.about-stat-card p {
  font-size: 0.8rem;
  color: #888 !important;
  margin-bottom: 0;
}

/* ===== Pricing ===== */
.pricing-card {
  background: #222 !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}

.pricing-card:hover {
  border-color: rgba(255, 107, 0, 0.2) !important;
  transform: translateY(-4px);
}

.pricing-card.popular {
  border-color: #FF6B00 !important;
  border-width: 2px !important;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.06) 0%, #222 40%) !important;
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #FF6B00, #FF8533);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  border-radius: 100px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.pricing-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pricing-icon {
  font-size: 1.5rem;
  color: #FF6B00;
  margin-bottom: 0.75rem;
}

.pricing-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 0.5rem;
}

.pricing-desc {
  font-size: 0.85rem;
  color: #888 !important;
  margin-bottom: 0;
}

.pricing-price {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333;
}

.price-amount {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff !important;
}

.price-period {
  font-size: 0.9rem;
  color: #666 !important;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  flex-grow: 1;
}

.pricing-features li {
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: #ccc !important;
}

.pricing-features i {
  color: #10B981;
  margin-right: 0.6rem;
  font-size: 0.75rem;
}

.trial-note {
  color: #666 !important;
  font-size: 0.9rem;
}

/* ===== CTA ===== */
.landing-cta {
  background: linear-gradient(135deg, #FF6B00, #CC5500) !important;
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
}

.cta-glow {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.cta-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 0.75rem;
}

.cta-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 0;
}

/* ===== Footer ===== */
.landing-footer {
  background: #0f0f0f !important;
  padding: 3rem 0 1.5rem;
}

.footer-desc {
  font-size: 0.9rem;
  color: #666 !important;
  line-height: 1.6;
}

.footer-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #666 !important;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #FF6B00 !important;
}

.footer-divider {
  border-color: #222 !important;
  margin: 2rem 0 1rem;
}

.footer-copyright {
  font-size: 0.8rem;
  color: #555 !important;
}

.footer-link {
  color: #FF6B00 !important;
  text-decoration: none;
}

.footer-link:hover {
  color: #FF8533 !important;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .landing-hero .min-vh-100 {
    padding-top: 5rem !important;
  }

  .hero-mockup {
    transform: none;
    margin-top: 2rem;
  }

  .hero-mockup:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .mockup-stat-row {
    flex-direction: column;
  }

  .about-grid {
    gap: 0.75rem;
  }

  .about-stat-card {
    padding: 1rem;
  }
}

/* ===== Utilities ===== */
html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 70px;
}
