/* EcoZero Landing – modern interactive home */

.landing-page {
  padding: 0;
  max-width: none;
}

/* When landing is active: full width + full screen (no side margins) */
/* #main is inside #public-content-wrap.container when not logged in – make both full width */
body.landing-fullscreen #public-content-wrap,
body.landing-fullscreen #main {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.landing-fullscreen .landing-hero {
  width: 100%;
  min-height: 100vh;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}

body.landing-fullscreen .landing-section,
body.landing-fullscreen .landing-stats {
  width: 100%;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}

/* Hero – full viewport when not fullscreen (breakout); full screen height when fullscreen */
.landing-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  overflow: hidden;
}

.landing-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.landing-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  filter: brightness(1.04) contrast(1.03) saturate(1.05);
}

/* Minimal tint so footage stays vivid; depth from soft edge vignette */
.landing-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(236, 253, 245, 0.14) 0%,
    rgba(255, 255, 255, 0.04) 42%,
    rgba(52, 211, 153, 0.1) 100%
  );
  pointer-events: none;
}

.landing-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(
    ellipse 95% 85% at 50% 45%,
    transparent 35%,
    rgba(15, 23, 42, 0.14) 100%
  );
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-video {
    display: none;
  }
  .landing-hero-bg::before {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 25%, #a7f3d0 50%, #6ee7b7 75%, #34d399 100%);
    opacity: 0.95;
  }
  .landing-hero-bg::after {
    background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(5, 150, 105, 0.15) 0%, transparent 50%);
  }
}

.landing-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  width: 100%;
}

.landing-hero-panel {
  position: relative;
  padding: clamp(1.75rem, 4.5vw, 2.85rem) clamp(1.5rem, 4vw, 2.75rem);
  border-radius: 1.5rem;
  /* Glassmorphism: low-fill + strong blur so the landscape shows through */
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 255, 255, 0.14) 45%,
    rgba(236, 253, 245, 0.22) 100%
  );
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 32px rgba(15, 23, 42, 0.08),
    0 2px 8px rgba(5, 150, 105, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.landing-hero-badge {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary-dark);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  margin: 0 0 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 4px rgba(5, 150, 105, 0.08);
}

.landing-hero-title {
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--color-text);
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 2px 16px rgba(255, 255, 255, 0.45);
}

.landing-hero-highlight {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Keep gradient crisp on glass: no light fill behind clip */
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}

.landing-hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  color: #1e293b;
  line-height: 1.65;
  margin: 0 auto 1.75rem;
  max-width: 52ch;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 12px rgba(255, 255, 255, 0.35);
}

.landing-hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  border-radius: 9999px;
  box-shadow: 0 4px 14px -2px rgba(5, 150, 105, 0.45), 0 2px 6px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.landing-hero-scroll:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(5, 150, 105, 0.5), 0 4px 12px rgba(15, 23, 42, 0.1);
  color: #fff;
  text-decoration: none;
}

.landing-hero-scroll i {
  animation: landing-bounce 2s ease-in-out infinite;
}

@keyframes landing-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* Landing nav – fixed top, no main site nav */
.landing-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  transition: box-shadow 0.2s ease;
}

.landing-nav.scrolled {
  box-shadow: var(--shadow-md);
}

.landing-nav-brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
}

.landing-nav-brand:hover {
  color: var(--color-primary-dark);
  text-decoration: none;
}

.landing-nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-nav-links a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.landing-nav-links a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.landing-nav-login {
  color: var(--color-primary) !important;
}

.landing-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: var(--color-text);
  cursor: pointer;
  padding: 0.5rem;
}

.landing-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 98;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.landing-nav-backdrop.visible {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .landing-nav-links {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    width: 280px;
    max-width: 85vw;
    background: var(--color-surface);
    flex-direction: column;
    justify-content: flex-start;
    padding: 5rem 1.5rem 1.5rem;
    gap: 0;
    box-shadow: -4px 0 24px rgba(0,0,0,0.12);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 99;
  }
  .landing-nav-links.open {
    transform: translateX(0);
  }
  .landing-nav-links li {
    padding: 0;
    border-bottom: 1px solid var(--color-border);
  }
  .landing-nav-links a {
    min-height: 48px;
    padding: 0.875rem 0;
  }
  .landing-nav-toggle { display: flex; align-items: center; justify-content: center; }
}

