/* Landing home — matches mockup layout with DigitalWall theme tokens */
/* Page-level animated gradient lives in public_animated_bg.css */

.landing-page {
  --landing-dark: var(--ink);
  --landing-dark-2: var(--charcoal-2);
  --landing-surface: var(--charcoal);
  --landing-surface-2: var(--charcoal-2);
  --landing-text: var(--white);
  --landing-text-muted: var(--muted);
  --landing-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  --landing-shadow-lg: 0 28px 64px rgba(0, 0, 0, 0.45);
  --section-base: #17181B;
  --section-base-alt: #1C1D22;
  position: relative;
  overflow-x: clip;
  background: transparent;
}

.landing-page section {
  position: relative;
  z-index: 1;
  padding: 72px 0;
  color: var(--white);
}

.landing-page section > .wrap {
  position: relative;
  z-index: 1;
}

.landing-page .landing-hero {
  --hero-header: var(--header-h, 82px);
  --hero-phone-h: min(90dvh, calc(100dvh - var(--hero-header) - 1.6rem));
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: calc(var(--hero-header) + 4px + env(safe-area-inset-top, 0px)) 0 calc(8px + env(safe-area-inset-bottom, 0px));
  border-bottom: 1px solid var(--hairline);
}

main:has(.landing-page) {
  padding-top: 0;
}

.landing-section--light {
  color: var(--white);
}

.landing-section--light .landing-eyebrow {
  color: var(--accent);
}

.landing-section--light .landing-section-title {
  color: var(--white);
}

.landing-section--light .landing-section-subtitle {
  color: var(--muted);
}

/* Hero */
.landing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.landing-hero__content {
  text-align: left;
}

.landing-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: clamp(10px, 1.8vh, 20px);
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--eco);
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid var(--eco-line);
}

.landing-hero h1 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 700;
  color: var(--white);
  margin-bottom: clamp(12px, 2vh, 20px);
  max-width: 16em;
}

.landing-hero h1 .accent {
  color: var(--accent);
}

.landing-hero__nowrap {
  white-space: nowrap;
}

.landing-hero__desc {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  color: var(--muted);
  max-width: 500px;
  margin-bottom: clamp(16px, 2.4vh, 28px);
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(16px, 2.6vh, 32px);
}

.landing-hero__actions .btn-primary,
.landing-hero__actions .btn-secondary {
  padding: 9px 18px;
  font-size: 14px;
}

.landing-btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.landing-btn-arrow svg {
  width: 15px;
  height: 15px;
}

.landing-btn-play {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.landing-btn-play svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.landing-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-pill {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--hairline-2);
  background: rgba(255, 255, 255, 0.04);
}

.landing-hero__taglines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.landing-hero__tagline {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--white);
  line-height: 1.45;
}

.landing-hero__tagline--eco {
  color: var(--eco);
}

