/*
Theme Name: Flux+Form
Theme URI: https://flux-form.com
Description: Child theme for Neve. Custom styling for Flux+Form AI training site.
Author: Flux+Form
Author URI: https://flux-form.com
Template: neve
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flux-form-child
Domain Path: /languages
*/

/* ===== BASE OVERRIDES ===== */

body {
  background: linear-gradient(135deg, #0E0E12 0%, #1a1a22 100%) !important;
  color: #f5f5f0 !important;
}

html {
  background: #0E0E12 !important;
}

/* Remove Neve header/footer */
.nv-navbar, .nv-top-bar, header.site-header, footer.site-footer {
  display: none !important;
}

/* ===== TYPOGRAPHY ===== */

body, p, span, div, li {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fraunces', serif !important;
  font-weight: 700;
}

h1 {
  font-size: 3.5rem !important;
  line-height: 1.2 !important;
  color: #fff !important;
}

h2 {
  font-size: 2.5rem !important;
  line-height: 1.3 !important;
  color: #fff !important;
}

h3 {
  font-size: 1.75rem !important;
  color: #fff !important;
}

/* ===== LINKS ===== */

a {
  color: #C8E8FF !important;
  text-decoration: none;
}

a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* ===== HERO SECTION ===== */

.flux-hero {
  padding: 6rem 3rem;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.flux-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #fff !important;
}

.flux-hero p {
  font-size: 1.2rem;
  color: #b8b8b0 !important;
  margin-bottom: 3rem !important;
}

/* ===== CTA GROUP ===== */

.flux-cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.flux-btn {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-family: 'Geist', sans-serif;
}

.flux-btn:hover {
  text-decoration: none !important;
}

.flux-btn-primary {
  background: #4A6B8F !important;
  color: white !important;
}

.flux-btn-primary:hover {
  background: #5a7ca0 !important;
  text-decoration: none !important;
}

.flux-btn-secondary {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #4A6B8F !important;
}

.flux-btn-secondary:hover {
  background: #4A6B8F !important;
  text-decoration: none !important;
}

/* ===== CREDIBILITY BAR ===== */

.flux-credibility {
  padding: 3rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
  align-items: center;
  border-top: 1px solid #2a2a32;
  border-bottom: 1px solid #2a2a32;
  margin: 4rem 0;
  flex-wrap: wrap;
}

.flux-credibility-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.flux-credibility-logo {
  width: 40px;
  height: 40px;
  background: #4A6B8F;
  border-radius: 0.25rem;
  display: inline-block;
  flex-shrink: 0;
}

.flux-credibility-text {
  font-size: 0.85rem;
  color: #999;
  line-height: 1.4;
  font-family: 'Geist', sans-serif;
}

/* ===== STANDARD SECTION ===== */

.flux-section {
  padding: 4rem 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.flux-section h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff !important;
}

.flux-section p {
  font-size: 1.1rem;
  color: #d0cfc8 !important;
  line-height: 1.8;
  margin-bottom: 1.5rem !important;
  font-family: 'Geist', sans-serif;
}

.flux-section-cta {
  margin-top: 2rem;
}

/* ===== TESTIMONIAL ===== */

.flux-testimonial {
  padding: 4rem 3rem;
  background: #1a1a22;
  margin: 4rem 0;
  border-left: 4px solid #C8E8FF;
  max-width: 100%;
}

.flux-testimonial p {
  font-size: 1.15rem;
  font-style: italic;
  color: #e0e0d8 !important;
  margin-bottom: 2rem !important;
  font-family: 'Geist', sans-serif;
}

.flux-testimonial-credit {
  font-size: 0.9rem;
  color: #999;
  font-family: 'Geist', sans-serif;
}

/* ===== FOOTER CTA ===== */

.flux-footer-cta {
  text-align: center;
  padding: 4rem 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.flux-footer-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff !important;
}

.flux-footer-cta p {
  color: #b8b8b0 !important;
  margin-bottom: 1.5rem !important;
  font-size: 1rem;
  font-family: 'Geist', sans-serif;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
  .flux-hero h1 {
    font-size: 2.5rem;
  }

  .flux-cta-group {
    flex-direction: column;
    gap: 1rem;
  }

  .flux-btn {
    width: 100%;
  }

  .flux-credibility {
    flex-direction: column;
    gap: 2rem;
  }

  .flux-section {
    padding: 2rem;
  }

  .flux-section h2 {
    font-size: 1.5rem;
  }

  .flux-testimonial {
    padding: 2rem;
    margin: 2rem 0;
  }

  .flux-footer-cta {
    padding: 2rem;
  }

  .flux-footer-cta h2 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  .flux-hero p {
    font-size: 1rem;
  }

  .flux-section p {
    font-size: 1rem;
  }
}
