/* ===== Professional + compact layout ===== */

:root {
  --bg: #0c0e12;
  --bg-elevated: #12151c;
  --bg-card: #161a22;
  --border: rgba(255, 255, 255, 0.06);
  --border-hover: rgba(255, 255, 255, 0.1);
  --text: #f1f5f9;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  --accent: #3b82f6;
  --accent-light: #60a5fa;
  --accent-cyan: #38bdf8;
  --gradient: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  --gradient-subtle: linear-gradient(180deg, rgba(59, 130, 246, 0.06) 0%, transparent 100%);
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.25);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.3);
  --shadow-glow: none;
  --radius: 10px;
  --radius-lg: 14px;
  --font-sans: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --header-h: 64px;
  --space-section: 40px;
  --space-header-top: calc(var(--header-h) + 24px);
}

body {
  font-size: 0.9375rem;
  line-height: 1.55;
  letter-spacing: -0.011em;
  background: var(--bg);
}

.container {
  max-width: 1120px;
  padding: 0 20px;
}

h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: -0.025em;
}

/* Buttons */
.btn {
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 9px 16px;
}

.btn-lg {
  padding: 11px 20px;
  font-size: 0.9375rem;
}

.btn-primary {
  background: var(--accent);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary::after {
  display: none;
}

.btn-primary:hover {
  background: #2563eb;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  border-color: var(--border-hover);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.15);
}

.sign-in-btn {
  background: transparent;
  border: 1px solid var(--border-hover);
  box-shadow: none;
}

.sign-in-btn::before {
  display: none;
}

.sign-in-btn:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--text);
  box-shadow: none;
}

/* Header */
.header {
  height: var(--header-h);
  background: rgba(12, 14, 18, 0.9);
  backdrop-filter: blur(12px) saturate(1.2);
}

.header.scrolled {
  background: rgba(12, 14, 18, 0.96);
  box-shadow: 0 1px 0 var(--border);
}

.nav {
  height: var(--header-h);
}

.logo {
  font-size: 1.0625rem;
}

.nav-links a::after {
  height: 1px;
  bottom: -4px;
  background: var(--accent);
}

/* Uniform spacing — every section + footer */
section.hero,
section.logos-bar,
section.features,
section.how-it-works,
section.pricing,
section.faq,
section.cta-banner,
footer.footer {
  margin-bottom: var(--space-section) !important;
}

section.features,
section.pricing,
section.cta-banner {
  padding-top: var(--space-section);
}

/* Colored bands — need explicit bottom padding (styles.css sets padding: 0) */
section.logos-bar,
section.how-it-works,
section.faq {
  padding-top: var(--space-section) !important;
  padding-bottom: var(--space-section) !important;
  margin-bottom: var(--space-section) !important;
}

section.hero {
  padding-top: var(--space-header-top);
  min-height: auto;
}

footer.footer {
  margin-top: var(--space-section);
  padding-top: var(--space-section);
}

.hero-inner {
  gap: 32px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  margin-bottom: 12px;
  max-width: none;
}

.badge {
  padding: 4px 10px;
  font-size: 0.6875rem;
  margin-bottom: 12px;
}

.badge::before {
  display: none;
}

.hero-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hero-cta {
  margin-bottom: 0;
  gap: 10px;
}

.hero-trust {
  font-size: 0.75rem;
  margin: 10px 0 16px;
}

.hero-stats {
  max-width: 100%;
}

.hero-stats li {
  padding: 14px 16px;
}

.hero-stats strong {
  font-size: 1.25rem;
  margin-bottom: 4px;
}

/* Product preview — compact */
.hero-visual {
  margin-top: 0;
}

.hero-showcase-glow {
  display: none;
}

.product-frame {
  box-shadow: var(--shadow);
}

.product-frame-bar {
  padding: 8px 12px;
}

.product-frame .thumbnail-showcase {
  padding: 16px;
  min-height: 240px;
}

.thumbnail-showcase {
  min-height: 240px !important;
}

