/* LEAD GENERATION AUTOMATION PAGE — Additional styles
   Template:  template-automation-lead-gen.php
   Scope:     .is-lead-gen-page
   Tokens:    Inherited from main.css (do NOT redefine root vars)
   ------------------------------------------------------------------ */

/* =================================================================
   UTILITY CLASSES  (duplicated per template — intentional)
================================================================== */

.section {
	padding: clamp(72px, 8vw, 112px) 0;
}

.section-alt {
	background: var(--mist);
}

.section-dark {
	background: var(--ink);
}

.wrap {
	width: var(--w);
	margin: 0 auto;
}

.btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.22s var(--ease), color 0.22s var(--ease), border-color 0.22s var(--ease);
	background: rgba(255, 255, 255, 0.08);
	color: var(--chalk);
	border: 1px solid rgba(255, 255, 255, 0.18);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.32);
	color: var(--chalk);
}

.btn-out {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.22s var(--ease), color 0.22s var(--ease);
	background: transparent;
	color: var(--chalk);
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-out:hover,
.btn-out:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--chalk);
	color: var(--chalk);
}

/* =================================================================
   H1 TYPOGRAPHIC MODIFIERS
================================================================== */

.is-lead-gen-page .h1-dim {
	display: block;
	color: rgba(255, 255, 255, 0.45);
}

.is-lead-gen-page .h1-white {
	color: var(--chalk);
}

.is-lead-gen-page .h1-fire {
	color: var(--fire);
}

.is-lead-gen-page .h1-underline {
	display: block;
	position: relative;
	color: var(--chalk);
	white-space: nowrap;
}

.is-lead-gen-page .h1-underline::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 3px;
	border-radius: 99px;
	background: var(--fire);
	transition: width 0.7s var(--ease);
}

.is-lead-gen-page .h1-underline.drawn::after {
	width: 100%;
}

/* =================================================================
   REVEAL ANIMATION UTILITIES
================================================================== */

.is-lead-gen-page .reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

.is-lead-gen-page .reveal.revealed {
	opacity: 1;
	transform: translateY(0);
}

.is-lead-gen-page .reveal-d1 { transition-delay: 0.1s; }
.is-lead-gen-page .reveal-d2 { transition-delay: 0.2s; }
.is-lead-gen-page .reveal-d3 { transition-delay: 0.3s; }
.is-lead-gen-page .reveal-d4 { transition-delay: 0.4s; }

/* =================================================================
   SHARED SECTION LABELS
================================================================== */

.is-lead-gen-page .eyebrow {
	display: inline-block;
	font-family: var(--ff-head);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fire);
	margin-bottom: 12px;
}

.is-lead-gen-page .h2 {
	font-family: var(--ff-head);
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	font-weight: 800;
	color: var(--ink);
	line-height: 1.18;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
}

.is-lead-gen-page .h2-white {
	color: var(--chalk);
}

/* =================================================================
   HERO ENTRY ANIMATIONS
================================================================== */

@keyframes leadHeroFadeUp {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes leadHeroFadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes leadSlideInRow {
	from { opacity: 0; transform: translateX(-14px); }
	to   { opacity: 1; transform: translateX(0); }
}

.is-lead-gen-page .hero-pill    { animation: leadHeroFadeIn  0.5s var(--ease) 0.10s both; }
.is-lead-gen-page .hero-h1      { animation: leadHeroFadeUp  0.6s var(--ease) 0.20s both; }
.is-lead-gen-page .hero-sub     { animation: leadHeroFadeUp  0.6s var(--ease) 0.35s both; }
.is-lead-gen-page .hero-actions { animation: leadHeroFadeUp  0.6s var(--ease) 0.48s both; }
.is-lead-gen-page .hero-stats   { animation: leadHeroFadeUp  0.6s var(--ease) 0.60s both; }
.is-lead-gen-page .hero-right   { animation: leadHeroFadeIn  0.8s var(--ease) 0.50s both; }

/* =================================================================
   HERO SECTION
================================================================== */

.is-lead-gen-page #hero {
	background: var(--ink);
	position: relative;
	overflow: hidden;
	padding: clamp(80px, 10vw, 128px) 0 0;
}

