.lead-funnels-page-hero {
  --lf-soft: rgba(var(--theme-color-rgb), 0.08);
  --lf-soft-2: rgba(var(--theme-color-rgb), 0.16);
  --lf-soft-3: rgba(var(--theme-color-rgb), 0.24);
  --lf-surface-alt: linear-gradient(145deg, rgba(var(--theme-color-rgb), 0.08) 0%, var(--white) 100%);
  --lf-dark: linear-gradient(145deg, var(--brand-primary-dark, #542866) 0%, var(--theme) 100%);
  --lf-shadow: 0 16px 34px rgba(31, 23, 38, 0.08);
}

.lead-funnels-page-hero .page-heading .page-header-left {
  max-width: 60%;
}

.lead-funnels-page-hero .page-heading h1 {
  max-width: 760px;
}

.lead-funnels-page-hero .page-heading .breadcrumb-description {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
}

.lead-funnels-page-hero .breadcrumb-cta-group {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.lead-funnels-page-hero .breadcrumb-cta-group .breadcrumb-cta {
  margin-top: 0;
  border-radius: 10px;
  min-width: 0;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lead-funnels-page-hero .breadcrumb-cta-group .breadcrumb-cta::before {
  background-color: var(--theme2);
}

.lead-funnels-page-hero .breadcrumb-cta-secondary {
  border-radius: 10px;
  min-width: 0;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lead-funnels-page-hero .breadcrumb-trust-line {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

.lead-funnels-page-hero .breadcrumb-image {
  width: 40%;
  min-width: 360px;
  max-width: 430px;
  height: 292px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--lf-shadow);
}

.lead-funnels-page-hero .breadcrumb-image img {
  display: none;
}

.lead-funnels-page-hero .breadcrumb-image::before,
.lead-funnels-page-hero .breadcrumb-image::after {
  content: "";
  position: absolute;
}

.lead-funnels-page-hero .breadcrumb-image::before {
  inset: 46px 26px;
  border-radius: 14px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.2);
  background:
    radial-gradient(circle at 10% 50%, rgba(var(--theme-color-rgb), 0.95) 0 9px, transparent 10px),
    radial-gradient(circle at 31% 50%, rgba(var(--theme-color-rgb), 0.82) 0 8px, transparent 9px),
    radial-gradient(circle at 50% 50%, rgba(var(--theme-color-rgb), 0.7) 0 7px, transparent 8px),
    radial-gradient(circle at 69% 50%, rgba(var(--theme-color-rgb), 0.56) 0 6px, transparent 7px),
    radial-gradient(circle at 90% 50%, rgba(var(--theme2-rgb), 0.9) 0 5px, transparent 6px);
}

.lead-funnels-page-hero .breadcrumb-image::after {
  left: 54px;
  right: 54px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--theme-color-rgb), 0.45) 0%, rgba(var(--theme2-rgb), 0.5) 100%);
}

.lead-funnels-section {
  padding: 92px 0;
}

.lead-funnels-section--why,
.lead-funnels-section--when,
.lead-funnels-section--faq {
  background: linear-gradient(180deg, rgba(var(--theme-color-rgb), 0.05) 0%, var(--white) 100%);
}

.lead-funnels-section--mid-cta,
.lead-funnels-section--pricing,
.lead-funnels-section--question,
.lead-funnels-section--final-cta {
  padding-top: 84px;
  padding-bottom: 84px;
}

.lead-funnels-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.22);
  background: rgba(var(--theme-color-rgb), 0.08);
  color: var(--theme);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 14px;
  margin-bottom: 16px;
}

.lead-funnels-eyebrow--light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.2);
}

.lead-funnels-heading {
  max-width: 860px;
  margin: 0 auto 40px;
}

.lead-funnels-heading--left {
  margin-left: 0;
  margin-right: 0;
}

.lead-funnels-heading--narrow {
  max-width: 760px;
}

.lead-funnels-heading h2 {
  margin-bottom: 10px;
}

.lead-funnels-narrow {
  max-width: 700px;
  margin: 0 auto;
}

.lead-funnels-narrow p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.72;
}

.lead-funnels-narrow p + p {
  margin-top: 12px;
}

