/*
Theme Name: Saazy-child
Theme URI: https://akinemmanuel.lovable.app
Author: Akin Emmanuel
Author URI: https://akinemmanuel.lovable.app
Description: One-page premium sales theme for AI Income Africa — navy + orange palette, glass UI, animated sections, and an embedded systeme.io cohort registration form. Single-page, mobile-responsive.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-income-africa
Tags: one-page, landing, dark, custom-colors, custom-logo, full-width-template
*/

/* ============ Tokens ============ */
:root{
  --bg:#0A1A35;            /* deep navy */
  --bg-2:#0F2348;
  --card:#13284F;
  --fg:#F4F7FF;
  --muted:#A8B2C8;
  --gold:#F97316;          /* orange */
  --gold-soft:#FB923C;
  --gold-dark:#EA580C;
  --border:rgba(249,115,22,.25);
  --glass:rgba(255,255,255,.04);
  --glass-strong:rgba(255,255,255,.06);
  --glass-border:rgba(255,255,255,.1);
  --gold-gradient:linear-gradient(135deg,#FB923C,#EA580C);
  --hero-gradient:radial-gradient(ellipse at top,rgba(34,57,112,.7),#0A1A35 60%);
  --radial-gold:radial-gradient(circle at 50% 0%,rgba(249,115,22,.25),transparent 60%);
  --shadow-gold:0 0 60px -10px rgba(249,115,22,.5);
}

*{box-sizing:border-box;border-color:var(--border)}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:var(--bg);
  color:var(--fg);
  -webkit-font-smoothing:antialiased;
  line-height:1.5;
}
img{max-width:100%;display:block}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
a{color:inherit;text-decoration:none}

h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;letter-spacing:-.02em;line-height:1.1;margin:0}
.font-display{font-family:'Playfair Display',Georgia,serif}

/* ============ Utilities ============ */
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}
.text-gold{color:var(--gold)}
.text-muted{color:var(--muted)}
.text-gradient-gold{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.gradient-gold{background:var(--gold-gradient)}
.glass{background:var(--glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:1rem}
.glass-strong{background:var(--glass-strong);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(249,115,22,.2);border-radius:1.5rem}
.glow-gold{box-shadow:var(--shadow-gold)}
.hero-bg{background:var(--hero-gradient)}
.radial-gold{background:var(--radial-gold);position:absolute;inset:0;pointer-events:none}
.eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}

/* ============ Buttons ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  border-radius:9999px;font-weight:600;color:#0A1A35;
  background:var(--gold-gradient);
  padding:.95rem 2rem;font-size:.95rem;
  box-shadow:var(--shadow-gold);
  transition:transform .2s,opacity .2s;
}
.btn:hover{opacity:.9;transform:translateY(-1px)}
.btn-large{padding:1.15rem 2.5rem;font-size:1.05rem}
.btn-ghost{
  background:var(--glass);border:1px solid var(--border);color:var(--fg);
  padding:.95rem 2rem;border-radius:9999px;font-weight:600;
  display:inline-flex;align-items:center;gap:.5rem;backdrop-filter:blur(16px);
}
.btn-ghost:hover{border-color:var(--gold)}

/* ============ Site nav ============ */
.site-nav{
  position:fixed;top:0;left:0;right:0;z-index:50;
  padding:1rem 0;backdrop-filter:blur(16px);background:rgba(10,26,53,.6);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.site-nav .container{display:flex;align-items:center;justify-content:space-between}
.brand{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:.5rem}
.brand .dot{width:.6rem;height:.6rem;background:var(--gold-gradient);border-radius:50%}
.nav-links{display:none;gap:2rem;font-size:.9rem;color:var(--muted)}
.nav-links a:hover{color:var(--gold)}
@media (min-width:768px){.nav-links{display:flex}}

/* ============ Hero ============ */
.hero{position:relative;min-height:100vh;padding:8rem 0 5rem;overflow:hidden}
.hero .blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}
.hero .blob.a{top:25%;left:2rem;width:18rem;height:18rem;background:rgba(249,115,22,.1)}
.hero .blob.b{bottom:25%;right:2rem;width:24rem;height:24rem;background:rgba(249,115,22,.05)}
.hero-grid{display:grid;gap:3rem;align-items:center}
@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}
.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;margin-bottom:1.5rem}
.hero .lead{color:var(--muted);font-size:1.1rem;max-width:36rem;margin-bottom:2rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:28rem}
.hero-stats .v{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-stats .l{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.hero-visual{position:relative}
.hero-visual .glow{position:absolute;inset:-1.5rem;background:var(--gold-gradient);opacity:.2;filter:blur(40px);border-radius:2rem}
.hero-card{position:relative;background:var(--glass-strong);border:1px solid rgba(249,115,22,.2);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-gold)}
.hero-card img{width:100%;height:auto}
.float-card{position:absolute;padding:1rem;background:var(--glass-strong);border:1px solid rgba(249,115,22,.2);border-radius:.75rem;display:flex;align-items:center;gap:.75rem}
.float-card.bottom{bottom:-1.5rem;left:-1.5rem;animation:float 6s ease-in-out infinite}
.float-card.top{top:-1rem;right:-1rem;padding:.75rem}
.icon-circle{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gold-gradient);display:flex;align-items:center;justify-content:center;color:#0A1A35}

/* ============ Sections ============ */
section{position:relative}
.section{padding:6rem 0}
.section .radial-gold{opacity:.5}
.section-head{text-align:center;max-width:48rem;margin:0 auto 4rem}
.section-head h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}
.section-head p{color:var(--muted)}