/* Glow orbs */
.is-lead-gen-page .hero-glow,
.is-lead-gen-page .hero-glow2 {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.is-lead-gen-page .hero-glow {
	width: 560px;
	height: 560px;
	top: -180px;
	left: -120px;
	background: radial-gradient(circle, rgba(240, 98, 12, 0.18) 0%, transparent 70%);
}

.is-lead-gen-page .hero-glow2 {
	width: 420px;
	height: 420px;
	bottom: 40px;
	right: -80px;
	background: radial-gradient(circle, rgba(240, 98, 12, 0.10) 0%, transparent 70%);
}

/* Hero inner layout */
.is-lead-gen-page .hero-body {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

/* ---- Left column ---- */
.is-lead-gen-page .hero-left {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Pill badge */
.is-lead-gen-page .hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 99px;
	background: rgba(240, 98, 12, 0.12);
	border: 1px solid rgba(240, 98, 12, 0.3);
	color: var(--fire);
	font-family: var(--ff-head);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	width: fit-content;
}

.is-lead-gen-page .pill-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--fire);
	animation: pulse 2s infinite;
	flex-shrink: 0;
}

/* H1 */
.is-lead-gen-page .hero-h1 {
	font-family: var(--ff-head);
	font-size: clamp(2.1rem, 4.5vw, 3.4rem);
	font-weight: 800;
	line-height: 1.13;
	letter-spacing: -0.025em;
	margin: 0;
}

/* Subtext */
.is-lead-gen-page .hero-sub {
	font-family: var(--ff-body);
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	margin: 0;
	max-width: 520px;
}

/* Button row */
.is-lead-gen-page .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

/* Fire button */
.is-lead-gen-page .btn-fire {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: var(--fire);
	color: var(--chalk);
	border: 2px solid var(--fire);
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.22s var(--ease), transform 0.18s var(--ease), box-shadow 0.22s var(--ease);
	box-shadow: 0 4px 20px rgba(240, 98, 12, 0.38);
}

.is-lead-gen-page .btn-fire:hover,
.is-lead-gen-page .btn-fire:focus-visible {
	background: var(--fire2);
	border-color: var(--fire2);
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(240, 98, 12, 0.48);
}

/* Stats row */
.is-lead-gen-page .hero-stats {
	display: flex;
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 24px;
	width: fit-content;
}

.is-lead-gen-page .hero-stat {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-right: 28px;
	margin-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.is-lead-gen-page .hero-stat:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.is-lead-gen-page .hero-stat strong {
	font-family: var(--ff-head);
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--chalk);
	line-height: 1;
}

.is-lead-gen-page .hero-stat strong sup {
	font-size: 0.9rem;
	font-weight: 700;
}

.is-lead-gen-page .hero-stat span {
	font-family: var(--ff-body);
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.5);
}

/* Right column */
.is-lead-gen-page .hero-right {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* =================================================================
   LEAD PANEL (hero mockup — kanban pipeline)
================================================================== */

.lead-panel {
	background: #111827;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 32px 70px rgba(0, 0, 0, 0.55);
	width: 100%;
	max-width: 400px;
}

/* Panel header */
.lead-panel-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.lead-tl-dots {
	display: flex;
	gap: 6px;
	flex-shrink: 0;
}

.tl-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	flex-shrink: 0;
}