.lead-funnels-divider {
  width: min(700px, 100%);
  height: 1px;
  margin: 36px auto 0;
  background: linear-gradient(
    90deg,
    rgba(var(--theme-color-rgb), 0) 0%,
    rgba(var(--theme-color-rgb), 0.3) 50%,
    rgba(var(--theme-color-rgb), 0) 100%
  );
}

.lead-funnels-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.lead-funnels-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  line-height: 1.65;
}

.lead-funnels-list li i {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(var(--theme-color-rgb), 0.14);
  color: var(--theme);
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lead-funnels-wireframes {
  border-radius: 18px;
  border: 1px solid var(--lf-soft-2);
  background: var(--lf-surface-alt);
  box-shadow: var(--lf-shadow);
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lead-funnels-wireframes__panel {
  border-radius: 12px;
  border: 1px solid var(--lf-soft-2);
  background: var(--white);
  padding: 12px;
  display: grid;
  gap: 8px;
}

.lead-funnels-wireframes__panel h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.lead-funnels-wireframes .line,
.lead-funnels-wireframes .cta,
.lead-funnels-wireframes .form,
.lead-funnels-wireframes .chips {
  display: block;
  border-radius: 8px;
}

.lead-funnels-wireframes .line {
  height: 8px;
  background: rgba(var(--theme-color-rgb), 0.16);
}

.lead-funnels-wireframes .line--title {
  width: 74%;
}

.lead-funnels-wireframes .chips {
  display: flex;
  gap: 6px;
}

.lead-funnels-wireframes .chips em {
  width: 22px;
  height: 18px;
  border-radius: 6px;
  background: rgba(var(--theme-color-rgb), 0.14);
}

.lead-funnels-wireframes .cta {
  width: 58%;
  height: 24px;
  background: rgba(var(--theme2-rgb), 0.34);
}

.lead-funnels-wireframes .form {
  width: 82%;
  height: 32px;
  background: rgba(var(--theme-color-rgb), 0.12);
}

.lead-funnels-build-explainer {
  border-radius: 18px;
  border: 1px solid var(--lf-soft-2);
  background: var(--lf-surface-alt);
  box-shadow: var(--lf-shadow);
  padding: 24px;
}

.lead-funnels-build-explainer p {
  margin: 0;
  color: var(--text);
  line-height: 1.68;
}

.lead-funnels-mini-flow {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.lead-funnels-mini-flow li {
  border-radius: 8px;
  border: 1px solid var(--lf-soft-2);
  background: var(--white);
  padding: 10px 12px;
  color: var(--header);
  position: relative;
}

.lead-funnels-mini-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 2px;
  height: 8px;
  background: rgba(var(--theme-color-rgb), 0.2);
}

.lead-funnels-process-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
  display: grid;
  gap: 40px;
}

.lead-funnels-process-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
}

.lead-funnels-process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 42px;
  bottom: -40px;
  width: 2px;
  background: rgba(var(--theme-color-rgb), 0.18);
}

.lead-funnels-process-item__number {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--lf-soft-3);
  background: var(--lf-soft);
  color: var(--theme);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
}

.lead-funnels-process-item__content h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.3;
}

.lead-funnels-process-item__content p {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
}

.lead-funnels-mid-cta {
  border-radius: 18px;
  border: 1px solid var(--lf-soft-2);
  background: var(--lf-surface-alt);
  box-shadow: var(--lf-shadow);
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lead-funnels-mid-cta h2 {
  margin: 0;
}

.lead-funnels-mid-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lead-funnels-mid-cta__actions .theme-btn {
  min-height: 48px;
  min-width: 0;
  border-radius: 10px;
  padding: 14px 22px;
}

.lead-funnels-icon-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.lead-funnels-icon-row li {
  text-align: left;
}

.lead-funnels-icon-row__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--lf-soft);
  color: var(--theme);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.lead-funnels-icon-row h3 {
  margin: 0 0 6px;
  font-size: 21px;
  line-height: 1.35;
}

.lead-funnels-icon-row p {
  margin: 0;
  color: var(--text);
  line-height: 1.62;
}

