/* ==========================================================
   LaunchFree Brochure Funnel (One Page)
   Theme: rockets / gradients / friendly + modern
   ========================================================== */

:root{
  --bg: #070812;
  --bg2:#0a0b18;
  --card: rgba(255,255,255,0.06);
  --card2: rgba(255,255,255,0.08);
  --border: rgba(255,255,255,0.12);
  --border2: rgba(255,255,255,0.16);
  --text:#ffffff;
  --muted: rgba(255,255,255,0.78);
  --muted2: rgba(255,255,255,0.64);
  --shadow: 0 22px 70px rgba(0,0,0,0.45);

  --gradA: #a855f7;
  --gradB: #22d3ee;
  --gradC: #ff4d9d;
  --success: #38f59f;
  --warn: #ffd25a;

  --radius: 18px;
  --radius2: 24px;
  --container: min(1150px, calc(100% - 2.2rem));
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background: radial-gradient(1200px 600px at 20% 10%, rgba(168,85,247,0.20), transparent 65%),
              radial-gradient(900px 500px at 80% 20%, rgba(34,211,238,0.16), transparent 60%),
              radial-gradient(900px 500px at 60% 80%, rgba(255,77,157,0.12), transparent 60%),
              linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  overflow-x:hidden;
}

a{ color:inherit; }
img{ max-width:100%; display:block; }
.lf-container{ width:var(--container); margin-inline:auto; }

.lf-skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.lf-skip:focus{
  left: 16px; top: 16px; width:auto; height:auto; z-index:9999;
  background: rgba(255,255,255,0.12); border:1px solid var(--border);
  padding: 10px 12px; border-radius: 12px;
}

/* =========================
   Top bar / Nav
   ========================= */
.lf-topbar{
  position: sticky;
  top:0;
  z-index: 998;
  backdrop-filter: blur(14px);
  background: rgba(7,8,18,0.62);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.lf-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding: 12px 0;
}

/* Legacy brand styles (kept in case used elsewhere) */
.lf-brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width: 180px;
}
.lf-logo{
  width:40px;
  height:40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border:1px solid var(--border);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.lf-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.lf-brand strong{ letter-spacing:-0.02em; }
.lf-brand span{
  display:block;
  font-size: 0.86rem;
  color: var(--muted2);
  margin-top: 2px;
}

/* LOGO ONLY (Top left) */
.lf-brand-logoonly{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 4px 0;
}
.lf-brand-logoonly-img{
  height: 38px;
  width: auto;
  display: block;
  object-fit: contain;
}

.lf-links{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.lf-links a{
  text-decoration:none;
  color: var(--muted);
  font-weight: 650;
  font-size: 0.95rem;
  padding: 10px 10px;
  border-radius: 12px;
}
.lf-links a:hover{ background: rgba(255,255,255,0.06); color:#fff; }

@media (max-width: 860px){
  .lf-links a[data-hide="mobile"]{ display:none; }
}

/* Buttons */
.lf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .12s ease, opacity .12s ease, background .12s ease, border .12s ease;
  user-select:none;
}
.lf-btn:hover{ opacity:.96; }
.lf-btn:active{ transform: translateY(1px); }

.lf-btn-primary{
  background: linear-gradient(90deg, var(--gradA), var(--gradB));
  color: #0b0b12;
  box-shadow: 0 18px 40px rgba(168, 85, 247, 0.22);
}

.lf-btn-ghost{
  background: rgba(255,255,255,0.06);
  border-color: var(--border2);
  color: #fff;
}

.lf-btn-sm{
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 0.95rem;
}

/* =========================
   Hero
   ========================= */
.lf-hero{
  padding: 70px 0 28px;
  position:relative;
  overflow:hidden;
}
.lf-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items:center;
}
@media (max-width: 900px){
  .lf-hero-grid{ grid-template-columns: 1fr; }
}

.lf-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 0.92rem;
  color: rgba(255,255,255,0.90);
}

