/* ============================================================
   LANDING PAGE — ported from new-landing-page.html mockup
   All rules scoped under `.lp-root` (dark navy start screen).
   Fonts Space Grotesk + Sora are already loaded in index.html.
   ============================================================ */

.lp-root {
  --bg:#f8fafc; --card:#ffffff; --ink:#0f172a; --ink-soft:#64748b;
  --blue:#155eef; --blue-dark:#0f172a; --blue-hover:#1147c4; --blue-soft:#e9f0ff;
  --gray-ink:#1e293b; --gray:#64748b;
  --st1:#ef4444; --st2:#f59e0b; --st3:#3b82f6; --st4:#65a30d; --st5:#8b7cf0;
  --green:#17a35a; --green-soft:#e6f6ee; --green-ink:#0f7a42;
  --amber:#f59e0b; --amber-soft:#fef3c7; --red:#ef4444;
  --line:#e6e9f2; --lock:#aeb8cc;
  --radius:22px; --shadow:0 14px 40px rgba(15,23,42,.07);
  --display:'Space Grotesk',system-ui,sans-serif; --body:'Sora',system-ui,sans-serif;

  font-family:var(--body);
  background:#0f172a;
  color:#f1f5f9;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  min-height:100vh;
}
.lp-root *{box-sizing:border-box;margin:0;padding:0}
.lp-root button{font-family:inherit;cursor:pointer;border:none}
.lp-root a{text-decoration:none}
.lp-root .display{font-family:var(--display)}

