/* CSS only for WPCode / WPCoder (drop directly, no <style> tag) */
/* Optional scope wrapper: .al-page to minimize conflicts */

:root {
    --primary-blue: #0b1a2a;
    --primary-green: #5dbb63;
    --accent-orange: #ff7a1a;
    --text-dark: #1a202c;
    --text-gray: #4a5568;
    --bg-light: #f7fafc;
    --border-light: #e2e8f0;
    --white: #ffffff;
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

.al-page * { box-sizing: border-box; }

body.al-embedded-page { /* if you decide to add a body class in WP */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--white);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
header { position: sticky; top: 0; background: rgba(255,255,255,0.95); border-bottom: 1px solid var(--border-light); z-index: 100; backdrop-filter: blur(10px); }
.header-content { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; }
.logo { height: 40px; width: auto; }
.header-cta { background: var(--primary-green); color: var(--white); padding: 10px 24px; border-radius: 6px; text-decoration: none; font-weight: 600; transition: all .3s ease; border: 2px solid var(--primary-green); white-space: nowrap; }
.header-cta:hover { background: transparent; color: var(--primary-green); transform: translateY(-1px); box-shadow: var(--shadow); }

/* Hero */
.hero { background: linear-gradient(135deg, #0b1a2a 0%, #0e2238 100%); color: var(--white); padding: 60px 0 40px; }
.hero-content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: start; }
.hero-text h1 { font-size: clamp(28px,5vw,42px); line-height: 1.2; margin-bottom: 20px; font-weight: 700; }
.hero-subtitle { font-size: 18px; margin-bottom: 30px; opacity: .95; line-height: 1.5; color: #cdebd1; }
.hero-bullets { list-style: none; margin-bottom: 30px; }
.hero-bullets li { display: flex; align-items: start; margin-bottom: 12px; }
.hero-bullets li::before { content: "✓"; color: var(--primary-green); font-weight: bold; margin-right: 12px; font-size: 20px; }

.calendly-highlights { background: rgba(255,255,255,0.98); color: var(--text-dark); border-radius: 12px; padding: 18px 20px; margin-bottom: 16px; box-shadow: var(--shadow-lg); border: 2px solid rgba(255,122,26,0.35); }
.calendly-highlights-title { font-size: 18px; font-weight: 700; margin: 0 0 12px 0; color: var(--text-dark); line-height: 1.2; }
.calendly-highlights-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-weight: 600; font-size: 15px; }
.calendly-highlights-list li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.3; }
.calendly-highlights-list li::before { content: "✔"; color: var(--primary-green); font-size: 18px; line-height: 1; position: relative; top: 1px; flex-shrink: 0; }
.hero .calendly-highlights-list li { color: var(--text-dark); }

/* Trust badges */
.trust-badges { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-bottom: 30px; }
.badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 8px 16px; border-radius: 50px; font-size: 14px; font-weight: 600; backdrop-filter: blur(10px); }
.badge-inc { background: rgba(255,215,0,0.15); border-color: rgba(255,215,0,0.3); }
.lead-counter { font-variant-numeric: tabular-nums; animation: countUp .5s ease-out; }
.trustpilot-inline { background: rgba(255,255,255,0.95); color: var(--text-dark); padding: 6px 14px; border-radius: 50px; font-size: 14px; font-weight: 600; }

/* Buttons */
.cta-group { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary { background: var(--accent-orange); color: var(--white); padding: 14px 32px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 17px; display: inline-block; transition: all .3s ease; border:2px solid var(--accent-orange); cursor: pointer; }
.btn-primary:hover { background:#e56a00; transform: translateY(-2px); box-shadow:0 10px 20px rgba(255,122,0,.3); }
.btn-secondary { background: transparent; color: var(--white); padding:14px 32px; border-radius:6px; text-decoration:none; font-weight:600; font-size:17px; display:inline-block; transition:all .3s ease; border:2px solid var(--white); }
.btn-secondary:hover { background: var(--white); color: var(--primary-blue); }

/* Calendly */
.calendly-container { background: var(--white); border-radius:12px; box-shadow: var(--shadow-lg); overflow:hidden; min-height:520px; position:relative; }
.calendly-inline-widget { min-width:320px; height:520px; }

/* Clients */
.clients-section { padding:60px 0; background: var(--bg-light); }
.clients-title { text-align:center; font-size:24px; margin-bottom:40px; color: var(--text-dark); }
.clients-grid { display:grid; grid-template-columns: repeat(6,1fr); gap:24px; align-items:center; }
.client-logo { background: var(--white); padding:20px; border-radius:8px; display:flex; align-items:center; justify-content:center; min-height:100px; border:1px solid var(--border-light); transition: all .3s ease; }
.client-logo:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.client-logo img { max-width:140px; max-height:60px; width:100%; height:auto; object-fit:contain; }

/* Benefits */
.benefits { padding:80px 0; }
.section-title { text-align:center; font-size:36px; margin-bottom:50px; color: var(--text-dark); }
.benefits-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:24px; }
.benefit-card { background: var(--white); padding:30px; border-radius:12px; border:1px solid var(--border-light); transition: all .3s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary-green); }
.benefit-card h3 { font-size:20px; margin-bottom:12px; color: var(--text-dark); }
.benefit-card p { color: var(--text-gray); line-height:1.5; }

