/*
Theme Name: Prosperidade Judaica
Theme URI: https://seusite.com
Author: Seu Nome
Author URI: https://seusite.com
Description: Tema elegante para página de vendas do curso Prosperidade Judaica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prosperidade-judaica
*/

/* ========================================
   RESET & BASE
======================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold: 45 80% 55%;
  --gold-light: 45 85% 65%;
  --gold-dark: 45 70% 40%;
  --gold-muted: 45 60% 25%;
  --background: 0 0% 3%;
  --foreground: 45 20% 95%;
  --muted: 0 0% 12%;
  --muted-foreground: 0 0% 65%;
  --border: 45 30% 20%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ========================================
   UTILITIES
======================================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.text-center {
  text-align: center;
}

.text-gold {
  color: hsl(var(--gold));
}

.text-gold-light {
  color: hsl(var(--gold-light));
}

.bg-gold {
  background-color: hsl(var(--gold));
}

.gradient-text {
  background: linear-gradient(135deg, hsl(var(--gold-light)), hsl(var(--gold)), hsl(var(--gold-dark)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========================================
   BUTTONS
======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-cta {
  background: linear-gradient(135deg, hsl(var(--gold-light)), hsl(var(--gold)), hsl(var(--gold-dark)));
  color: hsl(0 0% 5%);
  font-size: 1.125rem;
  padding: 1.25rem 3rem;
  box-shadow: 0 10px 50px hsla(var(--gold), 0.4);
  position: relative;
  overflow: hidden;
}

.btn-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shimmer 3s infinite;
}

.btn-cta:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 60px hsla(var(--gold), 0.5);
}

.btn-gold-outline {
  background: transparent;
  border: 2px solid hsl(var(--gold));
  color: hsl(var(--gold));
}

.btn-gold-outline:hover {
  background: hsl(var(--gold));
  color: hsl(0 0% 5%);
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* ========================================
   HERO SECTION
======================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, hsla(var(--gold), 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  max-width: 900px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: hsla(var(--gold), 0.15);
  border: 1px solid hsla(var(--gold), 0.3);
  border-radius: 9999px;
  color: hsl(var(--gold));
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--muted-foreground));
}

.hero-feature svg {
  color: hsl(var(--gold));
}

/* ========================================
   SECTION STYLES
======================================== */
.section {
  padding: 5rem 1rem;
  position: relative;
}

.section-dark {
  background: hsl(var(--muted));
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
  margin-bottom: 1rem;
}

.section-subtitle {
  text-align: center;
  color: hsl(var(--muted-foreground));
  max-width: 600px;
  margin: 0 auto 3rem;
}

/* ========================================
   BENEFITS / PRINCIPLES
======================================== */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.principle-card {
  background: linear-gradient(135deg, hsla(var(--gold), 0.08), hsla(var(--gold), 0.02));
  border: 1px solid hsla(var(--gold), 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.principle-card:hover {
  border-color: hsla(var(--gold), 0.5);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px hsla(var(--gold), 0.15);
}

.principle-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.principle-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, hsl(var(--gold)), hsl(var(--gold-dark)));
  color: hsl(0 0% 5%);
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.principle-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(var(--gold-light));
}

.principle-desc {
  color: hsl(var(--muted-foreground));
  font-size: 0.95rem;
  padding-left: 3.5rem;
}

/* ========================================
   AUTHORITY SECTION
======================================== */
.authority-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.stat-card {
  text-align: center;
  padding: 2rem;
  background: hsla(var(--gold), 0.05);
  border: 1px solid hsla(var(--gold), 0.2);
  border-radius: 1rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(var(--gold));
  margin-bottom: 0.5rem;
}

.stat-label {
  color: hsl(var(--muted-foreground));
  font-size: 0.95rem;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: hsla(var(--gold), 0.05);
  border: 1px dashed hsla(var(--gold), 0.3);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}

.testimonial-placeholder {
  color: hsl(var(--muted-foreground));
  font-style: italic;
}

/* ========================================
   EBOOKS SECTION
======================================== */
.ebooks-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.ebook-card {
  background: linear-gradient(180deg, hsla(var(--gold), 0.1), hsla(var(--gold), 0.02));
  border: 1px solid hsla(var(--gold), 0.25);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.ebook-card:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 40px hsla(var(--gold), 0.2);
}

.ebook-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, hsl(var(--gold)), hsl(var(--gold-dark)));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.ebook-title {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--gold-light));
  margin-bottom: 0.5rem;
}

.ebook-desc {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
}

/* ========================================
   OFFER SECTION
======================================== */
.offer-box {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, hsla(var(--gold), 0.15), hsla(var(--gold), 0.05));
  border: 2px solid hsl(var(--gold));
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.offer-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, hsl(var(--gold-light)), hsl(var(--gold)), hsl(var(--gold-dark)));
}

.offer-badge {
  display: inline-block;
  background: hsl(var(--gold));
  color: hsl(0 0% 5%);
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.offer-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.offer-price {
  margin: 2rem 0;
}

.price-old {
  font-size: 1.25rem;
  color: hsl(var(--muted-foreground));
  text-decoration: line-through;
  margin-bottom: 0.5rem;
}

.price-new {
  font-size: 3rem;
  font-weight: 700;
  color: hsl(var(--gold));
}

.price-installments {
  font-size: 1rem;
  color: hsl(var(--muted-foreground));
  margin-top: 0.5rem;
}

.offer-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.offer-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: hsla(var(--gold), 0.1);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.offer-feature svg,
.offer-feature .check {
  color: hsl(var(--gold));
}

/* ========================================
   GUARANTEE SECTION
======================================== */
.guarantee-box {
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(135deg, hsla(120, 50%, 30%, 0.15), hsla(120, 50%, 20%, 0.05));
  border: 2px solid hsla(120, 50%, 40%, 0.5);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
}

.guarantee-icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, hsl(120, 50%, 40%), hsl(120, 50%, 30%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.guarantee-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: hsl(120, 50%, 60%);
}

.guarantee-text {
  color: hsl(var(--muted-foreground));
  max-width: 500px;
  margin: 0 auto;
}

/* ========================================
   FINAL CTA SECTION
======================================== */
.final-cta {
  padding: 6rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: radial-gradient(ellipse at center, hsla(var(--gold), 0.1), transparent 60%);
  pointer-events: none;
}

.final-cta h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
}

.final-cta p {
  color: hsl(var(--muted-foreground));
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
}

.trust-badge svg {
  color: hsl(var(--gold));
}

/* ========================================
   FOOTER
======================================== */
.footer {
  background: hsl(0 0% 5%);
  border-top: 1px solid hsla(var(--gold), 0.2);
  padding: 3rem 1rem;
  text-align: center;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(var(--gold));
  margin-bottom: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.footer-links a {
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: hsl(var(--gold));
}

.footer-copy {
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 768px) {
  .hero {
    padding: 3rem 1rem;
  }
  
  .section {
    padding: 3rem 1rem;
  }
  
  .offer-box {
    padding: 2rem 1rem;
  }
  
  .guarantee-box {
    padding: 2rem 1rem;
  }
  
  .principles-grid,
  .ebooks-container {
    grid-template-columns: 1fr;
  }
  
  .btn-cta {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}
