/*
Theme Name: CitrusBurn Presell
Theme URI: https://citrusburn.com
Author: CitrusBurn
Author URI: https://citrusburn.com
Description: High-conversion presell landing page theme for CitrusBurn supplement. Fully responsive (mobile + desktop), built for fast loading and clean conversions.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: citrusburn-presell
*/

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1f2937;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Layout ---------- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 16px; }

/* ---------- Top bar ---------- */
.topbar {
  background: #1f2a44;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 10px 16px;
  letter-spacing: .2px;
}
.topbar strong { font-weight: 700; }

/* ---------- Hero ---------- */
.hero { padding: 32px 0 8px; text-align: center; }
.hero h1 {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.5px;
}
.hero h1 .accent {
  display: block;
  margin-top: 6px;
  color: #d9501a;
}
.hero .lead {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: clamp(15px, 1.6vw, 18px);
  color: #4b5563;
}

/* ---------- Hero image ---------- */
.hero-image {
  margin: 28px auto 0;
  max-width: 1000px;
  padding: 0 16px;
}
.hero-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .25);
}

/* ---------- CTA ---------- */
.cta-wrap { text-align: center; margin: 32px auto 0; padding: 0 16px; }
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f59e0b 0%, #d9501a 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: clamp(16px, 1.8vw, 20px);
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: 0 14px 30px -10px rgba(217, 80, 26, .55);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  animation: pulse 2.2s ease-in-out infinite;
}
.cta-button:hover { transform: translateY(-2px) scale(1.02); filter: brightness(1.05); }
.cta-button:active { transform: scale(.99); }

@keyframes pulse {
  0%, 100% { box-shadow: 0 14px 30px -10px rgba(217, 80, 26, .55); }
  50%      { box-shadow: 0 18px 40px -10px rgba(217, 80, 26, .85); }
}

.cta-trust {
  margin-top: 12px;
  font-size: 13px;
  color: #6b7280;
}

/* ---------- Benefits ---------- */
.benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 56px auto 0;
  max-width: 980px;
  padding: 0 16px;
}
@media (min-width: 720px) {
  .benefits { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.benefit {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.benefit .icon { font-size: 30px; line-height: 1; }
.benefit h3 { margin: 10px 0 6px; font-size: 17px; color: #111827; }
.benefit p { margin: 0; font-size: 14px; color: #6b7280; }

/* ---------- Footer ---------- */
.site-footer {
  margin-top: 64px;
  background: #14182a;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  padding: 28px 0;
}
.site-footer .disclaimer {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
.site-footer .disclaimer strong { color: #fff; }
.footer-links {
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
}
.footer-links a { color: rgba(255,255,255,.85); }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.copyright { margin-top: 18px; text-align: center; color: rgba(255,255,255,.5); }

/* ---------- Legal pages ---------- */
.legal { padding: 48px 0; }
.legal h1 { font-size: 32px; margin: 0 0 12px; color: #111827; }
.legal h2 { font-size: 20px; margin: 28px 0 8px; color: #111827; }
.legal p, .legal li { color: #374151; font-size: 15px; line-height: 1.7; }
.legal a { color: #d9501a; text-decoration: underline; }
.legal .back { display: inline-block; margin-top: 24px; color: #d9501a; }
