/* style.css - HYPER CONVERSION V3 */
:root {
  /* Ultra-high contrast stark palette */
  --bg-color: #050505;        /* Pitch black base */
  --bg-alt: #0a0a0a;          /* Very slight elevation */
  --surface: #111111;         /* Card surface */
  
  --accent: #10b981;          /* Vivid Emerald - High action taking color */
  --accent-hover: #059669;    /* Darker Emerald */
  
  --text-main: #ffffff;       /* Pure white text */
  --text-secondary: #e2e8f0;  /* Very light gray for readability */
  --text-muted: #888888;      /* Stark muted text */
  
  --border-light: #222222;    /* Crisp, hard borders */
  --border-highlight: #333333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--bg-color);
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-main);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, .logo {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

/* Utilities */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.text-center { text-align: center; }
.text-accent { color: var(--accent); }
.text-muted { color: var(--text-muted); }
.text-sm { font-size: 0.875rem; }
.mt-4 { margin-top: 2rem; }
.mt-auto { margin-top: auto; }
.bg-alt { background-color: var(--bg-alt); }

/* Buttons - Brutally effective & extremely visible */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px; /* Sharper corners for modern tech feel */
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.15s ease-in-out; /* Snappy, no sluggishness */
}

.btn-primary {
  background-color: var(--accent);
  color: #000; /* Max contrast */
  font-weight: 700;
  border-color: var(--accent);
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.2); /* Emerald glow */
}

.btn-primary:hover {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
  transform: translateY(-2px);
}

.btn-outline {
  background-color: transparent;
  color: var(--text-main);
  border-color: var(--border-highlight);
}

.btn-outline:hover {
  border-color: var(--text-main);
  background-color: rgba(255,255,255,0.03);
}

.btn-sm { padding: 0.6rem 1.25rem; font-size: 0.9rem; }
.btn-lg { padding: 1.1rem 2.5rem; font-size: 1.125rem; font-weight: 700; }
.btn-block { width: 100%; }

/* Navbar - Completely borderless, ultra minimalist */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  padding: 1.5rem 0;
  z-index: 100;
  transition: padding 0.2s, background 0.2s;
}

.navbar.scrolled {
  background-color: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-light);
}

.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.5rem; color: var(--text-main); text-decoration: none; }
.logo span { color: var(--text-main); } /* Removed gradient, clean white */

.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-link { color: var(--text-secondary); text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: color 0.15s; }
.nav-link:hover { color: var(--text-main); }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--text-main); cursor: pointer; }

/* Hero Section - Aggressively focused on CTA */
.hero { padding: 10rem 0 6rem; min-height: 85vh; display: flex; align-items: center; justify-content: center; }
.hero-container { max-width: 800px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background-color: rgba(16, 185, 129, 0.1); /* Emerald tint */
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--accent);
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.pulse-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 8px var(--accent); animation: pulse 2s infinite; }
@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } }

.hero-title { font-size: 4.5rem; font-weight: 900; margin-bottom: 1.5rem; }
.hero-subtitle { font-size: 1.25rem; color: var(--text-secondary); margin-bottom: 3rem; max-width: 700px; margin-inline: auto; }
.hero-cta { margin-bottom: 3rem; }

