.lead-page {
  background:
    radial-gradient(circle at 10% 18%, rgba(34, 211, 238, 0.22), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(248, 113, 113, 0.14), transparent 24%),
    radial-gradient(circle at 48% 78%, rgba(148, 163, 184, 0.12), transparent 30%),
    linear-gradient(180deg, #0d1526 0%, #0f172a 42%, #070b14 100%);
}

.lead-page main {
  overflow: hidden;
}

.lead-hero,
.lead-problem,
.lead-videos,
.lead-build,
.lead-offer,
.lead-process,
.lead-contact,
.landing-catalog-hero {
  scroll-margin-top: 120px;
}

.lead-hero {
  padding: 92px 0 64px;
}

.lead-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.lead-hero-copy h1,
.landing-catalog-shell h1 {
  max-width: 840px;
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 10vw, 9.7rem);
  line-height: 0.86;
  letter-spacing: -0.085em;
}

.lead-hero-subtitle {
  margin: 28px 0 0;
  color: #e2e8f0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.lead-hero-offer {
  display: inline-flex;
  margin: 20px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(34, 211, 238, 0.3);
  border-radius: 999px;
  color: #cffafe;
  background: rgba(8, 47, 73, 0.34);
  box-shadow: 0 18px 42px rgba(34, 211, 238, 0.08);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
}

.lead-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.lead-hero-note {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted-strong);
  font-size: 1rem;
  line-height: 1.7;
}

.lead-hero-panel {
  position: relative;
  min-height: 520px;
  padding: 26px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.86), rgba(30, 41, 59, 0.62)),
    radial-gradient(circle at 50% 14%, rgba(34, 211, 238, 0.2), transparent 36%);
  box-shadow:
    0 34px 90px rgba(2, 6, 23, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lead-hero-panel::before {
  content: "";
  position: absolute;
  inset: 76px 44px auto;
  height: 220px;
  border: 1px solid rgba(34, 211, 238, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.18), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px);
  transform: rotate(-4deg);
}

.lead-panel-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.lead-panel-top span,
.landing-catalog-card span,
.lead-build-grid span,
.lead-contact-panel p {
  color: var(--muted-strong);
}

.lead-panel-top strong {
  max-width: 320px;
  font-family: var(--font-display);
  font-size: 2.45rem;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.lead-flow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 174px;
}

.lead-flow span {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  background: rgba(2, 6, 23, 0.38);
  color: #f8fafc;
  font-weight: 800;
}

.lead-flow span:nth-child(2) {
  margin-left: 34px;
}

.lead-flow span:nth-child(3) {
  margin-left: 68px;
  border-color: rgba(34, 211, 238, 0.28);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(139, 92, 246, 0.12));
}

.lead-metric-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.lead-metric-strip div {
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.72);
}

.lead-metric-strip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: -0.055em;
}

.lead-metric-strip span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.lead-problem,
.lead-videos,
.lead-build,
.lead-offer,
.lead-process,
.lead-contact,
.landing-catalog-hero {
  padding: 70px 0;
}

.lead-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: start;
}

.lead-split h2,
.lead-section-head h2,
.lead-offer-panel h2,
.lead-contact-panel h2,
.landing-catalog-card h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.problem-list {
  display: grid;
  gap: 12px;
}

.problem-list p,
.problem-list strong {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.problem-list p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.problem-list p span {
  color: #fca5a5;
}

.problem-list strong {
  color: #cffafe;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(139, 92, 246, 0.12));
}

.lead-section-head {
  max-width: 780px;
}

.lead-section-head-centered {
  max-width: 860px;
  text-align: center;
}

.lead-section-head p {
  margin: 18px 0 0;
  color: var(--muted-strong);
  font-size: 1.08rem;
  line-height: 1.7;
}

.lead-video-grid,
.lead-build-grid,
.lead-process-grid,
.landing-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.lead-video-card,
.lead-build-grid article,
.lead-process-grid article,
.landing-catalog-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.74), rgba(15, 23, 42, 0.68));
  box-shadow:
    0 24px 64px rgba(2, 6, 23, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lead-video-card {
  padding: 18px;
}

.lead-phone-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  max-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 24px;
  background: #020617;
}

.lead-phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.22);
  transform: translateX(-50%);
}

.lead-phone-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-video-card h3,
.lead-build-grid h3,
.landing-catalog-card h2 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.lead-video-card p,
.lead-build-grid p,
.landing-catalog-card p {
  margin: 10px 0 0;
  color: var(--muted-strong);
  line-height: 1.65;
}

