/* Minimal funnel layer for the original Inferencia layout. ASCII filenames only. */
html {
  scroll-behavior: smooth;
}

.funnel-hero-form-wrap {
  width: min(100%, 980px);
  margin: 2rem auto 0;
  text-align: left;
}

.quick-lead-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(34,197,94,.22), transparent 34rem),
    rgba(3,7,18,.78);
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
  color: #fff;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
}

.quick-lead-card--compact {
  box-shadow: 0 20px 60px rgba(0,0,0,.34);
}

.quick-lead-card__head {
  display: grid;
  gap: .45rem;
  margin-bottom: 1rem;
}

.quick-lead-card__eyebrow {
  color: #86efac;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.quick-lead-card h2 {
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 900;
}

.quick-lead-card p {
  color: rgba(229,231,235,.78);
  font-weight: 600;
  line-height: 1.55;
}

.quick-lead-form {
  display: grid;
  gap: .95rem;
}

.quick-lead-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.quick-lead-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.quick-lead-shortcut {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  padding: .55rem .8rem;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.quick-lead-shortcut:hover,
.quick-lead-shortcut.is-active {
  transform: translateY(-1px);
  background: #fff;
  border-color: #fff;
  color: #000;
}

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

.quick-lead-field {
  display: grid;
  gap: .35rem;
  color: rgba(255,255,255,.82);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.quick-lead-field--full {
  grid-column: 1 / -1;
}

.quick-lead-field input,
.quick-lead-field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 1rem;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: .9rem 1rem;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  outline: none;
}

.quick-lead-field textarea {
  min-height: 7rem;
}

.quick-lead-field input::placeholder,
.quick-lead-field textarea::placeholder {
  color: rgba(209,213,219,.65);
}

.quick-lead-field input:focus,
.quick-lead-field textarea:focus {
  border-color: rgba(134,239,172,.92);
  box-shadow: 0 0 0 3px rgba(34,197,94,.24);
}

.quick-lead-consent {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: rgba(229,231,235,.75);
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.4;
}

.quick-lead-consent input {
  margin-top: .1rem;
  border-radius: .35rem;
  color: #16a34a;
}

.quick-lead-consent a {
  color: #bbf7d0;
  text-decoration: underline;
}

.quick-lead-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  width: 100%;
  border-radius: 999px;
  background: #fff;
  color: #000;
  padding: 1rem 1.2rem;
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.quick-lead-submit:hover {
  transform: translateY(-1px);
  background: #dcfce7;
}

.quick-lead-note {
  text-align: center;
  font-size: .78rem;
  color: rgba(229,231,235,.62) !important;
}

.funnel-proof-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin-top: 1.15rem;
}

.funnel-proof-row span {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  padding: .45rem .72rem;
  color: rgba(255,255,255,.75);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.funnel-inline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border-radius: 999px;
  background: #fff;
  color: #000;
  padding: 1rem 1.4rem;
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.funnel-inline-cta:hover {
  transform: translateY(-1px);
  background: #dcfce7;
}

.sp-fast-path {
  margin-bottom: 2rem;
}

.thanks-funnel-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 2rem;
  background: rgba(255,255,255,.06);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}

@media (max-width: 900px) {
  .funnel-hero-form-wrap {
    margin-top: 1.4rem;
  }

  .quick-lead-grid {
    grid-template-columns: 1fr;
  }

  .quick-lead-card {
    border-radius: 1.5rem;
  }
}

@media (max-width: 640px) {
  .quick-lead-shortcuts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .funnel-proof-row {
    justify-content: flex-start;
  }
}

/* Hybrid V4.1-style homepage hero. Scoped to index only; does not alter the original layout below. */
.hybrid-v41-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #020617;
  color: #fff;
  padding: clamp(7rem, 10vw, 10rem) 0 clamp(4.5rem, 7vw, 6rem);
}

.hybrid-v41-hero__bg,
.hybrid-v41-hero__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hybrid-v41-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.02);
}

.hybrid-v41-hero__veil {
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 197, 94, .36), transparent 34rem),
    radial-gradient(circle at 82% 28%, rgba(74, 222, 128, .22), transparent 28rem),
    linear-gradient(90deg, rgba(2, 6, 23, .98) 0%, rgba(2, 6, 23, .72) 45%, rgba(2, 6, 23, .86) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, .35), #020617 96%);
  z-index: 1;
}