/* Hero preview — dashboard + mobile live preview */
.landing-hero__visual {
  position: relative;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-hero-preview {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  perspective: 1400px;
}

.landing-hero-preview__mobile {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-hero-preview__phone {
  position: relative;
  width: min(460px, 100%, calc(var(--hero-phone-h) * 390 / 844));
  transform-style: preserve-3d;
}

.landing-hero-preview__phone-body {
  position: relative;
  width: 100%;
  padding: 11px 10px 13px;
  border-radius: 42px;
  background:
    linear-gradient(155deg, #5a5c64 0%, #2a2b30 16%, #141518 48%, #0c0d10 78%, #3a3c44 100%);
  box-shadow:
    22px 28px 56px rgba(0, 0, 0, 0.48),
    10px 8px 0 0 #1b1c20,
    16px 12px 0 0 #0a0b0d,
    inset 1px 1px 0 rgba(255, 255, 255, 0.28),
    inset -3px -4px 10px rgba(0, 0, 0, 0.55);
  transform: rotateY(-14deg) rotateX(5deg);
  transform-style: preserve-3d;
}

.landing-hero-preview__phone-body::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 36px;
  pointer-events: none;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.landing-hero-preview__island {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 4;
  width: 28%;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #050506;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.landing-hero-preview__btn {
  position: absolute;
  background: linear-gradient(180deg, #6a6c74, #2c2d32);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.landing-hero-preview__btn--silent {
  left: -3px;
  top: 18%;
  width: 3px;
  height: 18px;
}

.landing-hero-preview__btn--vol-up {
  left: -3px;
  top: 26%;
  width: 3px;
  height: 28px;
}

.landing-hero-preview__btn--vol-down {
  left: -3px;
  top: 36%;
  width: 3px;
  height: 28px;
}

.landing-hero-preview__btn--power {
  right: -3px;
  top: 28%;
  width: 3px;
  height: 46px;
}

.landing-hero-preview__phone-outer {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 844;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-preview__phone-body {
    transform: none;
  }
}

.landing-hero-preview__slides {
  position: absolute;
  inset: 0;
}

.landing-hero-preview__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: none;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.landing-hero-preview__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.landing-hero-preview__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.landing-hero-preview__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--hairline-2);
  background: rgba(42, 43, 48, 0.88);
  color: var(--white);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.landing-hero-preview__nav-btn:hover {
  border-color: var(--accent-line);
  background: rgba(245, 130, 12, 0.14);
  color: var(--accent);
}

.landing-hero-preview__nav-btn:active {
  transform: scale(0.96);
}

.landing-hero-preview__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.landing-hero-preview__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.landing-hero-preview__dot:hover {
  background: rgba(255, 255, 255, 0.5);
}

.landing-hero-preview__dot.is-active {
  width: 18px;
  border-radius: 999px;
  background: var(--accent);
}

.landing-hero-preview__mobile .dash-caption {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Audience strip — after hero */
.landing-audience {
  padding: 28px 0 8px;
}

.landing-audience__heading {
  margin-bottom: 28px;
  background: transparent;
}

.landing-audience__headline {
  font-size: clamp(18px, 2.4vw, 26px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.landing-audience .landing-audience__tagline,
.landing-section--light .landing-audience__tagline {
  color: var(--eco) !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.landing-audience__row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  background: transparent;
  border: 1px solid var(--hairline-2);
  border-radius: 18px;
  overflow: hidden;
}

.landing-audience__item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid var(--hairline);
  transition: background 0.2s ease;
}

.landing-audience__item:last-child {
  border-right: none;
}

.landing-audience__item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.landing-audience__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}

.landing-audience__item--blue .landing-audience__icon {
  background: #2563EB;
}

.landing-audience__item--green .landing-audience__icon {
  background: #16A34A;
}

.landing-audience__item--purple .landing-audience__icon {
  background: #7C3AED;
}

.landing-audience__title {
  margin: 0 0 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

.landing-audience__item--blue .landing-audience__title {
  color: #60A5FA;
}

.landing-audience__item--green .landing-audience__title {
  color: #4ADE80;
}

.landing-audience__item--purple .landing-audience__title {
  color: #C4B5FD;
}

.landing-audience__meta {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

@media (max-width: 900px) {
  .landing-audience__row {
    flex-direction: column;
  }

  .landing-audience__item {
    border-right: none;
    border-bottom: 1px solid var(--hairline);
  }

  .landing-audience__item:last-child {
    border-bottom: none;
  }
}

/* Platform layers carousel */
.landing-layers__heading {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.landing-layers__carousel {
  position: relative;
  padding: 0 44px 8px;
  background: transparent;
}

.landing-layers-swiper,
.landing-layers-swiper .swiper-wrapper,
.landing-layers-swiper .swiper-slide {
  background: transparent !important;
  box-shadow: none !important;
}

.landing-layers-swiper {
  overflow: hidden;
}

.landing-layers-swiper .swiper-slide {
  height: auto;
}

.landing-layer {
  background: transparent !important;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.landing-layers .landing-eyebrow--eco {
  color: var(--eco);
}

.landing-layer__panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.landing-layer-panel {
  flex: 1 1 240px;
  max-width: 100%;
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: 20px 18px;
}

a.landing-layer-panel--link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

a.landing-layer-panel--link:hover {
  border-color: var(--accent-line);
  transform: translateY(-3px);
}

a.landing-layer-panel--link .landing-layer-panel__title {
  color: var(--accent) !important;
}

.landing-layer-panel__cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--eco);
}

a.landing-layer-panel--link:hover .landing-layer-panel__cta,
a.landing-layer-esg-cta:hover .landing-layer-panel__cta {
  text-decoration: underline;
}

a.landing-layer__panels--esg-link {
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease;
}

a.landing-layer__panels--esg-link:hover {
  border-color: var(--eco);
}

a.landing-layer-esg-cta {
  text-decoration: none;
  color: inherit;
}

.landing-layer__panels--2 .landing-layer-panel {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.landing-layer__panels--3 .landing-layer-panel {
  flex-basis: calc(33.333% - 12px);
  max-width: calc(33.333% - 12px);
}

.landing-layer__panels--analytics .landing-layer-panel {
  flex: 0 1 calc(20% - 13px);
  max-width: calc(20% - 13px);
  min-width: 160px;
}

.landing-layer-panel__badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
  color: #17181B;
}

.landing-layer-panel--blue .landing-layer-panel__badge {
  background: #3B82F6;
}

.landing-layer-panel--green .landing-layer-panel__badge {
  background: var(--eco);
}

.landing-layer-panel__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.landing-layer-panel--blue .landing-layer-panel__icon {
  background: rgba(59, 130, 246, 0.18);
}

.landing-layer-panel--green .landing-layer-panel__icon {
  background: rgba(34, 197, 94, 0.16);
}

.landing-layer-panel--orange .landing-layer-panel__icon {
  background: rgba(245, 130, 12, 0.16);
}

.landing-layer-panel--purple .landing-layer-panel__icon {
  background: rgba(139, 92, 246, 0.18);
}

.landing-layer-panel__title {
  margin: 0 0 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
}

.landing-layer-panel--blue .landing-layer-panel__title {
  color: #93C5FD;
}

.landing-layer-panel--green .landing-layer-panel__title {
  color: #86EFAC;
}

.landing-layer-panel--orange .landing-layer-panel__title {
  color: var(--accent);
}

.landing-layer-panel--purple .landing-layer-panel__title {
  color: #C4B5FD;
}

.landing-layer-panel__sub {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}

.landing-layer-panel__icons {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 18px;
}

.landing-layer-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.landing-layer-panel__list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #D1D5DB;
}

.landing-layer-panel__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 700;
}

.landing-layer-panel--blue .landing-layer-panel__list li::before {
  color: #60A5FA;
}

.landing-layer-panel--green .landing-layer-panel__list li::before {
  color: var(--eco);
}

.landing-layer-panel--orange .landing-layer-panel__list li::before {
  color: var(--accent);
}

.landing-layer-panel--purple .landing-layer-panel__list li::before {
  color: #A78BFA;
}

.landing-layer-panel--dash {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.landing-layer-dash {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 12px 0;
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(139, 92, 246, 0.25);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 10px;
}

.landing-layer-dash__bar,
.landing-layer-dash__donut,
.landing-layer-dash__line,
.landing-layer-dash__map {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.landing-layer-dash__bar {
  background:
    linear-gradient(90deg, rgba(139, 92, 246, 0.55) 0 18%, transparent 18% 22%, rgba(139, 92, 246, 0.4) 22% 40%, transparent 40% 44%, rgba(139, 92, 246, 0.7) 44% 62%, transparent 62% 66%, rgba(139, 92, 246, 0.35) 66% 84%, transparent 84%),
    rgba(255, 255, 255, 0.04);
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.landing-layer-dash__donut {
  background:
    radial-gradient(circle at center, transparent 28%, rgba(245, 130, 12, 0.55) 29% 48%, transparent 49%),
    rgba(255, 255, 255, 0.04);
}

.landing-layer-dash__line {
  background:
    linear-gradient(135deg, transparent 40%, rgba(56, 189, 248, 0.7) 41%, transparent 42%),
    linear-gradient(20deg, transparent 55%, rgba(56, 189, 248, 0.45) 56%, transparent 57%),
    rgba(255, 255, 255, 0.04);
}

.landing-layer-dash__map {
  background:
    radial-gradient(circle at 30% 40%, rgba(34, 197, 94, 0.55) 0 4px, transparent 5px),
    radial-gradient(circle at 62% 55%, rgba(34, 197, 94, 0.45) 0 3px, transparent 4px),
    radial-gradient(circle at 48% 28%, rgba(34, 197, 94, 0.5) 0 3px, transparent 4px),
    rgba(255, 255, 255, 0.04);
}

.landing-layer__esg-row {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.landing-layer__panels--esg {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: 16px;
  overflow: hidden;
}

.landing-layer-esg-item {
  flex: 1 1 140px;
  text-align: center;
  padding: 20px 14px;
  border-right: 1px solid var(--hairline);
}

.landing-layer-esg-item:last-child {
  border-right: none;
}

.landing-layer-esg-item__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.landing-layer-esg-item h4 {
  margin: 0 0 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #86EFAC;
}

.landing-layer-esg-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}

.landing-layer-esg-cta {
  position: relative;
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 20px;
  border-radius: 16px;
  background: linear-gradient(160deg, #166534, #14532D);
  color: #fff;
  overflow: hidden;
}

.landing-layer-esg-cta__leaf {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 22px;
  opacity: 0.85;
}

.landing-layer-esg-cta__title {
  margin: 0 0 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-layer-esg-cta__sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.landing-layers__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--hairline-2);
  background: var(--charcoal-2);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.landing-layers__nav:hover {
  border-color: var(--accent-line);
  background: rgba(245, 130, 12, 0.14);
  color: var(--accent);
}

.landing-layers__nav--prev {
  left: 0;
}

.landing-layers__nav--next {
  right: 0;
}

.landing-layers__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.landing-layers__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
  border-radius: 50%;
  transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
}

.landing-layers__dots .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 999px;
  background: var(--accent);
}

/* Section header */
.landing-section-header {
  margin-bottom: 48px;
}

.landing-section-header--center {
  text-align: center;
}

.landing-section-header--center .landing-section-subtitle {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.landing-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 25px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.landing-section-title {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 12px;
}

.landing-section-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
}

/* Stats */
.landing-stats {
  padding: 56px 0;
}

.landing-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.landing-stat {
  text-align: center;
  padding: 12px 8px;
}

.landing-stat__icon {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1;
}

.landing-stat__value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 6px;
}

.landing-stat__label {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.4;
}

/* Comparison VS */
.landing-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: stretch;
  max-width: 960px;
  margin: 0 auto;
}

.landing-vs__card {
  border-radius: 16px;
  padding: 32px;
  border: 1px solid var(--hairline-2);
  background: var(--charcoal-2);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.landing-vs__card--old {
  background: linear-gradient(160deg, rgba(220, 60, 50, 0.18) 0%, rgba(40, 22, 22, 0.95) 55%, rgba(28, 20, 20, 0.98) 100%);
  border-color: rgba(248, 113, 113, 0.45);
}

.landing-vs__card--new {
  background: linear-gradient(160deg, rgba(245, 130, 12, 0.2) 0%, rgba(42, 30, 16, 0.95) 55%, rgba(28, 24, 18, 0.98) 100%);
  border-color: rgba(245, 130, 12, 0.55);
}

.landing-vs__card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.landing-vs__card--old .landing-vs__card-title {
  color: #FCA5A5;
}

.landing-vs__card--new .landing-vs__card-title {
  color: #FFB04A;
}

.landing-vs__list {
  list-style: none;
  font-size: 15px;
  line-height: 1.9;
  color: #E8ECF2;
  font-weight: 500;
}

.landing-vs__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 2px;
}

.landing-vs__list--old li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #F87171;
  font-weight: 700;
  font-size: 13px;
}

.landing-vs__list--new li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFB04A;
  font-weight: 700;
}

.landing-vs__badge {
  align-self: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2A2F38;
  border: 2px solid rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  z-index: 1;
  flex-shrink: 0;
}

/* Smart Networking highlight */
.landing-smart-network__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.landing-smart-network__card {
  background: var(--charcoal-2);
  border: 1px solid var(--hairline-2);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: var(--landing-shadow);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.landing-smart-network__card:hover {
  border-color: rgba(245, 130, 12, 0.45);
  transform: translateY(-2px);
}

.landing-smart-network__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 14px;
  background: rgba(245, 130, 12, 0.14);
  border: 1px solid rgba(245, 130, 12, 0.28);
}

.landing-smart-network__card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 8px;
}

.landing-smart-network__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #D5DBE6;
}

