/* ============================================
   Allied Toolkit — Stylesheet
   ============================================ */

:root {
  --bg: #FAFAF7; --bg-warm: #F5F3EE; --surface: #FFFFFF;
  --navy: #0f2942; --navy-light: #1a3a5c;
  --text: #2D2A26; --text-muted: #6B6560; --text-light: #9B9590;
  --accent: #b8860b; --accent-hover: #d4a84b; --accent-light: rgba(184,134,11,0.1); --accent-glow: rgba(184,134,11,0.08);
  --border: #E8E4DD; --border-light: #F0ECE6;
  --teal: #2A9D8F; --teal-light: #E6F5F3; --green: #4CAF7A;
  --font-display: 'IBM Plex Sans', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif; --font-body: 'IBM Plex Sans', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06); --shadow-md: 0 8px 30px rgba(0,0,0,0.06); --shadow-lg: 0 20px 60px rgba(0,0,0,0.08);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 48px; display: flex; align-items: center; justify-content: space-between; backdrop-filter: blur(20px); background: rgba(250,250,247,0.92); border-bottom: 1px solid var(--border-light); transition: box-shadow 0.3s; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text { font-family: var(--font-body); font-size: 22px; color: var(--navy); font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; }
.logo-byline { font-family: var(--font-body); font-size: 10px; color: var(--text-light); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { background: var(--navy)!important; color: var(--bg)!important; padding: 10px 22px; border-radius: 8px; font-weight: 600!important; transition: all 0.2s!important; }
.nav-cta:hover { background: var(--navy-light)!important; transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; transition: all 0.3s; border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(250,250,247,0.98); z-index: 99; padding: 100px 48px 48px; flex-direction: column; gap: 24px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 24px; font-family: var(--font-display); color: var(--navy); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--border-light); }
.mobile-menu a.mm-cta { background: var(--navy); color: var(--bg); border-radius: 12px; text-align: center; padding: 16px; border: none; font-size: 18px; margin-top: 12px; }

/* HERO */
.hero { padding: 160px 48px 80px; max-width: 1200px; margin: 0 auto; text-align: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 28px; animation: fadeIn 0.6s ease-out; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 32px; height: 1px; background: var(--accent); opacity: 0.4; }
.hero h1 { font-family: var(--font-display); font-size: clamp(44px, 5.5vw, 72px); line-height: 1.08; letter-spacing: -0.03em; color: var(--navy); margin-bottom: 24px; animation: fadeInUp 0.7s ease-out 0.1s both; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub { font-size: 19px; line-height: 1.65; color: var(--text-muted); max-width: 600px; margin: 0 auto 48px; animation: fadeInUp 0.7s ease-out 0.2s both; }
.hero-actions { display: flex; justify-content: center; gap: 16px; animation: fadeInUp 0.7s ease-out 0.3s both; }
.btn-dark { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: var(--bg); padding: 16px 32px; border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s; letter-spacing: -0.01em; font-family: var(--font-body); }
.btn-dark:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--navy); padding: 16px 28px; border: 1.5px solid var(--border); border-radius: 12px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.25s; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.trust-bar { display: flex; justify-content: center; align-items: center; gap: 48px; padding: 48px; animation: fadeIn 0.7s ease-out 0.5s both; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-muted); font-weight: 500; }
.trust-icon { font-size: 18px; }

/* STATS */
.stats-bar { padding: 0 48px 80px; max-width: 1200px; margin: 0 auto; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border-light); border-radius: 18px; overflow: hidden; border: 1px solid var(--border-light); }
.stat-item { background: var(--surface); padding: 40px 24px; text-align: center; }
.stat-number { font-family: var(--font-display); font-size: 42px; font-weight: 700; color: var(--accent); letter-spacing: -0.03em; }
.stat-label { font-size: 14px; color: var(--text-muted); margin-top: 6px; font-weight: 500; }