.tl-red    { background: #ff5f57; }
.tl-yellow { background: #febc2e; }
.tl-green  { background: #28c840; }

.lead-panel-title {
	flex: 1;
	font-family: var(--ff-head);
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lead-live-badge {
	font-family: var(--ff-body);
	font-size: 0.65rem;
	font-weight: 700;
	color: var(--fire);
	background: rgba(240, 98, 12, 0.15);
	border: 1px solid rgba(240, 98, 12, 0.3);
	border-radius: 99px;
	padding: 3px 10px;
	flex-shrink: 0;
}

/* Panel body */
.lead-panel-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Stage rows */
.lead-stage-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 14px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--r1);
	animation: leadSlideInRow 0.4s var(--ease) both;
}

.lead-stage-row:nth-child(1) { animation-delay: 0.60s; }
.lead-stage-row:nth-child(2) { animation-delay: 0.74s; }
.lead-stage-row:nth-child(3) { animation-delay: 0.88s; }
.lead-stage-row:nth-child(4) { animation-delay: 1.02s; }

.lead-stage-label {
	font-family: var(--ff-head);
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
}

/* Stage count badges */
.lead-stage-badge {
	font-family: var(--ff-head);
	font-size: 0.72rem;
	font-weight: 700;
	border-radius: 99px;
	padding: 4px 11px;
	flex-shrink: 0;
}

.lead-badge-blue {
	color: #60a5fa;
	background: rgba(96, 165, 250, 0.12);
	border: 1px solid rgba(96, 165, 250, 0.25);
}

.lead-badge-green {
	color: #22c55e;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.25);
}

.lead-badge-orange {
	color: #f97316;
	background: rgba(249, 115, 22, 0.12);
	border: 1px solid rgba(249, 115, 22, 0.25);
}

.lead-badge-fire {
	color: var(--fire);
	background: rgba(240, 98, 12, 0.12);
	border: 1px solid rgba(240, 98, 12, 0.25);
}

/* Revenue row */
.lead-panel-revenue {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	animation: leadSlideInRow 0.4s var(--ease) 1.16s both;
}

.lead-revenue-label {
	font-family: var(--ff-body);
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.4);
}

.lead-revenue-value {
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 800;
	color: var(--fire);
}

/* =================================================================
   TICKER
================================================================== */

.is-lead-gen-page .hero-ticker {
	margin-top: clamp(48px, 6vw, 72px);
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	padding: 13px 0;
	position: relative;
	z-index: 1;
}

.is-lead-gen-page .ticker-track {
	display: flex;
	gap: 0;
	white-space: nowrap;
	animation: tickerRun 32s linear infinite;
}

.is-lead-gen-page .ticker-track span {
	font-family: var(--ff-head);
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.04em;
	padding-right: 40px;
}

.is-lead-gen-page .ticker-track .sp {
	color: var(--fire);
	padding-right: 40px;
}

/* =================================================================
   LEAD FLOW — numbered horizontal steps with connectors
================================================================== */

.lead-flow-steps {
	display: flex;
	align-items: flex-start;
	gap: 0;
	overflow-x: auto;
	padding-bottom: 8px;
}

.lead-flow-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	flex: 1;
	min-width: 140px;
	padding: 0 8px;
}

.lead-flow-num {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--fire);
	color: var(--chalk);
	font-family: var(--ff-head);
	font-size: 1.125rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 16px rgba(240, 98, 12, 0.38);
}

.lead-flow-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.lead-flow-body h3 {
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	line-height: 1.3;
}

.lead-flow-body p {
	font-family: var(--ff-body);
	font-size: 0.8125rem;
	color: var(--text2);
	line-height: 1.6;
	margin: 0;
}

/* Arrow connector between steps */
.lead-flow-connector {
	flex-shrink: 0;
	width: 28px;
	height: 2px;
	background: linear-gradient(90deg, var(--fire) 0%, rgba(240, 98, 12, 0.3) 100%);
	margin-top: 26px;
	position: relative;
}

.lead-flow-connector::after {
	content: '';
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid rgba(240, 98, 12, 0.5);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

/* =================================================================
   SERVICES — 6-card 3-col grid
================================================================== */

.lead-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.lead-card {
	background: var(--chalk);
	border: 1px solid var(--line);
	border-radius: var(--r3);
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	overflow: hidden;
	transition: box-shadow 0.22s var(--ease), border-color 0.22s var(--ease), transform 0.22s var(--ease);
}

.lead-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--fire);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.28s var(--ease);
	border-radius: 0 2px 2px 0;
}

.lead-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09);
	border-color: var(--line2);
	transform: translateY(-3px);
}

.lead-card:hover::before {
	transform: scaleY(1);
}

.lead-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: rgba(240, 98, 12, 0.08);
	border: 1px solid rgba(240, 98, 12, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--fire);
	flex-shrink: 0;
}

.lead-card h3 {
	font-family: var(--ff-head);
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	line-height: 1.3;
}

.lead-card p {
	font-family: var(--ff-body);
	font-size: 0.9375rem;
	color: var(--text2);
	line-height: 1.65;
	margin: 0;
}

/* =================================================================
   ADSENSE WRAP
================================================================== */

.lead-adsense-wrap {
	padding: 24px 0;
	background: var(--chalk);
}

/* =================================================================
   PROCESS — 4-col horizontal
================================================================== */

.lead-process-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	position: relative;
}

