body.letsflow-landing-active{
  --navy-950:#0a0e33;
  --navy-900:#0f1440;
  --navy-800:#161d55;
  --navy-700:#1f2768;
  --purple-500:#7c3aed;
  --purple-400:#8b5cf6;
  --purple-300:#a78bfa;
  --blue-400:#4f7df9;
  --cyan-400:#2dd4bf;
  --cyan-300:#5eead4;
  --white:#f4f4ff;
  --muted:#b9bde3;
  --grad:linear-gradient(90deg,#4f7df9,#8b5cf6);
  --grad-text:linear-gradient(90deg,#5eead4,#8b5cf6);
  --radius:20px;
}
body.letsflow-landing-active *{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body.letsflow-landing-active{
  font-family:"Poppins",system-ui,-apple-system,sans-serif;
  background:var(--navy-950);
  color:var(--white);
  line-height:1.6;
  overflow-x:hidden;
}
body.letsflow-landing-active ::selection{background:var(--purple-500);color:#fff}
body.letsflow-landing-active img{max-width:100%;display:block}
body.letsflow-landing-active a{color:inherit;text-decoration:none}
body.letsflow-landing-active .container{width:min(1120px,92%);margin:0 auto}
body.letsflow-landing-active section{padding:88px 0;position:relative}
body.letsflow-landing-active h1, body.letsflow-landing-active h2, body.letsflow-landing-active h3{line-height:1.2;font-weight:800}
body.letsflow-landing-active .script{font-family:"Kaushan Script",cursive;font-weight:400}
body.letsflow-landing-active .hand{font-family:"Caveat",cursive;font-weight:600}
body.letsflow-landing-active .grad-text{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}
body.letsflow-landing-active .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--cyan-300);margin-bottom:16px;
}
body.letsflow-landing-active .eyebrow::before{content:"";width:26px;height:2px;background:var(--cyan-400);border-radius:2px}
body.letsflow-landing-active .btn{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--grad);
  color:#fff;font-weight:700;font-size:1.02rem;
  padding:16px 34px;border-radius:999px;border:none;cursor:pointer;
  box-shadow:0 8px 30px rgba(124,58,237,.45);
  transition:transform .2s ease, box-shadow .2s ease;
}
body.letsflow-landing-active .btn:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(124,58,237,.6)}
body.letsflow-landing-active .btn .arrow{transition:transform .2s ease}
body.letsflow-landing-active .btn:hover .arrow{transform:translateX(4px)}
body.letsflow-landing-active .btn-ghost{
  background:transparent;border:1.5px solid rgba(167,139,250,.5);
  box-shadow:none;color:var(--white);
}
body.letsflow-landing-active .btn-ghost:hover{border-color:var(--cyan-400);box-shadow:none}

/* ---------- NAV ---------- */
body.letsflow-landing-active nav{
  position:sticky;top:0;z-index:50;
  background:rgba(10,14,51,.82);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(139,92,246,.15);
}
body.letsflow-landing-active .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
body.letsflow-landing-active .logo-img{height:52px;width:auto;display:block}
body.letsflow-landing-active footer .logo-img{height:56px;margin:0 auto 10px}
body.letsflow-landing-active .nav-links{display:flex;gap:28px;font-size:.92rem;font-weight:500;color:var(--muted)}
body.letsflow-landing-active .nav-links a:hover{color:var(--cyan-300)}
body.letsflow-landing-active nav .btn{padding:10px 22px;font-size:.9rem}
@media (max-width:820px){body.letsflow-landing-active .nav-links{display:none}}