/* PRODUCTS */
.products-section { padding: 80px 48px 120px; max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 700; margin-bottom: 16px; }
.products-header, .why-header, .cred-header, .faq-header { text-align: center; margin-bottom: 64px; }
.products-header h2, .why-header h2, .cred-header h2, .faq-header h2 { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 48px); letter-spacing: -0.03em; color: var(--navy); line-height: 1.1; }
.category-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 48px; flex-wrap: wrap; }
.cat-tab { padding: 10px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; border: 1.5px solid var(--border); background: var(--surface); color: var(--text-muted); cursor: pointer; transition: all 0.2s; font-family: var(--font-body); }
.cat-tab:hover { border-color: var(--accent); color: var(--accent); }
.cat-tab.active { background: var(--navy); border-color: var(--navy); color: var(--bg); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { background: var(--surface); border: 1px solid var(--border-light); border-radius: 18px; overflow: hidden; transition: all 0.35s; }
.product-card.hidden { display: none; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(184,134,11,0.2); }
.product-thumb { height: 200px; position: relative; overflow: hidden; }
.thumb-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.thumb-govcon { background: linear-gradient(135deg, #0f2942, #2C4A6E); }
.thumb-finance { background: linear-gradient(135deg, #1B4332, #2D6A4F); }
.thumb-compliance { background: linear-gradient(135deg, #3C1642, #6B2D8B); }
.thumb-forensic { background: linear-gradient(135deg, #7F1D1D, #B44D4D); }
.thumb-icon { font-size: 64px; opacity: 0.25; position: absolute; right: 20px; bottom: 20px; }
.thumb-content { position: relative; z-index: 1; padding: 28px; color: white; }
.thumb-category { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; font-weight: 600; margin-bottom: 8px; }
.thumb-title { font-family: var(--font-display); font-size: 22px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.product-body { padding: 24px 28px 28px; }
.product-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.product-format { font-size: 12px; color: var(--text-light); background: var(--bg-warm); padding: 5px 12px; border-radius: 100px; font-weight: 500; }
.product-includes { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border-light); display: flex; flex-wrap: wrap; gap: 8px; }
.include-tag { font-size: 12px; color: var(--teal); background: var(--teal-light); padding: 4px 10px; border-radius: 6px; font-weight: 600; }
.product-actions { margin-top: 20px; display: flex; gap: 10px; align-items: center; }
.btn-buy { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; background: var(--accent); color: var(--navy); padding: 13px 20px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s; font-family: var(--font-body); }
.btn-buy:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(184,134,11,0.25); }
.btn-details { padding: 13px 18px; border-radius: 10px; border: 1.5px solid var(--border); background: transparent; color: var(--text-muted); cursor: pointer; font-size: 13px; font-weight: 600; transition: all 0.2s; font-family: var(--font-body); }
.btn-details:hover { border-color: var(--accent); color: var(--accent); }
.template-drawer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.template-drawer.open { max-height: 600px; border-top: 1px solid var(--border-light); margin-top: 16px; padding-top: 16px; }
.template-drawer ul { list-style: none; columns: 2; gap: 6px; padding: 0; }
.template-drawer li { font-size: 12.5px; color: var(--text-muted); padding: 4px 0; break-inside: avoid; line-height: 1.5; display: flex; gap: 6px; align-items: flex-start; }
.template-drawer li::before { content: '\2713'; color: var(--teal); font-weight: 700; flex-shrink: 0; }

/* PREVIEW BUTTON */
.btn-preview { width: 44px; height: 44px; border-radius: 10px; border: 1.5px solid var(--border); background: transparent; color: var(--text-muted); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; flex-shrink: 0; }
.btn-preview:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-glow); }

/* PREVIEW MODAL */
.preview-overlay { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(15,41,66,0.85); backdrop-filter: blur(8px); align-items: center; justify-content: center; padding: 24px; }
.preview-overlay.open { display: flex; }
.preview-modal { background: var(--surface); border-radius: 20px; max-width: 900px; width: 100%; max-height: 90vh; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.3); animation: fadeInUp 0.3s ease-out; position: relative; }
.preview-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(0,0,0,0.06); color: var(--text-muted); font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 1; }
.preview-close:hover { background: rgba(0,0,0,0.12); color: var(--text); }
.preview-header { padding: 24px 28px 0; display: flex; align-items: center; justify-content: space-between; }
.preview-title { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--navy); }
.preview-counter { font-size: 13px; color: var(--text-light); font-weight: 500; }
.preview-body { padding: 20px 28px; position: relative; display: flex; align-items: center; justify-content: center; min-height: 200px; }
.preview-img { width: 100%; height: auto; border-radius: 8px; border: 1px solid var(--border-light); display: block; }
.preview-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--border); background: var(--surface); color: var(--navy); font-size: 28px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 2; font-family: var(--font-body); line-height: 1; }
.preview-nav:hover { border-color: var(--accent); color: var(--accent); box-shadow: var(--shadow-md); }
.preview-prev { left: 12px; }
.preview-next { right: 12px; }
.preview-dots { display: flex; justify-content: center; gap: 8px; padding: 0 28px 20px; }
.preview-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; transition: all 0.2s; padding: 0; }
.preview-dot.active { background: var(--accent); width: 24px; border-radius: 4px; }
.preview-caption { text-align: center; font-size: 13px; color: var(--text-light); padding: 0 28px 16px; font-weight: 500; }