/* Add padding when landing nav is fixed so hero isn't under it */
body.landing-fullscreen .landing-hero {
  padding-top: 4rem;
}

/* Section common – full width with inner content max-width */
.landing-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 4rem 2rem;
  box-sizing: border-box;
  overflow: hidden;
}

/* Mouse-interactive background layer (--mouse-x, --mouse-y set by JS, 0–1) */
.landing-section-interactive {
  --mouse-x: 0.5;
  --mouse-y: 0.5;
}
.landing-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.landing-section-interactive > .landing-section-title,
.landing-section-interactive > .landing-section-sub,
.landing-section-interactive > .landing-features-grid,
.landing-section-interactive > .landing-companies-grid,
.landing-section-interactive > .landing-advantages-grid,
.landing-section-interactive > .landing-flow-steps,
.landing-section-interactive > .landing-contact-inner,
.landing-section-interactive > .landing-awards-inner {
  position: relative;
  z-index: 1;
}

/* Hero: keep existing hero bg; interactive layer on top */
.landing-hero .landing-section-bg {
  background: radial-gradient(
    circle 80vmax at calc(var(--mouse-x) * 100%) calc(var(--mouse-y) * 100%),
    rgba(255, 255, 255, 0.25) 0%,
    transparent 50%
  );
}
.landing-hero .landing-hero-content { position: relative; z-index: 2; }

/* How it works: soft slate base + mouse spotlight */
.landing-features {
  background: linear-gradient(160deg, #f1f5f9 0%, #e2e8f0 50%, #f8fafc 100%);
}
.landing-features .landing-section-bg {
  background: radial-gradient(
    circle 60vmax at calc(var(--mouse-x) * 100%) calc(var(--mouse-y) * 100%),
    rgba(5, 150, 105, 0.08) 0%,
    transparent 45%
  );
}

/* Collaborate: warm off-white + soft green blob */
.landing-companies {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 30%, #ecfdf5 100%);
}
.landing-companies .landing-section-bg {
  background: radial-gradient(
    circle 50vmax at calc(var(--mouse-x) * 100%) calc(var(--mouse-y) * 100%),
    rgba(16, 185, 129, 0.12) 0%,
    transparent 50%
  );
}

/* Advantages: cool blue-grey + accent glow */
.landing-advantages {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e0f2fe 100%);
}
.landing-advantages .landing-section-bg {
  background: radial-gradient(
    circle 55vmax at calc(var(--mouse-x) * 100%) calc(var(--mouse-y) * 100%),
    rgba(6, 182, 212, 0.1) 0%,
    transparent 48%
  );
}

/* Working flow: dark teal section + moving light */
.landing-flow {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 50%, #14b8a6 100%);
  color: #fff;
}
.landing-flow .landing-section-title { color: rgba(255,255,255,0.98); }
.landing-flow .landing-section-sub { color: rgba(255,255,255,0.85); }
.landing-flow .landing-section-bg {
  background: radial-gradient(
    circle 40vmax at calc(var(--mouse-x) * 100%) calc(var(--mouse-y) * 100%),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 45%
  );
}
.landing-flow .landing-flow-step {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255,255,255,0.5);
}
.landing-flow .landing-flow-step h4,
.landing-flow .landing-flow-step p { color: var(--color-text); }
.landing-flow .landing-flow-step p { color: var(--color-text-muted); }
.landing-flow .landing-flow-arrow { color: rgba(255,255,255,0.9); }