/* ---------- HERO ---------- */
body.letsflow-landing-active .hero{
  padding:110px 0 120px;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(124,58,237,.35), transparent 60%),
    radial-gradient(700px 420px at -10% 30%, rgba(45,212,191,.12), transparent 60%),
    var(--navy-950);
  overflow:hidden;
}
body.letsflow-landing-active .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
body.letsflow-landing-active .chip{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.4);
  color:var(--purple-300);font-size:.85rem;font-weight:600;
  padding:8px 18px;border-radius:999px;margin-bottom:24px;
}
body.letsflow-landing-active .chip .dot{width:8px;height:8px;border-radius:50%;background:var(--cyan-400);animation:pulse 1.8s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}
body.letsflow-landing-active .hero h1{font-size:clamp(2.3rem,5vw,3.6rem);margin-bottom:22px}
body.letsflow-landing-active .hero h1 .script{font-size:1.15em;color:transparent;background:linear-gradient(90deg,#a78bfa,#5eead4);-webkit-background-clip:text;background-clip:text}
body.letsflow-landing-active .hero p.lead{font-size:1.15rem;color:var(--muted);max-width:34rem;margin-bottom:34px}
body.letsflow-landing-active .hero p.lead strong{color:var(--white)}
body.letsflow-landing-active .hero-ctas{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin-bottom:30px}
body.letsflow-landing-active .proof{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:.92rem}
body.letsflow-landing-active .avatars{display:flex}
body.letsflow-landing-active .avatars span{
  width:38px;height:38px;border-radius:50%;border:2px solid var(--navy-950);
  display:flex;align-items:center;justify-content:center;
  font-size:.8rem;font-weight:700;margin-left:-10px;color:#fff;
}
body.letsflow-landing-active .avatars span:first-child{margin-left:0}
body.letsflow-landing-active .proof b{color:var(--cyan-300)}
body.letsflow-landing-active .hero-card{
  background:linear-gradient(160deg,rgba(31,39,104,.85),rgba(15,20,64,.9));
  border:1px solid rgba(139,92,246,.3);
  border-radius:26px;padding:34px;position:relative;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
body.letsflow-landing-active .hero-card .hand{font-size:1.5rem;color:var(--cyan-300)}
body.letsflow-landing-active .hero-card h3{font-size:1.25rem;margin:6px 0 20px}
body.letsflow-landing-active .mock-row{
  display:flex;align-items:center;gap:14px;
  background:rgba(10,14,51,.6);border:1px solid rgba(139,92,246,.2);
  border-radius:14px;padding:14px 16px;margin-bottom:12px;
}
body.letsflow-landing-active .mock-row .ico{
  width:42px;height:42px;border-radius:12px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:1.2rem;
  background:rgba(139,92,246,.2);
}
body.letsflow-landing-active .mock-row b{display:block;font-size:.95rem}
body.letsflow-landing-active .mock-row small{color:var(--muted);font-size:.8rem}
body.letsflow-landing-active .mock-row .tag{margin-left:auto;font-size:.72rem;font-weight:700;color:var(--cyan-300);background:rgba(45,212,191,.12);padding:4px 10px;border-radius:999px;white-space:nowrap}
body.letsflow-landing-active .sparkle{position:absolute;font-size:1.6rem;color:var(--purple-300);opacity:.9}
@media (max-width:900px){
  body.letsflow-landing-active .hero{padding:70px 0 80px}
  body.letsflow-landing-active .hero-grid{grid-template-columns:1fr;gap:44px}
}

/* ---------- STRIP ---------- */
body.letsflow-landing-active .strip{
  background:linear-gradient(90deg,rgba(79,125,249,.12),rgba(139,92,246,.12));
  border-top:1px solid rgba(139,92,246,.2);
  border-bottom:1px solid rgba(139,92,246,.2);
  padding:26px 0;
}
body.letsflow-landing-active .strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
body.letsflow-landing-active .strip-grid b{font-size:1.35rem;display:block;color:var(--cyan-300)}
body.letsflow-landing-active .strip-grid span{font-size:.85rem;color:var(--muted)}
@media (max-width:760px){body.letsflow-landing-active .strip-grid{grid-template-columns:repeat(2,1fr)}}

/* ---------- PROBLEM ---------- */
body.letsflow-landing-active .problem h2{font-size:clamp(1.8rem,3.6vw,2.6rem);max-width:44rem;margin-bottom:26px}
body.letsflow-landing-active .problem .cols{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
body.letsflow-landing-active .problem p{color:var(--muted);margin-bottom:18px}
body.letsflow-landing-active .problem p strong{color:var(--white)}
body.letsflow-landing-active .quote{
  border-left:3px solid var(--cyan-400);
  padding:18px 24px;background:rgba(45,212,191,.06);
  border-radius:0 16px 16px 0;font-style:italic;color:var(--white);
  font-size:1.05rem;margin-top:8px;
}
body.letsflow-landing-active .symptom{display:flex;gap:14px;align-items:flex-start;background:rgba(31,39,104,.5);border:1px solid rgba(139,92,246,.2);border-radius:16px;padding:18px 20px;margin-bottom:14px}
body.letsflow-landing-active .symptom .em{font-size:1.3rem;line-height:1.4}
body.letsflow-landing-active .symptom p{margin:0;font-size:.97rem}
body.letsflow-landing-active .symptom p b{color:var(--white)}
@media (max-width:860px){body.letsflow-landing-active .problem .cols{grid-template-columns:1fr}}

/* ---------- FLUENCY VS PROFICIENCY ---------- */
body.letsflow-landing-active .fluency{background:var(--navy-900)}
body.letsflow-landing-active .fluency-head{text-align:center;max-width:46rem;margin:0 auto 54px}
body.letsflow-landing-active .fluency-head h2{font-size:clamp(1.9rem,3.8vw,2.7rem)}
body.letsflow-landing-active .fluency-head h2 .neq{color:var(--white)}
body.letsflow-landing-active .fluency-head h2 .f{color:var(--blue-400)}
body.letsflow-landing-active .fluency-head h2 .p{color:var(--purple-300)}
body.letsflow-landing-active .fluency-head p{color:var(--muted);margin-top:14px}
body.letsflow-landing-active .vs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
body.letsflow-landing-active .vs-card{border-radius:24px;padding:36px;border:1px solid rgba(139,92,246,.25)}
body.letsflow-landing-active .vs-card.fluency-c{background:linear-gradient(170deg,rgba(79,125,249,.16),rgba(15,20,64,.6))}
body.letsflow-landing-active .vs-card.prof-c{background:linear-gradient(170deg,rgba(139,92,246,.16),rgba(15,20,64,.6))}
body.letsflow-landing-active .vs-card h3{font-size:1.5rem;margin-bottom:4px}
body.letsflow-landing-active .vs-card .script{font-size:1.35rem;display:block;margin-bottom:22px}
body.letsflow-landing-active .fluency-c .script{color:var(--blue-400)}
body.letsflow-landing-active .prof-c .script{color:var(--purple-300)}
body.letsflow-landing-active .vs-item{display:flex;gap:14px;margin-bottom:16px;align-items:flex-start}
body.letsflow-landing-active .vs-item .ic{
  width:40px;height:40px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:1.05rem;
  border:1.5px solid rgba(139,92,246,.5);
}
body.letsflow-landing-active .vs-item b{display:block;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em}
body.letsflow-landing-active .vs-item small{color:var(--muted);font-size:.87rem}
body.letsflow-landing-active .vs-footer{
  margin-top:40px;text-align:center;font-size:1.2rem;font-weight:700;
  background:var(--grad);border-radius:16px;padding:20px 28px;
}
body.letsflow-landing-active .vs-footer .hand{font-size:1.6rem}
@media (max-width:820px){body.letsflow-landing-active .vs-grid{grid-template-columns:1fr}}

/* ---------- METHOD ---------- */
body.letsflow-landing-active .method .head{max-width:46rem;margin-bottom:54px}
body.letsflow-landing-active .method h2{font-size:clamp(1.9rem,3.8vw,2.7rem);margin-bottom:18px}
body.letsflow-landing-active .method .head p{color:var(--muted);font-size:1.08rem}
body.letsflow-landing-active .method .head p strong{color:var(--cyan-300)}
body.letsflow-landing-active .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.letsflow-landing-active .pillar{
  background:linear-gradient(170deg,rgba(31,39,104,.7),rgba(15,20,64,.7));
  border:1px solid rgba(139,92,246,.25);border-radius:22px;padding:30px;
  transition:transform .25s ease,border-color .25s ease;
}
body.letsflow-landing-active .pillar:hover{transform:translateY(-6px);border-color:var(--cyan-400)}
body.letsflow-landing-active .pillar .em{font-size:2rem;margin-bottom:14px;display:block}
body.letsflow-landing-active .pillar h3{font-size:1.15rem;margin-bottom:10px}
body.letsflow-landing-active .pillar h3 .script{color:var(--cyan-300);font-size:1.1em}
body.letsflow-landing-active .pillar p{color:var(--muted);font-size:.95rem}
@media (max-width:860px){body.letsflow-landing-active .pillars{grid-template-columns:1fr}}

/* ---------- PERSONAS ---------- */
body.letsflow-landing-active .personas{background:var(--navy-900)}
body.letsflow-landing-active .personas .head{text-align:center;max-width:44rem;margin:0 auto 54px}
body.letsflow-landing-active .personas h2{font-size:clamp(1.9rem,3.8vw,2.6rem)}
body.letsflow-landing-active .personas .head p{color:var(--muted);margin-top:12px}
body.letsflow-landing-active .persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.letsflow-landing-active .persona{
  border-radius:22px;padding:32px;position:relative;overflow:hidden;
  background:rgba(15,20,64,.75);border:1px solid rgba(139,92,246,.25);
}
body.letsflow-landing-active .persona::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--grad)}
body.letsflow-landing-active .persona .em{font-size:1.8rem}
body.letsflow-landing-active .persona h3{font-size:1.12rem;margin:12px 0 10px}
body.letsflow-landing-active .persona p{color:var(--muted);font-size:.95rem;margin-bottom:14px}
body.letsflow-landing-active .persona .hand{color:var(--cyan-300);font-size:1.25rem}
@media (max-width:860px){body.letsflow-landing-active .persona-grid{grid-template-columns:1fr}}

/* ---------- STEPS ---------- */
body.letsflow-landing-active .steps h2{font-size:clamp(1.9rem,3.8vw,2.6rem);text-align:center;margin-bottom:14px}
body.letsflow-landing-active .steps .sub{text-align:center;color:var(--muted);max-width:38rem;margin:0 auto 60px}
body.letsflow-landing-active .timeline{position:relative;max-width:760px;margin:0 auto}
body.letsflow-landing-active .timeline::before{
  content:"";position:absolute;left:29px;top:10px;bottom:10px;width:2px;
  background:linear-gradient(180deg,var(--blue-400),var(--purple-400),var(--cyan-400));
  opacity:.5;
}
body.letsflow-landing-active .step{display:flex;gap:26px;margin-bottom:38px;position:relative}
body.letsflow-landing-active .step .num{
  width:58px;height:58px;border-radius:50%;flex-shrink:0;z-index:1;
  background:var(--navy-800);border:2px solid var(--purple-400);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:1.15rem;color:var(--cyan-300);
}
body.letsflow-landing-active .step h3{font-size:1.15rem;margin-bottom:6px}
body.letsflow-landing-active .step h3 .hand{color:var(--purple-300);font-size:1.2em;margin-left:6px}
body.letsflow-landing-active .step p{color:var(--muted);font-size:.97rem}
@media (max-width:640px){body.letsflow-landing-active .step{gap:18px}body.letsflow-landing-active .step .num{width:46px;height:46px;font-size:1rem}body.letsflow-landing-active .timeline::before{left:23px}}

/* ---------- FOUNDER ---------- */
body.letsflow-landing-active .founder{background:var(--navy-900)}
body.letsflow-landing-active .founder-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}
body.letsflow-landing-active .founder-photo{position:relative}
body.letsflow-landing-active .founder-photo img{border-radius:26px;border:1px solid rgba(139,92,246,.3);box-shadow:0 30px 80px rgba(0,0,0,.4)}
body.letsflow-landing-active .founder-photo .badge{
  position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);
  background:var(--grad);border-radius:999px;padding:10px 24px;
  font-weight:700;font-size:.9rem;white-space:nowrap;
  box-shadow:0 10px 30px rgba(124,58,237,.5);
}
body.letsflow-landing-active .founder h2{font-size:clamp(1.8rem,3.4vw,2.4rem);margin-bottom:20px}
body.letsflow-landing-active .founder p{color:var(--muted);margin-bottom:16px}
body.letsflow-landing-active .founder p strong{color:var(--white)}
body.letsflow-landing-active .founder .sig{font-family:"Caveat",cursive;font-size:1.8rem;color:var(--cyan-300);margin-top:10px}
@media (max-width:860px){body.letsflow-landing-active .founder-grid{grid-template-columns:1fr}body.letsflow-landing-active .founder-photo{max-width:340px;margin:0 auto 30px}}