/* ── Landing (dark blue start screen) ── */
.lp-root .lp-wrap{min-height:100vh;color:#f1f5f9}
.lp-root .lp-nav{max-width:1180px;margin:0 auto;padding:0 22px;height:78px;display:flex;align-items:center;justify-content:space-between}
.lp-root .lp-logo img{height:64px;width:auto}
.lp-root .lp-logo{position:relative;display:inline-flex}
.lp-root .lp-nav-cta{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:11px 20px;border-radius:999px;font-size:13px;font-weight:700;color:#fff;cursor:pointer;transition:.15s;font-family:inherit}
.lp-root .lp-nav-cta:hover{background:rgba(255,255,255,.18)}
.lp-root .lp-main{max-width:1180px;margin:0 auto;padding:0 22px}
.lp-root .lp-hero{padding:70px 0 56px;display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.lp-root .lp-pill{display:inline-flex;gap:8px;align-items:center;background:rgba(21,94,239,.25);color:#7db3ff;font-weight:700;font-size:13px;padding:8px 14px;border-radius:999px;margin-bottom:18px}
.lp-root .lp-h1{font-family:var(--display);font-weight:800;font-size:clamp(38px,6vw,68px);line-height:.98;letter-spacing:-.055em;margin-bottom:18px;color:#f1f5f9}
.lp-root .lp-hero-p{font-size:18px;color:#94a3b8;max-width:610px}
.lp-root .lp-ctas{display:flex;gap:14px;align-items:center;margin-top:28px;flex-wrap:wrap}
.lp-root .lp-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;font-weight:800;padding:16px 26px;border-radius:15px;font-family:var(--display);box-shadow:0 14px 30px rgba(21,94,239,.35);transition:.2s;font-size:15px;cursor:pointer;border:none}
.lp-root .lp-btn:hover{transform:translateY(-2px);filter:brightness(.96)}
.lp-root .lp-btn.sec{background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.2);font-weight:700;color:#fff;text-decoration:none;font-family:var(--display)}
.lp-root .lp-btn.sec:hover{background:rgba(255,255,255,.18)}
.lp-root .lp-trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px;color:#64748b;font-size:13px;font-weight:600}
.lp-root .lp-trust b{color:#cbd5e1}
.lp-root .lp-card{background:#1e293b;border-radius:32px;box-shadow:0 18px 48px rgba(0,0,0,.3);padding:28px;position:relative;overflow:hidden}
.lp-root .lp-card:before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;background:rgba(21,94,239,.12);border-radius:50%}
.lp-root .lp-card-title{font-family:var(--display);font-weight:800;font-size:21px;margin-bottom:18px;position:relative;color:#f1f5f9}
.lp-root .lp-ladder{display:flex;align-items:flex-end;gap:8px;height:280px;position:relative}
.lp-root .lp-rung{flex:1;border-radius:17px 17px 9px 9px;padding:13px 7px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.25)}
.lp-root .lp-rung .lp-num{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.27);font-family:var(--display);font-weight:800;font-size:13px}
.lp-root .lp-rung small{font-size:10px;font-weight:800;line-height:1.08;text-align:center;word-break:break-word}
.lp-root .lr1{height:105px;background:#ef4444}.lp-root .lr2{height:140px;background:#f59e0b}
.lp-root .lr3{height:175px;background:#3b82f6}.lp-root .lr4{height:210px;background:#65a30d}.lp-root .lr5{height:245px;background:#8b7cf0}
.lp-root .lp-example{margin-top:22px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;display:flex;justify-content:space-between;gap:12px;align-items:center}
.lp-root .lp-example strong{display:block;font-family:var(--display);font-size:17px;color:#f1f5f9}
.lp-root .lp-example span{font-size:13px;color:#94a3b8}
.lp-root .lp-badge{background:rgba(23,163,90,.2);color:#4ade80;font-weight:800;font-size:12px;padding:7px 10px;border-radius:999px;white-space:nowrap}
.lp-root .lp-section{padding:66px 0}
.lp-root .lp-center{text-align:center;max-width:760px;margin:0 auto}
.lp-root .lp-eyebrow{color:#7db3ff;font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}
.lp-root .lp-h2{font-family:var(--display);font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.04em;margin-bottom:12px;color:#f1f5f9}
.lp-root .lp-lead{font-size:17px;color:#94a3b8}
.lp-root .lp-problem{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.lp-root .lp-pcard{background:#1e293b;border:1px solid #334155;border-radius:22px;padding:24px}
.lp-root .lp-pcard .icon{font-size:28px;margin-bottom:12px}
.lp-root .lp-pcard h3{font-family:var(--display);font-size:20px;margin-bottom:8px;color:#f1f5f9}
.lp-root .lp-pcard p{color:#94a3b8;font-size:14px;line-height:1.6}
.lp-root .lp-stages{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:34px}
.lp-root .lp-stage{background:#1e293b;border:1px solid #334155;border-radius:20px;padding:20px 14px;text-align:center}
.lp-root .lp-stage .lp-circle{width:46px;height:46px;border-radius:15px;margin:0 auto 13px;display:grid;place-items:center;color:#fff;font-family:var(--display);font-weight:800;font-size:16px}
.lp-root .lp-stage h3{font-family:var(--display);font-size:17px;margin-bottom:6px;color:#f1f5f9}
.lp-root .lp-stage p{font-size:12.5px;color:#94a3b8;line-height:1.5}
.lp-root .lp-how{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}
.lp-root .lp-step{background:#1e293b;border-radius:22px;padding:24px;border:1px solid #334155}
.lp-root .lp-step-num{width:34px;height:34px;border-radius:12px;background:rgba(21,94,239,.25);color:#7db3ff;display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:16px;margin-bottom:14px}
.lp-root .lp-step h3{font-family:var(--display);font-size:18px;margin-bottom:6px;color:#f1f5f9}
.lp-root .lp-step p{font-size:13.5px;color:#94a3b8;line-height:1.6}
.lp-root .lp-value{background:#155eef;border-radius:34px;padding:42px;margin-top:10px;display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:center}
.lp-root .lp-value .lp-h2{color:#fff}
.lp-root .lp-value-p{color:rgba(255,255,255,.75);margin-top:10px;font-size:15px}
.lp-root .lp-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lp-root .lp-check{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:14px 15px;border-radius:16px;font-weight:700;font-size:14px;color:#fff;display:flex;align-items:center;gap:8px}
.lp-root .lp-check-icon{color:#5ee58a;font-size:16px;flex:none}
.lp-root .lp-final{padding:74px 0 90px;text-align:center}
.lp-root .lp-finalbox{background:#1e293b;border-radius:34px;box-shadow:0 18px 48px rgba(0,0,0,.3);padding:56px 24px;border:1px solid #334155}
.lp-root .lp-final .lp-h2{font-size:clamp(32px,5vw,54px);line-height:1.02;letter-spacing:-.045em;margin-bottom:14px}
.lp-root .lp-final-p{color:#94a3b8;font-size:17px;max-width:680px;margin:0 auto 28px}

/* ── Footer support + floating contact bubbles ── */
.lp-root .lp-support{margin:0 auto;padding:40px 22px 30px;border-top:1px solid #334155;text-align:center;max-width:640px}
.lp-root .lp-support h4{font-family:var(--display);font-weight:700;font-size:16px;color:#f1f5f9}
.lp-root .lp-support p{color:#94a3b8;font-size:13px;margin-top:4px}
.lp-root .lp-support .icons{display:flex;justify-content:center;gap:28px;margin-top:18px}
.lp-root .lp-support .icons a{display:flex;flex-direction:column;align-items:center;gap:8px;color:#94a3b8;font-size:12px;font-weight:600;text-decoration:none}
.lp-root .lp-support .icons .circle{width:46px;height:46px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center}
.lp-root .lp-support .icons .circle svg{width:20px;height:20px}
.lp-root .lp-support .legal{margin-top:22px;font-size:12.5px;display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}
.lp-root .lp-support .legal a{color:#7db3ff;text-decoration:none;font-weight:600}
.lp-root .lp-support .legal a:hover{text-decoration:underline}
.lp-root .lp-support .legal .dot{color:var(--lock)}
.lp-root .lp-copyright{font-size:11.5px;color:#64748b;margin-top:14px;line-height:1.6;text-align:center;padding-bottom:8px;max-width:640px;margin-left:auto;margin-right:auto}

.lp-root .lp-float-bubbles{position:fixed;bottom:24px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:80}
.lp-root .lp-fbubble{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;cursor:pointer;text-decoration:none;box-shadow:0 4px 16px rgba(15,23,42,.22);transition:transform .18s,box-shadow .18s}
.lp-root .lp-fbubble:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(15,23,42,.28)}
.lp-root .lp-fbubble svg{width:22px;height:22px}
.lp-root .lp-fbubble.fb-wa{background:#25d366}
.lp-root .lp-fbubble.fb-email{background:var(--blue)}

@media(max-width:900px){
  .lp-root .lp-hero{grid-template-columns:1fr;padding-top:40px}
  .lp-root .lp-problem,.lp-root .lp-how{grid-template-columns:1fr}
  .lp-root .lp-stages{grid-template-columns:1fr 1fr}
  .lp-root .lp-value{grid-template-columns:1fr}
  .lp-root .lp-checks{grid-template-columns:1fr}
}
@media(max-width:768px){
  .lp-root .lp-problem{grid-template-columns:1fr 1fr}
  .lp-root .lp-how{grid-template-columns:1fr 1fr}
  .lp-root .lp-h1{font-size:clamp(32px,7vw,52px)}
}
@media(max-width:520px){
  .lp-root .lp-nav{height:64px;padding:0 16px;justify-content:center}
  .lp-root .lp-logo img{height:72px}
  .lp-root .lp-nav-cta{display:none}
  .lp-root .lp-main{padding:0 16px}
  .lp-root .lp-hero{padding:32px 0 40px;gap:28px}
  .lp-root .lp-h1{font-size:clamp(30px,10vw,48px);letter-spacing:-.035em;margin-bottom:14px}
  .lp-root .lp-hero-p{font-size:16px}
  .lp-root .lp-ctas{display:flex;flex-direction:column;gap:10px}
  .lp-root .lp-btn{width:100%;justify-content:center}
  .lp-root .lp-trust{gap:10px;font-size:12px;justify-content:center}
  .lp-root .lp-card{padding:18px}
  .lp-root .lp-card-title{font-size:17px}
  .lp-root .lp-ladder{gap:5px;height:200px}
  .lp-root .lp-rung small{font-size:8px}
  .lp-root .lr1{height:72px}.lp-root .lr2{height:96px}.lp-root .lr3{height:120px}.lp-root .lr4{height:152px}.lp-root .lr5{height:180px}
  .lp-root .lp-rung .lp-num{width:24px;height:24px;font-size:11px}
  .lp-root .lp-example{flex-direction:column;align-items:flex-start;gap:8px}
  .lp-root .lp-section{padding:40px 0}
  .lp-root .lp-h2{font-size:clamp(24px,7vw,36px)}
  .lp-root .lp-lead{font-size:15px}
  .lp-root .lp-stages{grid-template-columns:1fr}
  .lp-root .lp-problem{grid-template-columns:1fr}
  .lp-root .lp-pcard{text-align:center}
  .lp-root .lp-how{grid-template-columns:1fr}
  .lp-root .lp-step{text-align:center}
  .lp-root .lp-step-num{margin:0 auto 14px}
  .lp-root .lp-value{padding:28px 20px;grid-template-columns:1fr}
  .lp-root .lp-checks{grid-template-columns:1fr}
  .lp-root .lp-finalbox{padding:36px 16px}
  .lp-root .lp-final{padding:48px 0 60px}
  .lp-root .lp-final .lp-h2{font-size:clamp(24px,7vw,36px)}
  .lp-root .lp-final-p{font-size:15px}
}