.lead-creative-preview {
  display: grid;
  align-content: end;
  min-height: 420px;
  padding: 24px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.3), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(248, 113, 113, 0.18), transparent 26%),
    linear-gradient(145deg, #101827, #050816);
}

.lead-creative-preview span {
  width: max-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.14);
  color: #cffafe;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.lead-creative-preview strong {
  display: block;
  max-width: 290px;
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.lead-creative-preview em {
  margin-top: 18px;
  color: var(--muted-strong);
  font-style: normal;
}

.lead-build-grid article,
.lead-process-grid article,
.landing-catalog-card {
  padding: 24px;
}

.lead-build-grid span {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
}

.lead-offer-panel,
.lead-contact-panel {
  padding: clamp(30px, 6vw, 70px);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 38px;
  background:
    radial-gradient(circle at 84% 14%, rgba(34, 211, 238, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.64));
  box-shadow: 0 34px 90px rgba(2, 6, 23, 0.34);
}

.lead-offer-panel h2 {
  max-width: 850px;
  font-size: clamp(3.1rem, 7vw, 7.8rem);
}

.lead-offer-panel p {
  margin: 22px 0 0;
  color: #cffafe;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 4.2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.lead-offer-panel strong {
  display: block;
  margin-top: 20px;
  color: var(--muted-strong);
  font-size: 1.15rem;
}

.lead-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lead-process-grid article {
  min-height: 190px;
}

.lead-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(34, 211, 238, 0.14);
  color: #cffafe;
  font-family: var(--font-display);
  font-weight: 800;
}

.lead-process-grid p {
  margin: 44px 0 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.lead-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  gap: 28px;
  align-items: center;
}

.lead-contact-panel h2 {
  font-size: clamp(3.2rem, 6vw, 7rem);
}

.lead-contact-panel p {
  max-width: 640px;
  margin: 18px 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
}

.lead-contact-panel p strong {
  color: #cffafe;
}

.lead-contact-actions {
  display: grid;
  gap: 12px;
}

.lead-trust-line {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.lead-demo-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: start;
}

.lead-demo-copy {
  position: sticky;
  top: 130px;
}

.lead-demo-form {
  grid-template-columns: 1fr;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.lead-demo-form .field input,
.lead-demo-form .field textarea {
  background: rgba(2, 6, 23, 0.34);
}

.lead-demo-form .contact-form-actions .button {
  width: 100%;
}

.lead-direct-message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.lead-direct-message div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lead-direct-message a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.24);
  color: #cffafe;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.lead-direct-message a:hover {
  border-color: rgba(34, 211, 238, 0.32);
  background: rgba(34, 211, 238, 0.1);
  transform: translateY(-1px);
}

.landing-footer-bottom {
  margin-top: 0;
}

.landing-catalog-shell {
  padding-top: 52px;
}

.landing-catalog-shell h1 {
  font-size: clamp(3.4rem, 7vw, 7.5rem);
}

.landing-catalog-shell > p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted-strong);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.landing-catalog-card {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.landing-catalog-card:hover {
  border-color: rgba(34, 211, 238, 0.28);
  transform: translateY(-3px);
}

@media (max-width: 1040px) {
  .lead-hero-shell,
  .lead-split,
  .lead-contact-panel,
  .lead-demo-panel {
    grid-template-columns: 1fr;
  }

  .lead-demo-copy {
    position: static;
  }

  .lead-hero-panel {
    min-height: 460px;
  }

  .lead-video-grid,
  .lead-build-grid,
  .lead-process-grid,
  .landing-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lead-hero {
    padding-top: 58px;
  }

  .lead-hero-copy h1,
  .landing-catalog-shell h1 {
    font-size: clamp(3.5rem, 18vw, 5.6rem);
  }

  .lead-hero-panel {
    min-height: auto;
    padding: 20px;
  }

  .lead-hero-panel::before {
    display: none;
  }

  .lead-flow {
    margin-top: 30px;
  }

  .lead-flow span:nth-child(2),
  .lead-flow span:nth-child(3) {
    margin-left: 0;
  }

  .lead-metric-strip,
  .lead-video-grid,
  .lead-build-grid,
  .lead-process-grid,
  .landing-catalog-grid {
    grid-template-columns: 1fr;
  }

  .lead-problem,
  .lead-videos,
  .lead-build,
  .lead-offer,
  .lead-process,
  .lead-contact,
  .landing-catalog-hero {
    padding: 46px 0;
  }

  .problem-list p {
    display: grid;
  }

  .lead-phone-frame {
    max-height: none;
  }

  .lead-creative-preview {
    min-height: 340px;
  }

  .lead-process-grid article {
    min-height: 150px;
  }

  .lead-process-grid p {
    margin-top: 28px;
  }
}