/* ---------- BENEFITS ---------- */
body.letsflow-landing-active .benefits h2{font-size:clamp(1.9rem,3.8vw,2.6rem);text-align:center;margin-bottom:54px}
body.letsflow-landing-active .benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.letsflow-landing-active .benefit{
  background:rgba(31,39,104,.5);border:1px solid rgba(139,92,246,.22);
  border-radius:20px;padding:28px 24px;text-align:center;
  transition:transform .25s ease,border-color .25s ease;
}
body.letsflow-landing-active .benefit:hover{transform:translateY(-6px);border-color:var(--cyan-400)}
body.letsflow-landing-active .benefit .em{font-size:1.9rem;display:block;margin-bottom:12px}
body.letsflow-landing-active .benefit h3{font-size:1.03rem;margin-bottom:8px}
body.letsflow-landing-active .benefit p{color:var(--muted);font-size:.88rem}
@media (max-width:960px){body.letsflow-landing-active .benefit-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){body.letsflow-landing-active .benefit-grid{grid-template-columns:1fr}}

/* ---------- FAQ ---------- */
body.letsflow-landing-active .faq{background:var(--navy-900)}
body.letsflow-landing-active .faq h2{font-size:clamp(1.9rem,3.8vw,2.6rem);text-align:center;margin-bottom:12px}
body.letsflow-landing-active .faq .sub{text-align:center;color:var(--muted);margin-bottom:48px}
body.letsflow-landing-active .faq-list{max-width:760px;margin:0 auto}
body.letsflow-landing-active details{
  background:rgba(15,20,64,.8);border:1px solid rgba(139,92,246,.25);
  border-radius:16px;margin-bottom:14px;overflow:hidden;
}
body.letsflow-landing-active details[open]{border-color:var(--cyan-400)}
body.letsflow-landing-active summary{
  cursor:pointer;list-style:none;padding:20px 26px;
  font-weight:600;font-size:1.02rem;display:flex;justify-content:space-between;align-items:center;gap:16px;
}
body.letsflow-landing-active summary::-webkit-details-marker{display:none}
body.letsflow-landing-active summary::after{content:"+";font-size:1.5rem;color:var(--cyan-300);font-weight:400;transition:transform .2s}
body.letsflow-landing-active details[open] summary::after{transform:rotate(45deg)}
body.letsflow-landing-active details .body{padding:0 26px 22px;color:var(--muted);font-size:.96rem}
body.letsflow-landing-active details .body strong{color:var(--white)}