/* Connecting line */
.lead-process-steps::before {
	content: '';
	position: absolute;
	top: 28px;
	left: calc(12.5% + 20px);
	right: calc(12.5% + 20px);
	height: 2px;
	background: linear-gradient(90deg, var(--fire) 0%, rgba(240, 98, 12, 0.2) 100%);
	z-index: 0;
}

.lead-process-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 16px;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

.lead-process-num {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--ink);
	border: 3px solid var(--fire);
	color: var(--fire);
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 0 0 6px var(--mist);
}

.lead-process-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lead-process-body h3 {
	font-family: var(--ff-head);
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0;
	line-height: 1.3;
}

.lead-process-body p {
	font-family: var(--ff-body);
	font-size: 0.875rem;
	color: var(--text2);
	line-height: 1.6;
	margin: 0;
}

/* =================================================================
   FAQ
================================================================== */

.lead-faq-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.lead-faq-item {
	border-bottom: 1px solid var(--line);
}

.lead-faq-item:first-child {
	border-top: 1px solid var(--line);
}

.lead-faq-q {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	text-align: left;
}

.lead-faq-q span {
	font-family: var(--ff-head);
	font-size: 1rem;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.4;
}

.lead-faq-icon {
	color: var(--text2);
	flex-shrink: 0;
	transition: transform 0.28s var(--ease), color 0.22s var(--ease);
}

.lead-faq-item.is-open .lead-faq-icon {
	transform: rotate(-180deg);
	color: var(--fire);
}

.lead-faq-item.is-open .lead-faq-q span {
	color: var(--fire);
}

.lead-faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.38s var(--ease);
}

.lead-faq-a p {
	font-family: var(--ff-body);
	font-size: 0.9375rem;
	color: var(--text2);
	line-height: 1.7;
	padding-bottom: 20px;
	margin: 0;
}

/* =================================================================
   FINAL CTA — fire background
================================================================== */

.lead-cta-fire {
	background: var(--fire);
	position: relative;
	overflow: hidden;
}

.lead-cta-fire::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.12) 0%, transparent 60%);
	pointer-events: none;
}

.lead-cta-fire .h2 {
	color: var(--chalk);
	margin-bottom: 16px;
}

.lead-cta-sub {
	font-family: var(--ff-body);
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 36px;
	line-height: 1.65;
}

.lead-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.lead-cta-btn-white {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	background: var(--chalk);
	color: var(--fire);
	border-radius: var(--r2);
	font-family: var(--ff-head);
	font-size: 1rem;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.22s var(--ease), transform 0.18s var(--ease), box-shadow 0.22s var(--ease);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.lead-cta-btn-white:hover,
.lead-cta-btn-white:focus-visible {
	background: var(--mist);
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
	color: var(--fire);
}

/* =================================================================
   RESPONSIVE — 960px
================================================================== */

@media (max-width: 960px) {

	.is-lead-gen-page .hero-body {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.is-lead-gen-page .hero-right {
		display: flex;
		justify-content: center;
	}

	.lead-panel {
		max-width: 420px;
	}

	.lead-flow-steps {
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px;
	}

	.lead-flow-connector {
		display: none;
	}

	.lead-flow-step {
		flex: 0 1 calc(33.333% - 16px);
		min-width: 160px;
	}

	.lead-cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lead-process-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}

	.lead-process-steps::before {
		display: none;
	}

}

/* =================================================================
   RESPONSIVE — 768px
================================================================== */

@media (max-width: 768px) {

	.is-lead-gen-page .hero-h1 {
		font-size: clamp(1.8rem, 7vw, 2.4rem);
	}

	.is-lead-gen-page .hero-stats {
		flex-wrap: wrap;
		gap: 16px;
	}

	.is-lead-gen-page .hero-stat {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}

	.lead-flow-step {
		flex: 0 1 calc(50% - 12px);
	}

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

	.lead-process-steps {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lead-process-step {
		flex-direction: row;
		text-align: left;
		padding: 0;
	}

	.is-lead-gen-page .h1-underline {
		white-space: normal;
	}

}

/* =================================================================
   RESPONSIVE — 480px
================================================================== */

@media (max-width: 480px) {

	.lead-flow-step {
		flex: 0 1 100%;
		flex-direction: row;
		text-align: left;
		gap: 16px;
	}

	.lead-flow-num {
		flex-shrink: 0;
	}

}