.lead-funnels-section--results {
  background:
    radial-gradient(circle at 6% 8%, rgba(var(--theme2-rgb), 0.12) 0%, rgba(var(--theme2-rgb), 0) 44%),
    radial-gradient(circle at 94% 95%, rgba(var(--theme-color-rgb), 0.08) 0%, rgba(var(--theme-color-rgb), 0) 42%),
    linear-gradient(180deg, rgba(var(--theme-color-rgb), 0.03) 0%, var(--white) 100%);
}

.lead-funnels-section--results .lead-funnels-heading {
  margin-bottom: 32px;
}

.lead-funnels-section--results .lead-funnels-heading p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.7;
}

.lead-funnels-results-shell {
  border-radius: 24px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.18);
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(var(--theme-color-rgb), 0.08) 54%,
    rgba(var(--theme2-rgb), 0.11) 100%
  );
  box-shadow: 0 24px 46px rgba(31, 23, 38, 0.08);
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.lead-funnels-results-shell::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(var(--theme-color-rgb), 0.12);
}

.lead-funnels-results-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-funnels-results-kpi-card {
  border-radius: 16px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.16);
  background: rgba(255, 255, 255, 0.94);
  padding: 18px;
  backdrop-filter: blur(2px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.lead-funnels-results-kpi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(31, 23, 38, 0.12);
  border-color: rgba(var(--theme-color-rgb), 0.3);
}

.lead-funnels-results-kpi-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(var(--theme-color-rgb), 0.18) 0%, rgba(var(--theme2-rgb), 0.22) 100%);
  color: var(--theme);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.lead-funnels-results-kpi-value {
  margin-top: 12px;
  color: var(--header);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.1;
}

.lead-funnels-results-kpi-card h3 {
  margin: 8px 0 6px;
  font-size: 20px;
  line-height: 1.35;
}

.lead-funnels-results-kpi-card p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.62;
}

.lead-funnels-results-proof {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.lead-funnels-results-proof li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--header);
  line-height: 1.6;
}

.lead-funnels-results-proof i {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 999px;
  background: rgba(var(--theme-color-rgb), 0.15);
  color: var(--theme);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lead-funnels-results-momentum {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.22);
  background: linear-gradient(165deg, var(--brand-primary-dark, #542866) 0%, var(--theme) 100%);
  color: var(--white);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.lead-funnels-results-momentum::before {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -64px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.lead-funnels-results-momentum > * {
  position: relative;
  z-index: 1;
}

.lead-funnels-results-momentum h3 {
  margin: 0 0 8px;
  color: var(--white);
}

.lead-funnels-results-momentum p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.58;
}

.lead-funnels-results-bars {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.lead-funnels-results-bars__head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 1.4;
}

.lead-funnels-results-bars__head strong {
  color: var(--white);
  font-weight: 700;
}

.lead-funnels-results-bars__track {
  display: block;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.lead-funnels-results-bars__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
}

.lead-funnels-results-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.55;
}

.lead-funnels-pricing-copy {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
}

.lead-funnels-pricing-copy strong {
  color: var(--header);
}

.lead-funnels-pricing-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-funnels-pricing-option {
  border-radius: 16px;
  border: 1px solid var(--lf-soft-2);
  background: var(--white);
  padding: 20px;
}

.lead-funnels-pricing-option h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.lead-funnels-pricing-option ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.lead-funnels-pricing-option li {
  color: var(--text);
  line-height: 1.62;
  padding-left: 14px;
  position: relative;
}

.lead-funnels-pricing-option li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--theme);
}

.lead-funnels-pricing-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.lead-funnels-pricing-actions .theme-btn {
  min-height: 48px;
  border-radius: 10px;
  padding: 15px 24px;
  min-width: 0;
}

.lead-funnels-question-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.lead-funnels-question-panel {
  border-radius: 22px;
  background: var(--lf-dark);
  padding: 46px 34px;
  position: relative;
  overflow: hidden;
}

.lead-funnels-question-panel::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.lead-funnels-question-panel__header {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.lead-funnels-question-panel__header h2 {
  color: var(--white);
  margin: 0;
}

.lead-funnels-question-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.lead-funnels-question-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lead-funnels-question-form__field label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 500;
}

.lead-funnels-question-form__field input,
.lead-funnels-question-form__field select {
  width: 100%;
  min-height: 52px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.95);
  color: var(--header);
  font-size: 15px;
  line-height: 1.2;
  padding: 12px 14px;
}

