/* moodlab.partner Landing — premium partner program page */

.landing {
  --lp-max: 1180px;
  --lp-section: clamp(72px, 9vw, 112px);
  --lp-glass: rgba(255, 255, 255, 0.72);
  --lp-glass-border: rgba(255, 255, 255, 0.55);
  --lp-gradient-hero: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(232, 84, 47, 0.14) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(29, 138, 85, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 8% 60%, rgba(185, 138, 31, 0.07) 0%, transparent 50%);
  overflow-x: clip;
}

/* ---------- Header ---------- */
.lp-topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--lp-glass);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(232, 229, 224, 0.7);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.lp-topbar.is-scrolled {
  background: rgba(250, 249, 247, 0.92);
  box-shadow: 0 1px 0 var(--line), 0 8px 32px rgba(22, 20, 26, 0.06);
}
.lp-topbar-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 24px;
}
.lp-brand {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.lp-brand span { color: var(--accent); }

.lp-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}
.lp-nav a:not(.btn) {
  position: relative;
  transition: color 0.18s ease;
}
.lp-nav a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 0.22s ease;
}
.lp-nav a:not(.btn):hover { color: var(--ink); }
.lp-nav a:not(.btn):hover::after { width: 100%; }

/* ---------- Shared section primitives ---------- */
.lp-wrap {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 24px;
}
.lp-section {
  padding: var(--lp-section) 0;
  position: relative;
}
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-dark);
  background: var(--accent-soft);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.lp-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: lp-pulse 2.4s ease infinite;
}
.lp-title {
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.lp-lead {
  font-size: clamp(15px, 1.8vw, 17px);
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 580px;
}
.lp-lead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lp-head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.lp-head .lp-lead { margin: 0 auto; }

.lp-accent { color: var(--accent); font-style: normal; }
.lp-gradient-text {
  background: linear-gradient(135deg, var(--ink) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Hero ---------- */
.lp-hero {
  padding: clamp(48px, 7vw, 88px) 0 clamp(56px, 8vw, 96px);
  background: var(--lp-gradient-hero);
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute;
  inset: -40% -20% auto;
  height: 80%;
  background: conic-gradient(from 200deg at 50% 50%, transparent, rgba(232, 84, 47, 0.06), transparent, rgba(29, 138, 85, 0.05), transparent);
  animation: lp-hero-glow 18s linear infinite;
  pointer-events: none;
}
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  position: relative;
}
.lp-hero-copy { max-width: 580px; }
.lp-hero h1 {
  font-size: clamp(36px, 5.8vw, 62px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 22px;
}
.lp-hero-desc {
  font-size: clamp(16px, 1.9vw, 18px);
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 32px;
}
.lp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.lp-hero-cta .btn {
  padding: 14px 28px;
  font-size: 15px;
}
.lp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.lp-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-soft);
}
.lp-trust-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(232, 84, 47, 0.08) 0%, var(--surface) 55%);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.lp-trust-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: hue-rotate(198deg) saturate(0.9) brightness(1.02);
}

