:root {
  --spms-primary: #0d6efd;
  --spms-primary-dark: #0b5ed7;
  --spms-accent: #ffc107;
  --spms-bg: #f8fafc;
  --spms-text: #0f172a;
  --spms-muted: #64748b;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--spms-text);
  background: var(--spms-bg);
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.brand-badge {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background: var(--spms-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.brand-text {
  color: var(--spms-primary);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.site-logo {
  height: 44px;
  width: auto;
}

.hero-section {
  background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.12), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.hero-screen {
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

.hero-image {
  max-height: 380px;
  object-fit: contain;
}

.placeholder-screen {
  min-height: 320px;
  border: 2px dashed #bfdbfe;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--spms-muted);
  background: #f8fbff;
}

.feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 1rem;
}

.screenshot-section {
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fc 100%);
}

.screenshot-box {
  min-height: 220px;
  border: 2px dashed #cbd5e1;
  border-radius: 0.85rem;
  background: #fff;
  color: var(--spms-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.mobile-shot-box {
  min-height: 420px;
  border: 2px dashed #cbd5e1;
  border-radius: 1.4rem;
  background: #fff;
  color: var(--spms-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.price-card {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 0.9rem;
  padding: 1.25rem;
}

.featured-plan {
  border-color: var(--spms-primary);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.12);
}

.cta-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.android-install-strip {
  background: #fff7e0;
}

.android-install-footer {
  border: 1px solid #ffe7a6;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #fffdf6 0%, #fff7e5 100%);
}

.android-screenshot-placeholder {
  min-height: 320px;
  border: 2px dashed #f3cb63;
  border-radius: 1rem;
  background: #fff;
  color: var(--spms-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.btn-primary {
  background-color: var(--spms-primary);
  border-color: var(--spms-primary);
}

.btn-primary:hover {
  background-color: var(--spms-primary-dark);
  border-color: var(--spms-primary-dark);
}

@media (max-width: 767.98px) {
  .navbar.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .android-install-strip .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-logo {
    height: 36px;
  }

  .placeholder-screen {
    min-height: 220px;
  }

  .mobile-shot-box {
    min-height: 308px;
    border-radius: 1rem;
  }

  .android-screenshot-placeholder {
    min-height: 180px;
  }
}
