.landing-page {
  background: #f6f8fb;
  color: var(--pcx-text);
  font-family: var(--pcx-font-sans);
  letter-spacing: 0;
}

.landing-page img {
  display: block;
  max-width: 100%;
}

.landing-nav {
  background: rgba(8, 15, 30, 0.72);
  border-bottom: 1px solid rgba(226, 232, 240, 0.16);
  backdrop-filter: blur(18px);
  inset: 0 0 auto;
  position: fixed;
  z-index: 1040;
}

.landing-nav-inner {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  min-height: 68px;
  justify-content: space-between;
}

.landing-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 750;
  gap: 0.7rem;
  line-height: 1;
  text-decoration: none;
}

.landing-brand:hover {
  color: #fff;
}

.landing-brand-mark {
  align-items: center;
  background: var(--pcx-primary);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.landing-nav-links,
.landing-nav-actions {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.landing-nav-links a {
  color: #dbe4f0;
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: none;
}

.landing-nav-links a:hover {
  color: #fff;
}

.landing-nav-actions .btn {
  border-radius: 999px;
  min-width: 5.5rem;
  padding-inline: 1rem;
}

.landing-hero {
  align-items: end;
  background-image: var(--hero-image);
  background-position: center top;
  background-size: cover;
  color: #fff;
  display: grid;
  min-height: min(90vh, 840px);
  overflow: hidden;
  padding: 8.5rem 0 5rem;
  position: relative;
}

.landing-hero::after {
  background: rgba(15, 23, 42, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  right: 0;
}

.landing-hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 12, 26, 0.92) 0%, rgba(15, 23, 42, 0.72) 42%, rgba(15, 23, 42, 0.16) 100%),
    linear-gradient(0deg, rgba(15, 23, 42, 0.42), rgba(15, 23, 42, 0.04));
  inset: 0;
  position: absolute;
}

.landing-hero-content {
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.landing-hero-content h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0 0 1.35rem;
  max-width: 760px;
}

