/* GreenRah landing v3 — full redesign. Header, jumper, footer use legacy CSS in index.html. */

/* Scroll-in fades need JS. Without html.js (Googlebot raw HTML / no-JS), keep copy visible. */
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Kill legacy inline section watermarks from index.html */
#pain::after,
#solution::after,
#live-shade::after,
#why-greenrah::after,
#roadmap::after,
#impact::after,
#faq::after,
#contact::after {
  content: none !important;
  display: none !important;
}

/* Neutralize legacy index.html section spacing */
main.lp #roadmap,
main.lp #contact {
  padding: 0 !important;
}
main.lp #pain,
main.lp #compare,
main.lp #roadmap {
  border-top: none !important;
}

/* ── Reset legacy section styles inside v3 ── */
main.lp section {
  padding: 40px 0;
  background: transparent;
  min-height: unset;
  overflow: visible;
  position: relative;
}
main.lp #hero {
  padding: 120px 0 80px;
  min-height: unset;
  background: transparent;
}
main.lp .container {
  max-width: 1180px;
}

/* Desktop: inset section content only — path nav stays fixed, overlapping on top. */
@media (min-width: 901px) {
  :root {
    --lp-route-content-pad: 40px;
  }
  .scroll-route {
    z-index: 40 !important;
  }
  main.lp .container,
  footer .container {
    padding-right: var(--lp-route-content-pad) !important;
  }
}

/* ── Tokens ── */
main.lp {
  --lp-teal: #6fbe63;
  --lp-teal-dim: #3f8f4e;
  --lp-amber: #f4b63f;
  --lp-warn: #e8a04a;
  --lp-bg: #050d08;
  --lp-surface: rgba(16, 34, 23, 0.65);
  --lp-border: rgba(111, 190, 99, 0.16);
  --lp-glass: rgba(7, 19, 11, 0.72);
  --lp-radius: 16px;
  --lp-radius-lg: 20px;
  --teal-bright: #6fbe63;
  color: var(--text);
}

/* ── Typography ── */
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--lp-border);
  background: var(--lp-glass);
  color: var(--lp-teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lp-eyebrow i { color: var(--lp-amber); font-size: 0.95rem; }
.lp-eyebrow--plain {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lp-amber);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
}
.lp-eyebrow--plain i { display: none; }
.lp-eyebrow--warn { border-color: rgba(232, 160, 74, 0.35); color: var(--lp-warn); }
.lp-eyebrow--warn.lp-eyebrow--plain { color: var(--lp-warn); }

.lp-display {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 5.8vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 20px;
}
.lp-strike {
  font-style: normal;
  color: var(--lp-amber);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(244, 182, 63, 0.65);
}
.lp-heat-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.lp-heat {
  display: inline-block;
  font-style: normal;
  color: var(--lp-amber);
  padding: 0.08em 0.14em;
  margin: 0 -0.14em;
  filter: url("#lp-heat-haze");
}
.lp-cool-wrap {
  position: relative;
  display: inline-block;
}
.lp-cool-wind {
  position: absolute;
  left: -3.4em;
  top: -0.75em;
  width: calc(100% + 8.2em);
  height: calc(100% + 1.5em);
  pointer-events: none;
}
.lp-glow {
  color: var(--lp-teal);
}
.lp-title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 16px;
}
.lp-accent { color: var(--lp-teal); }
.lp-accent-warn { color: var(--lp-warn); }
.lp-lead, .lp-sub {
  color: var(--text-muted);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.65;
  max-width: 52ch;
}
.lp-sub strong { color: var(--white); font-weight: 600; }
.lp-section-head { margin-bottom: 32px; max-width: none; }
.lp-head-rail {
  display: grid;
  grid-template-columns: clamp(52px, 7vw, 76px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
}
.lp-secnum {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.75rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: rgba(111, 190, 99, 0.16);
  padding-top: 2px;
}
.lp-head-body .lp-sub { margin-bottom: 0; }
.lp-head-body .lp-title { margin-bottom: 12px; }
.lp-form-head { margin-bottom: 20px; }

/* ═══ HERO ═══ */
.lp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.lp-hero__mesh {
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(ellipse 60% 50% at 15% 20%, rgba(111, 190, 99, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 40% at 85% 10%, rgba(244, 182, 63, 0.06), transparent 50%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(63, 143, 78, 0.05), transparent 60%);
  animation: lp-mesh 24s ease-in-out infinite alternate;
  pointer-events: none;
}
.lp-hero__beam {
  position: absolute;
  top: -30%;
  right: -5%;
  width: 55%;
  height: 140%;
  background: linear-gradient(165deg, transparent 40%, rgba(244, 182, 63, 0.06) 55%, transparent 70%);
  transform: rotate(-8deg);
  pointer-events: none;
}
@keyframes lp-mesh {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.05) translate(2%, -1%); }
}