/* SOCIAL PROOF */
.proof-section { padding: 80px 48px 100px; max-width: 1200px; margin: 0 auto; }
.proof-header { text-align: center; margin-bottom: 56px; }
.proof-header h2 { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 48px); letter-spacing: -0.03em; color: var(--navy); line-height: 1.1; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.proof-card { background: var(--surface); border: 1px solid var(--border-light); border-radius: 18px; padding: 32px; transition: all 0.3s; }
.proof-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.proof-stars { font-size: 16px; color: var(--accent); margin-bottom: 16px; letter-spacing: 2px; }
.proof-quote { font-size: 15px; color: var(--text); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.proof-author { display: flex; align-items: center; gap: 12px; }
.proof-initials { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-light); color: var(--accent); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.proof-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.proof-role { font-size: 12px; color: var(--text-light); margin-top: 2px; }
.proof-disclaimer { text-align: center; font-size: 12px; color: var(--text-light); margin-top: 24px; font-style: italic; }

/* BUNDLE */
.bundle-section { padding: 0 48px 120px; max-width: 1200px; margin: 0 auto; }
.bundle-card { background: var(--navy); border-radius: 24px; padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; overflow: hidden; }
.bundle-card::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(184,134,11,0.12), transparent 70%); pointer-events: none; }
.bundle-left h2 { font-family: var(--font-display); font-size: 40px; color: white; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 16px; }
.bundle-left h2 em { color: var(--accent); font-style: italic; }
.bundle-left p { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 32px; }
.bundle-pricing { display: flex; align-items: baseline; gap: 16px; margin-bottom: 32px; }
.bundle-new-price { font-family: var(--font-display); font-size: 56px; color: var(--accent); letter-spacing: -0.04em; }
.bundle-old-price { font-size: 24px; color: rgba(255,255,255,0.35); text-decoration: line-through; }
.bundle-savings { background: rgba(76,175,122,0.15); color: var(--green); padding: 4px 12px; border-radius: 100px; font-size: 13px; font-weight: 700; }
.btn-gold { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: var(--navy); padding: 16px 36px; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s; font-family: var(--font-body); }
.btn-gold:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(184,134,11,0.3); }
.bundle-guarantee { display: flex; align-items: center; gap: 10px; margin-top: 20px; font-size: 13px; color: rgba(255,255,255,0.5); }
.bundle-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.bundle-list li { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,0.85); font-size: 15px; font-weight: 500; padding: 16px 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; transition: all 0.2s; }
.bundle-list li:hover { background: rgba(255,255,255,0.07); transform: translateX(4px); }
.li-icon { width: 36px; height: 36px; min-width: 36px; background: rgba(184,134,11,0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.bundle-item-price { margin-left: auto; font-size: 14px; color: rgba(255,255,255,0.35); font-weight: 600; white-space: nowrap; }

/* CREDENTIALS */
.cred-section { padding: 100px 48px; max-width: 1200px; margin: 0 auto; }
.cred-card { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: start; background: var(--surface); border: 1px solid var(--border-light); border-radius: 24px; padding: 56px; }
.cred-left { text-align: center; }
.cred-avatar { width: 140px; height: 140px; border-radius: 20px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.cred-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.cred-title { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.cred-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 16px; }
.cred-badge { font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 6px; background: var(--accent-light); color: var(--accent); letter-spacing: 0.04em; }
.cred-right p { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.cred-right p strong { color: var(--text); }
.cred-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.cred-highlight { display: flex; gap: 12px; align-items: flex-start; padding: 16px; background: var(--bg-warm); border-radius: 12px; }
.cred-hl-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.cred-hl-text { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.cred-hl-text strong { color: var(--text); display: block; margin-bottom: 2px; }

/* WHY */
.why-section { padding: 100px 48px; max-width: 1200px; margin: 0 auto; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.why-card { text-align: center; padding: 36px 24px; }
.why-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: var(--accent-glow); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.why-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* FAQ */
.faq-section { padding: 0 48px 120px; max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-q { width: 100%; padding: 24px 0; background: none; border: none; cursor: pointer; font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--navy); text-align: left; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s; }
.faq-q:hover { color: var(--accent); }
.faq-q::after { content: '+'; font-size: 22px; color: var(--accent); font-weight: 400; transition: transform 0.3s; }
.faq-q.open::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-a.open { max-height: 300px; padding-bottom: 24px; }
.faq-a p { font-size: 15px; color: var(--text-muted); line-height: 1.7; }

/* CTA */
.cta-section { padding: 0 48px 120px; max-width: 1200px; margin: 0 auto; text-align: center; }
.cta-box { background: var(--bg-warm); border: 1px solid var(--border); border-radius: 24px; padding: 80px; }
.cta-box h2 { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 48px); letter-spacing: -0.03em; color: var(--navy); margin-bottom: 16px; }
.cta-box h2 em { color: var(--accent); font-style: italic; }
.cta-box p { font-size: 17px; color: var(--text-muted); margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
footer { padding: 28px 48px 36px; background: var(--navy); border-top: 1px solid rgba(255,255,255,0.10); box-shadow: inset 0 2px 0 var(--accent); margin-top: 24px; color: #ffffff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; max-width: 1200px; margin: 0 auto; }
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-brand strong { font-size: 15px; color: #ffffff; }
.footer-brand strong a { color: #ffffff; text-decoration: none; }
.footer-brand strong a:hover { text-decoration: underline; text-underline-offset: 2px; }
.footer-brand small { font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.5; display: block; margin-top: 8px; }
.footer-tagline { display: flex; flex-wrap: wrap; gap: 2px 6px; font-size: 12px; color: rgba(255,255,255,0.72); margin-top: 8px; line-height: 1.4; }
.footer-tagline .sep { color: rgba(184,134,11,0.75); margin: 0; }
.footer-links { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.78); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #ffffff; text-decoration: underline; text-underline-offset: 2px; }
.footer-links small { font-size: 12px; color: rgba(255,255,255,0.72); display: block; margin-top: 8px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; justify-content: flex-end; }
.footer-badge { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.10); color: #ffffff; }

/* ANIMATIONS */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.6s ease-out; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .bundle-card { grid-template-columns: 1fr; gap: 48px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .cred-card { grid-template-columns: 1fr; }
  .cred-highlights { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  nav { padding: 14px 24px; }
  .nav-links { display: none; }
  .hamburger { display: block; }
  .hero, .products-section, .bundle-section, .why-section, .cta-section, .faq-section, .cred-section, .stats-bar { padding-left: 24px; padding-right: 24px; }
  .product-grid, .why-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .bundle-card { padding: 40px 28px; }
  .bundle-new-price { font-size: 42px; }
  .cta-box { padding: 48px 28px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .trust-bar { flex-direction: column; gap: 16px; }
  footer { padding-left: 24px; padding-right: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { align-items: flex-start; }
  .footer-badges { justify-content: flex-start; }
  .category-tabs { gap: 6px; }
  .cat-tab { padding: 8px 16px; font-size: 13px; }
  .cred-card { padding: 36px 24px; }
  .template-drawer ul { columns: 1; }
  .proof-section { padding-left: 24px; padding-right: 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .preview-modal { max-width: 100%; border-radius: 16px; margin: 8px; }
  .preview-nav { width: 36px; height: 36px; font-size: 22px; }
  .preview-prev { left: 4px; }
  .preview-next { right: 4px; }
  .preview-header { padding: 20px 20px 0; }
  .preview-body { padding: 16px 20px; }
  .preview-dots { padding: 0 20px 16px; }
  .cta-actions { flex-direction: column; align-items: center; }
}