.landing-eyebrow,
.landing-shot-kicker {
  color: var(--pcx-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.landing-hero .landing-eyebrow {
  color: #bfdbfe;
}

.landing-hero-copy {
  color: #e5edf7;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.landing-hero-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 0.65rem;
  justify-content: center;
  min-height: 54px;
  padding: 0.85rem 1.35rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.landing-hero-button:hover {
  transform: translateY(-1px);
}

.landing-hero-button.primary {
  background: #fff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.28);
  color: #0f172a;
}

.landing-hero-button.primary:hover {
  background: #eff6ff;
  color: #0f172a;
}

.landing-hero-button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
}

.landing-hero-button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.landing-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
  max-width: 760px;
}

.landing-proof-points span {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f8fafc;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
}

.landing-proof-points i {
  color: #93c5fd;
}

.landing-band {
  padding: 5.25rem 0;
}

.landing-intro,
.landing-screenshots {
  background: #fff;
}

.landing-workflow {
  background: #eef5ff;
}

.landing-ops {
  background: #0f172a;
  color: #e5e7eb;
}

.landing-contact {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.landing-section-heading {
  margin-bottom: 2.5rem;
  max-width: 760px;
}

.landing-section-heading.compact {
  margin-bottom: 1.5rem;
}

.landing-section-heading h2,
.landing-shot-feature h3,
.landing-ops-layout h2,
.landing-cta h2 {
  color: var(--pcx-text);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 1rem;
}

.landing-section-heading p,
.landing-shot-feature p,
.landing-shot-grid p,
.landing-ops-layout p {
  color: var(--pcx-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.landing-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-feature {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--pcx-border);
  border-radius: 8px;
  box-shadow: var(--pcx-shadow-sm);
  padding: 1.4rem;
}

.landing-feature-icon {
  align-items: center;
  background: #dbeafe;
  border-radius: 8px;
  color: var(--pcx-primary-dark);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 42px;
}

.landing-feature-icon.accent-green {
  background: #dcfce7;
  color: #166534;
}

.landing-feature-icon.accent-sky {
  background: #e0f2fe;
  color: #075985;
}

.landing-feature-icon.accent-amber {
  background: #fef3c7;
  color: #92400e;
}

.landing-feature-icon.accent-red {
  background: #fee2e2;
  color: #991b1b;
}

.landing-feature-icon.accent-indigo {
  background: #e0e7ff;
  color: #3730a3;
}

.landing-feature h3,
.landing-steps h3,
.landing-shot-grid h3 {
  color: var(--pcx-text);
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: 0;
  margin: 0 0 0.5rem;
}

.landing-feature p,
.landing-steps p {
  color: var(--pcx-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.landing-steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-steps article {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: var(--pcx-shadow-sm);
  padding: 1.25rem;
}

.landing-steps span {
  color: var(--pcx-primary);
  display: block;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.landing-shot-feature {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.72fr 1.28fr;
  margin-bottom: 1.5rem;
}

.landing-shot-feature figure,
.landing-shot-grid figure {
  background: #f8fafc;
  border: 1px solid var(--pcx-border);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.14);
  margin: 0;
  overflow: hidden;
}

.landing-shot-feature img,
.landing-shot-grid img {
  height: auto;
  width: 100%;
}

.landing-shot-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-shot-grid article {
  background: #fff;
  border: 1px solid var(--pcx-border);
  border-radius: 8px;
  box-shadow: var(--pcx-shadow-sm);
  overflow: hidden;
}

.landing-shot-grid article > div {
  padding: 1.25rem;
}

.landing-shot-grid .landing-shot-kicker {
  margin-bottom: 0.5rem;
}

.landing-ops-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
}

.landing-ops-layout h2 {
  color: #fff;
}

.landing-ops-layout p {
  color: #cbd5e1;
  max-width: 680px;
}

.landing-ops-list {
  display: grid;
  gap: 0.8rem;
}

.landing-ops-list div {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 8px;
  color: #f8fafc;
  display: grid;
  font-weight: 700;
  gap: 0.85rem;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 0.95rem 1rem;
}

.landing-ops-list i {
  align-items: center;
  background: rgba(37, 99, 235, 0.24);
  border-radius: 8px;
  color: #bfdbfe;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.landing-contact-layout {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
}

.landing-contact-copy h2 {
  color: var(--pcx-text);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 1rem;
  max-width: 720px;
}

.landing-contact-copy p {
  color: var(--pcx-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.landing-contact-list {
  display: grid;
  gap: 0.85rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.landing-contact-list span {
  align-items: center;
  color: #334155;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 750;
  gap: 0.7rem;
}

.landing-contact-list i {
  align-items: center;
  background: #e0f2fe;
  border-radius: 8px;
  color: #075985;
  display: inline-flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.landing-contact-panel {
  background:
    linear-gradient(140deg, rgba(37, 99, 235, 0.16), rgba(20, 184, 166, 0.08)),
    #0b1220;
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
  color: #e5e7eb;
  padding: 2rem;
}

.landing-contact-panel .landing-eyebrow {
  color: #93c5fd;
}

.landing-contact-panel h3 {
  color: #fff;
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 0.9rem;
}

.landing-contact-panel p {
  color: #cbd5e1;
  line-height: 1.7;
  margin: 0;
}

.landing-contact-email {
  margin-top: 1.5rem;
}

.landing-contact-button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.28);
  color: #0f172a;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 0.65rem;
  justify-content: center;
  min-height: 54px;
  padding: 0.85rem 1.35rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.landing-contact-button:hover {
  background: #f0f9ff;
  color: #0f172a;
  transform: translateY(-1px);
}

.landing-contact-panel .landing-contact-note {
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-top: 0.85rem;
}

.landing-cta {
  background: #f8fafc;
}

.landing-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.landing-cta h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  max-width: 780px;
}

.landing-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.landing-footer {
  background: #fff;
  border-top: 1px solid var(--pcx-border);
  padding: 1.5rem 0;
}

.landing-footer-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.landing-footer .landing-brand {
  color: var(--pcx-text);
}

.landing-footer p {
  color: var(--pcx-muted);
  margin: 0;
}

@media (max-width: 991.98px) {
  .landing-nav-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }

  .landing-nav-links {
    flex: 1 1 100%;
    order: 3;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .landing-hero {
    min-height: 760px;
    padding-top: 10rem;
  }

  .landing-feature-grid,
  .landing-steps,
  .landing-shot-feature,
  .landing-shot-grid,
  .landing-ops-layout,
  .landing-contact-layout {
    grid-template-columns: 1fr;
  }

  .landing-cta-inner,
  .landing-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .landing-nav-actions {
    width: 100%;
  }

  .landing-nav-links {
    gap: 0.55rem;
    justify-content: space-between;
    width: 100%;
  }

  .landing-nav-links a {
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .landing-nav-actions .btn {
    flex: 1 1 auto;
  }

  .landing-hero {
    min-height: 720px;
    padding: 11rem 0 3.5rem;
  }

  .landing-hero-content h1 {
    font-size: 3.1rem;
  }

  .landing-hero-copy {
    font-size: 1rem;
  }

  .landing-hero-button,
  .landing-contact-button,
  .landing-cta-actions .btn {
    width: 100%;
  }

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

  .landing-contact-panel {
    padding: 1.5rem;
  }

  .landing-band {
    padding: 3.75rem 0;
  }
}