.lp-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  grid-template-areas:
    "copy panel"
    "stats panel";
  gap: clamp(24px, 4vw, 40px) clamp(32px, 5vw, 56px);
  align-items: start;
  position: relative;
  z-index: 1;
}
.lp-hero__copy { grid-area: copy; align-self: center; }
.lp-hero__panel { grid-area: panel; align-self: center; }
.lp-hero__inner > .lp-statbar {
  grid-area: stats;
  margin-top: 0;
}
.lp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin: 28px 0 12px;
}
.lp-hero__cta .btn { min-height: 48px; }
.lp-hero__cta .btn i { position: relative; z-index: 1; width: 16px; height: 16px; }
.lp-hero__cta .btn-primary {
  position: relative;
  overflow: hidden;
}
.lp-hero__cta .btn-primary::after {
  content: "";
  position: absolute;
  inset: -20% -40%;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.28) 50%, transparent 60%);
  transform: translateX(-80%) skewX(-18deg);
  transition: transform 0.55s ease;
  pointer-events: none;
}
.lp-hero__cta .btn-primary:hover::after,
.lp-hero__cta .btn-primary:focus-visible::after {
  transform: translateX(80%) skewX(-18deg);
}
.lp-hero__link {
  padding: 0;
  min-height: auto;
  border: 0;
  background: transparent;
  color: var(--text-muted);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(111, 190, 99, 0.45);
  text-underline-offset: 4px;
}
.lp-hero__link:hover {
  color: var(--lp-teal);
  background: transparent;
}
.lp-hero__trust {
  margin: 0 0 20px;
  color: rgba(168, 182, 165, 0.75);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.lp-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-audience li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(168, 182, 165, 0.8);
  font-size: 0.8rem;
  font-weight: 500;
}
.lp-audience li:not(:last-child)::after {
  content: "·";
  margin: 0 10px;
  color: rgba(111, 190, 99, 0.35);
}