.landing-smart-network__cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.landing-smart-network__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-weight: 650;
  font-size: 15px;
  text-decoration: none;
}

.landing-smart-network__link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.landing-smart-network__link:hover svg {
  transform: translateX(3px);
}

/* Process */
.landing-process__track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  position: relative;
}

.landing-process-step {
  position: relative;
  text-align: center;
  padding: 20px 12px;
  background: var(--charcoal-2);
  border: 1px solid var(--hairline-2);
  border-radius: 16px;
  box-shadow: var(--landing-shadow);
}

.landing-process-step__arrow {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--muted-2);
}

.landing-process-step__arrow svg {
  width: 20px;
  height: 20px;
}

.landing-process-step__icon {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1;
}

.landing-process-step__num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
  color: #17181B;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.landing-process-step__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.landing-process-step__desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}

/* Feature cards */
.landing-solutions {
  position: relative;
}

.landing-smart-network__card,
.landing-process-step,
.landing-feature-card,
.landing-testimonial {
  backdrop-filter: blur(6px);
}

.landing-solutions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.landing-feature-card {
  --feature-tone: var(--accent);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    var(--charcoal-2);
  border: 1px solid var(--hairline-2);
  border-radius: 18px;
  padding: 26px 22px 22px;
  box-shadow: var(--landing-shadow);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.landing-feature-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--feature-tone), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.landing-feature-card--link {
  cursor: pointer;
}