/* Video */
.video-section { padding:40px 0; background: var(--white); }
.video-wrap { max-width:900px; margin:0 auto; border-radius:12px; overflow:hidden; box-shadow: var(--shadow-lg); background:#000; aspect-ratio:16/9; }
.video-wrap iframe { width:100%; height:100%; border:0; }

/* How it works */
.how-it-works { padding:80px 0; background: var(--bg-light); }
.steps-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:40px; }
.step { text-align:center; position:relative; }
.step-number { width:60px; height:60px; background: var(--primary-green); color: var(--white); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:24px; font-weight:bold; margin:0 auto 20px; }
.step h3 { font-size:22px; margin-bottom:12px; color: var(--text-dark); }
.step p { color: var(--text-gray); }

/* Testimonials */
.testimonials { padding:80px 0; background: var(--white); }
.testimonials-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:30px; }
.testimonial { background: var(--white); padding:30px; border-radius:12px; border-left:4px solid var(--primary-green); box-shadow: var(--shadow); }
.testimonial-stars { color:#00b67a; font-size:20px; margin-bottom:12px; }
.testimonial-text { font-size:16px; margin-bottom:20px; color: var(--text-dark); font-style:italic; }
.testimonial-author { font-weight:600; color: var(--text-dark); }
.testimonial-role { color: var(--text-gray); font-size:14px; }
.trustpilot-verified { text-align:center; margin-top:30px; color: var(--text-gray); font-size:14px; }

/* FAQ */
.faq { padding:80px 0; background: var(--bg-light); }
.faq-grid { display:grid; grid-template-columns:1fr; gap:20px; max-width:800px; margin:0 auto; }
.faq-item { background: var(--white); border:1px solid var(--border-light); border-radius:8px; overflow:hidden; }
.faq-question { padding:20px; font-weight:600; font-size:18px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; transition:background .3s ease; }
.faq-question:hover { background: var(--bg-light); }
.faq-answer { padding:0 20px 20px; color: var(--text-gray); line-height:1.6; display:none; }
.faq-item.active .faq-answer { display:block; }
.faq-icon { transition: transform .3s ease; }
.faq-item.active .faq-icon { transform: rotate(180deg); }

/* Final CTA */
.final-cta { padding:80px 0; background: linear-gradient(135deg,#0b1a2a 0%,#0e2238 100%); color: var(--white); text-align:center; }
.final-cta h2 { font-size:36px; margin-bottom:20px; }
.final-cta p { font-size:18px; margin-bottom:30px; opacity:.95; }

/* Footer */
footer { padding:40px 0; background: var(--text-dark); color: var(--white); }
.footer-content { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; }
.footer-contact { display:flex; gap:30px; align-items:center; }
.footer-links a { color: var(--white); text-decoration:none; margin:0 15px; opacity:.8; transition:opacity .3s ease; }
.footer-links a:hover { opacity:1; }

/* Security badges */
.security-badges { display:flex; gap:12px; margin-top:20px; justify-content:center; }
.security-badge { background: rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2); padding:6px 12px; border-radius:4px; font-size:12px; display:flex; align-items:center; gap:6px; }

/* Mobile sticky CTA */
.mobile-sticky-cta { display:none; position:fixed; bottom:0; left:0; right:0; background: var(--white); border-top:1px solid var(--border-light); padding:12px 20px; z-index:200; box-shadow:0 -4px 6px -1px rgba(0,0,0,0.1); }
.mobile-sticky-content { display:flex; justify-content:space-between; align-items:center; max-width:1200px; margin:0 auto; }
.mobile-sticky-text { font-size:14px; color: var(--text-gray); }
.mobile-sticky-btn { background: var(--accent-orange); color: var(--white); padding:10px 20px; border-radius:6px; text-decoration:none; font-weight:600; font-size:14px; white-space:nowrap; }

/* Responsive */
@media (max-width:1024px){
  .hero-content { grid-template-columns:1fr; gap:40px; }
  .calendly-container { margin-top:20px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .clients-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width:768px){
  .header-cta { padding:8px 16px; font-size:14px; }
  .mobile-sticky-cta { display:block; }
  body { padding-bottom:70px; }
  .hero { padding:40px 0 30px; }
  .benefits-grid, .testimonials-grid, .steps-grid { grid-template-columns:1fr; }
  .clients-grid { grid-template-columns: repeat(2,1fr); }
  .cta-group { flex-direction:column; width:100%; }
  .btn-primary, .btn-secondary { width:100%; text-align:center; }
  .footer-content { flex-direction:column; text-align:center; }
  .footer-contact { flex-direction:column; gap:10px; }
}

/* Animations */
@keyframes pulse { 0%{opacity:1;} 50%{opacity:.5;} 100%{opacity:1;} }
.loading { animation:pulse 1.5s ease-in-out infinite; }
@keyframes countUp { from { opacity:0; transform: translateY(10px);} to { opacity:1; transform: translateY(0);} }