.hybrid-v41-shell {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hybrid-v41-copy {
  max-width: 760px;
}

.hybrid-v41-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(34,197,94,.10);
  color: #bbf7d0;
  padding: .55rem .9rem;
  font-size: .68rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .28em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 42px rgba(34,197,94,.16);
}

.hybrid-v41-copy h1 {
  margin: 1.3rem 0 1.4rem;
  max-width: 850px;
  font-size: clamp(3rem, 7.6vw, 7.7rem);
  line-height: .88;
  letter-spacing: -.075em;
  font-weight: 1000;
  text-wrap: balance;
}

.hybrid-v41-copy p {
  max-width: 660px;
  color: rgba(226, 232, 240, .82);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.58;
  font-weight: 650;
}

.hybrid-v41-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.hybrid-v41-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 1rem 1.25rem;
  min-height: 3.35rem;
  font-size: .74rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.hybrid-v41-btn:hover {
  transform: translateY(-2px);
}

.hybrid-v41-btn--primary {
  background: #dcfce7;
  color: #052e16;
  border: 1px solid #bbf7d0;
  box-shadow: 0 18px 46px rgba(34,197,94,.22);
}

.hybrid-v41-btn--primary:hover {
  background: #dcfce7;
  border-color: #bbf7d0;
}

.hybrid-v41-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
}

.hybrid-v41-btn--ghost:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.34);
}

.hybrid-v41-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  max-width: 620px;
  margin-top: 2.4rem;
}

.hybrid-v41-metrics div {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.25rem;
  background: rgba(255,255,255,.06);
  padding: 1rem;
  backdrop-filter: blur(14px);
}

.hybrid-v41-metrics strong,
.hybrid-v41-metrics span {
  display: block;
}

.hybrid-v41-metrics strong {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 1000;
}

.hybrid-v41-metrics span {
  margin-top: .38rem;
  color: rgba(226,232,240,.68);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hybrid-v41-form-shell {
  position: relative;
}

.hybrid-v41-form-shell::before {
  content: "";
  position: absolute;
  inset: -2.25rem -1.35rem auto auto;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, .20);
  filter: blur(36px);
  pointer-events: none;
}

.hybrid-v41-form-shell .quick-lead-card {
  background:
    radial-gradient(circle at top left, rgba(34,197,94,.26), transparent 24rem),
    radial-gradient(circle at bottom right, rgba(74,222,128,.16), transparent 20rem),
    rgba(3,7,18,.74);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 30px 90px rgba(0,0,0,.52);
}

.hybrid-v41-form-shell .quick-lead-card__head h2,
.hybrid-v41-form-shell .quick-lead-card__head p {
  text-align: left;
}

.hybrid-v41-form-shell .quick-lead-card__head h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

@media (max-width: 1080px) {
  .hybrid-v41-shell {
    grid-template-columns: 1fr;
  }

  .hybrid-v41-copy {
    max-width: 900px;
  }

  .hybrid-v41-copy h1,
  .hybrid-v41-copy p {
    max-width: 900px;
  }

  .hybrid-v41-form-shell {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .hybrid-v41-hero {
    min-height: auto;
    padding-top: 6.4rem;
  }

  .hybrid-v41-copy h1 {
    font-size: clamp(2.65rem, 17vw, 4.8rem);
  }

  .hybrid-v41-actions,
  .hybrid-v41-btn {
    width: 100%;
  }

  .hybrid-v41-metrics {
    grid-template-columns: 1fr;
  }
}


/* Green hero highlight refresh: replaces the previous blue sphere/accent treatment. */
.hybrid-v41-kicker {
  border-color: rgba(134,239,172,.26);
}

.hybrid-v41-btn--primary:hover,
.quick-lead-submit:hover,
.funnel-inline-cta:hover {
  background: #bbf7d0;
  border-color: #bbf7d0;
}

.hybrid-v41-btn--ghost:hover,
.quick-lead-shortcut:hover,
.quick-lead-shortcut.is-active {
  border-color: rgba(134,239,172,.58);
  box-shadow: 0 14px 34px rgba(34,197,94,.14);
}

.hybrid-v41-form-shell .quick-lead-card {
  border-color: rgba(134,239,172,.24);
}

.hybrid-v41-metrics div {
  border-color: rgba(134,239,172,.16);
}

.hybrid-v41-metrics strong {
  color: #bbf7d0;
}