.lf-hero-title{
  margin: 14px 0 10px;
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.lf-gradient-text{
  background: linear-gradient(90deg, var(--gradA), var(--gradB));
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
}
.lf-hero-subtitle{
  opacity: 0.92;
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 58ch;
}

.lf-hero-cta{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin: 18px 0 18px;
}

.lf-hero-trust{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
  max-width: 62ch;
}
.lf-hero-trust li{
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
}

/* Hero art */
.lf-hero-art{ position:relative; min-height: 430px; }
@media (max-width: 900px){ .lf-hero-art{ min-height: 360px; } }

.lf-orbit-card{
  position:absolute;
  top: 22px; left: 0; right: 0;
  margin: 0 auto;
  width: min(360px, 100%);
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.lf-orbit-badge{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.85rem;
  background: rgba(168,85,247,0.18);
  border: 1px solid rgba(168,85,247,0.26);
}
.lf-orbit-title{ margin-top:10px; font-weight:900; letter-spacing:-0.01em; }
.lf-orbit-lines{ margin-top:12px; display:grid; gap:8px; }
.lf-orbit-lines span{
  height: 10px; border-radius: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
}
.lf-orbit-lines span:nth-child(1){ width:92%; }
.lf-orbit-lines span:nth-child(2){ width:76%; }
.lf-orbit-lines span:nth-child(3){ width:88%; }
.lf-orbit-lines span:nth-child(4){ width:64%; }

.lf-orbit-cta{
  margin-top: 12px;
  display:flex;
  align-items:center;
  gap: 10px;
  opacity: 0.9;
  font-size: 0.95rem;
}
.lf-dot{
  width:10px; height:10px; border-radius:50%;
  background: var(--gradB);
  box-shadow: 0 0 0 6px rgba(34,211,238,0.12);
}

/* Rocket illustration */
.lf-rocket{
  position:absolute;
  bottom: 18px;
  right: 10px;
  width: 120px;
  height: 220px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 25px 35px rgba(0,0,0,0.4));
  animation: lfFloat 3.2s ease-in-out infinite;
}
@keyframes lfFloat{
  0%,100%{ transform: translateY(0) rotate(-8deg); }
  50%{ transform: translateY(-10px) rotate(-8deg); }
}
.lf-rocket-body{
  position:absolute; left:50%; top:20px;
  width: 86px; height: 160px;
  transform: translateX(-50%);
  border-radius: 60px 60px 20px 20px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
}
.lf-rocket-window{
  position:absolute; left:50%; top:72px;
  width: 34px; height: 34px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(34,211,238,0.20);
  border: 1px solid rgba(34,211,238,0.35);
  box-shadow: 0 0 0 8px rgba(34,211,238,0.08);
}
.lf-rocket-fin{
  position:absolute; top:120px;
  width: 26px; height: 50px;
  background: rgba(168,85,247,0.20);
  border: 1px solid rgba(168,85,247,0.30);
  border-radius: 12px;
}
.lf-rocket-fin-left{ left:10px; transform: rotate(-18deg); }
.lf-rocket-fin-right{ right:10px; transform: rotate(18deg); }

.lf-rocket-flame{
  position:absolute; left:50%; bottom: 12px;
  width: 30px; height: 46px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.lf-rocket-glow{
  position:absolute; left:50%; bottom: -14px;
  width: 130px; height: 130px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,211,238,0.18), transparent 60%);
}