.thumb-card {
  padding: 6px;
  animation: none;
}

.thumb-card-main {
  width: 85%;
}

.thumb-card-secondary {
  width: 36%;
  bottom: 12px;
}

.thumb-card-tertiary {
  width: 30%;
  top: 38%;
}

.floating-toolbar {
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0 16px 16px;
  display: inline-flex;
  animation: none;
  opacity: 1;
}

/* Logos strip */
.logos-bar p {
  margin-bottom: 12px;
  font-size: 0.75rem;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 40px;
}

.logo-strip li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-strip img {
  display: block;
  width: 36px;
  height: 36px;
  opacity: 0.9;
  transition: opacity var(--transition), transform var(--transition);
}

.logo-strip li:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

/* Section headers */
.section-header {
  margin-bottom: 24px;
}

.section-tag {
  margin-bottom: 8px;
  font-size: 0.6875rem;
}

.section-header h2 {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  margin-bottom: 8px;
}

.section-header p {
  font-size: 0.9375rem;
  line-height: 1.55;
}

/* Features */
.features-grid {
  gap: 16px;
}

.feature-card {
  padding: 20px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
}

.feature-card h3 {
  font-size: 0.9375rem;
  margin-bottom: 6px;
}

.feature-card p {
  font-size: 0.8125rem;
  line-height: 1.5;
}

/* Steps */
.steps {
  gap: 16px;
}

.step {
  padding: 20px;
}

.step-num {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.step h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.step p {
  font-size: 0.8125rem;
}

/* Pricing */
.pricing-grid {
  gap: 16px;
}

.price-card {
  padding: 24px;
}

.price-header h3 {
  font-size: 1.125rem;
}

.price-desc {
  font-size: 0.8125rem;
  margin-bottom: 16px;
}

.price-amount {
  margin-bottom: 20px;
}

.amount {
  font-size: 2.5rem;
}

.price-features {
  margin-bottom: 20px;
}

.price-features li {
  font-size: 0.8125rem;
  margin-bottom: 8px;
  padding-left: 26px;
}

/* FAQ */
.faq-item {
  margin-bottom: 6px;
}

.faq-item summary {
  padding: 14px 16px;
  font-size: 0.9375rem;
}

.faq-item p {
  padding: 0 16px 14px;
  font-size: 0.8125rem;
}

/* CTA */
.cta-inner {
  padding: 32px 24px;
}

.cta-inner h2 {
  font-size: 1.375rem;
  margin-bottom: 8px;
}

.cta-inner p {
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

/* Footer */
.footer {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid var(--border);
}

.footer-inner {
  gap: 32px;
}

.footer-brand p {
  font-size: 0.8125rem;
  margin-top: 8px;
}

.footer-links {
  gap: 40px;
}

.footer-links h4 {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 0.8125rem;
  margin-bottom: 6px;
}

.footer-copy {
  padding-top: 20px;
  font-size: 0.75rem;
}

/* Modal */
.modal-content {
  padding: 32px 28px 28px;
}

.modal-subtitle {
  margin-bottom: 20px;
  font-size: 0.875rem;
}

/* Always visible — no scroll-hide */
.reveal-up,
.reveal-scale,
.logo-strip li {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.feature-card,
.step,
.price-card,
.faq-item {
  opacity: 1 !important;
  transform: none !important;
}

/* Disable flashy motion */
.header-animate,
.hero-animate,
.hero-visual-animate,
.hero-glow-1,
.hero-glow-2,
.hero-grid,
.gradient-animate,
.price-card-featured,
.popular-badge,
.thumb-preview::after {
  animation: none !important;
}

.gradient-text {
  animation: none;
}

@media (max-width: 968px) {
  :root {
    --space-section: 32px;
    --space-header-top: calc(var(--header-h) + 16px);
  }

  .hero-inner {
    gap: 24px;
  }

  .product-frame .thumbnail-showcase,
  .thumbnail-showcase {
    min-height: 200px !important;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .hero-stats li {
    padding: 12px 14px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