/* Awards & partnerships – Ecotron, Deloitte, Google (modern card grid) */
.landing-awards {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 35%, #0f172a 100%);
  color: #e2e8f0;
}
.landing-awards .landing-section-bg {
  background: radial-gradient(
    ellipse 90% 50% at 50% 0%,
    rgba(5, 150, 105, 0.14) 0%,
    rgba(34, 197, 94, 0.06) 45%,
    transparent 70%
  );
}
.landing-awards-inner {
  text-align: center;
  padding: 0 0.5rem;
}
.landing-awards-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fbbf24;
  margin: 0 0 0.75rem;
}
.landing-awards-badge i {
  font-size: 1rem;
}
.landing-awards-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}
.landing-awards-sub {
  font-size: 1rem;
  color: #94a3b8;
  margin: 0 0 2.25rem;
}
.landing-awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.landing-award-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.landing-award-card:hover {
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.15), 0 24px 48px -16px rgba(0, 0, 0, 0.45);
  transform: translateY(-2px);
}
.landing-award-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.25rem 0.75rem;
  flex-wrap: wrap;
}
.landing-award-logo-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 0.5rem;
}
.landing-award-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing-award-meta {
  flex: 1;
  min-width: 0;
}
.landing-award-name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
.landing-award-tag {
  font-size: 0.8125rem;
  color: #94a3b8;
  display: block;
}
.landing-award-body {
  padding: 0 1.25rem 1.25rem;
}
.landing-award-body p {
  margin: 0 0 0.6rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #cbd5e1;
}
.landing-award-body p:last-child {
  margin-bottom: 0;
}
.landing-award-body strong {
  color: #22c55e;
  font-weight: 600;
}
@media (max-width: 700px) {
  .landing-awards-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Contact: soft grey + green follow spot */
.landing-contact {
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}
.landing-contact .landing-section-bg {
  background: radial-gradient(
    circle 50vmax at calc(var(--mouse-x) * 100%) calc(var(--mouse-y) * 100%),
    rgba(5, 150, 105, 0.1) 0%,
    transparent 50%
  );
}

.landing-section > .landing-section-title,
.landing-section > .landing-section-sub,
.landing-section > .landing-features-grid,
.landing-section > .landing-cta-buttons,
.landing-section > .landing-companies-grid,
.landing-section > .landing-advantages-grid,
.landing-section > .landing-flow-steps,
.landing-section > .landing-contact-inner,
.landing-section > .landing-contact-footer,
.landing-section > .landing-awards-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.landing-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  text-align: center;
  color: var(--color-text);
  margin: 0 0 0.5rem;
}

.landing-section-sub {
  text-align: center;
  color: var(--color-text-muted);
  margin: 0 0 2.5rem;
}

/* Features grid – uses full width of section inner */
.landing-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.landing-feature-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary-light);
}

.landing-feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: var(--color-primary);
  border-radius: var(--radius);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.landing-feature-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.landing-feature-card p {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Stats bar – full width */
.landing-stats {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #fff;
}

.landing-stats-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

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

.landing-stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.landing-stat-value i {
  font-size: 1.75rem;
  opacity: 0.95;
}

.landing-stat-label {
  font-size: 0.875rem;
  opacity: 0.9;
}

/* Collaborate companies */
.landing-companies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  max-width: 1280px;
  margin: 0 auto;
}

.landing-company-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.landing-company-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary-light);
}

.landing-company-card i {
  font-size: 2rem;
  color: var(--color-primary);
}

.landing-company-card span {
  font-weight: 600;
  color: var(--color-text);
  font-size: 0.9375rem;
}

/* Advantages */
.landing-advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
}

.landing-advantage-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary-light);
}

.landing-advantage-card i {
  font-size: 1.75rem;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  display: block;
}

.landing-advantage-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.landing-advantage-card p {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Working flow */
.landing-flow-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  max-width: 1280px;
  margin: 0 auto;
}

.landing-flow-step {
  flex: 0 0 auto;
  min-width: 140px;
  max-width: 180px;
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-flow-step:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-md);
}

.landing-flow-num {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.landing-flow-step h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: var(--color-text);
}

.landing-flow-step p {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.3;
}

.landing-flow-arrow {
  color: var(--color-primary-light);
  font-size: 1.25rem;
}