/* Stars */
.lf-stars span{
  position:absolute;
  width:4px; height:4px;
  border-radius:50%;
  background: rgba(255,255,255,0.85);
  opacity:0.8;
  animation: lfTwinkle 2.6s ease-in-out infinite;
}
@keyframes lfTwinkle{
  0%,100%{ opacity:0.35; transform: scale(1); }
  50%{ opacity:0.95; transform: scale(1.25); }
}
.lf-stars span:nth-child(1){ top: 40px; left: 50px; animation-delay: .1s; }
.lf-stars span:nth-child(2){ top: 90px; left: 20px; animation-delay: .3s; }
.lf-stars span:nth-child(3){ top: 140px; left: 80px; animation-delay: .5s; }
.lf-stars span:nth-child(4){ top: 70px; right: 40px; animation-delay: .2s; }
.lf-stars span:nth-child(5){ top: 190px; right: 80px; animation-delay: .6s; }
.lf-stars span:nth-child(6){ bottom: 140px; left: 10px; animation-delay: .4s; }
.lf-stars span:nth-child(7){ bottom: 80px; left: 70px; animation-delay: .15s; }
.lf-stars span:nth-child(8){ bottom: 200px; right: 30px; animation-delay: .55s; }
.lf-stars span:nth-child(9){ top: 15px; right: 15px; animation-delay: .7s; }
.lf-stars span:nth-child(10){ bottom: 30px; right: 120px; animation-delay: .25s; }

/* =========================
   Sections
   ========================= */
.lf-section{
  padding: 44px 0;
}
.lf-section-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom: 18px;
}
.lf-section h2{
  margin:0;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  letter-spacing: -0.02em;
}
.lf-section p.lead{
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 70ch;
  line-height: 1.6;
}

/* Card grids */
.lf-grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 980px){ .lf-grid-3{ grid-template-columns: 1fr; } }

.lf-card{
  padding: 16px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 18px 50px rgba(0,0,0,0.25);
}
.lf-card h3{
  margin: 0 0 6px;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}
.lf-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* How it works steps */
.lf-steps{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 980px){ .lf-steps{ grid-template-columns: 1fr; } }

.lf-step{
  position:relative;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--border);
}
.lf-step .num{
  width: 34px; height: 34px;
  display:grid; place-items:center;
  border-radius: 12px;
  font-weight: 950;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  margin-bottom: 10px;
}
.lf-step .icon{
  font-size: 1.2rem;
  margin-left: 8px;
  opacity: 0.95;
}
.lf-step h4{
  margin: 0 0 6px;
  letter-spacing:-0.01em;
}
.lf-step p{
  margin:0;
  color: var(--muted);
  line-height:1.55;
}

/* Highlight bar */
.lf-highlight{
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(34,211,238,0.10);
  border: 1px solid rgba(34,211,238,0.18);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.lf-highlight strong{ letter-spacing:-0.01em; }
.lf-highlight span{ color: var(--muted); }

/* Pricing */
.lf-pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}
@media (max-width: 980px){ .lf-pricing{ grid-template-columns: 1fr; } }

.lf-price-card{
  padding: 18px;
  border-radius: var(--radius2);
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 18px 60px rgba(0,0,0,0.28);
  position:relative;
  overflow:hidden;
}
.lf-price-card.featured{
  border: 1px solid rgba(34,211,238,0.28);
  background: linear-gradient(180deg, rgba(34,211,238,0.08), rgba(255,255,255,0.06));
}
.lf-price-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
}
.lf-plan{
  display:grid;
  gap: 2px;
}
.lf-plan .name{
  font-weight: 950;
  font-size: 1.1rem;
}
.lf-plan .tag{
  color: var(--muted2);
  font-size: 0.92rem;
}
.lf-price{
  font-weight: 950;
  font-size: 1.55rem;
  letter-spacing:-0.02em;
}
.lf-price small{
  font-size: 0.9rem;
  color: var(--muted2);
  font-weight: 750;
}

.lf-features{
  list-style:none;
  padding: 0;
  margin: 14px 0 14px;
  display:grid;
  gap: 10px;
}
.lf-features li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(255,255,255,0.9);
}
.lf-features li span{
  color: var(--muted);
  line-height:1.5;
}

/* Cross line for Basic package */
.lf-features li.is-cross{
  opacity: 0.95;
}
.lf-features li.is-cross span{
  color: rgba(255,255,255,0.88);
}

.lf-badge{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(168,85,247,0.18);
  border: 1px solid rgba(168,85,247,0.26);
}

.lf-note{
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.98rem;
}