.landing-feature-card--link:hover,
.landing-feature-card--link:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(245, 130, 12, 0.45);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
  outline: none;
}

.landing-feature-card--link:hover::before,
.landing-feature-card--link:focus-visible::before {
  opacity: 1;
}

.landing-feature-card--link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.landing-feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  border: 1px solid color-mix(in srgb, var(--feature-tone) 30%, transparent);
  background: color-mix(in srgb, var(--feature-tone) 16%, transparent);
  transition: transform 0.25s ease;
}

.landing-feature-card--link:hover .landing-feature-card__icon {
  transform: scale(1.06);
}

.landing-feature-card--accent { --feature-tone: var(--accent); }
.landing-feature-card--blue { --feature-tone: #5B9CFF; }
.landing-feature-card--teal { --feature-tone: #2DD4BF; }
.landing-feature-card--sky { --feature-tone: #38BDF8; }
.landing-feature-card--purple { --feature-tone: #A78BFA; }
.landing-feature-card--orange { --feature-tone: #FB923C; }
.landing-feature-card--eco { --feature-tone: #4ADE80; }

.landing-feature-card__body {
  flex: 1 1 auto;
}

.landing-feature-card__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.landing-feature-card__desc {
  font-size: 14px;
  line-height: 1.65;
  color: #D0D5DE;
  margin: 0 0 20px;
}

.landing-feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 650;
  color: var(--accent);
}

.landing-feature-card__link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.landing-feature-card--link:hover .landing-feature-card__link svg,
.landing-feature-card--link:focus-visible .landing-feature-card__link svg {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .landing-feature-card,
  .landing-feature-card__icon,
  .landing-feature-card__link svg {
    transition: none;
  }

  .landing-feature-card--link:hover,
  .landing-feature-card--link:focus-visible {
    transform: none;
  }
}

/* Testimonials */
.landing-testimonials__carousel {
  position: relative;
  padding: 0 44px;
}

.landing-testimonials-swiper {
  overflow: hidden;
  padding: 4px 2px 8px;
}

.landing-testimonials-swiper .swiper-slide {
  height: auto;
}

.landing-testimonial {
  background: var(--charcoal-2);
  border: 1px solid var(--hairline-2);
  border-radius: 16px;
  padding: 28px;
  box-shadow: var(--landing-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.landing-testimonials-swiper .swiper-slide-active .landing-testimonial {
  border-color: rgba(245, 130, 12, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.landing-testimonials__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--hairline-2);
  background: var(--charcoal-2);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.landing-testimonials__nav:hover {
  background: var(--charcoal);
  border-color: var(--accent);
  color: var(--accent);
}

.landing-testimonials__nav--prev {
  left: 0;
}

.landing-testimonials__nav--next {
  right: 0;
}

.landing-testimonial__quote-mark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: var(--accent);
  margin-bottom: 8px;
}

.landing-testimonial__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 20px;
}

.landing-testimonial__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-testimonial__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--charcoal);
  border: 1px solid var(--hairline-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--accent);
  flex-shrink: 0;
}

.landing-testimonial__name {
  font-weight: 600;
  font-size: 15px;
  color: var(--white);
}

.landing-testimonial__role {
  font-size: 13px;
  color: var(--muted);
}

.landing-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  position: static;
}

.landing-testimonials__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hairline-2);
  opacity: 1;
  margin: 0 !important;
  transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
}

.landing-testimonials__dots .swiper-pagination-bullet-active {
  background: var(--accent);
  width: 24px;
  border-radius: 4px;
}

/* CTA band */
.landing-cta-band {
  padding: 48px 0 80px;
}

.landing-cta-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 36px 40px;
  background:
    linear-gradient(135deg, rgba(245, 130, 12, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(42, 43, 48, 0.96), rgba(28, 29, 34, 0.98));
  border: 1px solid var(--accent-line);
  border-radius: 20px;
  box-shadow: var(--landing-shadow-lg);
  backdrop-filter: blur(8px);
}

.landing-cta-band__icon {
  font-size: 40px;
  flex-shrink: 0;
  line-height: 1;
}

.landing-cta-band__copy {
  flex: 1;
  min-width: 0;
}

.landing-cta-band__title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.landing-cta-band__subtitle {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

.landing-cta-band__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Green impact calculator */
.landing-page .landing-green-calc {
  padding-top: 16px;
  padding-bottom: 64px;
  border-top: 1px solid var(--hairline);
}

.landing-green-calc .landing-eyebrow {
  color: var(--eco);
}

.landing-green-calc__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.landing-green-calc__controls {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.landing-green-calc__slider {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.landing-green-calc__slider-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.landing-green-calc__label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}

.landing-green-calc__value {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--eco);
  white-space: nowrap;
}

.landing-green-calc__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.85) var(--range-progress, 0%), rgba(255, 255, 255, 0.12) var(--range-progress, 0%));
  outline: none;
  cursor: pointer;
}