/* ---------- CTA / FORM ---------- */
body.letsflow-landing-active .cta{
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(124,58,237,.35), transparent 65%),
    var(--navy-950);
  text-align:center;
}
body.letsflow-landing-active .cta h2{font-size:clamp(2rem,4.4vw,3rem);max-width:40rem;margin:0 auto 16px}
body.letsflow-landing-active .cta h2 .script{color:transparent;background:linear-gradient(90deg,#5eead4,#a78bfa);-webkit-background-clip:text;background-clip:text;font-size:1.1em}
body.letsflow-landing-active .cta .sub{color:var(--muted);max-width:34rem;margin:0 auto 44px;font-size:1.06rem}
body.letsflow-landing-active .form-card{
  max-width:520px;margin:0 auto;text-align:left;
  background:linear-gradient(170deg,rgba(31,39,104,.85),rgba(15,20,64,.95));
  border:1px solid rgba(139,92,246,.35);border-radius:26px;padding:38px;
  box-shadow:0 30px 90px rgba(0,0,0,.5);
}
body.letsflow-landing-active .form-card label{font-size:.88rem;font-weight:600;display:block;margin-bottom:6px;color:var(--white)}
body.letsflow-landing-active .form-card input{
  width:100%;padding:14px 18px;margin-bottom:18px;
  background:rgba(10,14,51,.7);border:1.5px solid rgba(139,92,246,.3);
  border-radius:12px;color:var(--white);font-family:inherit;font-size:.98rem;
  transition:border-color .2s;
}
body.letsflow-landing-active .form-card input:focus{outline:none;border-color:var(--cyan-400)}
body.letsflow-landing-active .form-card input::placeholder{color:#6f74a8}
body.letsflow-landing-active .form-card .btn{width:100%;justify-content:center;margin-top:6px}
body.letsflow-landing-active .form-note{font-size:.8rem;color:var(--muted);text-align:center;margin-top:14px}
body.letsflow-landing-active .form-success{display:none;text-align:center;padding:30px 10px}
body.letsflow-landing-active .form-success .em{font-size:3rem;display:block;margin-bottom:12px}
body.letsflow-landing-active .form-success h3{margin-bottom:8px}
body.letsflow-landing-active .form-success p{color:var(--muted)}

/* ---------- FOOTER ---------- */
body.letsflow-landing-active footer{padding:44px 0;border-top:1px solid rgba(139,92,246,.15);text-align:center;color:var(--muted);font-size:.85rem}
body.letsflow-landing-active footer .logo{margin-bottom:10px;display:inline-block}
body.letsflow-landing-active footer p{margin-top:6px}
body.letsflow-landing-active .tagline{font-weight:600;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;margin-top:14px}
body.letsflow-landing-active .tagline .b{color:var(--blue-400)}
body.letsflow-landing-active .tagline .c{color:var(--cyan-300)}

/* reveal on scroll */
body.letsflow-landing-active .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
body.letsflow-landing-active .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  body.letsflow-landing-active .reveal{opacity:1;transform:none;transition:none}
  html{scroll-behavior:auto}
}


body.letsflow-landing-active { margin: 0; min-height: 100%; }
body.letsflow-landing-active #wpadminbar { color: #f0f0f1; }
body.letsflow-landing-active .form-card .btn:disabled { opacity: .7; cursor: wait; transform: none; }
@media screen and (max-width: 782px) {
  body.admin-bar.letsflow-landing-active nav { top: 46px; }
}
@media screen and (min-width: 783px) {
  body.admin-bar.letsflow-landing-active nav { top: 32px; }
}

/* ---------- WORDPRESS THEME ISOLATION HOTFIX ----------
 * Alguns temas e o editor global do WordPress aplicam fonte e cor diretamente
 * em headings, parágrafos, links e campos. As regras abaixo são carregadas por
 * último e garantem a aparência original da landing page.
 */
body.letsflow-landing-active #letsflow-landing,
body.letsflow-landing-active #letsflow-landing button,
body.letsflow-landing-active #letsflow-landing input,
body.letsflow-landing-active #letsflow-landing textarea,
body.letsflow-landing-active #letsflow-landing select,
body.letsflow-landing-active #letsflow-landing option {
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

body.letsflow-landing-active #letsflow-landing {
  background:var(--navy-950) !important;
  color:var(--white) !important;
}

body.letsflow-landing-active #letsflow-landing h1,
body.letsflow-landing-active #letsflow-landing h2,
body.letsflow-landing-active #letsflow-landing h3,
body.letsflow-landing-active #letsflow-landing h4,
body.letsflow-landing-active #letsflow-landing h5,
body.letsflow-landing-active #letsflow-landing h6 {
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:var(--white) !important;
}