.app-mock {
  width: min(100%, 364px);
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(194, 236, 200, 0.18);
  border-radius: 38px;
  background: linear-gradient(145deg, #123721, #06150e);
}
.app-mock-screen {
  min-height: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 29px;
  background: #092216;
}
.app-mock-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 19px 14px;
  font-size: 11px;
}
.app-mock-logo {
  color: var(--lp-teal);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.app-mock-status { color: #d0dfd3; font-size: 10px; }
.app-mock-chip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(173, 228, 183, 0.14);
  border-radius: 13px;
  background: rgba(4, 23, 14, 0.66);
  color: #cfe2d2;
  font-size: 11px;
  gap: 8px;
}
.app-mock-chip span { display: inline-flex; align-items: center; gap: 6px; }
.app-mock-chip i { color: var(--lp-amber); }
.app-mock-chip strong { color: var(--lp-amber); font-weight: 700; }
.app-mock-fields { display: grid; gap: 8px; padding: 13px 14px 12px; }
.app-mock-field {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
  padding: 11px 10px;
  border: 1px solid rgba(173, 228, 183, 0.14);
  border-radius: 12px;
  background: rgba(8, 35, 22, 0.88);
}
.app-mock-field-label {
  flex: 0 0 36px;
  color: #8fae9b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.app-mock-dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; }
.app-mock-dot.start { background: var(--lp-teal); }
.app-mock-dot.end { background: var(--lp-amber); }
.app-mock-field-text {
  overflow: hidden;
  color: #e8f2e9;
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-mock-map {
  position: relative;
  height: 230px;
  margin: 0 14px;
  border: 1px solid rgba(173, 228, 183, 0.14);
  border-radius: 17px;
  background: #081b11;
  overflow: hidden;
}
.app-mock-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.app-mock-map-label {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 12px;
  color: rgba(221, 239, 223, 0.55);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.app-mock-map-legend {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  display: flex;
  gap: 9px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(221, 239, 223, 0.6);
}
.app-mock-map-legend span { display: inline-flex; align-items: center; gap: 4px; }
.app-mock-map-legend i { width: 10px; height: 2px; border-radius: 2px; display: inline-block; }
.app-mock-map-legend .leg-cool { background: var(--lp-teal); }
.app-mock-map-legend .leg-fast { background: var(--lp-amber); }
.app-mock-routes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 13px 14px 14px;
  border: 1px solid rgba(173, 228, 183, 0.14);
  border-radius: 16px;
  background: rgba(4, 25, 15, 0.91);
  overflow: hidden;
}
.app-mock-route { padding: 14px 12px 15px; }
.app-mock-route + .app-mock-route { border-left: 1px solid rgba(173, 228, 183, 0.14); }
.app-mock-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 6px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.app-mock-badge.cool { color: #b8ebc1; background: rgba(80, 181, 103, 0.16); }
.app-mock-badge.fast { color: #f5ca75; background: rgba(244, 182, 63, 0.14); }
.app-mock-value {
  margin-top: 10px;
  color: var(--white);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}
.app-mock-meta {
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.4;
}
.lp-path-draw {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: lp-draw 3s ease forwards infinite alternate;
}
@keyframes lp-draw {
  to { stroke-dashoffset: 0; }
}

.lp-statbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid var(--lp-border);
  background: transparent;
}
.lp-statbar li {
  padding: 0 20px 0 0;
  background: transparent;
  text-align: left;
}
.lp-statbar li + li {
  padding-left: 20px;
  border-left: 1px solid var(--lp-border);
}
.lp-statbar b {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.lp-statbar b span {
  color: var(--lp-teal);
  font-size: 0.52em;
  letter-spacing: -0.02em;
}
.lp-statbar > li > span:last-child {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.4;
  display: block;
  margin-top: 6px;
}

/* ═══ CRISIS ═══ */
.lp-crisis {
  background: linear-gradient(180deg, rgba(232, 160, 74, 0.04) 0%, transparent 40%);
}
.lp-crisis__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.lp-crisis-card {
  position: relative;
  padding: 24px 22px 22px;
  border-radius: var(--lp-radius);
  border: 1px solid rgba(232, 160, 74, 0.15);
  background: rgba(7, 19, 11, 0.72);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.lp-crisis-card:hover {
  border-color: rgba(244, 182, 63, 0.3);
}
.lp-crisis-card__num,
.lp-crisis-card__tag {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lp-warn);
  margin-bottom: 12px;
  line-height: 1;
}
.lp-crisis-card__tag { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.04em; }
.lp-crisis-card > i {
  font-size: 1.4rem;
  color: var(--lp-warn);
  opacity: 0.7;
  margin-bottom: 10px;
  display: block;
}
.lp-crisis-card h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 8px; }
.lp-crisis-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; margin: 0; }
.lp-crisis-card p strong { color: var(--white); }

.lp-ticker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--lp-border);
  background: var(--lp-border);
}
.lp-ticker__item {
  padding: 20px 16px;
  background: var(--lp-bg);
  text-align: center;
}
.lp-ticker__val {
  display: block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  color: var(--lp-teal);
  margin-bottom: 4px;
}
.lp-ticker__item > span:last-child {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ═══ ENGINE / LAYERS ═══ */
.lp-engine-section {
  background: linear-gradient(180deg, transparent, rgba(63, 143, 78, 0.04) 50%, transparent);
}
.lp-layers-wrap {
  margin-bottom: 32px;
}
.lp-layers {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.lp-layer {
  padding: 18px 14px 16px;
  border-radius: var(--lp-radius-lg);
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
}
.lp-layer:hover { border-color: rgba(111, 190, 99, 0.4); }
.lp-layer__n {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--lp-amber);
  margin-bottom: 8px;
}
.lp-layer i { font-size: 1.35rem; color: var(--lp-teal); margin-bottom: 8px; display: block; }
.lp-layer h3 { font-size: 0.84rem; font-weight: 700; color: var(--white); margin-bottom: 4px; line-height: 1.25; }
.lp-layer p { font-size: 0.7rem; color: var(--text-muted); line-height: 1.4; margin: 0; }
.lp-layer--core {
  background: rgba(63, 143, 78, 0.22);
  border-color: rgba(111, 190, 99, 0.45);
}
.lp-layer--core h3 { color: var(--lp-teal); }

.lp-fusion { margin-bottom: 28px; }
.lp-fusion--solo .lp-fusion__text {
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: rgba(7, 19, 11, 0.55);
  padding: 24px 22px;
}
.lp-fusion__title {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.15;
}
.lp-fusion__text > p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0; }

.lp-formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
.lp-formula span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(63, 143, 78, 0.14);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 700;
}
.lp-formula i { color: var(--lp-amber); font-size: 0.7rem; }
.lp-formula__core { background: var(--lp-teal-dim) !important; color: #050d08 !important; }

.lp-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.lp-bento--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lp-bento__card,
.lp-bento__stat,
.lp-bento__science {
  padding: 20px 16px;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
}
.lp-bento__cite {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}
.lp-bento__cite strong { color: var(--lp-teal); font-weight: 600; }
.lp-bento__card i { font-size: 1.3rem; color: var(--lp-teal); margin-bottom: 8px; display: block; }
.lp-bento__tag {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-amber);
  margin-bottom: 4px;
}
.lp-bento__card h3 { color: var(--white); font-size: 1rem; margin-bottom: 6px; }
.lp-bento__card p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.5; margin: 0; }
.lp-bento__stat b {
  display: block;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  color: var(--lp-amber);
  margin-bottom: 6px;
}
.lp-bento__stat p { color: var(--text-muted); font-size: 0.84rem; line-height: 1.5; margin: 0; }
.lp-bento__science b {
  display: block;
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 10px;
  line-height: 1.35;
}
.lp-bento__science p { color: var(--text-muted); font-size: 0.86rem; line-height: 1.6; margin: 0; }
.lp-bento__science strong { color: var(--lp-teal); }
.lp-bento__stat--wide { grid-column: 1 / -1; }