/* FAQ (details/summary) */
.lf-faq{
  display:grid;
  gap: 12px;
}
details.lf-q{
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--border);
  padding: 14px 14px;
}
details.lf-q summary{
  cursor:pointer;
  font-weight: 900;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
details.lf-q summary::-webkit-details-marker{ display:none; }
details.lf-q summary .plus{
  width: 28px; height: 28px;
  border-radius: 10px;
  display:grid; place-items:center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 950;
}
details.lf-q p{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

/* Final CTA */
.lf-final{
  padding: 56px 0 62px;
}
.lf-final-box{
  padding: 22px;
  border-radius: var(--radius2);
  background: radial-gradient(600px 250px at 20% 30%, rgba(168,85,247,0.20), transparent 60%),
              radial-gradient(600px 250px at 80% 30%, rgba(34,211,238,0.18), transparent 60%),
              rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  flex-wrap:wrap;
}
.lf-final-box h3{
  margin:0;
  font-size: 1.35rem;
  letter-spacing:-0.02em;
}
.lf-final-box p{
  margin: 6px 0 0;
  color: var(--muted);
  max-width: 70ch;
  line-height:1.6;
}

/* Footer */
.lf-footer{
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 26px 0 36px;
  color: var(--muted2);
}
.lf-footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 16px;
  flex-wrap:wrap;
}
.lf-footer a{ color: rgba(255,255,255,0.78); text-decoration:none; }
.lf-footer a:hover{ color:#fff; }
.lf-foot-small{
  font-size: 0.92rem;
  line-height: 1.6;
}
.lf-foot-legal{
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 72ch;
}

/* LOGO ONLY (Footer) */
.lf-footer-logoonly{
  display: inline-flex;
  align-items: center;
}
.lf-footer-logoonly-img{
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Sticky CTA */
.lf-sticky-cta{
  position:fixed;
  left:0; right:0;
  bottom: 16px;
  z-index: 999;
  opacity:0;
  transform: translateY(18px);
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
}
.lf-sticky-cta.is-visible{
  opacity:1;
  transform: translateY(0);
  pointer-events:auto;
}
.lf-sticky-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(10,10,18,0.72);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}
.lf-sticky-left{
  display:grid;
  gap:2px;
  font-size: 0.95rem;
}
.lf-sticky-left span{ opacity:0.85; font-size: 0.88rem; }

@media (max-width: 520px){
  .lf-sticky-left{ display:none; }
  .lf-sticky-inner{ justify-content:center; }
}

/* Small helpers */
.lf-divider{
  height:1px;
  background: rgba(255,255,255,0.10);
  margin: 18px 0 0;
}

.lf-kicker{
  display:flex;
  gap: 10px;
  align-items:center;
  color: var(--muted2);
  font-weight: 800;
  font-size: 0.95rem;
}

/* =========================
   Scroll-to-top Rocket Button (image)
   Uses: /assets/images/rocket-top.png
   ========================= */
.lf-rocket-top{
  position: fixed;
  right: 18px;
  bottom: 92px; /* sits above sticky CTA */
  z-index: 1000;

  width: 54px;
  height: 54px;

  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;

  background-image: url("/assets/images/rocket-top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  filter: drop-shadow(0 18px 22px rgba(0,0,0,0.45));
  transition: transform .12s ease, opacity .12s ease;
}

.lf-rocket-top:hover{ opacity: 0.96; transform: translateY(-1px); }
.lf-rocket-top:active{ transform: translateY(1px); }

/* Rocket "launch" animation */
.lf-rocket-top.is-launching{
  animation: lfRocketLaunch .65s ease-in-out;
}

@keyframes lfRocketLaunch{
  0%   { transform: translateY(0) scale(1); opacity: 1; }
  35%  { transform: translateY(-12px) scale(1.05); opacity: 1; }
  100% { transform: translateY(-120vh) scale(0.95); opacity: 0; }
}

@media (max-width: 520px){
  .lf-rocket-top{
    bottom: 84px;
    right: 14px;
    width: 50px;
    height: 50px;
  }
}