.landing-green-calc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ecfdf3;
  border: 2px solid var(--eco);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  transition: transform 0.15s ease;
}

.landing-green-calc__range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ecfdf3;
  border: 2px solid var(--eco);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

.landing-green-calc__range:hover::-webkit-slider-thumb,
.landing-green-calc__range:focus-visible::-webkit-slider-thumb {
  transform: scale(1.08);
}

.landing-green-calc__range:focus-visible {
  outline: 2px solid var(--eco);
  outline-offset: 4px;
}

.landing-green-calc__range-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.landing-green-calc__hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 48ch;
}

.landing-green-calc__results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.landing-green-calc__metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 12px;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(34, 197, 94, 0.1), rgba(255, 255, 255, 0.02));
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.landing-green-calc__metric.is-updated {
  transform: translateY(-2px);
  border-color: rgba(34, 197, 94, 0.45);
}

.landing-green-calc__metric--wide {
  grid-column: 1 / -1;
}

.landing-green-calc__metric-icon {
  font-size: 15px;
  line-height: 1;
}

.landing-green-calc__metric-label {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.landing-green-calc__metric-value {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: var(--eco);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.landing-green-calc__metric-value small {
  font-size: 0.55em;
  font-weight: 600;
  opacity: 0.75;
  margin-left: 2px;
}

@media (max-width: 900px) {
  .landing-green-calc__panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .landing-green-calc__hint {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .landing-page .landing-green-calc {
    padding-bottom: 48px;
  }

  .landing-green-calc__results {
    grid-template-columns: 1fr;
  }
}


/* Nav text CTAs (home layout) */
body.landing-site .nav-controls .nav-auth-btn--text,
body.landing-site .nav-controls .nav-cta--text {
  width: auto;
  height: auto;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  gap: 0;
}

body.landing-site .nav-controls .nav-auth-btn--text svg,
body.landing-site .nav-controls .nav-cta--text svg {
  display: none;
}

body.landing-site .nav-controls .nav-auth-btn--text {
  border: 1px solid var(--hairline-2);
  background: transparent;
  color: var(--white);
}

body.landing-site .nav-controls .nav-cta--text {
  padding: 6px 16px;
}

/* Responsive */
@media (max-width: 1100px) {
  .landing-smart-network__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .landing-page section {
    padding: 56px 0;
  }

  .landing-page .landing-hero {
    --hero-phone-h: min(70dvh, 640px);
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: calc(var(--hero-header, 82px) + 4px + env(safe-area-inset-top, 0px)) 0 calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .landing-hero__grid {
    grid-template-columns: 1fr;
    gap: clamp(16px, 3vh, 28px);
    text-align: center;
    justify-items: center;
  }

  .landing-hero__content {
    text-align: center;
  }

  .landing-hero h1,
  .landing-hero__desc {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-hero__actions,
  .landing-hero__pills,
  .landing-hero__taglines {
    justify-content: center;
  }

  .landing-hero__taglines {
    align-items: center;
    text-align: center;
  }

  .landing-hero__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-hero__actions .btn-primary,
  .landing-hero__actions .btn-secondary,
  .landing-hero__actions .landing-btn-arrow,
  .landing-hero__actions .landing-btn-play {
    width: 100%;
    justify-content: center;
  }

  .landing-hero__visual {
    max-width: min(520px, 100%);
    width: 100%;
    margin: 0 auto;
    min-height: 0;
  }

  .landing-hero-preview {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }

  .landing-hero-preview__mobile {
    width: 100%;
    margin: 0 auto;
  }

  .landing-hero-preview__phone {
    width: min(400px, 92vw, calc(var(--hero-phone-h) * 390 / 844));
    margin-bottom: 28px;
  }

  .landing-hero-preview__phone-body {
    transform: none;
    padding: 10px 9px 12px;
  }

  .landing-hero-preview__phone-outer {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .landing-hero-preview__mobile .dash-caption {
    display: none;
  }

  .landing-layers__carousel {
    padding: 0 36px 8px;
  }

  .landing-layer__panels--2 .landing-layer-panel,
  .landing-layer__panels--3 .landing-layer-panel {
    flex-basis: 100%;
    max-width: 100%;
  }

  .landing-layer__panels--analytics .landing-layer-panel {
    flex-basis: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }

  .landing-layer__esg-row {
    flex-direction: column;
  }

  .landing-layer-esg-cta {
    flex: 1 1 auto;
    min-height: 120px;
  }

  .landing-layer-esg-item {
    flex-basis: calc(50% - 1px);
    border-right: none;
    border-bottom: 1px solid var(--hairline);
  }

  .landing-section-header {
    margin-bottom: 32px;
  }

  .landing-vs {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-vs__badge {
    margin: 0 auto;
  }

  .landing-vs__card {
    padding: 24px;
  }

  .landing-process__track {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    gap: 16px;
  }

  .landing-process-step__arrow {
    display: none;
  }

  .landing-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-testimonials__carousel {
    padding: 0 36px;
  }

  .landing-cta-band__inner {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 20px;
  }

  .landing-cta-band__btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .landing-page section {
    padding: 48px 0;
  }

  .landing-page .landing-hero {
    --hero-phone-h: min(66dvh, 580px);
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: calc(var(--hero-header, 82px) + 4px + env(safe-area-inset-top, 0px)) 0 calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .landing-hero h1 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .landing-hero__br {
    display: none;
  }

  .landing-hero__nowrap {
    white-space: normal;
  }

  .landing-hero__desc {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .landing-badge {
    font-size: 11px;
    padding: 6px 12px;
    margin-bottom: 10px;
  }

  .landing-hero__pills {
    gap: 8px;
  }

  .landing-pill {
    font-size: 12px;
    padding: 6px 10px;
  }

  .landing-stats {
    padding: 40px 0;
  }

  .landing-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px;
  }

  .landing-stat {
    padding: 10px 6px;
  }

  .landing-stat__icon {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .landing-stat__label {
    font-size: 12px;
  }

  .landing-layers__carousel {
    padding: 0 28px 8px;
  }

  .landing-layer {
    padding: 20px 16px;
  }

  .landing-layer__panels--analytics .landing-layer-panel {
    flex-basis: 100%;
    max-width: 100%;
  }

  .landing-layer-esg-item {
    flex-basis: 100%;
  }

  .landing-solutions__grid {
    grid-template-columns: 1fr;
  }

  .landing-smart-network__grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-card {
    padding: 22px 18px;
  }

  .landing-testimonial {
    padding: 22px;
  }

  .landing-testimonials__carousel {
    padding: 0 28px;
  }

  .landing-testimonials__nav {
    width: 34px;
    height: 34px;
  }

  .landing-vs__card {
    padding: 20px;
  }

  .landing-vs__list {
    font-size: 14px;
    line-height: 1.75;
  }

  .landing-section-title {
    font-size: clamp(22px, 6.5vw, 30px);
  }

  .landing-section-subtitle {
    font-size: 15px;
  }

  .landing-hero-preview__mobile {
    width: 100%;
    margin: 0 auto;
  }

  .landing-hero-preview__phone {
    width: min(360px, 90vw, calc(var(--hero-phone-h) * 390 / 844));
    margin-bottom: 24px;
  }

  .landing-hero-preview__phone-outer {
    width: 100%;
    height: auto;
  }

  .landing-cta-band__inner {
    padding: 28px 18px;
  }

  .landing-cta-band__title {
    font-size: 22px;
  }

  .landing-cta-band__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .landing-stats__grid {
    grid-template-columns: 1fr;
  }

  .landing-hero__actions {
    max-width: none;
  }

  .landing-page .landing-hero {
    --hero-phone-h: min(60dvh, 480px);
  }
}

/* Short laptops / landscape tablets: keep two columns, shrink the phone */
@media (max-height: 760px) and (min-width: 901px) {
  .landing-page .landing-hero {
    --hero-phone-h: min(86dvh, calc(100dvh - var(--hero-header, 82px) - 1.4rem));
  }

  .landing-badge {
    margin-bottom: 10px;
  }

  .landing-hero__desc {
    margin-bottom: 14px;
  }

  .landing-hero__actions {
    margin-bottom: 14px;
  }
}

/* Stacked layout on short phones: drop pills so copy + preview fit */
@media (max-width: 900px) and (max-height: 780px) {
  .landing-hero__pills {
    display: none;
  }

  .landing-hero-preview__nav {
    margin-top: 10px;
    gap: 8px;
  }

  .landing-hero-preview__nav-btn {
    width: 28px;
    height: 28px;
  }
}

/* Landscape phones: two-column so the hero still fits one screen */
@media (max-height: 560px) and (min-width: 640px) {
  .landing-page .landing-hero {
    --hero-phone-h: min(78dvh, 320px);
    padding-top: calc(var(--hero-header, 82px) + 6px);
    padding-bottom: 10px;
  }

  .landing-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 16px;
    text-align: left;
    justify-items: stretch;
  }

  .landing-hero__content {
    text-align: left;
  }

  .landing-hero h1,
  .landing-hero__desc {
    margin-left: 0;
    margin-right: 0;
  }

  .landing-hero h1 {
    font-size: clamp(22px, 4.4vh, 36px);
    margin-bottom: 8px;
  }

  .landing-hero__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .landing-hero__actions {
    flex-direction: row;
    max-width: none;
    margin: 0 0 10px;
  }

  .landing-hero__actions .btn-primary,
  .landing-hero__actions .btn-secondary,
  .landing-hero__actions .landing-btn-arrow,
  .landing-hero__actions .landing-btn-play {
    width: auto;
  }

  .landing-hero__pills {
    display: none;
  }

  .landing-hero-preview__phone {
    width: min(180px, calc(var(--hero-phone-h) * 390 / 844));
  }

  .landing-hero-preview__phone-body {
    transform: rotateY(-6deg) rotateX(2deg);
    padding: 8px 7px 10px;
  }

  .landing-hero-preview__phone-outer {
    width: 100%;
  }
}

@media (max-width: 1320px) {
  body.landing-site .nav-controls .nav-auth-btn--text,
  body.landing-site .nav-controls .nav-cta--text {
    padding: 8px 14px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  body.landing-site .nav-controls .nav-auth-btn--text span,
  body.landing-site .nav-controls .nav-cta--text span {
    display: none;
  }

  body.landing-site .nav-controls .nav-auth-btn--text,
  body.landing-site .nav-controls .nav-cta--text {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
  }

  body.landing-site .nav-controls .nav-auth-btn--text svg,
  body.landing-site .nav-controls .nav-cta--text svg {
    display: block;
  }
}