/* ═══ DUO COLUMNS ═══ */
.lp-duo { padding-top: 40px; padding-bottom: 40px; }
.lp-duo--split { background: linear-gradient(180deg, rgba(111, 190, 99, 0.03), transparent 40%); }
.lp-duo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.lp-duo__grid--equal { align-items: start; }
.lp-duo__col {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  min-height: 0;
  position: relative;
}
.lp-duo__col--why,
.lp-duo__col--roadmap,
.lp-duo__col--lives { background: transparent; }
.lp-duo__col .lp-title { margin-bottom: 12px; }
.lp-duo__col .lp-sub { margin-bottom: 20px; }

.lp-shade__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}
.lp-shade__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--lp-border);
  background: rgba(5, 13, 8, 0.5);
}
.lp-shade__list i { font-size: 1.1rem; color: var(--lp-teal); margin-top: 2px; flex-shrink: 0; }
.lp-shade__list strong { display: block; color: var(--white); font-size: 0.88rem; margin-bottom: 2px; }
.lp-shade__list span { color: var(--text-muted); font-size: 0.8rem; line-height: 1.45; }

/* ═══ WHY US MATRIX ═══ */
.lp-matrix {
  margin-top: 8px;
  border-radius: var(--lp-radius-lg);
  border: 1px solid var(--lp-border);
  overflow: hidden;
  background: rgba(5, 13, 8, 0.45);
}
.lp-matrix__head,
.lp-matrix__row {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
  gap: 6px;
  padding: 12px 16px;
  align-items: center;
  font-size: 0.88rem;
}
.lp-matrix__head {
  background: rgba(63, 143, 78, 0.12);
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lp-matrix__row { border-top: 1px solid var(--lp-border); }
.lp-matrix__name { color: var(--white); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; }
.lp-matrix__row--us { background: rgba(63, 143, 78, 0.16); }
.lp-matrix__row--us .lp-matrix__name { color: var(--lp-teal); font-weight: 800; }
.lp-matrix__cell { display: flex; justify-content: center; align-items: center; }
.lp-matrix__feat { display: none; }
.lp-yes { color: var(--lp-teal) !important; font-size: 1.05rem; }
.lp-no { color: rgba(168, 182, 165, 0.35) !important; font-size: 1.05rem; }
.lp-partial {
  color: rgba(168, 182, 165, 0.7);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
}

/* Mobile compare — feature pills, not checkmarks */
.lp-compare-stack { display: none; }
.lp-compare-card {
  padding: 16px 0;
  border-bottom: 1px solid var(--lp-border);
}
.lp-compare-card:first-child { padding-top: 0; }
.lp-compare-card:last-child { border-bottom: 0; padding-bottom: 0; }
.lp-compare-card__name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lp-compare-card--us .lp-compare-card__name { color: var(--lp-teal); }
.lp-compare-card__feats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-feat {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.lp-feat--on {
  background: rgba(111, 190, 99, 0.2);
  color: var(--lp-teal);
  border: 1px solid rgba(111, 190, 99, 0.35);
}
.lp-feat--off {
  background: transparent;
  color: rgba(168, 182, 165, 0.45);
  border: 1px dashed rgba(168, 182, 165, 0.25);
  text-decoration: line-through;
  text-decoration-color: rgba(168, 182, 165, 0.35);
}
.lp-feat--partial {
  background: rgba(168, 182, 165, 0.1);
  color: rgba(168, 182, 165, 0.85);
  border: 1px solid rgba(168, 182, 165, 0.35);
}
.lp-feat--partial::before {
  content: "○ ";
  font-weight: 700;
}
.lp-compare-card--us .lp-feat--on {
  background: rgba(111, 190, 99, 0.28);
  border-color: rgba(111, 190, 99, 0.5);
}

.lp-quote {
  margin-top: 16px;
  padding: 0 0 0 14px;
  border-left: 2px solid var(--lp-teal);
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: normal;
}

/* ═══ ROADMAP (in duo) ═══ */
.lp-roadmap__timeline { margin-top: 8px; }
.lp-stage {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  padding-bottom: 18px;
  position: relative;
}
.lp-stage:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 22px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--lp-teal-dim), transparent);
}
.lp-stage__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--lp-border);
  background: var(--lp-bg);
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.lp-stage__dot--live {
  border-color: var(--lp-teal);
  background: var(--lp-teal-dim);
  box-shadow: 0 0 12px rgba(111, 190, 99, 0.45);
}
.lp-stage__dot--future { border-color: var(--lp-amber); }
.lp-stage__body {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  background: rgba(5, 13, 8, 0.55);
}
.lp-stage__phase {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lp-amber);
  margin-bottom: 4px;
  display: block;
}
.lp-stage__body h3 { color: var(--white); font-size: 0.95rem; margin-bottom: 4px; }
.lp-stage__body p { color: var(--text-muted); font-size: 0.8rem; line-height: 1.5; margin: 0 0 8px; }
.lp-stage__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(111, 190, 99, 0.15);
  color: var(--lp-teal);
  border: 1px solid rgba(111, 190, 99, 0.25);
}
.lp-stage__tag--soon { background: rgba(168, 182, 165, 0.1); color: var(--text-muted); border-color: rgba(168, 182, 165, 0.2); }
.lp-stage__tag--eu { background: rgba(244, 182, 63, 0.12); color: var(--lp-amber); border-color: rgba(244, 182, 63, 0.25); }

