/* ============== Non-Critical Styles ============== */
/* These styles load after critical inline CSS */

/* ============== Sections ============== */
.section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.intro {
  font-size: clamp(17px, 2.2vw, 20px);
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}

/* ============== Story Section ============== */
.story-section-main {
  background: linear-gradient(180deg, rgba(11, 26, 13, 0.2) 0%, transparent 100%);
  padding: 60px 20px;
}

.story-section-main .story-callout {
  background: #0e2014;
  border-left: 4px solid var(--neon);
  padding: 32px 36px;
  margin: 24px auto;
  max-width: 800px;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(34, 255, 94, 0.2);
}

.story-callout p {
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: clamp(16px, 2.1vw, 18px);
}

.story-callout p:last-child {
  margin-bottom: 0;
}

.story-callout strong {
  color: var(--neon-soft);
  font-weight: 800;
}

.story-callout em {
  font-style: italic;
  color: var(--neon);
}

/* ============== How It Works Section ============== */
.how-section {
  background: var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 60px 20px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin: 40px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.how-step {
  text-align: center;
  padding: 24px;
}

.how-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22ff5e 0%, #1acc4a 100%);
  color: #000;
  font-size: 32px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 24px rgba(34, 255, 94, 0.4);
}

.how-step h3 {
  margin-bottom: 12px;
  color: var(--neon-soft);
}

.how-step p {
  opacity: 0.9;
  line-height: 1.6;
  font-size: clamp(15px, 1.9vw, 17px);
}