.trust-proof { display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.avatar-group { display: flex; }
.avatar-group img { width: 40px; height: 40px; border-radius: 50%; border: 3px solid var(--bg-color); margin-left: -12px; }
.avatar-group img:first-child { margin-left: 0; }
.stars { color: #f59e0b; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.2rem; }

/* Clean Cards (No blur, no glow, pure stark UI) */
.clean-card {
  background-color: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 2.5rem;
}

/* Sections */
.section-header { max-width: 600px; margin: 0 auto 3rem; }
.section-header h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.section-header p { color: var(--text-secondary); font-size: 1.125rem; }

/* Features */
.features { padding: 6rem 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.feature-card { display: flex; flex-direction: column; }
.feature-icon { width: 48px; height: 48px; color: var(--accent); margin-bottom: 1.5rem; }
.feature-card h3 { font-size: 1.25rem; margin-bottom: 0.75rem; }
.feature-card p { color: var(--text-secondary); line-height: 1.6; }

/* Pricing - The Conversion Engine */
.pricing { padding: 6rem 0; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; align-items: stretch; }

.pricing-card { display: flex; flex-direction: column; transition: border-color 0.2s; padding: 0; position: relative; }
.pricing-card:hover { border-color: var(--border-highlight); }

/* Make the primary card DOMINATE the screen visually */
.pricing-card.featured {
  border: 2px solid var(--accent);
  background-color: #080a09; /* Slightly tinted */
  transform: scale(1.02);
  box-shadow: 0 0 40px rgba(16, 185, 129, 0.05);
}

.featured-badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background-color: var(--accent);
  color: #000;
  padding: 0.3rem 1rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pricing-header { padding: 3rem 2rem 2rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.pricing-header h3 { font-size: 1.25rem; color: var(--text-main); margin-bottom: 0.5rem; }

.price { font-size: 4rem; font-family: 'Outfit'; font-weight: 900; line-height: 1; display: flex; align-items: flex-start; margin-bottom: 0.5rem; }
.currency { font-size: 2rem; margin-top: 0.5rem; }
.review-amount { color: var(--text-muted); font-size: 1rem; font-weight: 600; text-transform: uppercase; }

.pricing-features { padding: 2rem; flex-grow: 1; display: flex; flex-direction: column; }
.pricing-features ul { list-style: none; margin-bottom: 2rem; }
.pricing-features li { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; color: var(--text-secondary); font-size: 0.95rem; }
.pricing-features svg { width: 18px; height: 18px; color: var(--text-muted); flex-shrink: 0; margin-top: 2px; }

/* The featured card features should look strictly vital */
.pricing-card.featured .pricing-features svg { color: var(--accent); }
.pricing-card.featured .highlight { color: var(--text-main); }

/* FAQ */
.faq-section { padding: 6rem 0; }
.faq-accordion { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.5rem; }

.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 0;
  background: none; border: none; color: var(--text-main);
  font-size: 1.125rem; font-weight: 600; cursor: pointer; text-align: left; font-family: inherit;
}
.faq-question svg { width: 20px; height: 20px; transition: transform 0.2s; color: var(--text-muted); }
.faq-item.active .faq-question svg { transform: rotate(180deg); color: var(--text-main); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.faq-answer-inner { padding: 0 0 1.5rem 0; }
.faq-answer p { color: var(--text-secondary); line-height: 1.6; }

/* Footer */
.footer { padding: 6rem 0 2rem; }
.cta-mini { margin-bottom: 6rem; }
.cta-mini h2 { font-size: 3rem; }

.footer-bottom { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; align-items: start; padding-bottom: 2rem; border-bottom: 1px solid var(--border-light); }
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; margin-top: 1rem; line-height: 1.6; }
.footer-contact a { color: var(--text-secondary); text-decoration: none; font-size: 0.95rem; display: flex; align-items: center; gap: 0.5rem; margin-top: 0.5rem; transition: color 0.2s; }
.footer-contact a:hover { color: var(--accent); }
.footer-legal { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-legal a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; transition: color 0.2s; }
.footer-legal a:hover { color: var(--text-main); }

.social-links { display: flex; gap: 1rem; justify-content: flex-end; }
.social-icon { color: var(--text-muted); transition: color 0.2s; }
.social-icon:hover { color: var(--text-main); }
.social-icon svg { width: 24px; height: 24px; }
.copyright { margin-top: 2rem; font-size: 0.85rem; }

/* Animations Tools - Fast, punchy */
.fade-in-up { opacity: 0; transform: translateY(15px); animation: fadeInUp 0.6s forwards cubic-bezier(0, 0, 0.2, 1); }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* Responsive */
@media (max-width: 1024px) {
  .hero-title { font-size: 3.5rem; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .pricing-card.featured { transform: scale(1); grid-column: 1 / -1; max-width: 600px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--bg-color);
    flex-direction: column; justify-content: center; z-index: -1;
    opacity: 0; pointer-events: none; transition: opacity 0.2s;
  }
  .nav-links.active { opacity: 1; pointer-events: auto; }
  .mobile-menu-btn { display: block; }
  
  .hero { padding: 8rem 0 4rem; }
  .hero-title { font-size: 2.75rem; }
  
  .feature-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { max-width: 100%; }
  
  .footer-bottom { grid-template-columns: 1fr; gap: 3rem; text-align: center; justify-items: center; }
  .footer-legal { align-items: center; }
  .social-links { justify-content: center; }
  .cta-mini h2 { font-size: 2.25rem; }
}

/* ============================================================
   PAGE-SPECIFIC STYLES (moved from inline <style> blocks)
   ============================================================ */

/* Legal + contact page headers */
.page-header { padding: 10rem 0 4rem; text-align: center; border-bottom: 1px solid var(--border-light); }
.page-title { font-size: 3.5rem; margin-bottom: 1rem; }
.page-subtitle { color: var(--text-secondary); font-size: 1.25rem; max-width: 600px; margin: 0 auto; }

/* Legal document body */
.document-container {
  padding: 5rem 0; max-width: 800px; margin: 0 auto;
  color: var(--text-secondary); line-height: 1.8;
}
.document-container h2 {
  color: var(--text-main); font-size: 2rem;
  margin: 3rem 0 1rem; font-family: 'Outfit';
}
.document-container h3 {
  color: var(--text-main); font-size: 1.5rem;
  margin: 2rem 0 1rem; font-family: 'Outfit';
}
.document-container p, .document-container ul { margin-bottom: 1.5rem; }
.document-container ul { padding-left: 1.5rem; }
.document-container li { margin-bottom: 0.5rem; }

/* Refund highlight box */
.highlight-box {
  background: rgba(16, 185, 129, 0.05);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 2rem; border-radius: 12px; margin: 2rem 0;
}
.highlight-box p:last-child { margin-bottom: 0; }

/* Contact page */
.contact-container { padding: 6rem 0; max-width: 800px; margin: 0 auto; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; margin-bottom: 4rem;
}
.contact-method {
  background: var(--surface); border: 1px solid var(--border-light);
  padding: 2.5rem; border-radius: 12px; text-align: center;
  transition: border-color 0.2s;
}
.contact-method:hover { border-color: var(--accent); }
.contact-icon { color: var(--accent); margin-bottom: 1rem; }
.contact-icon svg { width: 40px; height: 40px; }
.contact-method h3 { margin-bottom: 0.5rem; font-size: 1.25rem; }
.contact-method p { color: var(--text-secondary); margin-bottom: 1.5rem; }
.contact-form {
  background: var(--surface); border: 1px solid var(--border-light);
  padding: 3rem; border-radius: 12px;
}
.contact-form .form-group { margin-bottom: 1.5rem; }
.contact-form .form-group label {
  display: block; margin-bottom: 0.5rem;
  font-weight: 500; color: var(--text-secondary);
}
.form-control {
  width: 100%; padding: 1rem;
  background: var(--bg-alt); border: 1px solid var(--border-light);
  border-radius: 6px; color: var(--text-main);
  font-family: 'Inter', sans-serif; transition: border-color 0.2s;
}
.form-control:focus { outline: none; border-color: var(--accent); }
textarea.form-control { min-height: 150px; resize: vertical; }

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-form { padding: 1.5rem; }
  .page-title { font-size: 2.5rem; }
}