/* ═══ LIVES STACK (in duo) ═══ */
.lp-lives__stack { display: grid; gap: 8px; margin-top: 16px; }
.lp-life {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--lp-border);
  background: rgba(5, 13, 8, 0.45);
}
.lp-life i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(111, 190, 99, 0.14);
  color: var(--lp-teal);
  font-size: 1.1rem;
}
.lp-life h3 { color: var(--white); font-size: 0.88rem; margin-bottom: 2px; }
.lp-life p { color: var(--text-muted); font-size: 0.78rem; line-height: 1.45; margin: 0; }
.lp-sdg { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.lp-sdg img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; }
.lp-sdg-note { margin-top: 20px; font-size: 0.68rem; color: var(--text-muted); line-height: 1.5; }
.lp-sdg-note a { color: var(--lp-teal); }

/* ═══ FAQ + CONTACT ═══ */
.lp-faq-contact { background: linear-gradient(180deg, transparent, rgba(63, 143, 78, 0.04)); }
.lp-faq-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}
.lp-faq__grid { display: grid; gap: 8px; margin-top: 20px; }
.lp-faq__item {
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  background: var(--lp-glass);
  padding: 2px 16px;
}
.lp-faq__item[open] { border-color: rgba(111, 190, 99, 0.35); background: rgba(16, 34, 23, 0.85); }
.lp-faq__item summary {
  cursor: pointer;
  list-style: none;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 700;
  font-size: 0.92rem;
}
.lp-faq__item summary::-webkit-details-marker { display: none; }
.lp-faq__item summary span { font-size: 0.68rem; font-weight: 800; color: var(--lp-amber); min-width: 22px; }
.lp-faq__item summary::after { content: "+"; margin-left: auto; color: var(--lp-amber); font-size: 1.2rem; }
.lp-faq__item[open] summary::after { content: "–"; }
.lp-faq__item p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; padding: 0 0 14px 34px; margin: 0; }

