/* welcome_landing.css — styles for welcome.html and seo_landing.html */

.lp-root {
  min-height: 100vh;
}

.lp-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 80px;
}

/* ── HERO ─────────────────────────────────────────── */

.lp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 52px;
  align-items: center;
  padding-top: 32px;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--lp-muted);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 8px 12px;
  text-transform: uppercase;
}

.lp-eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--lp-success);
  box-shadow: 0 0 0 4px rgba(22, 132, 91, 0.16);
  flex: 0 0 auto;
}

.lp-h1 {
  margin: 20px 0 18px;
  max-width: 700px;
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.lp-h1 .accent {
  background: linear-gradient(135deg, var(--lp-primary-strong), #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-sub {
  margin: 0;
  max-width: 590px;
  color: var(--lp-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 30px;
  color: var(--lp-muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.lp-meta .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lp-meta .item::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid var(--lp-primary);
  border-radius: 3px;
  flex: 0 0 auto;
}

/* ── HERO CARD ────────────────────────────────────── */

.lp-waste-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(124, 58, 237, 0.08), rgba(255, 255, 255, 0) 70%),
    var(--lp-panel);
  box-shadow: var(--lp-shadow);
  padding: 36px;
}

.lp-waste-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.lp-waste-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lp-primary);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-flame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.12);
  color: var(--lp-primary);
  flex: 0 0 auto;
}

.lp-flame svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.lp-waste-amount {
  margin-top: 18px;
  padding-bottom: 0.15em;
  background: linear-gradient(135deg, var(--lp-primary-strong), #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.7rem, 5.8vw, 4.3rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.lp-waste-label {
  margin: 12px 0 0;
  color: var(--lp-fg);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-waste-desc {
  margin: 8px 0 0;
  color: var(--lp-muted);
  line-height: 1.5;
}

.lp-waste-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
  border-top: 1px solid var(--lp-border);
  padding-top: 24px;
}

.lp-stat .v {
  font-size: 1.35rem;
  font-weight: 850;
  color: var(--lp-fg);
  font-variant-numeric: tabular-nums;
}

.lp-stat .v.ok {
  color: var(--lp-success);
}

.lp-stat .v.bad {
  color: var(--lp-danger);
}

.lp-stat .l {
  margin-top: 4px;
  color: var(--lp-muted);
  font-size: 0.74rem;
  line-height: 1.3;
}

/* ── SECTIONS ─────────────────────────────────────── */

.lp-section {
  margin-top: 86px;
}

.lp-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--lp-primary-strong);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 7px 12px;
  text-transform: uppercase;
}

.lp-section-h {
  margin: 12px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.lp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.lp-feature {
  border: 1px solid var(--lp-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--lp-card-shadow);
  padding: 24px;
}

.lp-feature h3 {
  margin: 16px 0 0;
  font-size: 1rem;
}

.lp-feature p {
  margin: 8px 0 0;
  color: var(--lp-muted);
  font-size: 0.91rem;
  line-height: 1.58;
}

.lp-feature .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(124, 58, 237, 0.12);
  color: var(--lp-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

.lp-feature .icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* ── MANIFESTO SECTION ────────────────────────────── */

.lp-execute {
  margin-top: 86px;
  border: 1px solid var(--lp-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--lp-card-shadow);
  padding: 40px;
}

.lp-execute-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lp-primary-strong);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-execute-eyebrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.lp-execute-h {
  margin: 12px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.16;
}

.lp-execute-h .muted {
  color: var(--lp-muted);
}

.lp-execute-sub {
  margin: 12px 0 0;
  max-width: 560px;
  color: var(--lp-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

/* ── CTA STRIP ────────────────────────────────────── */

.lp-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 86px;
  border: 1px solid var(--lp-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--lp-card-shadow);
  padding: 34px 40px;
}

.lp-cta h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
}

.lp-cta p {
  margin: 8px 0 0;
  color: var(--lp-muted);
  line-height: 1.58;
}

/* ── RESPONSIVE ───────────────────────────────────── */

@media (max-width: 980px) {
  .lp-hero,
  .lp-grid-3 {
    grid-template-columns: 1fr;
  }

  .lp-hero {
    gap: 34px;
  }

  .lp-waste-card {
    max-width: 620px;
  }

  .lp-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .lp-shell {
    width: min(100% - 22px, 1180px);
  }

  .lp-h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
    line-height: 1.02;
  }

  .lp-section,
  .lp-execute,
  .lp-cta {
    margin-top: 58px;
  }

  .lp-waste-card,
  .lp-execute,
  .lp-cta {
    border-radius: 18px;
    padding: 18px;
  }
}