/* ============== Urgency Section ============== */
.urgency-section {
  background: linear-gradient(135deg, #0e2014 0%, #0b1a0d 100%);
  border: 2px solid var(--neon);
  border-radius: 16px;
  padding: 48px 32px;
  margin: 60px auto;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 0 32px rgba(34, 255, 94, 0.3);
}

.urgency-section h2 {
  margin-bottom: 20px;
}

.urgency-section .intro {
  font-size: clamp(18px, 2.4vw, 22px);
  margin-bottom: 16px;
}

.urgency-section .intro:last-child {
  margin-bottom: 0;
}

/* ============== Value Section ============== */
.value-section {
  background: linear-gradient(180deg, transparent 0%, rgba(11, 26, 13, 0.4) 100%);
  padding: 60px 20px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.value-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s ease;
}

.value-card:hover {
  border-color: var(--neon);
  box-shadow: 0 0 20px rgba(34, 255, 94, 0.2);
  transform: translateY(-2px);
}

.value-icon {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1;
}

.value-card h3 {
  margin-bottom: 12px;
  color: var(--neon-soft);
}

.value-card p {
  opacity: 0.9;
  line-height: 1.6;
}

.bonus-callout {
  background: linear-gradient(135deg, #0e2014 0%, #0b1a0d 100%);
  border: 2px solid var(--neon);
  border-radius: 16px;
  padding: 32px;
  margin: 48px auto 32px;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 0 32px rgba(34, 255, 94, 0.3);
}

.bonus-callout h3 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 12px;
}

.bonus-callout p {
  font-size: clamp(16px, 2vw, 19px);
  margin: 0;
}

/* ============== Proof Section ============== */
.proof-section {
  background: var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 60px 20px;
}

.proof-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.stat {
  text-align: center;
}

.stat-number {
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 900;
  color: var(--neon);
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 24px rgba(34, 255, 94, 0.4);
}

.stat-label {
  font-size: clamp(14px, 1.8vw, 17px);
  color: var(--muted);
  font-weight: 600;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin: 48px 0;
}

.proof-point {
  background: #0b1a0d;
  border: 1px solid #195c2c;
  border-radius: 12px;
  padding: 24px;
}

.proof-quote {
  font-size: clamp(15px, 2vw, 18px);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #e5f8ec;
}

.proof-author {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}

.community {
  text-align: center;
  font-size: clamp(16px, 2vw, 19px);
  margin-top: 40px;
  opacity: 0.9;
}

/* ============== FAQ Section ============== */
.faq-section .wrap {
  max-width: 900px;
}

.faq {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 16px 0;
  transition: all 0.2s ease;
}

.faq:hover {
  border-color: var(--neon);
  box-shadow: 0 0 16px rgba(34, 255, 94, 0.15);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
  font-size: clamp(16px, 2vw, 19px);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '+';
  font-size: 24px;
  font-weight: 700;
  color: var(--neon);
  transition: transform 0.2s ease;
}

.faq[open] summary::after {
  transform: rotate(45deg);
}

.faq > div {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #e5f8ec;
  line-height: 1.7;
  font-size: clamp(15px, 1.9vw, 17px);
}

/* ============== Pricing Section ============== */
.pricing-section {
  padding: 60px 20px;
  background: linear-gradient(180deg, rgba(11, 26, 13, 0.3) 0%, transparent 100%);
}

.price-card {
  background: var(--panel);
  border: 2px solid var(--neon);
  border-radius: 20px;
  padding: 0;
  margin: 40px auto;
  max-width: 700px;
  box-shadow: 0 0 32px rgba(34, 255, 94, 0.3), 0 16px 48px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.price-header {
  background: linear-gradient(135deg, #0e2014 0%, #0b1a0d 100%);
  padding: 36px 32px;
  text-align: center;
  border-bottom: 2px solid var(--neon);
}

.price-header h3 {
  font-size: clamp(26px, 4vw, 36px);
  margin-bottom: 12px;
  color: var(--neon-soft);
}

.price {
  font-size: clamp(52px, 8vw, 72px);
  font-weight: 900;
  color: var(--neon);
  line-height: 1;
  margin: 16px 0 8px;
  text-shadow: 0 0 32px rgba(34, 255, 94, 0.5);
}

.price-note {
  font-size: clamp(14px, 1.8vw, 16px);
  color: var(--muted);
  margin: 0;
}

.price-includes {
  padding: 36px 32px 24px;
}

.price-includes h4 {
  font-size: clamp(18px, 2.4vw, 22px);
  margin-bottom: 20px;
  color: var(--neon-soft);
}

.price-includes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-includes li {
  padding: 12px 0;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.5;
  border-bottom: 1px solid rgba(34, 255, 94, 0.1);
}

.price-includes li:last-child {
  border-bottom: none;
}

.price-cta {
  padding: 24px 32px 36px;
  text-align: center;
}

.guarantee,
.charity {
  margin: 16px 0 0;
  font-size: clamp(14px, 1.8vw, 16px);
  opacity: 0.85;
  line-height: 1.6;
}

/* ============== Opt-in Section ============== */
.optin-section {
  background: linear-gradient(135deg, #001a00 0%, #000d00 100%);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 48px 32px;
  margin: 60px auto;
  max-width: 900px;
  box-shadow: 0 0 32px rgba(0, 255, 0, 0.2);
}

.optin-form {
  max-width: 600px;
  margin: 32px auto;
}

.optin-input-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.optin-input {
  flex: 1;
  min-width: 260px;
  padding: 16px 20px;
  border-radius: 10px;
  border: 2px solid #1f4c2a;
  background: #0a0a0a;
  color: var(--text);
  font-size: 16px;
  transition: all 0.2s ease;
}

.optin-input:focus {
  outline: none;
  border-color: var(--neon);
  box-shadow: 0 0 16px rgba(34, 255, 94, 0.3);
}

.optin-note {
  text-align: center;
  font-size: clamp(13px, 1.7vw, 15px);
  opacity: 0.8;
  margin-top: 16px;
}

/* ============== Footer ============== */
.footer {
  background: #0b1a0d;
  padding: 40px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
  border-top: 1px solid var(--line);
  margin-top: 80px;
}

.footer p {
  margin: 8px 0;
}

.footer-links {
  margin-top: 16px;
}

.footer-links a {
  color: var(--neon-soft);
  margin: 0 8px;
}

/* ============== Sticky CTA ============== */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -120px;
  transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 90;
}

.sticky-cta.show {
  bottom: 0;
}

.sticky-cta-inner {
  background: #0b1a0d;
  border-top: 2px solid var(--neon);
  padding: 16px 20px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.6), 0 0 24px rgba(34, 255, 94, 0.3);
}

.sticky-cta-text {
  font-weight: 800;
  font-size: clamp(14px, 2vw, 17px);
}

.sticky-cta-btn {
  padding: 14px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #22ff5e 0%, #1acc4a 100%);
  color: #000;
  font-weight: 900;
  font-size: clamp(15px, 1.9vw, 17px);
  box-shadow: 0 0 20px rgba(34, 255, 94, 0.6), 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  text-decoration: none;
}

.sticky-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(34, 255, 94, 0.8), 0 8px 24px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.sticky-cta-btn:active {
  transform: translateY(0);
}

.sticky-cta-close {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 28px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.2s ease;
}

.sticky-cta-close:hover {
  color: var(--text);
}

/* Safe padding when sticky is visible */
body.has-sticky {
  padding-bottom: 90px;
}

/* ============== Responsive ============== */
@media (max-width: 768px) {
  .value-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .proof-stats {
    gap: 32px;
  }

  .proof-points {
    grid-template-columns: 1fr;
  }

  .optin-input-group {
    flex-direction: column;
  }

  .optin-input {
    width: 100%;
  }

  body.has-sticky {
    padding-bottom: 110px;
  }

  .sticky-cta-inner {
    padding: 12px 16px;
  }

  .pill {
    font-size: 0.85rem;
    padding: 6px 12px;
  }

  .story-callout {
    padding: 24px 20px !important;
  }
}

@media (max-width: 480px) {
  .trust {
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px;
  }

  .trust span {
    justify-content: center;
  }

  .price-header,
  .price-includes,
  .price-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ============== Accessibility ============== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Focus styles for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 2px;
}

/* ============== Print Styles ============== */
@media print {
  .topbar,
  .sticky-cta,
  .cta-main,
  .cta-fallback,
  .optin-section {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .book {
    box-shadow: none;
  }
}