.lp-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-hero-card {
  position: relative;
  background: var(--lp-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--lp-glass-border);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 480px;
}
.lp-hero-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(232, 84, 47, 0.35), transparent 40%, rgba(29, 138, 85, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.lp-illus {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-illus img {
  width: 92%;
  height: auto;
  object-fit: contain;
  filter: hue-rotate(198deg) saturate(0.9) brightness(1.02);
}
.lp-float-badge {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.lp-float-badge--earn {
  top: 8%;
  right: -4%;
  color: var(--green);
  background: var(--green-soft);
  border-color: rgba(29, 138, 85, 0.2);
}
.lp-float-badge--share {
  bottom: 12%;
  left: -6%;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border-color: rgba(232, 84, 47, 0.2);
}

/* ---------- Stats band ---------- */
.lp-stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  padding: clamp(28px, 4vw, 40px) 0;
}
.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.lp-stat b {
  display: block;
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 4px;
}
.lp-stat span {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ---------- Problem / Solution split ---------- */
.lp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}
.lp-panel {
  border-radius: 24px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.lp-panel:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.lp-panel--problem {
  background: linear-gradient(160deg, #f5f3f0 0%, var(--surface) 100%);
}
.lp-panel--solution {
  background: linear-gradient(160deg, var(--accent-soft) 0%, var(--surface) 55%);
  border-color: rgba(232, 84, 47, 0.15);
}
.lp-panel h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.lp-panel p {
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 22px;
  line-height: 1.6;
}
.lp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.lp-list li::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}
.lp-list--neg li::before {
  content: '✕';
  background: #fff0ee;
  color: #c0331b;
}
.lp-list--pos li::before {
  content: '✓';
  background: var(--green-soft);
  color: var(--green);
}

/* ---------- Benefit cards ---------- */
.lp-benefits {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.lp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp-benefit {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}
.lp-benefit::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 55% at 88% 12%, rgba(232, 84, 47, 0.11) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 10% 92%, rgba(29, 138, 85, 0.07) 0%, transparent 52%);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.lp-benefit:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(232, 84, 47, 0.2);
}
.lp-benefit:hover::before {
  background:
    radial-gradient(ellipse 80% 58% at 88% 12%, rgba(232, 84, 47, 0.16) 0%, transparent 58%),
    radial-gradient(ellipse 60% 48% at 10% 92%, rgba(29, 138, 85, 0.1) 0%, transparent 52%);
}
.lp-benefit-illus {
  position: relative;
  flex-shrink: 0;
  height: clamp(132px, 14vw, 158px);
  padding: 22px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, rgba(232, 84, 47, 0.08) 0%, rgba(250, 249, 247, 0) 72%);
  border: none;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.lp-benefit-illus::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  background: linear-gradient(to bottom, transparent, var(--bg));
  pointer-events: none;
}
.lp-benefit-illus img {
  width: auto;
  height: clamp(104px, 11vw, 128px);
  max-width: 88%;
  object-fit: contain;
  filter: hue-rotate(198deg) saturate(0.9) brightness(1.02);
  transition: transform 0.35s ease;
}
.lp-benefit:hover .lp-benefit-illus img {
  transform: scale(1.05) translateY(-4px);
}
.lp-benefit-body {
  position: relative;
  z-index: 2;
  padding: 4px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-top: -10px;
}
.lp-benefit h3 {
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.lp-benefit p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
  flex: 1;
}

/* ---------- How it works ---------- */
.lp-flow-interactive {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 380px);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  justify-content: center;
}
.lp-flow-guide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-flow-hint {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
  line-height: 1.55;
  padding: 14px 16px;
  background: var(--accent-soft);
  border-radius: 14px;
  border: 1px solid rgba(232, 84, 47, 0.15);
}
.lp-flow-guide-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 540px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
}
.lp-flow-guide-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font: inherit;
  color: inherit;
  appearance: none;
}
.lp-flow-guide-item:hover:not(.is-active) {
  border-color: rgba(232, 84, 47, 0.22);
  background: rgba(253, 234, 228, 0.35);
}
.lp-flow-guide-item.is-active {
  border-color: rgba(232, 84, 47, 0.35);
  background: linear-gradient(135deg, rgba(232, 84, 47, 0.06) 0%, var(--surface) 100%);
  box-shadow: var(--shadow);
}
.lp-flow-guide-item.is-done {
  border-color: rgba(29, 138, 85, 0.25);
  background: var(--green-soft);
}
.lp-flow-guide-num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-flow-guide-item:nth-child(1) .lp-flow-guide-num { background: var(--ink); }
.lp-flow-guide-item:nth-child(2) .lp-flow-guide-num { background: var(--accent); }
.lp-flow-guide-item:nth-child(3) .lp-flow-guide-num { background: #d4622a; }
.lp-flow-guide-item:nth-child(4) .lp-flow-guide-num { background: var(--gold); }
.lp-flow-guide-item:nth-child(5) .lp-flow-guide-num { background: #5a7fc4; }
.lp-flow-guide-item:nth-child(6) .lp-flow-guide-num { background: #7a6b9e; }
.lp-flow-guide-item:nth-child(7) .lp-flow-guide-num { background: var(--green); }
.lp-flow-guide-item.is-done .lp-flow-guide-num {
  background: var(--green);
  font-size: 11px;
}
.lp-flow-guide-item h3 {
  font-size: 13.5px;
  font-weight: 800;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
}
.lp-flow-guide-item p {
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.45;
}
.lp-flow-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
.lp-flow-grid::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--line), var(--accent-soft), var(--line));
  z-index: 0;
}
.lp-flow-step {
  position: relative;
  z-index: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-flow-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.lp-flow-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.lp-flow-step:nth-child(2) .lp-flow-num { background: var(--accent); }
.lp-flow-step:nth-child(3) .lp-flow-num { background: var(--gold); }
.lp-flow-step:nth-child(4) .lp-flow-num { background: var(--green); }
.lp-flow-illus {
  height: 100px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-flow-illus img {
  height: 88px;
  width: auto;
  object-fit: contain;
  filter: hue-rotate(198deg) saturate(0.88);
}
.lp-flow-step h3 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}
.lp-flow-step p {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ---------- Commission ---------- */
.lp-commission {
  background: var(--ink);
  color: #fff;
  border-radius: 28px;
  padding: clamp(36px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 4vw, 48px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.lp-commission::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(232, 84, 47, 0.25) 0%, transparent 65%);
  pointer-events: none;
}
.lp-commission h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  color: #fff;
}
.lp-commission p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 12px;
}
.lp-calc {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 28px;
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 2;
}
.lp-calc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
  font-size: 14.5px;
}
.lp-calc-row:last-child {
  border: none;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 800;
}
.lp-calc-row:last-child b { color: #7fe0a8; }
.lp-commission-illus {
  position: absolute;
  bottom: -20px;
  right: 8%;
  width: 140px;
  opacity: 0.15;
  pointer-events: none;
}
.lp-commission-illus img {
  width: 100%;
  filter: brightness(2);
}

/* ---------- Trust ---------- */
.lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp-trust-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-trust-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.lp-trust-card .icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.lp-trust-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}
.lp-trust-card p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* ---------- Apply section ---------- */
.lp-apply {
  background: linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%);
  border-top: 1px solid var(--line);
}
.lp-apply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}
.lp-apply-info .lp-title { text-align: left; }
.lp-apply-info .lp-lead { margin-bottom: 28px; }
.lp-apply-illus {
  margin-top: 24px;
  max-width: 320px;
}
.lp-apply-illus img {
  width: 100%;
  filter: hue-rotate(198deg) saturate(0.88);
}
.lp-apply-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 36px);
  box-shadow: var(--shadow-lg);
}
.lp-apply-form h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.lp-apply-form .field-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
}

