/*
Theme Name: ApolloLead
Theme URI: https://apollolead.com/
Author: Apollo Lead
Author URI: https://apollolead.com/
Description: Premium B2B Lead Generation WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: apollolead
*/

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #0A0E1A; color: #F0F2F8; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: #3B6EFF; text-decoration: none; }
img { max-width: 100%; height: auto; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ===== LAYOUT ===== */
.al-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 768px) { .al-container { padding: 0 16px; } }

/* ===== HEADER ===== */
.al-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 72px;
  display: flex; align-items: center; background: rgba(10,14,26,0.85);
  backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06);
}
.al-header .al-container { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.al-logo { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 700; color: #fff; }
.al-logo-icon { width: 36px; height: 36px; border-radius: 8px; background: #3B6EFF; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; }
.al-nav ul { display: flex; list-style: none; gap: 32px; }
.al-nav a { color: #8A93A8; font-size: 15px; font-weight: 500; transition: color 0.3s; }
.al-nav a:hover { color: #fff; }
.al-header-cta { display: flex; align-items: center; gap: 12px; }
.al-mobile-toggle { display: none; color: #fff; font-size: 24px; padding: 8px; }
@media (max-width: 1024px) { .al-nav, .al-header-cta .desktop-only { display: none; } .al-mobile-toggle { display: block; } }

/* ===== MOBILE MENU ===== */
.al-mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); z-index: 998; opacity: 0; transition: opacity 0.3s; }
.al-mobile-overlay.on { display: block; opacity: 1; }
.al-mobile-menu { position: fixed; top: 0; right: 0; width: 300px; max-width: 85vw; height: 100vh; background: #0D1230; border-left: 1px solid rgba(255,255,255,0.08); padding: 80px 24px 24px; z-index: 999; transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto; }
.al-mobile-menu.on { transform: translateX(0); }
.al-mobile-close { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 8px; background: rgba(255,255,255,0.06); color: #8A93A8; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; transition: all 0.3s; }
.al-mobile-close:hover { background: rgba(255,255,255,0.12); color: #fff; }
.al-mobile-nav ul { list-style: none; padding: 0; }
.al-mobile-nav li { border-bottom: 1px solid rgba(255,255,255,0.06); }
.al-mobile-nav a { display: block; padding: 16px 0; color: #8A93A8; font-size: 16px; font-weight: 500; transition: color 0.3s; }
.al-mobile-nav a:hover { color: #fff; }
.al-mobile-cta { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); }

/* ===== BUTTONS ===== */
.al-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; border-radius: 8px; font-size: 16px; font-weight: 600; transition: all 0.3s; text-decoration: none; }
.al-btn-blue { background: #3B6EFF; color: #fff; }
.al-btn-blue:hover { background: #4C7DFF; box-shadow: 0 4px 20px rgba(59,110,255,0.3); color: #fff; }
.al-btn-amber { background: #F5A623; color: #0A0E1A; }
.al-btn-amber:hover { background: #FFB83D; color: #0A0E1A; }
.al-btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: #fff; }
.al-btn-outline:hover { border-color: #3B6EFF; color: #3B6EFF; }
.al-btn-sm { padding: 10px 24px; font-size: 14px; }

/* ===== SECTIONS ===== */
.al-section { padding: 100px 0; }
@media (max-width: 768px) { .al-section { padding: 60px 0; } }

/* ===== HERO ===== */
.al-hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #050A1F; overflow: hidden; text-align: center; padding-top: 72px; }
.al-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(59,110,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(59,110,255,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; z-index: 1; }
.al-hero-orb { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(59,110,255,0.15) 0%, rgba(59,110,255,0.05) 40%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; animation: orbPulse 4s ease-in-out infinite; }
@keyframes orbPulse { 0%,100%{opacity:0.5;transform:translate(-50%,-50%) scale(1)} 50%{opacity:0.7;transform:translate(-50%,-50%) scale(1.05)} }
.al-hero-content { position: relative; z-index: 10; max-width: 900px; padding: 0 24px; }
.al-hero h1 { font-size: clamp(36px, 5vw, 68px); font-weight: 700; line-height: 1.1; color: #fff; margin-bottom: 24px; }
.al-hero h1 span { color: #3B6EFF; }
.al-hero p { max-width: 650px; margin: 0 auto 40px; font-size: 17px; color: #8A93A8; }
.al-hero-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 32px; }
.al-hero-note { font-size: 13px; color: #5A6278; }
.al-hero-note a { color: #3B6EFF; text-decoration: underline; }
.al-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 128px; background: linear-gradient(to top, #0A0E1A, transparent); z-index: 5; }

/* ===== ORBITAL LOGOS ===== */
.al-orbit-system { position: absolute; inset: 0; pointer-events: none; z-index: 2; display: flex; align-items: center; justify-content: center; }
.al-orbit-path { border: 1px dashed rgba(59,110,255,0.12); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.al-orbit-ring { position: absolute; top: 50%; left: 50%; }
.al-orbit-ring-1 { animation: orbitSpin 25s linear infinite; }
.al-orbit-ring-2 { animation: orbitSpin 35s linear infinite reverse; }
@keyframes orbitSpin { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }
.al-orbit-logo { position: absolute; transform: translate(-50%,-50%); width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; background: rgba(10,14,26,0.7); border: 1px solid rgba(59,110,255,0.2); backdrop-filter: blur(6px); }
.al-orbit-logo span { font-size: 14px; }
@media (max-width: 768px) {
.al-orbit-system { display: none; }
}

/* ===== TRUSTED ===== */
.al-trusted { background: #0A0E1A; border-bottom: 1px solid rgba(255,255,255,0.04); padding: 48px 0; text-align: center; }
.al-trusted-label { font-size: 13px; text-transform: uppercase; letter-spacing: 0.15em; color: #5A6278; margin-bottom: 24px; }
.al-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 36px; }
.al-logo-item { display: flex; align-items: center; gap: 8px; opacity: 0.35; transition: opacity 0.3s; }
.al-logo-item:hover { opacity: 0.8; }
.al-logo-box { width: 32px; height: 32px; border-radius: 6px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; font-size: 13px; }
.al-logo-item span { color: #fff; font-weight: 500; font-size: 14px; }

/* ===== CARDS ===== */
.al-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 32px; transition: all 0.35s cubic-bezier(0.4,0,0.2,1); }
.al-card:hover { border-color: rgba(59,110,255,0.25); box-shadow: 0 8px 32px rgba(59,110,255,0.1); transform: translateY(-4px); }
.al-card-featured { background: rgba(59,110,255,0.05); border-color: #3B6EFF; position: relative; animation: cardPulse 3s ease-in-out infinite; }
@keyframes cardPulse { 0%,100%{box-shadow:0 0 30px rgba(59,110,255,0.12)} 50%{box-shadow:0 0 50px rgba(59,110,255,0.22)} }
.al-badge { position: absolute; top: -12px; left: 24px; background: #F5A623; color: #0A0E1A; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 999px; text-transform: uppercase; }

/* ===== SERVICES ===== */
.al-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.al-service h3 { color: #F0F2F8; margin-bottom: 8px; font-size: 22px; }
.al-service .sub { font-size: 14px; font-weight: 500; color: #3B6EFF; margin-bottom: 16px; display: block; }
.al-service p { color: #8A93A8; margin-bottom: 20px; font-size: 15px; }
.al-stat { padding: 16px; border-radius: 12px; background: rgba(59,110,255,0.06); border: 1px solid rgba(59,110,255,0.12); margin-bottom: 20px; }
.al-stat-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: #5A6278; display: block; margin-bottom: 4px; }
.al-stat-value { font-size: 28px; font-weight: 700; color: #3B6EFF; }

/* ===== PRICING ===== */
.al-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 32px; }
.al-tab { padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #8A93A8; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); transition: all 0.3s; cursor: pointer; position: relative; }
.al-tab:hover { background: rgba(255,255,255,0.08); color: #fff; }
.al-tab.active { background: #3B6EFF; color: #fff; border-color: #3B6EFF; box-shadow: 0 4px 20px rgba(59,110,255,0.3); }
.al-tab-featured { background: rgba(59,110,255,0.1); color: #3B6EFF; border-color: #3B6EFF; }
.al-tab-badge { position: absolute; top: -10px; right: -8px; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 999px; background: #F5A623; color: #0A0E1A; }
.al-price-box { max-width: 800px; margin: 0 auto; padding: 48px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); }
.al-price-box.featured { background: rgba(59,110,255,0.04); border-color: #3B6EFF; animation: cardPulse 3s ease-in-out infinite; }
.al-price-row { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; margin-bottom: 32px; }
.al-price { font-size: 48px; font-weight: 700; color: #3B6EFF; line-height: 1; }
.al-price-unit { font-size: 14px; color: #5A6278; }
.al-price-features { list-style: none; margin-bottom: 32px; }
.al-price-features li { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; color: #8A93A8; font-size: 15px; }
.al-price-features li::before { content: '\2713'; color: #3B6EFF; font-weight: 700; }

/* ===== HELP ===== */
.al-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.al-help .icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(59,110,255,0.1); border: 1px solid rgba(59,110,255,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 22px; }
.al-help:hover .icon { background: rgba(59,110,255,0.2); }
.al-help h3 { color: #F0F2F8; margin-bottom: 12px; font-size: 20px; }
.al-help p { color: #8A93A8; font-size: 14px; }

/* ===== TESTIMONIALS ===== */
.al-testi { position: relative; padding: 48px; text-align: center; }
.al-testi .quote { position: absolute; top: 24px; left: 24px; font-size: 72px; color: #3B6EFF; opacity: 0.1; line-height: 1; }
.al-testi-text { font-size: 17px; color: #F0F2F8; font-style: italic; margin-bottom: 32px; position: relative; z-index: 1; }
.al-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #3B6EFF, #7B61FF); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: 20px; margin: 0 auto 8px; }
.al-testi-name { font-weight: 600; color: #fff; display: block; }
.al-testi-title { font-size: 14px; color: #5A6278; }
.al-dots { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.al-dot { width: 10px; height: 10px; border-radius: 999px; background: rgba(255,255,255,0.2); border: none; cursor: pointer; transition: all 0.3s; }
.al-dot.active { width: 32px; background: #3B6EFF; }

/* ===== WHY ===== */
.al-reason { text-align: center; }
.al-reason-num { font-size: 48px; font-weight: 700; color: #3B6EFF; margin-bottom: 16px; }
.al-reason-icon { width: 64px; height: 64px; border-radius: 16px; background: rgba(59,110,255,0.08); border: 1px solid rgba(59,110,255,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; }
.al-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 32px; padding: 48px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); text-align: center; }
.al-stat-big { font-size: clamp(36px, 4vw, 56px); font-weight: 700; color: #3B6EFF; line-height: 1; margin-bottom: 8px; }

/* ===== FAQ ===== */
.al-faq-item { margin-bottom: 12px; border-radius: 12px; overflow: hidden; }
.al-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; text-align: left; color: #F0F2F8; font-size: 16px; font-weight: 500; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; cursor: pointer; transition: all 0.3s; }
.al-faq-q:hover { border-color: rgba(59,110,255,0.2); }
.al-faq-toggle { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(255,255,255,0.06); color: #8A93A8; font-size: 18px; transition: all 0.3s; }
.al-faq-item.open .al-faq-q { border-radius: 12px 12px 0 0; border-bottom-color: transparent; }
.al-faq-item.open .al-faq-toggle { background: #3B6EFF; color: #fff; transform: rotate(45deg); }
.al-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-top: none; border-radius: 0 0 12px 12px; }
.al-faq-item.open .al-faq-a { max-height: 300px; }
.al-faq-a p { padding: 0 24px 20px; color: #8A93A8; font-size: 15px; }

/* ===== ORDER FORM ===== */
.al-order { background: #1a1d29; }
.al-form-header { display: flex; justify-content: center; margin-bottom: 40px; }
.al-form-badge { padding: 16px 48px; border-radius: 8px; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; background: #3B6EFF; box-shadow: 0 4px 20px rgba(59,110,255,0.4); }
.al-stepper { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.al-step { display: flex; align-items: center; gap: 12px; }
.al-step-circle { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; background: rgba(255,255,255,0.1); color: #5A6278; }
.al-step-circle.done, .al-step-circle.on { background: #3B6EFF; color: #fff; }
.al-step-label { font-size: 14px; font-weight: 500; color: #5A6278; }
.al-step-label.on { color: #fff; }
.al-step-line { flex: 1; height: 2px; background: rgba(255,255,255,0.1); margin: 0 16px; position: relative; }
.al-step-fill { position: absolute; top: 0; left: 0; height: 100%; background: #3B6EFF; transition: width 0.5s; }
.al-form-group { margin-bottom: 32px; }
.al-form-label { display: block; color: #fff; font-size: 16px; font-weight: 500; margin-bottom: 12px; }
.al-form-label .req { color: #EF4444; }
.al-input { width: 100%; background: transparent; color: #fff; font-size: 16px; padding-bottom: 12px; border: none; border-bottom: 2px solid rgba(255,255,255,0.15); outline: none; transition: border-color 0.3s; font-family: inherit; }
.al-input::placeholder { color: #5A6278; }
.al-input:focus { border-bottom-color: #3B6EFF; }
.al-input.err { border-bottom-color: #EF4444; }
.al-err { color: #EF4444; font-size: 14px; margin-top: 8px; }
.al-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 640px) { .al-form-row { grid-template-columns: 1fr; } }
.al-total { font-size: 28px; font-weight: 300; color: #fff; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.al-select-btn { width: 100%; background: transparent; color: #fff; font-size: 16px; padding-bottom: 12px; border: none; border-bottom: 2px solid rgba(255,255,255,0.15); text-align: left; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-family: inherit; }
.al-select-btn.ph { color: #5A6278; }
.al-select-btn:focus { outline: none; border-bottom-color: #3B6EFF; }
.al-select-dropdown { position: absolute; top: 100%; left: 0; right: 0; margin-top: 4px; background: #252838; border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; box-shadow: 0 8px 32px rgba(0,0,0,0.3); z-index: 20; max-height: 280px; overflow-y: auto; }
.al-select-opt { width: 100%; text-align: left; padding: 12px 16px; color: #8A93A8; font-size: 14px; border: none; background: none; cursor: pointer; transition: all 0.2s; font-family: inherit; }
.al-select-opt:hover { background: rgba(255,255,255,0.04); color: #fff; }
.al-select-opt.picked { background: rgba(59,110,255,0.15); color: #3B6EFF; }
.al-select-wrap { position: relative; }
.al-card-box { padding: 20px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); }
#stripe-card-element { padding: 14px 16px; border-radius: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); transition: border-color .2s ease; }
#stripe-card-element.StripeElement--focus { border-color: #3B6EFF; }
#stripe-card-element.StripeElement--invalid { border-color: #EF4444; }
.al-stripe-badge { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #5A6278; margin-top: 12px; }
.al-card-success { color: #4ADE80; font-size: 14px; margin-top: 8px; display: flex; align-items: center; gap: 8px; }

/* ===== FOOTER ===== */
.al-footer { background: #050A1F; padding-top: 80px; }
.al-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 64px; }
@media (max-width: 1024px) { .al-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .al-footer-grid { grid-template-columns: 1fr; } }
.al-footer h4 { color: #fff; margin-bottom: 20px; font-size: 16px; }
.al-footer p { color: #8A93A8; font-size: 14px; margin: 20px 0; }
.al-footer-links { list-style: none; }
.al-footer-links li { margin-bottom: 12px; }
.al-footer-links a { color: #8A93A8; font-size: 14px; }
.al-footer-links a:hover { color: #3B6EFF; }
.al-footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; color: #8A93A8; font-size: 14px; list-style: none; }
.al-footer-icon { color: #3B6EFF; flex-shrink: 0; margin-top: 2px; }
.al-newsletter { display: flex; gap: 8px; }
.al-newsletter input { flex: 1; padding: 10px 16px; border-radius: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: #fff; font-size: 14px; outline: none; }
.al-newsletter input:focus { border-color: #3B6EFF; }
.al-newsletter button { padding: 10px 16px; border-radius: 8px; background: #3B6EFF; color: #fff; font-size: 14px; font-weight: 500; }
.al-footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; gap: 16px; }
.al-footer-bottom p, .al-footer-bottom a { font-size: 12px; color: #5A6278; }

/* ===== UTILITIES ===== */
.al-text-center { text-align: center; }
.al-mx-auto { margin-left: auto; margin-right: auto; }
.al-mb-4 { margin-bottom: 16px; }
.al-mb-6 { margin-bottom: 24px; }
.al-mb-8 { margin-bottom: 32px; }
.al-mb-16 { margin-bottom: 64px; }
.al-mt-8 { margin-top: 32px; }
.al-max-w-700 { max-width: 700px; }
.al-max-w-800 { max-width: 800px; }
.al-flex { display: flex; }
.al-justify-between { justify-content: space-between; }
.al-items-center { align-items: center; }
.al-gap-4 { gap: 16px; }
.al-pt-4 { padding-top: 16px; }
.al-relative { position: relative; }

/* Section backgrounds */
.al-bg-dark { background: #050A1F; }
.al-bg-black { background: #0A0E1A; }
.al-bg-navy { background: #0D1230; }
.al-bg-near { background: #080C20; }
.al-bg-form { background: #1a1d29; }

/* Labels */
.al-label { display: inline-block; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #3B6EFF; margin-bottom: 1rem; }

/* WordPress defaults */
body.admin-bar .al-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .al-header { top: 46px; } }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