.lp-faq-contact__form .contact-form {
  padding: 24px 20px;
  border-radius: var(--lp-radius-lg);
  border: 1px solid var(--lp-border);
  background: var(--lp-glass);
}
.lp-faq-contact__form .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.lp-faq-contact__form .contact-form .form-submit {
  width: auto !important;
  max-width: 50% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 22px !important;
  align-self: flex-start;
  font-size: 0.88rem !important;
  box-shadow: 0 8px 20px rgba(63, 143, 78, 0.2) !important;
}
.lp-form-head {
  position: relative;
  margin-bottom: 20px;
}
.lp-form-head .lp-title { margin-bottom: 8px; }
.lp-form-head .lp-sub { margin-bottom: 0; }

/* ═══ GET IN TOUCH + APPS ═══ */
.lp-touch { padding-bottom: 40px; }
.lp-touch__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 4vw, 36px);
  align-items: stretch;
}
.lp-touch__cta {
  margin: 20px 0 8px;
  min-height: 48px;
}
.lp-contact__hq {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 16px 0;
}
.lp-contact__hq i { color: var(--lp-teal); }
.lp-apps {
  padding: 0;
  border: none;
  background: transparent;
  height: auto;
  display: block;
}
.lp-apps h3 {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 800;
  color: var(--white);
  margin: 0 0 10px;
  line-height: 1.2;
}
.lp-apps p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 20px;
  max-width: 36ch;
}
.lp-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.lp-store-btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: not-allowed;
  opacity: 0.85;
  line-height: 0;
}
.lp-store-btn img {
  display: block;
  height: 54px;
  width: auto;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1100px) {
  .lp-layers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .lp-hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "panel"
      "stats";
  }
  .lp-hero__copy,
  .lp-hero__panel { align-self: auto; }
  .lp-duo__grid,
  .lp-faq-contact__grid,
  .lp-touch__grid { grid-template-columns: 1fr; }
  .lp-crisis__grid { grid-template-columns: 1fr 1fr; }
  .lp-bento { grid-template-columns: 1fr 1fr; }
  .lp-ticker { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  main.lp section,
  .lp-duo,
  .lp-touch { padding: 30px 0; }
  main.lp #hero { padding-top: 96px; padding-bottom: 64px; }
  main.lp .container { padding-left: 16px; padding-right: 16px; }

  .lp-display { font-size: clamp(2.15rem, 9vw, 2.75rem); margin-bottom: 16px; }
  .lp-title { font-size: clamp(1.75rem, 7.2vw, 2.2rem); margin-bottom: 14px; }
  .lp-lead, .lp-sub { font-size: 1.1rem; line-height: 1.65; max-width: none; }
  .lp-eyebrow { font-size: 0.78rem; padding: 6px 12px 6px 10px; margin-bottom: 14px; }
  .lp-eyebrow--plain { padding: 0; margin-bottom: 12px; font-size: 0.76rem; }
  .lp-section-head { margin-bottom: 28px; }
  .lp-secnum { font-size: 2.5rem; }

  .lp-statbar {
    grid-template-columns: 1fr;
    border-top: 0;
    padding-top: 16px;
    gap: 16px;
  }
  .lp-statbar li {
    padding: 0;
    border-left: 0 !important;
  }
  .lp-statbar li + li { padding-left: 0 !important; }
  .lp-statbar > li > span:last-child { font-size: 1rem; }
  .lp-bento--duo { grid-template-columns: 1fr; }

  .lp-crisis__grid,
  .lp-bento,
  .lp-ticker { grid-template-columns: 1fr; }
  .lp-bento__stat--wide { grid-column: span 1; }

  .lp-layers { grid-template-columns: 1fr 1fr; gap: 10px; }
  .lp-layer { padding: 16px 14px; }
  .lp-layer h3 { font-size: 1rem; }
  .lp-layer p { font-size: 0.92rem; }
  .lp-layer i { font-size: 1.4rem; }
  .lp-layer__n { font-size: 0.74rem; }

  .lp-ticker__item { padding: 16px 14px; }
  .lp-ticker__val { font-size: 1.05rem; }
  .lp-ticker__item > span:last-child { font-size: 0.92rem; }

  .lp-duo__grid { gap: 64px; }

  .lp-matrix--desktop { display: none; }
  .lp-compare-stack { display: block; margin-top: 8px; }

  .lp-crisis-card h3,
  .lp-bento__card h3,
  .lp-life h3,
  .lp-stage__body h3 { font-size: 1.1rem; }
  .lp-crisis-card p,
  .lp-bento__card p,
  .lp-bento__science p,
  .lp-bento__cite,
  .lp-life p,
  .lp-stage__body p { font-size: 1.02rem; }

  .lp-shade__list strong { font-size: 0.98rem; }
  .lp-shade__list span { font-size: 0.95rem; }
  .lp-audience li { font-size: 0.92rem; }
  .lp-quote { font-size: 1rem; }
  .lp-feat { font-size: 0.78rem; }

  .lp-faq__item summary { font-size: 1.05rem; min-height: 48px; }
  .lp-faq__item p { padding-left: 0; font-size: 1.02rem; }

  .lp-faq-contact__form .contact-form .form-row {
    grid-template-columns: 1fr;
  }
  .lp-faq-contact__form .contact-form .form-submit {
    max-width: 100% !important;
  }

  .lp-apps p { font-size: 1.05rem; }
  .lp-store-btn img { height: 48px; }
}

@media (max-width: 768px) {
  .lp-statbar {
    grid-template-columns: 1fr;
    border-top: 0;
    padding-top: 16px;
    gap: 14px;
  }
  .lp-statbar li {
    padding: 0;
    border-left: 0 !important;
  }
  .lp-statbar li + li { padding-left: 0 !important; }
  .lp-bento--duo { grid-template-columns: 1fr; }
}

@media (min-width: 721px) {
  .lp-compare-stack { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero__mesh,
  .lp-path-draw { animation: none; }
  .lp-heat { filter: none; }
  .lp-hero__cta .btn-primary::after { display: none; }
  .lp-cool-wind { display: none; }
}