@media (max-width: 900px) {
  .landing-flow-arrow { display: none; }
  .landing-flow-steps { gap: 1rem; }
}

/* Contact us */
.landing-contact-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto 2rem;
}

.landing-contact-card {
  text-align: center;
  padding: 1.5rem;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.landing-contact-card i {
  font-size: 1.5rem;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
  display: block;
}

.landing-contact-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: var(--color-text);
}

.landing-contact-card a {
  font-size: 0.9375rem;
  color: var(--color-primary);
}

.landing-contact-footer {
  text-align: center;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin: 0 !important;
}

.landing-contact-footer a {
  color: var(--color-text-muted);
}

.landing-contact-footer a:hover {
  color: var(--color-primary);
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

/* Smooth scroll – in-page anchors only (handled by JS to keep hash #/) */
.landing-page {
  scroll-behavior: smooth;
}

/* ========== Modern style + mobile friendly ========== */
.landing-page {
  -webkit-tap-highlight-color: transparent;
}

.landing-nav {
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: max(1rem, env(safe-area-inset-right));
  min-height: var(--min-touch, 56px);
}

.landing-nav-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border-radius: var(--radius);
  -webkit-tap-highlight-color: transparent;
}
.landing-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

.landing-hero-scroll,
.landing-contact-card a,
.landing-nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.landing-nav-links a { min-height: 44px; padding: 0.5rem 0; }

.landing-feature-card,
.landing-company-card,
.landing-advantage-card,
.landing-flow-step,
.landing-contact-card {
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.landing-feature-card:hover,
.landing-company-card:hover,
.landing-advantage-card:hover,
.landing-flow-step:hover,
.landing-contact-card:hover {
  box-shadow: 0 12px 24px -8px rgba(5, 150, 105, 0.15), 0 4px 12px -4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .landing-hero {
    padding: 2rem 1rem 3rem;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .landing-hero-content {
    padding: 0 0.5rem;
  }
  .landing-hero-panel {
    padding: 1.5rem 1.25rem 1.65rem;
    border-radius: 1.125rem;
  }
  .landing-hero-title {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }
  .landing-hero-sub {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .landing-hero-scroll {
    padding: 0.75rem 1.5rem;
    min-height: 48px;
  }
  body.landing-fullscreen .landing-hero {
    padding-top: 5rem;
  }
  .landing-section {
    padding: 3rem 1rem;
  }
  .landing-section-sub {
    margin-bottom: 1.75rem;
    padding: 0 0.5rem;
  }
  .landing-section-title {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  .landing-features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .landing-feature-card {
    padding: 1.5rem 1.25rem;
  }
  .landing-companies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .landing-company-card {
    padding: 1.25rem 0.75rem;
  }
  .landing-company-card i {
    font-size: 1.75rem;
  }
  .landing-advantages-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .landing-advantage-card {
    padding: 1.5rem 1.25rem;
  }
  .landing-flow-steps {
    flex-direction: column;
    gap: 0.75rem;
  }
  .landing-flow-step {
    min-width: 100%;
    max-width: 100%;
    padding: 1.25rem 1rem;
  }
  .landing-flow-arrow {
    display: none;
  }
  .landing-contact-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .landing-contact-card {
    padding: 1.25rem 1rem;
  }
  .landing-contact-card a {
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }
  .landing-nav-links {
    width: min(320px, 85vw);
    padding-top: 5rem;
    padding-left: max(1.25rem, env(safe-area-inset-left));
  }
  .landing-nav-links li {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .landing-nav-links a {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .landing-hero-badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
  .landing-companies-grid {
    grid-template-columns: 1fr;
  }
  .landing-section {
    padding: 2.5rem 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-scroll i { animation: none; }
  .landing-feature-card,
  .landing-company-card,
  .landing-advantage-card,
  .landing-flow-step,
  .landing-contact-card {
    transition: none;
  }
  .landing-nav-links,
  .landing-nav-backdrop {
    transition: none;
  }
}

@media (min-width: 769px) {
  .landing-nav-links a:hover {
    color: var(--color-primary);
  }
}
