:root {
  --bg: #030712;
  --surface: #0a0f1f;
  --surface-2: #11182b;
  --surface-3: #151c31;
  --primary: #d2ea66;
  --primary-strong: #aaca3e;
  --accent: #f5b971;
  --muted: #8b96b1;
  --text: #f4f7ff;
  --border: rgba(226, 232, 255, 0.08);
  --border-strong: rgba(210, 234, 102, 0.45);
  --shadow: 0 30px 80px rgba(2, 4, 15, 0.65);
}

body.landing-body {
  font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  margin: 0;
  line-height: 1.6;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Space Grotesk', 'Source Sans 3', sans-serif;
  letter-spacing: -0.01em;
  color: var(--text);
}

p {
  color: var(--muted);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(3, 7, 18, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
  padding: 0.75rem 0;
}

.landing-nav .navbar-brand img {
  max-height: 56px;
}

.nav-links {
  gap: 1.5rem;
  font-weight: 500;
}

.nav-links a {
  color: var(--muted);
  transition: color 200ms ease;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--text);
}

.nav-cta .btn {
  font-weight: 600;
}

.landing-body .btn-primary {
  background: linear-gradient(120deg, var(--primary), var(--primary-strong));
  border: none;
  color: #041407;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  box-shadow: 0 15px 35px rgba(210, 234, 102, 0.3);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.landing-body .btn-primary:hover,
.landing-body .btn-primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(210, 234, 102, 0.35);
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  transition: border-color 200ms ease, color 200ms ease;
}

.btn-ghost:hover,
.btn-ghost:focus {
  border-color: var(--border-strong);
  color: var(--primary);
}

.hero {
  position: relative;
  padding: 5rem 0 4rem;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at top, rgba(210, 234, 102, 0.25), transparent 45%), url('../img/bg-masthead.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.9) 0%, rgba(3, 7, 18, 0.98) 65%);
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.hero__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  align-items: center;
}

.hero__content .hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.85rem;
  color: var(--muted);
}

.hero__title {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero__title-highlight {
  color: var(--primary);
  display: inline-block;
}

.hero__lead {
  font-size: 1.15rem;
  color: #d6deff;
  margin-bottom: 1.5rem;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.hero__bullets li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted);
}

.hero__bullets i {
  color: var(--primary);
}

.hero__media {
  position: relative;
}

.hero-screen {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.hero-trend {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(5, 11, 27, 0.92);
  padding: 1rem 1.5rem;
  border-radius: 16px;
  border: 1px solid var(--border-strong);
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hero-trend span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}

.hero__stats {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.stat-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.5rem;
  text-align: left;
}

.stat-card span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}

.logo-strip {
  padding: 2.8rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
}

.logo-strip__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding: 0;
  margin: 1.5rem 0 0;
}

.logo-strip__items li {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  color: var(--muted);
}

.section {
  padding: 4.5rem 0;
}

.section--surface {
  background: var(--surface);
}

.section--contrast {
  background: linear-gradient(145deg, #050910, #0d1528);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.85rem;
  color: var(--muted);
}

.section-heading p {
  color: var(--muted);
}

.value-card,
.report-card,
.resource-card,
.case-card,
.testimonial {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 15px 45px rgba(3, 5, 15, 0.35);
}

.value-card h3,
.report-card h3,
.resource-card h3,
.case-card h3 {
  margin-bottom: 1rem;
}

.value-card ul,
.report-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
}

.value-card li i,
.report-card li i {
  color: var(--primary);
  margin-right: 0.4rem;
}

.report-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.report-card .btn {
  margin-top: 1.5rem;
}

.resource-card .badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.resource-card strong {
  font-size: 1.5rem;
  display: block;
  margin-top: 0.5rem;
}

.cases {
  background: var(--surface-3);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.case-card p {
  color: var(--muted);
}

.case-card .solution-text {
  color: var(--primary);
  font-weight: 600;
}

.case-card--hidden {
  display: none;
}

#showMoreBtn {
  margin-top: 2rem;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  padding: 0.9rem 2rem;
  border-radius: 999px;
  font-weight: 600;
  transition: border-color 200ms ease;
}

#showMoreBtn:hover,
#showMoreBtn:focus {
  border-color: var(--border-strong);
}

.testimonial {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.testimonial__quote {
  font-size: 1.3rem;
  color: #e7ebff;
}

.cta-banner {
  background: linear-gradient(120deg, #121d3d, #080c18);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 3rem;
  box-shadow: var(--shadow);
}

.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

footer {
  padding: 2.5rem 0;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--border);
}

footer a {
  color: var(--text);
}

.sticky-cta {
  position: sticky;
  bottom: 1rem;
  z-index: 40;
  margin-top: 2rem;
}

.sticky-cta__inner {
  background: rgba(7, 12, 24, 0.95);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .nav-links {
    display: none !important;
  }

  .landing-nav {
    position: static;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 3.5rem 0 2.5rem;
  }

  .hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-trend {
    position: static;
    transform: none;
    margin-top: 1rem;
  }

  .cta-banner {
    padding: 2rem;
  }

  .sticky-cta__inner {
    border-radius: 24px;
  }
}