/* ---------- Final CTA ---------- */
.lp-final-cta {
  padding: clamp(56px, 7vw, 88px) 0;
  text-align: center;
  position: relative;
}
.lp-final-box {
  background: linear-gradient(135deg, var(--accent-soft) 0%, #fff 50%, var(--green-soft) 100%);
  border: 1px solid rgba(232, 84, 47, 0.12);
  border-radius: 28px;
  padding: clamp(40px, 6vw, 64px) clamp(28px, 4vw, 48px);
  position: relative;
  overflow: hidden;
}
.lp-final-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(29, 138, 85, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(232, 84, 47, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.lp-final-box h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  position: relative;
}
.lp-final-box p {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 480px;
  margin: 0 auto 28px;
  position: relative;
}
.lp-final-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ---------- Footer ---------- */
.lp-footer {
  background: #121018;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.lp-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 84, 47, 0.45), rgba(29, 138, 85, 0.35), transparent);
  pointer-events: none;
}
.lp-footer-wrap {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) 24px 0;
}
.lp-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.95fr 0.85fr;
  gap: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(36px, 5vw, 48px);
}
.lp-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 320px;
}
.lp-footer .lp-brand {
  color: #fff;
  font-size: 22px;
}
.lp-footer .lp-brand span { color: var(--accent); }
.lp-footer-tagline {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.52);
}
.lp-footer-cta {
  margin-top: 4px;
}
.lp-footer-heading {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 18px;
}
.lp-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.lp-footer-links a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.18s ease;
  line-height: 1.4;
}
.lp-footer-links a:hover { color: #fff; }
.lp-footer-contact li {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.lp-footer-contact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
}
.lp-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.lp-footer-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.28);
  max-width: 420px;
  text-align: right;
  line-height: 1.5;
}
.lp-footer a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .lp-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .lp-hero-copy { max-width: none; margin: 0 auto; }
  .lp-hero-cta, .lp-hero-trust { justify-content: center; }
  .lp-hero-visual { order: -1; }
  .lp-hero-card { max-width: 380px; margin: 0 auto; }
  .lp-float-badge--earn { right: 0; }
  .lp-float-badge--share { left: 0; }

  .lp-flow-interactive { grid-template-columns: 1fr; }
  .lp-flow-demo { order: -1; }

  .lp-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-flow-grid::before { display: none; }
  .lp-trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .lp-split,
  .lp-apply-grid,
  .lp-commission { grid-template-columns: 1fr; }
  .lp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  .lp-topbar-in { height: 58px; padding: 0 16px; }
  .lp-brand { font-size: 18px; }
  .lp-nav a:not(.btn) { display: none; }
  .lp-wrap { padding: 0 16px; }

  .lp-hero-cta .btn { width: 100%; max-width: 320px; }
  .lp-hero-trust { flex-direction: column; align-items: center; gap: 12px; }
  .lp-float-badge { font-size: 12px; padding: 8px 11px; }

  .lp-benefit-grid,
  .lp-flow-grid { grid-template-columns: 1fr; }
  .lp-final-actions .btn { width: 100%; max-width: 300px; }

  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
  .lp-footer-brand { max-width: none; grid-column: 1 / -1; align-items: center; text-align: center; }
  .lp-footer-cta { align-self: center; }
  .lp-footer-bar { flex-direction: column; text-align: center; }
  .lp-footer-note { text-align: center; max-width: none; }
  .lp-footer-wrap { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 480px) {
  .lp-footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
