/* ============================================
   RaffleKit — Marketing Landing Page Styles
   ============================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary: #0ea5e9;
  --primary-dark: #0284c7;
  --primary-deep: #0c4a6e;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --success: #10b981;
  --green: #16a34a;
  --text: #0f172a;
  --text-muted: #475569;
  --text-light: #94a3b8;
  --bg: #f8fafc;
  --bg-white: #ffffff;
  --border: #e2e8f0;
  --shadow: 0 4px 24px rgba(0,0,0,.09);
  --shadow-lg: 0 16px 56px rgba(0,0,0,.14);
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 24px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --max: 1140px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg-white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---- Utility ---- */
.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.text-center { text-align: center; }
.hidden { display: none !important; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--radius-sm); border: none;
  font-family: var(--font); font-size: 16px; font-weight: 700;
  cursor: pointer; transition: all .18s ease; white-space: nowrap; line-height: 1.2;
}
.btn:disabled { opacity: .5; cursor: not-allowed; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover:not(:disabled) { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(14,165,233,.4); }
.btn-accent  { background: var(--accent); color: #fff; }
.btn-accent:hover:not(:disabled)  { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,158,11,.4); }
.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover:not(:disabled) { background: #f0f9ff; }
.btn-white   { background: #fff; color: var(--primary-dark); }
.btn-white:hover:not(:disabled)   { background: #f0f9ff; transform: translateY(-2px); }
.btn-ghost   { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); }
.btn-ghost:hover:not(:disabled)   { background: rgba(255,255,255,.12); }
.btn-lg  { padding: 18px 36px; font-size: 18px; border-radius: 10px; }
.btn-xl  { padding: 20px 44px; font-size: 20px; border-radius: 12px; }
.btn-sm  { padding: 10px 20px; font-size: 14px; }
.btn-block { width: 100%; }

/* ---- Forms ---- */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .04em; }
.form-group label .req { color: #ef4444; margin-left: 2px; }
.form-control { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-family: var(--font); font-size: 15px; color: var(--text); background: #fff; outline: none; transition: border-color .15s, box-shadow .15s; }
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(14,165,233,.15); }
.form-control::placeholder { color: var(--text-light); }
textarea.form-control { resize: vertical; min-height: 88px; }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 44px; }

/* ---- Section scaffold ---- */
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-label {
  display: inline-block; background: #e0f2fe; color: var(--primary-dark);
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px; margin-bottom: 12px;
}
.section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: var(--text); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 14px; }
.section-sub { font-size: 18px; color: var(--text-muted); max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* ============================================================
   NAV
   ============================================================ */
.lp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.6);
  transition: box-shadow .2s;
}
.lp-nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.08); border-color: var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo-icon { font-size: 28px; }
.nav-logo-text { line-height: 1.15; }
.nav-logo-text .brand { font-size: 18px; font-weight: 900; color: var(--text); letter-spacing: -.02em; }
.nav-logo-text .tagline { font-size: 11px; color: var(--primary); font-weight: 600; font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link { padding: 8px 14px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; color: var(--text-muted); background: none; border: none; cursor: pointer; font-family: var(--font); transition: all .15s; }
.nav-link:hover { color: var(--text); background: var(--bg); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-demo-link { font-size: 14px; font-weight: 600; color: var(--text-muted); padding: 8px 14px; border-radius: var(--radius-sm); transition: all .15s; background: none; border: none; cursor: pointer; font-family: var(--font); }
.nav-demo-link:hover { color: var(--primary); }
.nav-hamburger { display: none; background: none; border: none; font-size: 24px; cursor: pointer; padding: 4px; color: var(--text); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: 160px 0 100px;
  background: linear-gradient(160deg, #0a3d62 0%, #0284c7 50%, #38bdf8 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
/* Radiant burst */
.hero::after {
  content: '';
  position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse at center top, rgba(255,255,255,.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; padding: 0 28px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(8px); border-radius: 100px;
  padding: 6px 18px; font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: 24px;
}
.hero-eyebrow .dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }
.hero h1 {
  font-size: clamp(38px, 6vw, 72px); font-weight: 900; line-height: 1.05;
  letter-spacing: -.03em; margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: #fbbf24; }
.hero-sub { font-size: clamp(17px, 2.5vw, 22px); opacity: .88; margin-bottom: 40px; line-height: 1.55; max-width: 640px; margin-left: auto; margin-right: auto; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 52px; }
.hero-proof {
  display: flex; align-items: center; justify-content: center; gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 32px;
}
.hero-proof-item { text-align: center; }
.hero-proof-item .num { font-size: 28px; font-weight: 900; color: #fbbf24; line-height: 1; }
.hero-proof-item .lbl { font-size: 12px; opacity: .7; margin-top: 2px; text-transform: uppercase; letter-spacing: .06em; }

/* ============================================================
   SOCIAL PROOF LOGOS BAR
   ============================================================ */
.logos-bar { background: var(--bg); border-bottom: 1px solid var(--border); padding: 20px 0; }
.logos-bar-inner { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.logo-tag {
  background: #fff; border: 1px solid var(--border); border-radius: 100px;
  padding: 8px 20px; font-size: 13px; font-weight: 600; color: var(--text-muted);
  display: flex; align-items: center; gap: 7px;
}
.logo-tag .emoji { font-size: 18px; }
.logos-bar-label { font-size: 12px; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-right: 8px; }

/* ============================================================
   PROBLEM / SOLUTION
   ============================================================ */
.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.problem-list { list-style: none; margin-top: 24px; }
.problem-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 16px; color: var(--text-muted); }
.problem-list li:last-child { border-bottom: none; }
.problem-list .icon { font-size: 22px; flex-shrink: 0; margin-top: 1px; }
.solution-card {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border: 2px solid var(--primary);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.solution-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 20px; color: var(--primary-deep); }
.solution-list { list-style: none; }
.solution-list li { display: flex; gap: 12px; padding: 10px 0; font-size: 15px; color: var(--text); border-bottom: 1px dashed #bae6fd; }
.solution-list li:last-child { border-bottom: none; }
.solution-list .check { color: var(--success); font-weight: 800; font-size: 17px; flex-shrink: 0; }

/* ============================================================
   FEATURES
   ============================================================ */
.features-section { background: var(--bg); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.feature-card {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--border);
  padding: 30px 26px; transition: all .2s;
}
.feature-card:hover { border-color: var(--primary); box-shadow: 0 8px 32px rgba(14,165,233,.12); transform: translateY(-4px); }
.feature-icon { font-size: 36px; margin-bottom: 16px; }
.feature-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.feature-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.feature-tag { display: inline-block; background: #dcfce7; color: #166534; font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 100px; margin-top: 12px; }

/* ============================================================
   HOW IT WORKS (for the buyer of RaffleKit)
   ============================================================ */
.how-section { background: #fff; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 52px; position: relative; }
.how-steps::before {
  content: '';
  position: absolute; top: 36px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  z-index: 0;
}
.how-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.how-step-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff; font-size: 26px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; box-shadow: 0 4px 16px rgba(14,165,233,.35);
  border: 4px solid #fff;
}
.how-step h3 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.how-step p  { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.how-step .time-badge { display: inline-block; background: var(--accent); color: #fff; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 100px; margin-top: 8px; }

/* ============================================================
   DEMO PREVIEW
   ============================================================ */
.demo-section { background: linear-gradient(160deg, var(--primary-deep), var(--primary-dark)); color: #fff; }
.demo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.demo-text .section-label { background: rgba(255,255,255,.15); color: #fff; }
.demo-text .section-title { color: #fff; }
.demo-text .section-sub { color: rgba(255,255,255,.78); margin: 0; }
.demo-features { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.demo-feature { display: flex; gap: 12px; align-items: flex-start; }
.demo-feature-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.demo-feature-text strong { font-size: 15px; color: #fff; }
.demo-feature-text p { font-size: 13px; color: rgba(255,255,255,.65); margin-top: 2px; }
.demo-ctas { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.demo-mockup {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg); padding: 20px; backdrop-filter: blur(8px);
}
.mockup-bar {
  display: flex; gap: 6px; margin-bottom: 14px; align-items: center;
}
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot.red   { background: #ef4444; }
.mockup-dot.amber { background: #f59e0b; }
.mockup-dot.green { background: #10b981; }
.mockup-url { flex: 1; background: rgba(255,255,255,.1); border-radius: 6px; padding: 5px 10px; font-size: 12px; color: rgba(255,255,255,.5); font-family: monospace; }
.mockup-screen { background: #fff; border-radius: 10px; overflow: hidden; }
.mockup-hero-band { background: linear-gradient(90deg, #0a3d62, #0284c7); color: #fff; padding: 16px 18px; }
.mockup-hero-band .mh-org { font-size: 10px; opacity: .7; text-transform: uppercase; letter-spacing: .08em; }
.mockup-hero-band .mh-title { font-size: 17px; font-weight: 800; margin: 4px 0; }
.mockup-hero-band .mh-meta { display: flex; gap: 8px; margin-top: 8px; }
.mockup-hero-band .mh-pill { background: rgba(255,255,255,.2); border-radius: 100px; padding: 3px 10px; font-size: 10px; font-weight: 600; }
.mockup-body { padding: 14px 18px; }
.mockup-baskets { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.mockup-basket { background: #f0f9ff; border: 1.5px solid #bae6fd; border-radius: 8px; padding: 8px; }
.mockup-basket .mb-name { font-size: 11px; font-weight: 800; color: #0a3d62; margin-bottom: 3px; }
.mockup-basket .mb-val  { font-size: 9px; color: #f59e0b; font-weight: 700; }
.mockup-basket .mb-item { font-size: 9px; color: #64748b; }
.mockup-cta { background: #0ea5e9; color: #fff; text-align: center; border-radius: 7px; padding: 10px; font-size: 12px; font-weight: 700; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing-section { background: var(--bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; align-items: stretch; }
.pricing-card {
  background: #fff; border-radius: var(--radius); border: 2px solid var(--border);
  padding: 36px 32px; display: flex; flex-direction: column; position: relative;
  transition: all .2s;
}
.pricing-card:hover { box-shadow: var(--shadow); }
.pricing-card.featured {
  border-color: var(--primary);
  box-shadow: 0 8px 40px rgba(14,165,233,.2);
  transform: scale(1.04);
}
.pricing-card.featured:hover { transform: scale(1.04) translateY(-4px); }
.featured-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: #fff; font-size: 11px; font-weight: 800;
  padding: 4px 16px; border-radius: 100px; white-space: nowrap; letter-spacing: .04em;
}
.plan-icon { font-size: 36px; margin-bottom: 12px; }
.plan-name { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); margin-bottom: 6px; }
.plan-price { font-size: 48px; font-weight: 900; color: var(--text); line-height: 1; letter-spacing: -.03em; }
.plan-price sup { font-size: 24px; font-weight: 700; vertical-align: top; margin-top: 10px; }
.plan-price-period { font-size: 15px; font-weight: 500; color: var(--text-muted); }
.plan-desc { font-size: 13px; color: var(--text-muted); margin-top: 8px; margin-bottom: 20px; line-height: 1.5; }
.plan-divider { height: 1px; background: var(--border); margin-bottom: 20px; }
.plan-features { list-style: none; flex: 1; margin-bottom: 28px; }
.plan-features li { display: flex; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text); border-bottom: 1px solid var(--border); }
.plan-features li:last-child { border-bottom: none; }
.plan-features .check { color: var(--success); font-weight: 800; flex-shrink: 0; }
.plan-features .cross { color: var(--text-light); flex-shrink: 0; }
.plan-note { font-size: 11px; color: var(--text-light); text-align: center; margin-top: 10px; }

/* ============================================================
   TESTIMONIALS / SOCIAL PROOF
   ============================================================ */
.testimonials-section { background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.testimonial-card {
  background: var(--bg); border-radius: var(--radius); border: 1px solid var(--border);
  padding: 28px; display: flex; flex-direction: column; gap: 16px;
}
.testimonial-stars { color: #f59e0b; font-size: 16px; }
.testimonial-quote { font-size: 15px; color: var(--text); line-height: 1.7; font-style: italic; flex: 1; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.testimonial-name { font-size: 14px; font-weight: 700; color: var(--text); }
.testimonial-org  { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section { background: var(--bg); }
.faq-list { max-width: 760px; margin: 48px auto 0; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 10px; overflow: hidden; }
.faq-q {
  width: 100%; background: none; border: none; padding: 20px 22px;
  text-align: left; font-family: var(--font); font-size: 16px; font-weight: 700;
  color: var(--text); cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 12px;
}
.faq-chevron { font-size: 12px; color: var(--text-light); transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { padding: 0 22px 18px; font-size: 15px; color: var(--text-muted); line-height: 1.7; display: none; }
.faq-item.open .faq-a { display: block; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--primary-deep), var(--primary-dark));
  color: #fff; text-align: center; padding: 96px 28px;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.08) 0%, transparent 70%);
}
.cta-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-section h2 { font-size: clamp(28px, 4vw, 48px); font-weight: 900; margin-bottom: 14px; letter-spacing: -.02em; }
.cta-section p  { font-size: 18px; opacity: .82; margin-bottom: 36px; line-height: 1.6; }
.cta-buttons    { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-note { font-size: 13px; opacity: .55; margin-top: 16px; }

/* ============================================================
   SIGNUP FORM SECTION
   ============================================================ */
.signup-section { background: #fff; }
.signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.signup-text h2 { font-size: clamp(26px, 3.5vw, 40px); font-weight: 900; margin-bottom: 14px; letter-spacing: -.02em; }
.signup-text p  { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.signup-steps { list-style: none; margin-top: 24px; }
.signup-steps li { display: flex; gap: 14px; align-items: flex-start; padding: 10px 0; border-bottom: 1px dashed var(--border); font-size: 15px; }
.signup-steps li:last-child { border-bottom: none; }
.signup-steps .s-num { width: 28px; height: 28px; background: var(--primary); color: #fff; border-radius: 50%; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.signup-form-card { background: var(--bg); border-radius: var(--radius-lg); border: 2px solid var(--border); padding: 36px; }
.signup-form-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.signup-form-card .form-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-success { text-align: center; padding: 32px 16px; }
.form-success .success-icon { font-size: 56px; margin-bottom: 16px; }
.form-success h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.form-success p { font-size: 15px; color: var(--text-muted); line-height: 1.7; }

/* ============================================================
   FOOTER
   ============================================================ */
.lp-footer { background: #0f172a; color: rgba(255,255,255,.65); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand .brand-name { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 4px; }
.footer-brand .brand-tag  { font-size: 13px; color: var(--primary); font-style: italic; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; line-height: 1.7; }
.footer-col h4 { font-size: 12px; font-weight: 800; color: rgba(255,255,255,.9); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .15s; }
.footer-col ul li a:hover { color: #fff; text-decoration: none; }
.footer-col ul li button { background: none; border: none; font-size: 13px; color: rgba(255,255,255,.5); cursor: pointer; padding: 0; font-family: var(--font); transition: color .15s; }
.footer-col ul li button:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; }
.footer-bottom .copy { color: rgba(255,255,255,.35); }

/* ============================================================
   TOAST
   ============================================================ */
#toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; pointer-events: none; }
.toast { background: #1e293b; color: #fff; padding: 14px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; box-shadow: var(--shadow-lg); pointer-events: all; animation: toastIn .25s ease; max-width: 320px; display: flex; align-items: center; gap: 10px; }
.toast.toast-success { background: #064e3b; border-left: 4px solid #10b981; }
.toast.toast-error   { background: #7f1d1d; border-left: 4px solid #ef4444; }
@keyframes toastIn { from { opacity:0; transform: translateX(40px); } to { opacity:1; transform: translateX(0); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .features-grid    { grid-template-columns: repeat(2, 1fr); }
  .how-steps        { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .how-steps::before { display: none; }
  .demo-inner       { grid-template-columns: 1fr; }
  .demo-mockup      { display: none; }
  .pricing-grid     { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .pricing-card.featured { transform: none; }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .nav-links, .nav-demo-link { display: none; }
  .nav-hamburger { display: block; }
  .problem-grid   { grid-template-columns: 1fr; }
  .features-grid  { grid-template-columns: 1fr; }
  .how-steps      { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .signup-grid    { grid-template-columns: 1fr; }
  .form-row       { grid-template-columns: 1fr; }
  .footer-grid    { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom  { flex-direction: column; text-align: center; }
  .hero-proof     { gap: 20px; }
}
@media (max-width: 480px) {
  .hero { padding: 130px 0 72px; }
  .hero h1 { font-size: 34px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .btn-xl { padding: 17px 28px; font-size: 17px; }
  .signup-form-card { padding: 24px; }
}

/* ============================================================
   LK- PREFIX CLASSES (New landing.html)
   ============================================================ */

/* ── Nav ── */
.lk-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(12,74,110,0.95);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.25s;
}
.lk-nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.2); }
.lk-nav-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; gap: 1.5rem;
  padding: 0 1.5rem; height: 64px;
}
.lk-logo {
  display: flex; align-items: center; gap: 0.5rem;
  color: #fff; font-weight: 800; font-size: 1.05rem; white-space: nowrap;
  text-decoration: none;
}
.lk-logo-name { font-family: 'Poppins', sans-serif; font-size: 1.15rem; }
.lk-logo-tag { font-size: 0.7rem; color: #7dd3fc; font-weight: 400; letter-spacing: 0.03em; margin-left: 0.25rem; }
.lk-nav-links { display: flex; gap: 1.5rem; margin-left: auto; list-style: none; }
.lk-nav-links a { color: #bae6fd; font-size: 0.9rem; transition: color 0.15s; }
.lk-nav-links a:hover { color: #fff; text-decoration: none; }
.lk-nav-actions { margin-left: 1rem; }
.btn-nav-cta {
  background: #f59e0b; color: #0c4a6e;
  padding: 0.45rem 1.1rem; border-radius: 999px;
  font-size: 0.88rem; font-weight: 700; transition: background 0.15s;
}
.btn-nav-cta:hover { background: #fbbf24; text-decoration: none; }
.lk-hamburger {
  display: none; flex-direction: column; gap: 5px; background: none; border: none;
  cursor: pointer; padding: 4px; margin-left: auto;
}
.lk-hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.25s; }
.lk-mobile-menu {
  display: none; flex-direction: column;
  background: #0c4a6e; padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.lk-mobile-menu.open { display: flex; }
.lk-mobile-menu a { color: #bae6fd; padding: 0.6rem 0; font-size: 0.95rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.btn-mobile-cta {
  margin-top: 0.75rem; background: #f59e0b; color: #0c4a6e !important;
  border-radius: 8px; padding: 0.6rem 1rem; font-weight: 700; text-align: center;
}

/* ── Hero ── */
.lk-hero {
  min-height: 100vh; padding: 120px 2rem 5rem;
  background: linear-gradient(145deg, #061e33 0%, #0c4a6e 40%, #0369a1 70%, #0ea5e9 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.lk-hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.lk-orb {
  position: absolute; border-radius: 50%;
  filter: blur(90px); opacity: 0.25;
}
.lk-orb-1 { width: 600px; height: 600px; background: #38bdf8; top: -150px; right: 5%; animation: orbFloat 12s ease-in-out infinite; }
.lk-orb-2 { width: 400px; height: 400px; background: #818cf8; bottom: -80px; left: 2%; animation: orbFloat 16s ease-in-out infinite reverse; }
.lk-orb-3 { width: 300px; height: 300px; background: #f59e0b; top: 50%; left: 45%; opacity: 0.15; animation: orbFloat 10s ease-in-out infinite 3s; }
.lk-orb-4 { width: 200px; height: 200px; background: #a78bfa; top: 20%; left: 20%; opacity: 0.2; animation: orbFloat 8s ease-in-out infinite 1s; }
.lk-hero-burst {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(14,165,233,0.12) 0%, transparent 70%);
  pointer-events: none;
}
@keyframes orbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}

/* Hero layout: two columns */
.lk-hero-wrap {
  position: relative; z-index: 2;
  width: 100%; max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.lk-hero-inner { position: relative; }

/* Badge */
.lk-hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  color: #bae6fd; padding: 0.4rem 1rem; border-radius: 999px;
  font-size: 0.82rem; margin-bottom: 1.75rem; backdrop-filter: blur(8px);
}
.lk-badge-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.3);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(74,222,128,0.3); }
  50% { box-shadow: 0 0 0 6px rgba(74,222,128,0.1); }
}

/* H1 */
.lk-hero-h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
  font-weight: 900; line-height: 1.05; color: #fff; margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.lk-gradient-text {
  background: linear-gradient(90deg, #fbbf24 0%, #f97316 60%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lk-gradient-text2 {
  background: linear-gradient(90deg, #f97316 0%, #ef4444 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Sub */
.lk-hero-sub {
  font-size: 1.1rem; color: #94c7e8; margin-bottom: 2.25rem; line-height: 1.75;
  max-width: 520px;
}

/* CTAs */
.lk-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.btn-hero-primary {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  padding: 1rem 2rem; border-radius: 12px;
  font-size: 1.05rem; font-weight: 800; transition: all 0.2s;
  display: inline-flex; align-items: center; gap: 0.5rem;
  box-shadow: 0 8px 32px rgba(245,158,11,0.4);
  border: none;
}
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(245,158,11,0.5); text-decoration: none; color: #fff; }
.btn-arrow { transition: transform 0.2s; }
.btn-hero-primary:hover .btn-arrow { transform: translateX(4px); }
.btn-hero-secondary {
  background: rgba(255,255,255,0.1); color: #fff;
  padding: 1rem 1.75rem; border-radius: 12px;
  font-size: 1.05rem; font-weight: 700; backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,0.3); transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.5); text-decoration: none; color: #fff; }

/* Solid demo button — readable on any background */
.btn-demo-solid {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #0284c7; color: #fff;
  padding: 0.9rem 2rem; border-radius: 12px;
  font-size: 1rem; font-weight: 700;
  box-shadow: 0 4px 20px rgba(2,132,199,0.3);
  transition: all 0.2s;
}
.btn-demo-solid:hover { background: #0369a1; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(2,132,199,0.4); text-decoration: none; color: #fff; }

/* Proof pills */
.lk-hero-social-proof { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.lk-proof-item {
  color: #bae6fd; font-size: 0.83rem; display: flex; align-items: center; gap: 0.4rem;
  background: rgba(255,255,255,0.07); border-radius: 999px; padding: 0.3rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.12);
}
.lk-proof-item .fa { color: #4ade80; font-size: 0.75rem; }

/* Stats row */
.lk-hero-stats {
  display: flex; align-items: center; gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,0.07); border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(8px);
}
.lk-hero-stat { text-align: center; }
.lk-stat-num {
  display: block; font-family: 'Poppins',sans-serif;
  font-size: 1.6rem; font-weight: 900; color: #fff; line-height: 1;
}
.lk-stat-unit { font-size: 0.9rem; font-weight: 500; color: #7dd3fc; margin-left: 2px; }
.lk-stat-label { display: block; font-size: 0.72rem; color: #94a3b8; margin-top: 3px; }
.lk-hero-stat-div { width: 1px; height: 36px; background: rgba(255,255,255,0.15); }

/* ── Right: Phone + floating cards ── */
.lk-hero-right { display: flex; justify-content: center; position: relative; }
.lk-hero-device { position: relative; display: inline-block; }

/* Floating info cards */
.lk-float-card {
  position: absolute; z-index: 10;
  background: rgba(255,255,255,0.96); border-radius: 12px;
  padding: 0.6rem 1rem; display: flex; align-items: center; gap: 0.6rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.5); white-space: nowrap;
  animation: floatBob 4s ease-in-out infinite;
}
.lk-float-top { top: -20px; left: -40px; animation-delay: 0s; }
.lk-float-bottom { bottom: 20px; right: -40px; animation-delay: 2s; }
@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.lk-float-icon { font-size: 1.4rem; }
.lk-float-val { font-size: 0.82rem; font-weight: 700; color: #0c4a6e; }
.lk-float-sub { font-size: 0.68rem; color: #64748b; }

/* Phone frame */
.lk-phone-frame {
  width: 260px;
  background: linear-gradient(145deg, #1e3a5f, #0c4a6e);
  border-radius: 36px; padding: 10px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.15);
}
.lk-phone-notch {
  width: 60px; height: 8px; background: #0c4a6e;
  border-radius: 0 0 8px 8px; margin: 0 auto 4px;
}
.lk-phone-screen {
  background: #f8fafc; border-radius: 26px; overflow: hidden;
  font-family: 'Inter', sans-serif;
}
.lk-mock-nav { background: #0c4a6e; color: #fff; font-size: 0.62rem; font-weight: 700; padding: 10px 14px; letter-spacing: 0.03em; }
.lk-mock-hero-band {
  background: linear-gradient(135deg,#0369a1,#0ea5e9);
  color: #fff; padding: 14px 14px 10px;
}
.lk-mock-org { font-size: 0.54rem; color: #bae6fd; letter-spacing: 0.05em; text-transform: uppercase; }
.lk-mock-title { font-size: 0.85rem; font-weight: 800; margin: 3px 0 2px; }
.lk-mock-price { font-size: 0.58rem; color: #e0f2fe; }
.lk-mock-countdown { font-size: 0.56rem; color: #fde68a; margin-top: 4px; }
.lk-mock-prizes-title { font-size: 0.62rem; font-weight: 700; padding: 8px 12px 4px; color: #0c4a6e; }
.lk-mock-prize-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 0 10px 6px; }
.lk-mock-prize {
  background: #e0f2fe; border-radius: 5px;
  padding: 6px 7px; font-size: 0.5rem; color: #0369a1; font-weight: 600; line-height: 1.4;
}
.lk-mock-prize small { display: block; color: #94a3b8; font-weight: 400; font-size: 0.44rem; }
.lk-mock-progress-bar { height: 5px; background: #e2e8f0; margin: 4px 10px; border-radius: 3px; }
.lk-mock-progress-fill { height: 100%; width: 47%; background: linear-gradient(90deg,#0284c7,#0ea5e9); border-radius: 3px; }
.lk-mock-progress-label { font-size: 0.46rem; color: #94a3b8; text-align: center; padding-bottom: 4px; }
.lk-mock-cta { background: linear-gradient(135deg,#f59e0b,#f97316); color: #fff; text-align: center; font-size: 0.62rem; font-weight: 700; padding: 10px; }

/* ── Logos bar ── */
.lk-logos { background: #f0f9ff; padding: 1.5rem 2rem; text-align: center; border-top: 1px solid #bae6fd; border-bottom: 1px solid #bae6fd; }
.lk-logos-label { font-size: 0.78rem; color: #64748b; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.75rem; }
.lk-logos-row { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; justify-content: center; }
.lk-logos-row span { font-size: 0.9rem; color: #0369a1; font-weight: 600; }

/* ── Problem/solution ── */
.lk-problem { padding: 5rem 2rem; background: #fff; }
.lk-container { max-width: 1140px; margin: 0 auto; }
.lk-problem-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: start; }
.lk-problem-col h2 { font-family: 'Poppins',sans-serif; font-size: 1.5rem; margin-bottom: 1rem; }
.lk-problem-before h2 { color: #dc2626; }
.lk-problem-after  h2 { color: #16a34a; }
.lk-problem-col ul { list-style: none; padding: 0; }
.lk-problem-col ul li {
  padding: 0.55rem 0.75rem; border-radius: 8px; margin-bottom: 0.4rem;
  font-size: 0.9rem; border-left: 3px solid;
}
.lk-problem-before ul li { border-color: #fca5a5; background: #fff1f1; color: #7f1d1d; }
.lk-problem-after  ul li { border-color: #86efac; background: #f0fdf4; color: #14532d; }
.lk-problem-vs {
  font-family: 'Poppins',sans-serif; font-size: 2.5rem; font-weight: 900;
  color: #cbd5e1; align-self: center;
}

/* ── Section labels / headings ── */
.lk-section-label {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #0284c7; margin-bottom: 0.5rem;
}
.lk-section-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800; color: #0c4a6e; margin-bottom: 0.75rem;
}
.lk-section-sub { color: #64748b; font-size: 1rem; margin-bottom: 2.5rem; }

/* ── Features ── */
.lk-features { padding: 6rem 2rem; background: #f8fafc; text-align: center; }
.lk-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 2.5rem; text-align: left;
}
.lk-feature-card {
  background: #fff; border-radius: 16px; padding: 1.75rem 1.5rem;
  border: 1.5px solid #e2e8f0; transition: box-shadow 0.2s, transform 0.2s;
}
.lk-feature-card:hover { box-shadow: 0 8px 36px rgba(2,132,199,0.13); transform: translateY(-3px); border-color: #bae6fd; }
.lk-feature-highlight {
  border-color: #0284c7;
  background: linear-gradient(135deg, #f0f9ff, #fff);
  box-shadow: 0 4px 24px rgba(2,132,199,0.12);
}
.lk-feature-icon { font-size: 2.25rem; margin-bottom: 1rem; display: block; }
.lk-feature-card h3 { font-size: 1rem; font-weight: 700; color: #0c4a6e; margin-bottom: 0.5rem; }
.lk-feature-card p  { font-size: 0.875rem; color: #64748b; line-height: 1.65; margin: 0; }

/* ── How it works ── */
.lk-how { padding: 6rem 2rem; background: #fff; }
.lk-how-header {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 3rem; gap: 2rem; flex-wrap: wrap;
}
.lk-steps-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
}
.lk-step-card {
  background: #f8fafc; border-radius: 18px;
  padding: 2rem; border: 1.5px solid #e2e8f0;
  position: relative; transition: box-shadow 0.2s, transform 0.2s;
}
.lk-step-card:hover { box-shadow: 0 8px 40px rgba(2,132,199,0.1); transform: translateY(-2px); }
.lk-step-card-final {
  background: linear-gradient(135deg, #0c4a6e, #0369a1);
  border-color: transparent; color: #fff;
  box-shadow: 0 8px 40px rgba(2,132,199,0.25);
}
.lk-step-card-final h3 { color: #fbbf24; }
.lk-step-card-final p  { color: #e0f2fe; }
.lk-step-icon-wrap {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem;
}
.lk-step-num-big {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #0284c7, #0ea5e9);
  color: #fff; font-family: 'Poppins',sans-serif;
  font-size: 1.5rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(2,132,199,0.3); flex-shrink: 0;
}
.lk-step-card-final .lk-step-num-big { background: rgba(255,255,255,0.2); box-shadow: none; }
.lk-step-emoji { font-size: 1.75rem; }
.lk-step-card h3 { font-size: 1.05rem; font-weight: 700; color: #0c4a6e; margin-bottom: 0.5rem; }
.lk-step-card p  { font-size: 0.88rem; color: #64748b; line-height: 1.65; margin: 0 0 1rem; }
.lk-step-time {
  display: inline-block; font-size: 0.78rem; font-weight: 600;
  background: #e0f2fe; color: #0369a1; padding: 0.25rem 0.75rem; border-radius: 999px;
}
.lk-step-time-green { background: rgba(255,255,255,0.2); color: #fff; }
.lk-step-arrow { display: none; }

/* ── Preview ── */
.lk-preview { padding: 5rem 2rem; background: #f8fafc; text-align: center; }
.lk-preview-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem; margin-top: 2rem;
}
.lk-preview-card {
  background: #fff; border-radius: 14px; padding: 1.75rem 1.5rem;
  border: 1px solid #e2e8f0; text-align: left;
}
.lk-preview-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.lk-preview-label { font-weight: 700; color: #0c4a6e; margin-bottom: 0.4rem; font-size: 0.95rem; }
.lk-preview-card p { font-size: 0.855rem; color: #64748b; line-height: 1.6; margin: 0; }

/* ── Pricing ── */
.lk-pricing { padding: 5rem 2rem; background: #fff; text-align: center; }
.lk-pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 2rem; align-items: start;
}
.lk-plan-card {
  background: #f8fafc; border-radius: 18px; padding: 2rem 1.75rem;
  border: 2px solid #e2e8f0; position: relative; text-align: left;
  transition: box-shadow 0.2s;
}
.lk-plan-card:hover { box-shadow: 0 8px 32px rgba(2,132,199,0.12); }
.lk-plan-recommended { border-color: #0284c7; background: #fff; box-shadow: 0 8px 40px rgba(2,132,199,0.15); }
.lk-plan-badge {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #64748b; margin-bottom: 0.5rem;
}
.lk-plan-badge-rec {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: #0284c7; color: #fff; padding: 0.25rem 1rem; border-radius: 999px;
  font-size: 0.75rem; font-weight: 700; white-space: nowrap;
}
.lk-plan-price {
  font-family: 'Poppins',sans-serif; font-size: 3rem; font-weight: 900;
  color: #0c4a6e; line-height: 1; margin: 0.4rem 0 0.1rem;
}
.lk-plan-price span { font-size: 1.2rem; color: #64748b; font-weight: 500; }
.lk-plan-period { font-size: 0.8rem; color: #94a3b8; margin-bottom: 0.75rem; }
.lk-plan-desc { font-size: 0.88rem; color: #64748b; margin-bottom: 1.25rem; line-height: 1.5; }
.lk-plan-features { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.lk-plan-features li {
  font-size: 0.87rem; padding: 0.4rem 0; border-bottom: 1px solid #f1f5f9;
  display: flex; align-items: center; gap: 0.5rem; color: #374151;
}
.lk-plan-features .fa-check { color: #16a34a; }
.lk-plan-no { color: #9ca3af !important; }
.lk-plan-no .fa-times { color: #e5e7eb; }
.btn-plan {
  display: block; text-align: center; width: 100%;
  background: #f1f5f9; color: #0c4a6e;
  padding: 0.75rem; border-radius: 10px;
  font-weight: 700; font-size: 0.9rem; transition: all 0.2s;
}
.btn-plan:hover { background: #e2e8f0; text-decoration: none; }
.btn-plan-rec { background: #0284c7 !important; color: #fff !important; }
.btn-plan-rec:hover { background: #0369a1 !important; }
.lk-pricing-note {
  margin-top: 2rem; font-size: 0.85rem; color: #64748b;
  background: #f0f9ff; border-radius: 10px; padding: 1rem 1.5rem;
  border-left: 4px solid #0284c7; text-align: left;
}
.lk-pricing-note .fa { color: #0284c7; margin-right: 0.4rem; }

/* ── Testimonials ── */
.lk-testimonials { padding: 5rem 2rem; background: #f8fafc; text-align: center; }
.lk-testimonials-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2rem;
}
.lk-testimonial {
  background: #fff; border-radius: 14px; padding: 1.75rem;
  border: 1px solid #e2e8f0; text-align: left;
}
.lk-testimonial-stars { color: #f59e0b; font-size: 1rem; margin-bottom: 0.75rem; }
.lk-testimonial p { font-size: 0.9rem; color: #374151; line-height: 1.7; font-style: italic; margin-bottom: 1rem; }
.lk-testimonial-author { font-size: 0.8rem; color: #64748b; font-weight: 600; }

/* ── FAQ ── */
.lk-faq { padding: 5rem 2rem; background: #fff; }
.lk-faq-list { max-width: 760px; margin: 2rem auto 0; }
.lk-faq-item {
  border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem; overflow: hidden;
}
.lk-faq-item summary {
  padding: 1rem 1.25rem; font-weight: 600; cursor: pointer; font-size: 0.95rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  color: #0c4a6e;
}
.lk-faq-item summary::-webkit-details-marker { display: none; }
.lk-faq-item summary::after { content: '+'; font-size: 1.2rem; color: #0284c7; }
.lk-faq-item[open] summary::after { content: '−'; }
.lk-faq-item p { padding: 0 1.25rem 1rem; font-size: 0.9rem; color: #64748b; line-height: 1.7; margin: 0; }

/* ── Signup ── */
.lk-signup-banner {
  background: linear-gradient(135deg, #0c4a6e 0%, #0284c7 100%);
  padding: 3rem 2rem;
}
.lk-signup-banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.lk-signup-banner-text h2 {
  font-family: 'Poppins',sans-serif; font-size: 2rem; font-weight: 800;
  color: #fff; margin-bottom: 0.35rem;
}
.lk-signup-banner-text p { color: #bae6fd; font-size: 1rem; margin: 0; }
.lk-signup-banner-stats {
  display: flex; gap: 2rem; flex-shrink: 0;
}
.lk-signup-stat { text-align: center; }
.lk-signup-stat span {
  display: block; font-family: 'Poppins',sans-serif;
  font-size: 2rem; font-weight: 900; color: #fbbf24; line-height: 1;
}
.lk-signup-stat small { display: block; font-size: 0.75rem; color: #bae6fd; margin-top: 2px; }
.lk-signup { padding: 5rem 2rem 6rem; background: linear-gradient(180deg,#f0f9ff,#fff); }
.lk-signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.lk-signup-testimonial {
  margin-top: 1.5rem; padding: 1.25rem;
  background: linear-gradient(135deg,#0c4a6e,#0284c7);
  border-radius: 14px; color: #fff;
}
.lk-signup-test-stars { color: #fbbf24; font-size: 0.9rem; margin-bottom: 0.4rem; }
.lk-signup-testimonial p { font-size: 0.88rem; font-style: italic; color: #bae6fd; margin: 0 0 0.4rem; }
.lk-signup-testimonial span { font-size: 0.78rem; color: #7dd3fc; font-weight: 600; }
.lk-signup-left h2 { font-family:'Poppins',sans-serif; font-size: 2rem; font-weight: 800; color: #0c4a6e; margin-bottom: 0.75rem; }
.lk-signup-left p  { color: #475569; margin-bottom: 1.25rem; font-size: 0.95rem; }
.lk-signup-promises { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.lk-signup-promises li { display: flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0; color: #1e293b; font-size: 0.9rem; }
.lk-signup-promises .fa { color: #16a34a; }
.lk-bank-details {
  background: #fff; border: 1px solid #bae6fd; border-radius: 12px; padding: 1.25rem;
  font-size: 0.85rem; color: #374151;
}
.lk-bank-title { font-weight: 700; color: #0c4a6e; margin-bottom: 0.5rem; }
.lk-bank-details p { margin-bottom: 0.25rem; }
.lk-form {
  background: #fff; border-radius: 18px; padding: 2rem;
  box-shadow: 0 8px 40px rgba(2,132,199,0.12);
}
.lk-form-group { margin-bottom: 1rem; }
.lk-form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: #374151; margin-bottom: 0.35rem; }
.lk-form-group input,
.lk-form-group select,
.lk-form-group textarea {
  width: 100%; padding: 0.65rem 0.9rem;
  border: 1.5px solid #e2e8f0; border-radius: 8px;
  font-family: 'Inter',sans-serif; font-size: 0.9rem; color: #0f172a;
  transition: border-color 0.15s; outline: none; background: #f8fafc;
}
.lk-form-group input:focus,
.lk-form-group select:focus,
.lk-form-group textarea:focus { border-color: #0284c7; background: #fff; }
.lk-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.btn-form-submit {
  width: 100%; padding: 0.9rem;
  background: linear-gradient(135deg,#0369a1,#0ea5e9); color: #fff;
  border: none; border-radius: 10px; font-size: 1rem; font-weight: 700;
  cursor: pointer; transition: opacity 0.2s;
}
.btn-form-submit:hover { opacity: 0.9; }
.btn-form-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.lk-form-fine { font-size: 0.78rem; color: #94a3b8; text-align: center; margin-top: 0.75rem; }
.lk-form-success { text-align: center; padding: 2rem; }
.lk-success-icon { font-size: 3rem; margin-bottom: 1rem; }
.lk-form-success h3 { font-family:'Poppins',sans-serif; font-size: 1.5rem; color: #0c4a6e; margin-bottom: 0.75rem; }
.lk-form-success p  { color: #475569; font-size: 0.9rem; line-height: 1.7; }

/* ── Footer ── */
.lk-footer { background: #0c4a6e; color: #fff; padding: 4rem 2rem 1.5rem; }
.lk-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.lk-footer-logo { font-family:'Poppins',sans-serif; font-size: 1.25rem; font-weight: 800; margin-bottom: 0.25rem; }
.lk-footer-tagline { color: #7dd3fc; font-size: 0.85rem; margin-bottom: 0.5rem; }
.lk-footer-desc { color: #94a3b8; font-size: 0.82rem; line-height: 1.6; }
.lk-footer-links h4 { color: #fff; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.lk-footer-links a { display: block; color: #94a3b8; font-size: 0.85rem; padding: 0.2rem 0; transition: color 0.15s; }
.lk-footer-links a:hover { color: #7dd3fc; text-decoration: none; }
.lk-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.25rem; }
.lk-footer-bottom p { color: #64748b; font-size: 0.82rem; }

/* ── LK Responsive ── */
@media (max-width: 1100px) {
  .lk-hero-wrap { grid-template-columns: 1fr; text-align: center; }
  .lk-hero-inner { max-width: 680px; margin: 0 auto; }
  .lk-hero-sub { max-width: 100%; }
  .lk-hero-actions { justify-content: center; }
  .lk-hero-social-proof { justify-content: center; }
  .lk-hero-stats { justify-content: center; }
  .lk-hero-right { display: none; }
  .lk-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .lk-pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 2rem auto 0; }
  .lk-testimonials-grid { grid-template-columns: 1fr; }
  .lk-footer-grid { grid-template-columns: 1fr 1fr; }
  .lk-signup-banner-inner { flex-direction: column; text-align: center; }
  .lk-signup-banner-stats { justify-content: center; }
}
@media (max-width: 768px) {
  .lk-nav-links, .lk-nav-actions { display: none; }
  .lk-hamburger { display: flex; }
  .lk-hero { padding: 96px 1.5rem 4rem; }
  .lk-hero-h1 { font-size: 2.75rem; }
  .lk-problem-grid { grid-template-columns: 1fr; }
  .lk-problem-vs { text-align: center; font-size: 1.5rem; }
  .lk-steps-grid { grid-template-columns: 1fr; }
  .lk-how-header { flex-direction: column; }
  .lk-features-grid { grid-template-columns: 1fr; }
  .lk-signup-grid { grid-template-columns: 1fr; }
  .lk-form-row { grid-template-columns: 1fr; }
  .lk-footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .lk-signup-banner-text h2 { font-size: 1.5rem; }
  .lk-float-top, .lk-float-bottom { display: none; }
}
@media (max-width: 480px) {
  .lk-hero-h1 { font-size: 2.1rem; }
  .lk-pricing-grid { grid-template-columns: 1fr; }
  .lk-footer-grid { grid-template-columns: 1fr; }
  .lk-form { padding: 1.5rem; }
  .lk-hero-stats { flex-direction: column; gap: 1rem; }
  .lk-hero-stat-div { width: 40px; height: 1px; }
}