body.letsflow-landing-active #letsflow-landing p,
body.letsflow-landing-active #letsflow-landing small {
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:var(--muted) !important;
}

body.letsflow-landing-active #letsflow-landing a {
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:inherit !important;
  text-decoration:none !important;
}

body.letsflow-landing-active #letsflow-landing strong,
body.letsflow-landing-active #letsflow-landing b,
body.letsflow-landing-active #letsflow-landing label,
body.letsflow-landing-active #letsflow-landing summary {
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}

body.letsflow-landing-active #letsflow-landing label,
body.letsflow-landing-active #letsflow-landing summary {
  color:var(--white) !important;
}

body.letsflow-landing-active #letsflow-landing input,
body.letsflow-landing-active #letsflow-landing textarea,
body.letsflow-landing-active #letsflow-landing select {
  color:var(--white) !important;
}

body.letsflow-landing-active #letsflow-landing .script {
  font-family:"Kaushan Script",cursive !important;
}

body.letsflow-landing-active #letsflow-landing .hand {
  font-family:"Caveat",cursive !important;
}

body.letsflow-landing-active #letsflow-landing .grad-text,
body.letsflow-landing-active #letsflow-landing .hero h1 .script,
body.letsflow-landing-active #letsflow-landing .cta h2 .script {
  color:transparent !important;
}

/* Cores especiais que não devem herdar regras globais do tema. */
body.letsflow-landing-active #letsflow-landing .proof b,
body.letsflow-landing-active #letsflow-landing .strip-grid b,
body.letsflow-landing-active #letsflow-landing .eyebrow,
body.letsflow-landing-active #letsflow-landing .tag,
body.letsflow-landing-active #letsflow-landing .hand {
  color:var(--cyan-300) !important;
}

body.letsflow-landing-active #letsflow-landing .fluency-head .f {
  color:var(--blue-400) !important;
}

body.letsflow-landing-active #letsflow-landing .fluency-head .p,
body.letsflow-landing-active #letsflow-landing .prof-c .script {
  color:var(--purple-300) !important;
}

body.letsflow-landing-active #letsflow-landing .fluency-head .neq,
body.letsflow-landing-active #letsflow-landing .btn,
body.letsflow-landing-active #letsflow-landing .btn:hover,
body.letsflow-landing-active #letsflow-landing .btn:focus {
  color:#fff !important;
}