.lead-funnels-question-form__field input::placeholder {
  color: var(--text);
}

.lead-funnels-question-form__field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--text) 50%),
    linear-gradient(135deg, var(--text) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 15px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.lead-funnels-question-form__button {
  min-width: 0;
  border-radius: 10px;
  min-height: 52px;
  padding: 0 22px;
}

.lead-funnels-question-panel__help {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.lead-funnels-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.lead-funnels-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.2);
  background: var(--white);
  box-shadow: 0 12px 24px rgba(31, 23, 38, 0.05);
  overflow: hidden;
}

.lead-funnels-faq-item summary {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  position: relative;
}

.lead-funnels-faq-item summary::-webkit-details-marker {
  display: none;
}

.lead-funnels-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--theme);
  line-height: 1;
}

.lead-funnels-faq-item[open] summary::after {
  content: "-";
}

.lead-funnels-faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--text);
  line-height: 1.72;
}

.lead-funnels-final-cta {
  padding: 44px 24px;
  border-radius: 18px;
  border: 1px solid var(--lf-soft-2);
  background: linear-gradient(180deg, rgba(var(--theme-color-rgb), 0.08) 0%, var(--white) 100%);
}

.lead-funnels-final-cta h2 {
  margin-bottom: 16px;
}

.lead-funnels-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lead-funnels-final-cta__actions .theme-btn {
  min-height: 48px;
  min-width: 0;
  border-radius: 10px;
  padding: 15px 24px;
}

.lead-funnels-question-form__field input:focus,
.lead-funnels-question-form__field select:focus,
.lead-funnels-faq-item summary:focus-visible {
  outline: 2px solid var(--theme2);
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  .lead-funnels-section {
    padding: 84px 0;
  }

  .lead-funnels-page-hero .breadcrumb-image {
    min-width: 330px;
    height: 264px;
  }

  .lead-funnels-icon-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-funnels-process-item__content h3,
  .lead-funnels-pricing-option h3 {
    font-size: 22px;
  }

  .lead-funnels-results-shell {
    padding: 24px;
  }

  .lead-funnels-results-kpi-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .lead-funnels-page-hero .page-heading .page-header-left {
    max-width: 100%;
  }

  .lead-funnels-page-hero .breadcrumb-image {
    display: none;
  }

  .lead-funnels-section {
    padding: 72px 0;
  }

  .lead-funnels-section--mid-cta,
  .lead-funnels-section--pricing,
  .lead-funnels-section--question,
  .lead-funnels-section--final-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lead-funnels-wireframes,
  .lead-funnels-pricing-grid,
  .lead-funnels-question-form {
    grid-template-columns: 1fr;
  }

  .lead-funnels-mid-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .lead-funnels-process-list {
    gap: 32px;
  }

  .lead-funnels-process-item:not(:last-child)::after {
    bottom: -32px;
  }

  .lead-funnels-question-panel {
    padding: 30px 22px;
  }

  .lead-funnels-results-kpi-card {
    padding: 16px;
  }

  .lead-funnels-results-momentum {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .lead-funnels-section {
    padding: 62px 0;
  }

  .lead-funnels-section--mid-cta,
  .lead-funnels-section--pricing,
  .lead-funnels-section--question,
  .lead-funnels-section--final-cta {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lead-funnels-narrow p,
  .lead-funnels-pricing-copy {
    font-size: 16px;
  }

  .lead-funnels-faq-item summary,
  .lead-funnels-icon-row h3 {
    font-size: 17px;
  }

  .lead-funnels-mid-cta__actions,
  .lead-funnels-final-cta__actions {
    width: 100%;
  }

  .lead-funnels-mid-cta__actions .theme-btn,
  .lead-funnels-pricing-actions .theme-btn,
  .lead-funnels-question-form__button,
  .lead-funnels-final-cta__actions .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .lead-funnels-section--results .lead-funnels-heading p {
    font-size: 16px;
  }

  .lead-funnels-results-shell {
    border-radius: 18px;
    padding: 18px;
  }

  .lead-funnels-results-kpi-grid,
  .lead-funnels-results-proof {
    grid-template-columns: 1fr;
  }

  .lead-funnels-results-kpi-value {
    font-size: 28px;
  }
}