/* Proof grid */
.proof-grid{display:grid;gap:2rem;max-width:64rem;margin:0 auto}
@media (min-width:1024px){.proof-grid{grid-template-columns:1fr 1fr}}
.proof-card{display:block;text-align:left;background:var(--glass);border:1px solid var(--glass-border);border-radius:1rem;overflow:hidden;transition:transform .3s,border-color .3s,box-shadow .3s}
.proof-card:hover{transform:scale(1.02);border-color:var(--gold);box-shadow:var(--shadow-gold)}
.proof-card .imgwrap{padding:.75rem;background:var(--card);display:flex;align-items:center;justify-content:center}
.proof-card .imgwrap img{width:100%;height:auto;transition:transform .7s}
.proof-card:hover .imgwrap img{transform:scale(1.05)}
.proof-card .cap{padding:1.25rem;font-size:.9rem}

/* Trust strip */
.trust{padding:5rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.trust-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media (min-width:640px){.trust-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.trust-grid{grid-template-columns:repeat(4,1fr)}}
.trust-card{padding:1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:.75rem;transition:border-color .3s}
.trust-card:hover{border-color:var(--gold)}
.trust-card .icon-box{width:3rem;height:3rem;border-radius:.5rem;background:var(--gold-gradient);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#0A1A35}
.trust-card h3{font-size:1.1rem;margin-bottom:.5rem}
.trust-card p{font-size:.875rem;color:var(--muted);margin:0}

/* Problem */

/* Problem */
.pain-list {
  display:flex;
  flex-direction:column;
  gap:1rem;
  /* FORCE REMOVE WORDPRESS DEFAULT BULLET SPACING */
  padding-left: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}

.pain-item {
  display:flex;
  align-items:flex-start;
  gap:1rem;
  padding:1.25rem;
  border-radius:.75rem;
  /* FORCE REMOVE WORDPRESS DEFAULT BULLET CIRCLES */
  list-style: none !important;
  list-style-type: none !important;
}

.pain-item .icon {
  color:var(--destructive);
  margin-top:.15rem;
}

/* GENERATE THE MISSING RED CIRCLE-X ICON VIA CSS */
.pain-item::before {
  content: "✕"; 
  color: #DC2626; /* Using your stylesheet's --destructive color */
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.15rem;
  
  /* Creates the red outline circle */
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid #DC2626;
  border-radius: 50%;
  
  /* Perfectly centers the '✕' inside the circle */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Solution / curriculum / bonuses */
.cards-5{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media (min-width:768px){.cards-5{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.cards-5{grid-template-columns:repeat(5,1fr)}}
.cards-4{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media (min-width:640px){.cards-4{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.cards-4{grid-template-columns:repeat(4,1fr)}}
.step-card{position:relative;padding:1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:1rem;transition:border-color .3s}
.step-card:hover{border-color:var(--gold)}
.step-card .num{position:absolute;top:-.75rem;right:-.75rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gold-gradient);display:flex;align-items:center;justify-content:center;color:#0A1A35;font-weight:700}
.step-card svg{width:2rem;height:2rem;color:var(--gold);margin-bottom:1rem}
.step-card h3{font-size:1rem;margin-bottom:.5rem}
.step-card p{font-size:.875rem;color:var(--muted);margin:0}
.module-card{padding:1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:1rem;transition:border-color .3s;overflow:hidden;position:relative}
.module-card:hover{border-color:var(--gold)}
.module-card .tag{font-size:.7rem;color:var(--gold);font-family:'JetBrains Mono',monospace;margin-bottom:.75rem}
.module-card svg{width:1.75rem;height:1.75rem;color:var(--gold);margin-bottom:.75rem}
.bonus-card{padding:1.5rem;text-align:center;transition:transform .3s}
.bonus-card:hover{transform:scale(1.05)}
.bonus-card svg{width:2rem;height:2rem;color:var(--gold);margin:0 auto .75rem}
.bonus-card .tag{font-size:.7rem;color:var(--gold);font-family:'JetBrains Mono',monospace;margin-bottom:.5rem}
.bonus-card p{font-family:'Playfair Display',serif;font-size:.95rem;font-weight:600;margin:0}

/* Instructor */
.instructor-card{max-width:72rem;margin:0 auto;padding:2.5rem;display:grid;gap:2.5rem;align-items:center}
@media (min-width:768px){.instructor-card{grid-template-columns:2fr 3fr;padding:3rem}}
.instructor-img-wrap{position:relative}
.instructor-img-wrap .glow{position:absolute;inset:-1rem;background:var(--gold-gradient);opacity:.2;filter:blur(40px);border-radius:1.5rem}
.instructor-img-wrap img{position:relative;border-radius:1rem;width:100%;box-shadow:var(--shadow-gold)}
.instructor-text h2{font-size:clamp(1.75rem,3vw,2.25rem);margin:.75rem 0 1rem}
.instructor-text p{color:var(--muted);margin-bottom:1.5rem}
.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.checklist .row{display:flex;align-items:center;gap:.5rem;font-size:.9rem}
.check{color:var(--gold);width:1rem;height:1rem;flex-shrink:0}

/* Testimonials */
.testi-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}
@media (min-width:768px){.testi-grid{grid-template-columns:repeat(3,1fr)}}
.testi{padding:1.5rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:1rem}
.stars{display:flex;gap:.15rem;margin-bottom:1rem;color:var(--gold)}
.testi .quote{font-style:italic;margin-bottom:1.5rem}
.testi .who{display:flex;align-items:center;gap:.75rem}
.avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gold-gradient);display:flex;align-items:center;justify-content:center;color:#0A1A35;font-weight:700}
.stats-grid{max-width:48rem;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.stat{padding:1.5rem;text-align:center;background:var(--glass);border:1px solid var(--glass-border);border-radius:.75rem}
.stat .v{font-family:'Playfair Display',serif;font-size:1.875rem;font-weight:700;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.stat .l{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:.25rem}

/* FAQ */
.faq-wrap{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
.faq-item{background:var(--glass);border:1px solid var(--glass-border);border-radius:.75rem;overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;text-align:left;font-weight:600;transition:background .2s}
.faq-q:hover{background:rgba(40,60,120,.3)}
.faq-q svg{transition:transform .3s;color:var(--gold);flex-shrink:0}
.faq-item.open .faq-q svg{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;color:var(--muted)}
.faq-item.open .faq-a{max-height:400px}
.faq-a-inner{padding:0 1.25rem 1.25rem}

/* Final CTA */
.final-cta{padding:6rem 0;overflow:hidden;position:relative}
.final-cta .radial-gold{opacity:.7}
.final-cta-inner{max-width:48rem;margin:0 auto;text-align:center;position:relative}
.final-cta h2{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;margin-bottom:1.5rem}
.final-cta p{color:var(--muted);font-size:1.1rem;margin-bottom:2.5rem}
.final-cta .barchart{width:3rem;height:3rem;color:var(--gold);margin:0 auto 1.5rem}

/* Footer */
.site-footer{padding:3rem 0;text-align:center;color:var(--muted);font-size:.85rem;border-top:1px solid rgba(255,255,255,.05)}

/* ============ Modal + form ============ */
.modal{
  position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:1rem;
  background:rgba(10,26,53,.8);backdrop-filter:blur(20px);
  opacity:0;transition:opacity .25s;
}
.modal.open{display:flex;opacity:1}
.modal-box{
  position:relative;width:100%;max-width:36rem;max-height:90vh;overflow-y:auto;
  padding:2rem;border-radius:1.5rem;background:var(--glass-strong);border:1px solid rgba(249,115,22,.3);
  box-shadow:var(--shadow-gold);
  transform:scale(.95) translateY(12px);transition:transform .25s;
}
.modal.open .modal-box{transform:scale(1) translateY(0)}
@media (min-width:768px){.modal-box{padding:2.5rem}}
.modal-close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--glass);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.modal-close:hover{border-color:var(--gold)}
.modal-head{text-align:center;margin-bottom:1.5rem}
.modal-head h3{font-size:1.5rem;margin:.75rem 0 .5rem}
.modal-head .sub{font-size:.875rem;color:var(--muted)}

/* systeme.io override (mirrors React app) */
.systeme-embed{background:transparent!important;min-height:280px}
.systeme-embed *{background-image:none!important;box-shadow:none!important}
.systeme-embed [class*="background"],
.systeme-embed [style*="background-image"]{background-image:none!important;background-color:transparent!important}
.systeme-embed form,.systeme-embed .sio-form,
.systeme-embed > div,.systeme-embed > div > div{
  background:transparent!important;border:none!important;padding:0!important;margin:0!important;max-width:100%!important;
}
.systeme-embed input[type="text"],
.systeme-embed input[type="email"],
.systeme-embed input[type="tel"],
.systeme-embed input:not([type="submit"]):not([type="button"]){
  background:rgba(255,255,255,.04)!important;border:1px solid rgba(249,115,22,.4)!important;
  color:#fff!important;border-radius:10px!important;padding:12px 14px!important;
  font-size:14px!important;height:auto!important;width:100%!important;box-shadow:none!important;
}
.systeme-embed input::placeholder{color:rgba(255,255,255,.45)!important}
.systeme-embed input:focus{outline:none!important;border-color:#F97316!important;box-shadow:0 0 0 3px rgba(249,115,22,.25)!important}
.systeme-embed button,
.systeme-embed input[type="submit"],
.systeme-embed [class*="btn"],
.systeme-embed [class*="Button"]{
  background:linear-gradient(135deg,#FB923C,#EA580C)!important;
  background-image:linear-gradient(135deg,#FB923C,#EA580C)!important;
  background-color:#F97316!important;color:#0A1A35!important;
  border:none!important;border-radius:9999px!important;font-weight:700!important;
  text-transform:uppercase!important;letter-spacing:.08em!important;
  padding:14px 28px!important;font-size:14px!important;width:100%!important;
  cursor:pointer!important;box-shadow:0 8px 24px -8px rgba(249,115,22,.6)!important;
}
.systeme-embed label,.systeme-embed p,.systeme-embed span,.systeme-embed div{color:#fff!important}
.systeme-embed iframe{background:transparent!important}

/* ============ Lightbox ============ */
.lightbox{
  position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:1.5rem;
  background:rgba(10,26,53,.95);backdrop-filter:blur(20px);
}
.lightbox.open{display:flex}
.lightbox img{max-width:100%;max-height:80vh;border-radius:1rem;box-shadow:var(--shadow-gold)}
.lightbox .lb-cap{color:var(--gold);text-align:center;margin-top:1rem}
.lightbox .lb-close{position:absolute;top:1.5rem;right:1.5rem;color:var(--gold);width:2rem;height:2rem}

/* ============ Animations ============ */
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.animate-float{animation:float 6s ease-in-out infinite}

/* Reveal-on-scroll (replaces framer-motion fadeUp) */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}
.reveal.in{opacity:1;transform:translateY(0)}

/* Tiny SVG icon sizing */
.i{width:1.25rem;height:1.25rem;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:inline-block;vertical-align:middle}
.i-lg{width:1.5rem;height:1.5rem}
